/**
* style css
* 
* 
* @package eglund2020
* @since eglund2020 1.0
*/
@import url('../font/fontawesome/css/all.min.css');
@import url('../font/open-sans/stylesheet.css');
@import url('../font/lora/stylesheet.css');
:root {
  --font-h: 'Lora', serif;
  --font-p: 'Open Sans', sans-serif;
  --font-i: 'Font Awesome 5 Free';
  --font-i-brands: 'Font Awesome 5 Brands';
  --color-positive: #000;
  --color-black: #000;
  --color-negative: #fff;
  --color-white: #fff;
  --color-strong: #be1c1a;
  --color-strong-darker: #be1c1a;
  --color-strong-light: rgba(205, 131, 147, 0.65);
  --color-em: #092e93;
  --color-light: #d0e5fd;
  --color-em-light: #c1deff;
  --color-p: #585858;
  --color-h: #092e93;
  --color-body-background: #fff;
  --color-header-background: rgba(255, 255, 255, 0.9);
  --color-nav-background: #092e93;
  --color-footer-background: #edf4fc;
  --color-footer-line: #edf4fc;
  --c-grad-1: rgba(217, 43, 43, 0.32);
  --c-grad-2: rgba(205, 131, 147, 0.65);
  --c-grad-3: #c1dee1;
  --c-grad-4: rgba(165, 196, 230, 0.72);
  --gradient-header: linear-gradient(to left, rgba(205, 131, 147, 0.65), #c1dee1 70%, rgba(165, 196, 230, 0.72));
  --cb-grad-1: #be1c1a;
  --cb-grad-2: rgba(201, 150, 169, 0.66);
  --cb-grad-3: #caa6bc;
  --cb-grad-4: rgba(215, 228, 250, 0.96);
  --cb-grad-5: #d8eaff;
  --cb-grad-6: #c1deff;
  --gradient-body: linear-gradient(to left, rgba(201, 150, 169, 0.66), #caa6bc 33%, rgba(215, 228, 250, 0.96) 54%, #d8eaff 67%, #c1deff);
  --gradient-hide-text: linear-gradient(to bottom, #ffffff00, #ffffff 33%, #ffffff);
  --icon-size: 30px;
  --icon-size-small: 24px;
  --width-aside: 100%;
  --space-between: 32px;
}
@media (min-width: 768px) {
  :root {
    --width-aside: 220px;
  }
}
h6 {
  font-weight: normal;
  color: #092e93;
  font-family: 'Lora', serif;
}
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h5 {
  font-weight: normal;
  color: #092e93;
  font-family: 'Lora', serif;
}
h5 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h4 {
  font-weight: normal;
  color: #092e93;
  font-family: 'Lora', serif;
}
h4 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h3 {
  font-weight: normal;
  color: #092e93;
  font-family: 'Lora', serif;
}
h3 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h2 {
  font-weight: normal;
  color: #092e93;
  font-family: 'Lora', serif;
}
h2 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h1 {
  font-weight: normal;
  color: #092e93;
  font-family: 'Lora', serif;
}
h1 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #585858;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
}
figure {
  display: block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}
figcaption,
a,
li,
p {
  color: #585858;
}
p:empty {
  display: none;
}
img[src=''] {
  display: none;
}
.screen-reader-text {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.hidden {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.display-none {
  display: none;
}
.input-hidden {
  display: none;
}
i {
  display: block;
  position: relative;
  height: 24px;
  width: 24px;
}
i::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
i.home::before {
  background-image: url('../images/home.svg');
}
i.hamburger::before {
  background-image: url('../images/hamburger.svg');
}
i.close::before {
  background-image: url('../images/hamburger-x.svg');
}
i.search::before {
  background-image: url('../images/magnifier.svg');
}
.tablet {
  display: none;
}
strong {
  font-size: 0.96em;
}
body {
  background-image: linear-gradient(to left, rgba(201, 150, 169, 0.66), #caa6bc 33%, rgba(215, 228, 250, 0.96) 54%, #d8eaff 67%, #c1deff);
}
.header {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(to left, rgba(205, 131, 147, 0.65), #c1dee1 70%, rgba(165, 196, 230, 0.72));
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  padding: 16px;
  z-index: 10;
  height: 10rem;
}
.header hgroup {
  height: 4rem;
  width: 100%;
}
.header hgroup h1,
.header hgroup h2 {
  display: block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  text-transform: uppercase;
  font-size: 28px;
  white-space: nowrap;
  letter-spacing: 1px;
  line-height: 1.2;
}
.header hgroup p {
  display: block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  display: inline-block;
  border-top: 1px solid #092e93;
  font-family: 'Lora', serif;
  color: #092e93;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.7;
  letter-spacing: 1px;
}
.header a[href='#home'],
.header label {
  display: block;
  font-size: 28px;
  color: #092e93;
  margin-left: 16px;
  text-decoration: none;
}
.header label[for='menu-close'] {
  display: none;
}
.banner {
  display: none;
}
.teaser-thumbnails {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 16px 16px 0;
}
.teaser-thumbnails .anchor-post {
  display: block;
  width: 24%;
}
.teaser-thumbnails .anchor-post img {
  width: 100%;
  height: auto;
}
.main {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.hentry {
  display: grid;
  position: relative;
  grid-template-columns: 100%;
  grid-gap: 16px;
  background-color: var(--color-negative);
  padding: 8px;
  margin-bottom: 16px;
}
.hentry .meta-data figcaption,
.hentry .images figcaption {
  font-size: 12px;
}
.hentry .meta-data > figure img,
.hentry .images > figure img {
  width: 100%;
  height: auto;
}
.hentry figcaption {
  padding-top: 4px;
}
.hentry img {
  display: block;
}
.hentry .gallery {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hentry .gallery li {
  width: calc(50% - 12px);
  margin-top: 24px;
}
.hentry .gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hentry section {
  overflow: hidden;
}
.hentry .more {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  cursor: pointer;
}
.hentry .more::before {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-image: url('../images/arrow-rigth-blue.svg');
  background-size: contain;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.hentry .more:hover::before {
  transform: rotate(315deg);
}
.hentry time {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #092e93;
  font-size: 12px;
}
.hentry time .weekday {
  display: none;
}
.hentry section > h2 {
  margin: 4px 0;
  font-size: 18px;
}
.hentry .content {
  padding-top: 8px;
  border-top: 2px solid #585858;
}
.hentry .content .lead {
  font-style: italic;
}
.hentry .content p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.hentry .content .question {
  font-style: italic;
}
.hentry .post-close,
.hentry .post-target {
  display: block;
  position: absolute;
  opacity: 0;
  top: -96px;
}
.hentry .post-close.post-target:target ~ .images .gallery,
.hentry .post-target.post-target:target ~ .images .gallery {
  display: flex;
}
.hentry .post-close.post-target:target ~ section p,
.hentry .post-target.post-target:target ~ section p {
  margin-bottom: 12px;
}
.hentry .post-close.post-target:target ~ section .less,
.hentry .post-target.post-target:target ~ section .less {
  display: block;
}
.hentry .post-close.post-target:target ~ .more,
.hentry .post-target.post-target:target ~ .more {
  display: none;
}
.blog .hentry {
  aspect-ratio: 16/9;
  grid-template-columns: 1fr 1fr;
}
.blog .hentry .images > figure img {
  aspect-ratio: 1/1;
  width: 100%;
  height: calc(100% - 32px);
  object-fit: cover;
  overflow: hidden;
}
@supports not (container-type: inline-size) {
  .blog .hentry {
    aspect-ratio: auto;
  }
  .blog .hentry .images > figure img {
    height: auto;
  }
  .blog .hentry > section {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: calc(50% + 8px);
    overflow: hidden;
  }
  .blog .hentry .post-target:target ~ section {
    position: static;
  }
}
.page .hentry .images > figure,
.single .hentry .images > figure {
  height: auto;
}
.page .hentry .images .gallery::after,
.single .hentry .images .gallery::after {
  content: unset;
}
.page .hentry .images .gallery li,
.single .hentry .images .gallery li {
  width: calc(50% - 8px);
}
.page .hentry section,
.single .hentry section {
  height: auto;
}
.page .hentry .content p,
.single .hentry .content p {
  margin-bottom: 12px;
}
.page .hentry .gallery,
.single .hentry .gallery {
  display: flex;
}
.page .hentry .gallery::after,
.single .hentry .gallery::after {
  content: '';
  display: block;
  width: calc(33.33% - 8px);
}
.page .hentry .gallery.download li,
.single .hentry .gallery.download li {
  padding: 0 8px 8px 0;
}
.page .hentry .gallery li,
.single .hentry .gallery li {
  position: relative;
}
.page .hentry .gallery li i.photo,
.single .hentry .gallery li i.photo {
  display: block;
  position: absolute;
  right: 0;
  top: -28px;
  width: calc(130px * 0.6);
  height: calc(80px * 0.6);
  background-image: url('../images/badged-photo.svg');
  background-size: contain;
  text-indent: -999px;
}
.hentry.imprint > section > h2 {
  display: block;
  text-align: center;
  color: #092e93;
  border-bottom: #092e93 solid 2px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora', serif;
  padding-bottom: 20px;
  margin-bottom: 12px;
  position: relative;
}
.hentry.imprint > section > h2::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: calc(-1 * 30px / 2);
  background-image: url('../images/arrow-rigth-blue.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hentry.imprint > section.current-page-ancestor::before,
.hentry.imprint > section.current-menu-item::before,
.hentry.imprint > section:hover::before,
.hentry.imprint > section.current-page-ancestor > a::before,
.hentry.imprint > section.current-menu-item > a::before,
.hentry.imprint > section:hover > a::before {
  transform: rotate(90deg);
}
.hentry.imprint > section h2::before {
  transform: rotate(90deg);
}
.hentry.imprint > section .content {
  border-top: none;
}
.hentry:not(.post) h2 {
  display: block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  font-size: 20px;
}
.hentry:not(.post) .content {
  border: none;
  padding: 0;
}
.additional_content-desktop {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin-top: -48px;
  position: relative;
  display: block;
}
.additional_content-desktop li {
  display: block;
  margin-bottom: 8px;
}
.additional_content-desktop li i {
  display: inline-block;
  width: calc(130px * 0.8);
  height: calc(80px * 0.8);
  margin-right: -12px;
}
.additional_content-desktop li.photo,
.additional_content-desktop li.vita {
  text-align: right;
}
.additional_content-desktop li.photo i::before {
  background-image: url('../images/badged-photo.svg');
}
.additional_content-desktop li.vita i::before {
  background-image: url('../images/badged-vita.svg');
}
.additional_content-desktop li.text {
  padding: 8px;
}
.additional_content-desktop li.email a {
  display: block;
  text-align: center;
  border: 2px solid #092e93;
  border-radius: 8px;
  text-decoration: none;
  color: #092e93;
  font-weight: bold;
  padding: 2px 4px 4px;
}
.post-type-archive-book .primary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.post-type-archive-book .primary .hentry {
  display: block;
  padding-bottom: 60px;
  position: relative;
}
.post-type-archive-book .primary .hentry figure {
  width: 100%;
}
.post-type-archive-book .primary .hentry figure img {
  width: 100%;
  height: auto;
}
.post-type-archive-book .primary .hentry h2 {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #585858;
}
.post-type-archive-book .primary .hentry p {
  color: #092e93;
  text-align: center;
  font-weight: bold;
}
.post-type-archive-book .primary .hentry .permalink {
  position: absolute;
  width: auto;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin: 0;
}
.post-type-archive-book .primary .hentry .permalink > a {
  display: block;
  text-align: center;
  color: #092e93;
  border-bottom: #092e93 solid 2px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora', serif;
  padding-bottom: 20px;
  margin-bottom: 12px;
  position: relative;
}
.post-type-archive-book .primary .hentry .permalink > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: calc(-1 * 30px / 2);
  background-image: url('../images/arrow-rigth-blue.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.post-type-archive-book .primary .hentry .permalink.current-page-ancestor::before,
.post-type-archive-book .primary .hentry .permalink.current-menu-item::before,
.post-type-archive-book .primary .hentry .permalink:hover::before,
.post-type-archive-book .primary .hentry .permalink.current-page-ancestor > a::before,
.post-type-archive-book .primary .hentry .permalink.current-menu-item > a::before,
.post-type-archive-book .primary .hentry .permalink:hover > a::before {
  transform: rotate(90deg);
}
.post-type-archive-book .primary .hentry .permalink a {
  border: none;
}
.post-type-archive-book .primary .hentry .more::before {
  content: none;
}
.post-type-archive-book .primary .hentry:hover .permalink a:before {
  transform: rotate(90deg);
}
.post-type-archive-book .primary .hentry:nth-child(2) h2 {
  margin-bottom: 29px;
}
figure.ebook {
  position: relative;
}
figure.ebook::before {
  content: '';
  display: block;
  position: absolute;
  width: 42%;
  height: 15%;
  background-image: url('../images/badged-e-book.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: -8px;
  bottom: 28%;
}
.single-book .primary .target {
  position: relative;
  top: -48px;
}
.single-book .primary article {
  margin-bottom: 0;
}
.single-book .primary article h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.single-book .primary article h3 + p {
  margin-top: 0;
}
.single-book .primary article h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #585858;
  padding-top: 16px;
}
.single-book .primary .additional figure + p {
  color: #092e93;
  font-weight: bold;
  font-size: 16px;
}
.single-book .primary .additional p {
  font-size: 14px;
}
.single-book .primary .additional p.button {
  border: 2px solid #092e93;
  padding: 8px;
}
.single-book .primary .additional p.button > a {
  display: block;
  text-align: center;
  color: #092e93;
  border-bottom: #092e93 solid 2px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora', serif;
  padding-bottom: 20px;
  margin-bottom: 12px;
  position: relative;
}
.single-book .primary .additional p.button > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: calc(-1 * 30px / 2);
  background-image: url('../images/arrow-rigth-blue.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-book .primary .additional p.button.current-page-ancestor::before,
.single-book .primary .additional p.button.current-menu-item::before,
.single-book .primary .additional p.button:hover::before,
.single-book .primary .additional p.button.current-page-ancestor > a::before,
.single-book .primary .additional p.button.current-menu-item > a::before,
.single-book .primary .additional p.button:hover > a::before {
  transform: rotate(90deg);
}
.single-book .primary .additional p.button a {
  width: 100%;
}
.single-book .primary .additional p.button a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 24px);
  left: 0;
  top: 0;
}
.single-book .primary .links {
  padding: 16px 8px;
  background-color: #fff;
  margin-bottom: 16px;
}
.single-book .primary .links::before {
  content: '';
  display: block;
  width: calc(33.33% - 16px);
}
.single-book .primary .links p:not(.close) {
  border: 2px solid #092e93;
  padding: 8px;
}
.single-book .primary .links p:not(.close) > a {
  display: block;
  text-align: center;
  color: #092e93;
  border-bottom: #092e93 solid 2px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora', serif;
  padding-bottom: 20px;
  margin-bottom: 12px;
  position: relative;
}
.single-book .primary .links p:not(.close) > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: calc(-1 * 30px / 2);
  background-image: url('../images/arrow-rigth-blue.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-book .primary .links p:not(.close).current-page-ancestor::before,
.single-book .primary .links p:not(.close).current-menu-item::before,
.single-book .primary .links p:not(.close):hover::before,
.single-book .primary .links p:not(.close).current-page-ancestor > a::before,
.single-book .primary .links p:not(.close).current-menu-item > a::before,
.single-book .primary .links p:not(.close):hover > a::before {
  transform: rotate(90deg);
}
.single-book .primary .links a {
  width: 100%;
  font-size: 14px;
}
.single-book .primary .links a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 24px);
  left: 0;
  top: 0;
}
.single-book .primary .links p.close {
  display: none;
}
.single-book .primary .links p.close a::before {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-image: url('../images/close-white.svg');
  background-size: contain;
}
.single-book .primary .links .title {
  display: none;
}
.single-book .primary .samples {
  overflow: hidden;
  width: 100%;
  height: 0;
}
.single-book #auditions,
.single-book #reading_samples {
  top: -96px;
  display: block;
  position: relative;
}
.single-book #auditions:target ~ .primary article,
.single-book #reading_samples:target ~ .primary article {
  display: none;
}
.single-book #auditions:target ~ .primary .links,
.single-book #reading_samples:target ~ .primary .links {
  position: relative;
  background-color: rgba(190, 28, 26, 0.5);
}
.single-book #auditions:target ~ .primary .links::before,
.single-book #reading_samples:target ~ .primary .links::before {
  content: none;
}
.single-book #auditions:target ~ .primary .links p.close,
.single-book #reading_samples:target ~ .primary .links p.close {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.single-book #auditions:target ~ .primary .links p.close a,
.single-book #reading_samples:target ~ .primary .links p.close a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-book #auditions:target ~ .primary .links .title,
.single-book #reading_samples:target ~ .primary .links .title {
  display: unset;
}
.single-book #reading_samples:target ~ .primary .links .auditions {
  display: none;
}
.single-book #reading_samples:target ~ .primary .links .reading_samples {
  width: 100%;
  border: none;
  padding: unset;
  margin: 0;
}
.single-book #reading_samples:target ~ .primary .links .reading_samples a {
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
.single-book #reading_samples:target ~ .primary .links .reading_samples a::before {
  content: none;
}
.single-book #reading_samples:target ~ .primary .reading_samples {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: unset;
}
.single-book #reading_samples:target ~ .primary .reading_samples h2 {
  margin: 0;
  background-color: rgba(190, 28, 26, 0.5);
  padding: 72px 16px 8px;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample {
  width: calc(100%);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample h3 {
  width: calc(100%);
  color: #be1c1a;
  margin: 16px 0;
  padding: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .content {
  padding: 16px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .content.pdf .inner {
  width: calc(100% - 120px);
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .content audio {
  width: calc(100% - 120px);
  height: 40px;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .content .download {
  display: block;
  width: auto;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .speaker {
  margin-bottom: 8px;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample a.download {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample a.download i {
  display: inline-block;
  text-indent: -999px;
  width: 100px;
  height: 56px;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample a.download i::before {
  background-image: url('../images/button-download-pdf.svg');
  background-position: right;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample a.download.mp3 i::before {
  background-image: url('../images/button-download-mp3.svg');
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .content {
  width: 100%;
  overflow: hidden;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample audio {
  width: 100%;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .less,
.single-book #reading_samples:target ~ .primary .reading_samples .sample .more {
  display: none;
  background: #d0e5fd;
  color: #be1c1a;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .less {
  display: none;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample .this_sample_off {
  display: none;
  color: #be1c1a;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample input[name='sample']:checked ~ .this_sample_off {
  display: block;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample input[name='sample']:checked ~ .more {
  display: none;
}
.single-book #reading_samples:target ~ .primary .reading_samples .sample input[name='sample']:checked ~ .content {
  height: auto;
}
.single-book #auditions:target ~ .primary .links .reading_samples {
  display: none;
}
.single-book #auditions:target ~ .primary .links .auditions {
  width: 100%;
  border: none;
  padding: unset;
  margin: 0;
}
.single-book #auditions:target ~ .primary .links .auditions a {
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
.single-book #auditions:target ~ .primary .links .auditions a::before {
  content: none;
}
.single-book #auditions:target ~ .primary .auditions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: unset;
}
.single-book #auditions:target ~ .primary .auditions h2 {
  margin: 0;
  background-color: rgba(190, 28, 26, 0.5);
  padding: 72px 16px 8px;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.single-book #auditions:target ~ .primary .auditions .sample {
  width: calc(100%);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-book #auditions:target ~ .primary .auditions .sample h3 {
  width: calc(100%);
  color: #be1c1a;
  margin: 16px 0;
  padding: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
}
.single-book #auditions:target ~ .primary .auditions .sample .content {
  padding: 16px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-book #auditions:target ~ .primary .auditions .sample .content.pdf .inner {
  width: calc(100% - 120px);
}
.single-book #auditions:target ~ .primary .auditions .sample .content audio {
  width: calc(100% - 120px);
  height: 40px;
}
.single-book #auditions:target ~ .primary .auditions .sample .content .download {
  display: block;
  width: auto;
}
.single-book #auditions:target ~ .primary .auditions .sample .speaker {
  margin-bottom: 8px;
}
.single-book #auditions:target ~ .primary .auditions .sample a.download {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.single-book #auditions:target ~ .primary .auditions .sample a.download i {
  display: inline-block;
  text-indent: -999px;
  width: 100px;
  height: 56px;
}
.single-book #auditions:target ~ .primary .auditions .sample a.download i::before {
  background-image: url('../images/button-download-pdf.svg');
  background-position: right;
}
.single-book #auditions:target ~ .primary .auditions .sample a.download.mp3 i::before {
  background-image: url('../images/button-download-mp3.svg');
}
.single-book #auditions:target ~ .primary .auditions .sample .content {
  width: 100%;
  overflow: hidden;
}
.single-book #auditions:target ~ .primary .auditions .sample audio {
  width: 100%;
}
.single-book #auditions:target ~ .primary .auditions .sample .less,
.single-book #auditions:target ~ .primary .auditions .sample .more {
  display: none;
  background: #d0e5fd;
  color: #be1c1a;
}
.single-book #auditions:target ~ .primary .auditions .sample .less {
  display: none;
}
.single-book #auditions:target ~ .primary .auditions .sample .this_sample_off {
  display: none;
  color: #be1c1a;
}
.single-book #auditions:target ~ .primary .auditions .sample input[name='sample']:checked ~ .this_sample_off {
  display: block;
}
.single-book #auditions:target ~ .primary .auditions .sample input[name='sample']:checked ~ .more {
  display: none;
}
.single-book #auditions:target ~ .primary .auditions .sample input[name='sample']:checked ~ .content {
  height: auto;
}
.post-type-archive-date article section {
  height: auto;
}
.primary.shop {
  display: block;
  padding: 8px;
  background-color: #fff;
  min-height: unset;
  margin-bottom: 16px;
}
.primary.shop .shop-books {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.primary.shop .shop-book {
  display: block;
  padding: 0 16px;
  position: relative;
  text-align: center;
}
.primary.shop .shop-book figure {
  margin: 0 30%;
}
.primary.shop .shop-book img {
  width: 100%;
  height: auto;
}
.primary.shop .shop-book.shop-book {
  padding: 16px;
  border: 1px solid #be1c1a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.primary.shop .shop-book.shop-book::after {
  content: '';
  display: block;
  height: 20%;
}
.primary.shop .shop-book.shop-book h2 {
  color: #585858;
  line-height: 1.2;
}
.primary.shop .shop-book.shop-book p {
  font-size: 12px;
  color: #092e93;
  font-weight: bold;
}
.primary.shop .shop-book.shop-book a {
  display: block;
  order: 1;
  border: 2px solid #be1c1a;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #be1c1a;
  text-decoration: none;
}
.primary.shop .shop-book.shop-content {
  width: 100%;
  text-align: center;
}
.primary.shop .shop-content {
  text-align: center;
}
.post-type-archive-date .primary {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
article.date {
  background-color: #fff;
  padding: 8px;
  position: relative;
}
article.date .meta-data {
  font-family: 'Lora', serif;
  color: #be1c1a;
  font-size: 20px;
}
article.date .meta-data a,
article.date .meta-data time {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: 1.5;
}
article.date h2 {
  color: #be1c1a;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #be1c1a;
}
article.date time {
  display: block;
}
article.date .less {
  display: none;
  position: unset;
  color: #be1c1a;
  font-size: 15px;
  text-align: right;
}
article.date .less.single-post {
  display: block;
}
article.date .less::before {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-image: url('../images/close-red.svg');
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
article.date .less:hover::before {
  rotate: 90deg;
}
.primary.media .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.primary.media .media {
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
  padding: 16px 0;
}
.primary.media .media img {
  width: 100%;
  height: auto;
}
.primary.media .media a {
  display: block;
  width: 100%;
  padding-top: 26%;
  background-image: url('../images/badged-media-cover.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.primary.media .media a.blurb {
  background-image: url('../images/badged-media-blurb.svg');
}
.primary.media .media a.jacket_blurb {
  background-image: url('../images/badged-media-jacket-blurb.svg');
}
.primary.media .contact {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 16px;
  margin-top: 8px;
}
.primary.media .contact a {
  display: inline-block;
  order: 1;
  border: 2px solid #092e93;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #092e93;
  text-decoration: none;
}
.primary.links {
  display: block;
}
.primary.links .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.primary.links article {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  position: relative;
  text-align: center;
  background: #fff;
  gap: 16px;
}
.primary.links article h2 {
  border-bottom: solid 2px #092e93;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.primary.links article figure {
  position: relative;
  margin-bottom: 36px;
}
.primary.links article figcaption {
  padding-top: 4px;
  font-size: 14px;
}
.primary.links article img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.primary.links article a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.target-post {
  display: none;
}
.mobile a.reading_samples,
.mobile a.auditions {
  display: none;
}
.target-post.auditions:target ~ main article > *,
.target-post.reading_samples:target ~ main article > * {
  display: none;
}
.target-post.reading_samples:target ~ main article {
  position: relative;
  background-color: transparent;
}
.target-post.reading_samples:target ~ main article a.reading_samples {
  display: block;
  position: absolute;
  top: 28px;
  left: 32px;
  right: 32px;
  width: auto;
  color: #fff;
  border-bottom-color: #fff;
}
.target-post.reading_samples:target ~ main article a.reading_samples::before {
  content: none;
}
.target-post.reading_samples:target ~ main article a.reading_samples::after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  background-image: url('../images/close-white.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.target-post.reading_samples:target ~ main article > section.reading_samples {
  display: block;
  height: unset;
}
.target-post.reading_samples:target ~ main article > section.reading_samples h2 {
  margin: 0;
  background-color: rgba(190, 28, 26, 0.5);
  padding: 72px 16px 8px;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample h3 {
  width: 100%;
  color: #be1c1a;
  margin: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 16px;
  background-color: #fff;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample .speaker {
  margin-bottom: 4px;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample a.download {
  display: block;
  width: 100%;
  padding: 4px 0;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample a.download i {
  display: inline-block;
  text-indent: -999px;
  width: 100px;
  height: 54px;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample a.download i::before {
  background-image: url('../images/button-download-pdf.svg');
  background-position: left;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample a.download.mp3 i::before {
  background-image: url('../images/button-download-mp3.svg');
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample .content {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 16px;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample .content p {
  margin-top: 0;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample audio {
  width: 100%;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample .less,
.target-post.reading_samples:target ~ main article > section.reading_samples .sample .more {
  display: none;
  background: #d0e5fd;
  color: #be1c1a;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample .less {
  display: none;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample .this_sample_off {
  display: none;
  color: #be1c1a;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample input[name='sample']:checked ~ .this_sample_off {
  display: block;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample input[name='sample']:checked ~ .more {
  display: none;
}
.target-post.reading_samples:target ~ main article > section.reading_samples .sample input[name='sample']:checked ~ .content {
  height: auto;
}
.target-post.auditions:target ~ main article {
  position: relative;
  background-color: transparent;
}
.target-post.auditions:target ~ main article a.auditions {
  display: block;
  position: absolute;
  top: 28px;
  left: 32px;
  right: 32px;
  width: auto;
  color: #fff;
  border-bottom-color: #fff;
}
.target-post.auditions:target ~ main article a.auditions::before {
  content: none;
}
.target-post.auditions:target ~ main article a.auditions::after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  background-image: url('../images/close-white.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.target-post.auditions:target ~ main article > section.auditions {
  display: block;
  height: unset;
}
.target-post.auditions:target ~ main article > section.auditions h2 {
  margin: 0;
  background-color: rgba(190, 28, 26, 0.5);
  padding: 72px 16px 8px;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.target-post.auditions:target ~ main article > section.auditions .sample {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.target-post.auditions:target ~ main article > section.auditions .sample h3 {
  width: 100%;
  color: #be1c1a;
  margin: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 16px;
  background-color: #fff;
}
.target-post.auditions:target ~ main article > section.auditions .sample .speaker {
  margin-bottom: 4px;
}
.target-post.auditions:target ~ main article > section.auditions .sample a.download {
  display: block;
  width: 100%;
  padding: 4px 0;
}
.target-post.auditions:target ~ main article > section.auditions .sample a.download i {
  display: inline-block;
  text-indent: -999px;
  width: 100px;
  height: 54px;
}
.target-post.auditions:target ~ main article > section.auditions .sample a.download i::before {
  background-image: url('../images/button-download-pdf.svg');
  background-position: left;
}
.target-post.auditions:target ~ main article > section.auditions .sample a.download.mp3 i::before {
  background-image: url('../images/button-download-mp3.svg');
}
.target-post.auditions:target ~ main article > section.auditions .sample .content {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 16px;
}
.target-post.auditions:target ~ main article > section.auditions .sample .content p {
  margin-top: 0;
}
.target-post.auditions:target ~ main article > section.auditions .sample audio {
  width: 100%;
}
.target-post.auditions:target ~ main article > section.auditions .sample .less,
.target-post.auditions:target ~ main article > section.auditions .sample .more {
  display: none;
  background: #d0e5fd;
  color: #be1c1a;
}
.target-post.auditions:target ~ main article > section.auditions .sample .less {
  display: none;
}
.target-post.auditions:target ~ main article > section.auditions .sample .this_sample_off {
  display: none;
  color: #be1c1a;
}
.target-post.auditions:target ~ main article > section.auditions .sample input[name='sample']:checked ~ .this_sample_off {
  display: block;
}
.target-post.auditions:target ~ main article > section.auditions .sample input[name='sample']:checked ~ .more {
  display: none;
}
.target-post.auditions:target ~ main article > section.auditions .sample input[name='sample']:checked ~ .content {
  height: auto;
}
#parent {
  margin-bottom: 16px;
  background-color: #fff;
}
#children article {
  margin-bottom: 16px;
}
#children article > a {
  display: none;
  background-color: #fff;
  padding: 16px;
  width: 192px;
  flex-shrink: 0;
  border-right: 4px solid #fff;
}
#children article > a img {
  width: 160px;
  height: auto;
  display: block;
}
#children article .teaser {
  background-color: #fff;
  width: 100%;
}
#children article .teaser header {
  margin-bottom: 4px;
  background-color: transparent;
}
#children article .teaser header h2 {
  margin: 0;
  border-bottom: 4px solid #fff;
  color: #092e93;
}
#children article .teaser header h2 a {
  text-decoration: none;
  color: inherit;
}
#children article .teaser div.content {
  background-color: #fff;
  padding: 8px 16px 16px;
}
#children article .teaser div.content p {
  margin: 0;
}
#children article .teaser div.content a.less,
#children article .teaser div.content a.more {
  width: 100%;
  margin: 0;
  text-align: right;
  color: #000;
}
#children article:last-of-type {
  margin: 0;
}
main aside {
  background-color: #fff;
}
main aside nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
main aside nav ul li {
  padding: 0;
  font-size: 56px;
}
main aside nav ul li i {
  font-size: 40px;
  float: left;
  line-height: 0;
  color: rgba(255, 255, 255, 0.9);
  background-color: #092e93;
  margin-right: 16px;
  margin-top: 0px;
  padding: 8px;
}
main aside nav ul li a {
  display: block;
  padding: 16px;
  margin-bottom: 4px;
  background-color: #fff;
  font-size: 24px;
  text-decoration: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
main aside nav ul li a i {
  margin-left: -16px;
  margin-top: -16px;
}
nav.ancestors {
  border-bottom: 12px solid #fff;
}
aside nav.ancestors {
  border-top: 12px solid #fff;
}
nav.ancestors ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
nav.ancestors ul li {
  padding: 0;
  font-size: 56px;
  border-bottom: 4px solid #fff;
}
nav.ancestors ul li i {
  font-size: 40px;
  float: left;
  color: rgba(255, 255, 255, 0.9);
  background-color: #092e93;
  margin-right: 16px;
  margin-top: -16px;
  margin-left: -16px;
  padding: 8px;
  width: 64px;
  text-align: center;
}
nav.ancestors ul li a {
  display: block;
  padding: 16px;
  margin: 0;
  font-size: 24px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  line-height: 1;
}
nav#lang_toggle {
  display: flex;
  position: static;
  left: 16px;
  top: 22vw;
  z-index: 10;
}
nav#lang_toggle i {
  margin-right: 10px;
  line-height: inherit;
}
nav#lang_toggle ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
nav#lang_toggle ul li {
  list-style: none;
  padding: 0;
  margin-right: 10px;
}
nav#lang_toggle ul li a {
  color: #be1c1a;
}
nav#lang_toggle ul li.active a {
  color: #000;
  text-decoration: none;
}
ul.additional_content {
  list-style: none;
  padding: 8px 22px;
}
ul.additional_content li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
}
ul.additional_content li.user-meta {
  margin-top: -16px;
  margin-left: 40px;
}
ul.additional_content li i {
  position: absolute;
  left: 0;
  top: 3px;
  text-align: center;
  width: 20px;
}
ul.additional_content li * {
  max-width: 100%;
}
ul.additional_content li .video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
ul.additional_content li .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#children ul.additional_content {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
}
#colophon {
  color: #fff;
  background-color: #edf4fc;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#colophon section {
  padding: 16px;
  border-bottom: 2px #edf4fc solid;
}
#colophon h3 {
  color: #fff;
}
#colophon p {
  color: #fff;
}
#colophon ul {
  list-style: none;
  padding: 0;
}
#colophon ul li {
  color: #fff;
  width: 90vw;
  position: relative;
  padding-left: 24px;
}
#colophon ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
#colophon ul li a {
  color: #fff;
}
#colophon ul li img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
#colophon > p {
  padding: 0 16px;
  width: 100%;
}
[data-tooltip] {
  position: relative;
  color: #092e93;
  font-weight: bold;
}
[data-tooltip]::after {
  white-space: pre;
  content: attr(data-tooltip);
  pointer-events: all;
  opacity: 0;
  transition: opacity 1.5s;
  display: block;
  bottom: 1rem;
  position: absolute;
  visibility: hidden;
  min-width: 15rem;
  min-width: 40rem;
  padding: 0.5rem;
  z-index: 100;
  color: #fff;
  background-color: #092e93;
  border: solid 1px #000;
  border-radius: 0.5em;
  font-weight: normal;
}
[data-tooltip]:hover::after {
  opacity: 1;
  display: block;
  visibility: visible;
  bottom: 1rem;
  position: absolute;
  font-weight: normal;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.pagination > * {
  display: block;
  text-decoration: none;
  width: 32px;
  height: 32px;
  background-color: #fff;
  margin: 0 8px;
  line-height: 32px;
  text-align: center;
}
.pagination > *.currentpage {
  font-weight: bold;
  color: #092e93;
}
.pagination > *.navigate-inactive {
  display: none;
}
.pagination > *.zurueck {
  text-align: left;
  padding-left: 4px;
}
.pagination > *.vor {
  text-align: right;
  padding-right: 2px;
}
.pagination > *[class*=navigate] {
  display: none;
}
.secondary {
  background-color: transparent;
  width: var(--width-aside);
}
.secondary > ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  display: flex;
  flex-direction: column;
}
.secondary > ul > li {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 16px;
  margin-bottom: 24px;
  order: 3;
}
.secondary > ul > li:not(.rss-feed) > a {
  display: block;
  text-align: center;
  color: #092e93;
  border-bottom: #092e93 solid 2px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora', serif;
  padding-bottom: 20px;
  margin-bottom: 12px;
  position: relative;
}
.secondary > ul > li:not(.rss-feed) > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: calc(50% - 24px / 2);
  bottom: calc(-1 * 24px / 2);
  background-image: url('../images/arrow-rigth-blue.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.secondary > ul > li:not(.rss-feed).current-page-ancestor::before,
.secondary > ul > li:not(.rss-feed).current-menu-item::before,
.secondary > ul > li:not(.rss-feed):hover::before,
.secondary > ul > li:not(.rss-feed).current-page-ancestor > a::before,
.secondary > ul > li:not(.rss-feed).current-menu-item > a::before,
.secondary > ul > li:not(.rss-feed):hover > a::before {
  transform: rotate(90deg);
}
.secondary > ul > li:first-of-type {
  order: 1;
}
.secondary > ul > li.rss-feed {
  order: 2;
}
.secondary > ul > li.rss-feed > a {
  padding-bottom: 8px;
  margin-bottom: 1px;
  display: block;
  position: relative;
  text-indent: -999px;
  border-bottom: solid 2px #092e93;
  overflow: hidden;
}
.secondary > ul > li.rss-feed > a::before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 8px;
  right: 8px;
  top: 0;
  bottom: 8px;
  background-image: url('../images/logo-berglink-rss.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.secondary > ul > li.rss-feed ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.secondary > ul > li.rss-feed ul li {
  padding: 8px 0;
  border-bottom: 2px solid #585858;
}
.secondary > ul > li.rss-feed ul li a {
  text-decoration: none;
}
.third {
  background-color: transparent;
  width: var(--width-aside);
}
.third > div {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 16px;
  margin-bottom: 24px;
}
.third > div h4 {
  margin: 0 0 16px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 12px;
  color: #be1c1a;
  border-bottom: solid 2px #be1c1a;
}
.third ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.third ul li {
  width: 27%;
  position: relative;
}
.third ul li:hover a {
  position: absolute;
  left: -14px;
  top: -8px;
  width: calc(100% + 28px);
}
.third ul li a,
.third ul li img {
  display: block;
  width: 100%;
}
#reading_samples:target ~ .third div.reading_samples {
  background-color: rgba(190, 28, 26, 0.5);
}
#reading_samples:target ~ .third div.reading_samples h4 {
  color: #fff;
  border-bottom-color: #fff;
}
#reading_samples:target ~ .third li.reading_sample.current-menu-item a {
  position: absolute;
  left: -14px;
  top: -8px;
  width: calc(100% + 28px);
}
#auditions:target ~ .third div.auditions {
  background-color: rgba(190, 28, 26, 0.5);
}
#auditions:target ~ .third div.auditions h4 {
  color: #fff;
  border-bottom-color: #fff;
}
#auditions:target ~ .third li.audition.current-menu-item a {
  position: absolute;
  left: -14px;
  top: -8px;
  width: calc(100% + 28px);
}
body div#black {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.83);
  z-index: 100;
}
body div#bildanzeige {
  position: relative;
  top: 5vh;
  height: 80vh;
  width: 90vw;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body div#bildanzeige div.schliessen,
body div#bildanzeige div.nachlinks,
body div#bildanzeige div.nachrechts {
  position: absolute;
  color: #ffffff;
  font-size: 36px;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 100;
}
body div#bildanzeige div.schliessen {
  position: fixed;
  right: 16px;
  top: 16px;
}
body div#bildanzeige div.nachlinks {
  left: -58px;
  top: 45%;
}
body div#bildanzeige div.nachrechts {
  right: -58px;
  top: 45%;
}
body div#bildanzeige img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body div#bildanzeige h1 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
body div#bildanzeige p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
body div#bildanzeige p .post_title {
  font-weight: bold;
}
/** _develop.less */
/**
  * @package eglund
  */
/** _develop.less EOF */
/** julia-site-navigation.less */
/**
  * @package eglund
  */
.site-navigation {
  color: var(--color-em);
  position: relative;
  margin-left: auto;
}
.site-navigation .menu-open {
  display: block;
  font-family: var(--font-i);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.site-navigation .menu-open:before {
  content: '\f0c9';
}
.site-navigation:has(.menu:popover-open) .menu-open {
  visibility: hidden;
}
html.no-popover .site-navigation:has(.menu.is-open) .menu-open {
  visibility: hidden;
}
.site-navigation .close {
  text-align: center;
}
.site-navigation .close .menu-close {
  display: block;
  font-family: var(--font-i);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  color: var(--color-em);
  background-color: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}
.site-navigation .close .menu-close:before {
  content: '\f00d';
}
.site-navigation .close .menu-close .string {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.site-navigation .menu {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100vw;
  max-height: calc(100dvh - 5rem);
  left: 0;
  top: 5rem;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 5rem 0 1rem;
}
.site-navigation .menu::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 5rem;
  height: calc(100% - 5rem);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(to left, rgba(205, 131, 147, 0.65), #c1dee1 70%, rgba(165, 196, 230, 0.72));
  z-index: -1;
}
.site-navigation .menu:popover-open {
  display: flex;
}
html.no-popover .site-navigation .menu {
  display: none;
}
html.no-popover .site-navigation .menu.is-open {
  display: flex;
  position: fixed;
  z-index: 40;
}
.site-navigation .menu-item {
  width: 100%;
  padding: 8px 16px;
}
.site-navigation .menu-item:first-child {
  padding-top: 28px;
}
.site-navigation .menu-item.current-menu-item > a {
  font-weight: bold;
}
.site-navigation .menu-item a {
  display: block;
  text-align: center;
  color: #092e93;
  border-bottom: #092e93 solid 2px;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora', serif;
  padding-bottom: 4px;
}
.site-navigation .sub-menu {
  height: 0;
  overflow: hidden;
  flex-direction: column;
  list-style: none;
  padding-left: 2.5rem;
  transition: height 0.5s;
}
.site-navigation .menu > .menu-item.close {
  order: -1;
}
.site-navigation .menu > .menu-item.close a {
  font-size: 3rem;
  justify-content: flex-end;
}
.site-navigation .menu > .menu-item.close a:before {
  content: none;
}
.site-navigation .menu-label {
  position: absolute;
  display: block;
  width: 3.5rem;
  height: 4rem;
  background: transparent;
  z-index: 1;
}
.site-navigation [type='checkbox'] {
  display: none;
}
.site-navigation [type='checkbox']:checked ~ .sub-menu {
  display: flex;
  height: auto;
}
.site-navigation [type='checkbox']:checked ~ a:before {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .site-navigation {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    z-index: 11;
    position: relative;
    font-size: 16px;
  }
  .site-navigation .menu-open {
    display: none;
  }
  .site-navigation::after {
    content: '';
    height: 10px;
    width: calc(100% - var(--width-aside));
  }
  .site-navigation .menu {
    margin-top: 1rem;
    background: transparent;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: calc(100%);
    padding: 0;
    top: 0;
    left: 0;
    max-height: none;
    gap: 16px;
  }
  .site-navigation .menu::before {
    content: none;
  }
  .site-navigation .menu .close {
    display: none;
  }
  .site-navigation .menu-item {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .site-navigation .menu-item:first-child {
    padding-top: 0;
  }
  .site-navigation .menu-item a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #092e93;
    border-bottom: 2px solid #092e93;
    padding: 4px 8px 0;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
    margin: 0;
  }
  .site-navigation .menu-item.home a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/home.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    margin-right: 4px;
  }
  .site-navigation .menu-item.current-page-ancestor a,
  .site-navigation .menu-item.current-menu-item a,
  .site-navigation .menu-item:hover a {
    background-color: #092e93;
    color: #fff;
  }
  .site-navigation .menu-item.current-page-ancestor.home a::before,
  .site-navigation .menu-item.current-menu-item.home a::before,
  .site-navigation .menu-item:hover.home a::before {
    background-image: url('../images/home-white.svg');
  }
  .site-navigation .menu-item.current-menu-item > a {
    font-weight: normal;
  }
}
@media screen and (min-width: 1024px) {
  .site-navigation {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .site-navigation::after {
    content: unset;
  }
}
@media screen and (min-width: 1280px) {
  .site-navigation {
    margin-top: 24px;
  }
}
/** julia-site-navigation.less EOF */
/** menu-sozial-media.less */
/**
  * @package eglund
  */
.menu-social-media {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  width: calc(100% - 3.5rem);
  max-width: 289px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-social-media span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
}
.menu-social-media i {
  display: block;
  width: 36px;
  height: 36px;
}
.menu-social-media i::before {
  content: '\f14d';
  font-family: 'Font Awesome 5 Brands';
  color: #092e93;
  font-style: normal;
  font-size: 40px;
  line-height: 0.93;
}
.menu-social-media a {
  text-decoration: none;
}
.menu-social-media a[href*='twitter.com'] i::before {
  content: '\f081';
}
.menu-social-media a[href*='facebook.com'] i::before {
  content: '\f082';
}
.menu-social-media a[href*='instagram.com'] i::before {
  content: '\e055';
}
.menu-social-media a[href*='youtube.com'] i {
  position: relative;
  top: -3px;
  width: 52px;
}
.menu-social-media a[href*='youtube.com'] i::before {
  content: '\f167';
  font-size: 46px;
}
.menu-social-media a[href*='newsletter'] i {
  top: -4px;
  height: 40px;
  width: 108px;
}
.menu-social-media a[href*='newsletter'] i::before {
  content: url('../images/button-buchletter-mobil.svg');
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-social-media {
    margin-top: 1.4rem;
  }
  .menu-social-media li:has(a[href*='newsletter']) {
    display: block;
  }
  .menu-social-media a[href*='newsletter'] i:before {
    content: url('../images/button-buchletter-red.svg');
    display: block;
    position: relative;
    top: -4px;
    height: 36px;
    width: 224px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-social-media {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: end;
    margin-bottom: -4px;
  }
}
/** menu-sozial-media.less EOF */
/** newsletter-signup.less */
/**
  * @package eglund
  */
.hentry:has(.newsletter-signup-wrapper) {
  background-color: #be1c1a;
  padding: 1rem;
}
.hentry:has(.newsletter-signup-wrapper) > section > h2:first-child {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.hentry:has(.newsletter-signup-wrapper) > section {
  display: block;
  width: 100%;
}
.newsletter-signup-wrapper {
  color: #fff;
  font-style: normal;
  align-items: center;
}
.newsletter-signup-wrapper * {
  color: #fff;
  font-family: 'Lora', serif;
}
.newsletter-signup-wrapper em {
  font-style: italic;
}
.newsletter-signup-wrapper .nl-claim {
  font-size: 32px;
  text-transform: uppercase;
}
.newsletter-signup-wrapper .claim-string + br {
  display: none;
}
.newsletter-signup-wrapper .nl-form {
  margin-top: 12px;
}
.newsletter-signup-wrapper .mailpoet_form {
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
}
.newsletter-signup-wrapper .mailpoet_form input::placeholder {
  color: #585858;
  font-family: 'Open Sans', sans-serif;
}
.newsletter-signup-wrapper .mailpoet_form input.mailpoet_text,
.newsletter-signup-wrapper .mailpoet_form input[type='submit'],
.newsletter-signup-wrapper .mailpoet_form input[type='email'] {
  border-radius: unset;
  background: #fff;
  border: none;
  height: 33px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #585858;
}
.newsletter-signup-wrapper .mailpoet_form input[type='submit'] {
  color: #be1c1a;
  font-weight: bold;
  cursor: pointer;
  height: 33px;
}
.newsletter-signup-wrapper .mailpoet_form .mailpoet_message {
  width: 100%;
}
.newsletter-signup-wrapper .mailpoet_form .mailpoet_message * {
  width: 100%;
}
.newsletter-signup-wrapper .mailpoet_form [class*='mailpoet_error'] {
  background: #fff;
}
.newsletter-signup-wrapper .mailpoet_form [class*='mailpoet_error'] * {
  background: #fff;
  padding: 4px;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 768px) {
  .hentry:has(.newsletter-signup-wrapper) > section {
    grid-column: 1 / -1;
  }
  .newsletter-signup-wrapper {
    display: flex;
    gap: 16px;
  }
  .newsletter-signup-wrapper > * {
    width: 50%;
  }
  .newsletter-signup-wrapper .nl-claim {
    font-size: 48px;
  }
  .newsletter-signup-wrapper .nl-form {
    margin-top: 0;
  }
  .newsletter-signup-wrapper .mailpoet_form {
    padding-right: 20px;
    margin-top: 24px;
  }
  .newsletter-signup-wrapper .claim-string + br {
    display: unset;
  }
}
/** newsletter-signup.less EOF */
/** searchform.less */
/**
  * @package eglund
  */
.searchform {
  display: none;
}
@media screen and (min-width: 768px) {
  .searchform {
    display: flex;
    order: 1;
    width: var(--width-aside);
    margin-top: 7px;
    margin-left: auto;
    background: #fff;
  }
  .searchform input#s {
    width: calc(100% - 32px);
    height: 32px;
    display: block;
    border: none;
    padding: 4px 8px;
  }
  .searchform label {
    display: block;
    width: 32px;
    height: 32px;
    padding: 4px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .searchform {
    grid-column: 3/4;
    grid-row: 3/4;
    align-self: end;
    margin-bottom: -6px;
  }
}
/** searchform.less EOF */
/** slider.less */
/**
  * @package eglund
  */
.slider {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  display: grid;
  grid-template-rows: auto auto min-content;
  grid-template-columns: 100%;
  width: 100%;
  margin-bottom: 12px;
}
.slider .hentry {
  display: grid;
  position: relative;
  grid-template-rows: subgrid;
  grid-template-columns: subgrid;
  gap: 0;
  margin: 0;
  grid-row: 1 / -2;
  grid-column: 1 / -1;
  background-color: var(--color-negative);
  padding: 8px;
  aspect-ratio: unset;
}
@supports not (grid-template-columns: subgrid) {
  .slider .hentry {
    grid-template-rows: auto auto min-content;
    grid-template-columns: 100%;
  }
}
.slider .hentry figure {
  grid-row: 1 / 2;
}
.slider .hentry figure img {
  aspect-ratio: 16 / 9;
  display: block;
  width: 100%;
  height: calc(100% - 32px);
  object-fit: cover;
}
@supports not (container-type: inline-size) {
  .slider .hentry figure img {
    height: auto;
  }
}
.slider .hentry figure figcaption {
  display: block;
  margin-top: 2px;
  font-size: 10px;
}
.slider .hentry > section {
  grid-row: 3 / 4;
  padding: 0;
  height: unset;
  overflow: hidden;
}
.slider .hentry > section h2 {
  font-size: 18px;
  display: block;
}
.slider .hentry > section .content * {
  display: none;
}
.slider .hentry > section .content .lead {
  display: block;
  font-size: 14px;
  margin: 0;
}
.slider nav {
  grid-row: -2 / -1;
  z-index: 10;
}
.slider nav ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider nav li {
  margin: 0 6px;
  display: inline-block;
}
.slider nav i {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.slider input {
  display: none;
}
.slider .hentry {
  opacity: 0;
  transition: all 0.5s;
}
.slider input:checked + .hentry {
  opacity: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slider {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content;
    column-gap: 1.5rem;
  }
  .slider .hentry {
    background-color: unset;
    padding: 0;
    grid-row: 1 / -1;
    column-gap: 1.5rem;
  }
  .slider .hentry figure {
    grid-row: 1 / -1;
  }
  .slider .hentry figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .slider .hentry > section {
    grid-row: 1 / 2;
    aspect-ratio: 16/9;
    padding: 1rem;
    background-color: var(--color-negative);
    position: relative;
  }
  .slider .hentry > section::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: 0;
    left: 0;
    background-image: var(--gradient-hide-text);
  }
  .slider nav {
    grid-column: 1/-1;
    align-self: end;
  }
}
/** slider.less EOF */
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
  .tablet {
    display: block;
  }
  body {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    margin: 0 auto;
  }
  figcaption {
    font-size: 10px;
  }
  figcaption .post_title,
  figcaption .post_content,
  figcaption .copyright {
    display: none;
  }
  .header {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    order: -1;
    padding: 24px;
    position: relative;
  }
  .header hgroup {
    width: auto;
  }
  .header hgroup h1,
  .header hgroup h2 {
    font-size: 48px;
    letter-spacing: 0.5px;
    line-height: 1;
  }
  .header hgroup p {
    margin-top: 10px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    display: inline-block;
    font-size: 20px;
  }
  .header .banner {
    display: block;
    width: 280px;
    text-align: center;
  }
  .header .banner::before {
    content: unset;
  }
  .header .banner a {
    display: block;
  }
  .header .banner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main {
    padding: 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .primary {
    width: 100%;
  }
  .main .secondary,
  .main .third {
    width: calc(50% - var(--space-between) / 2);
  }
  .hentry {
    grid-template-columns: 202px 1fr;
    grid-gap: 24px;
    padding: 16px;
  }
  .hentry time .weekday {
    display: unset;
  }
  .hentry section {
    grid-column: 2;
  }
  .search .primary > .hentry,
  .blog .primary > .hentry {
    aspect-ratio: unset;
    grid-template-columns: 202px 1fr;
    height: 256px;
  }
  .search .primary > .hentry figcaption,
  .blog .primary > .hentry figcaption {
    padding-top: 6px;
  }
  .search .primary > .hentry::after,
  .blog .primary > .hentry::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: 0;
    left: 0;
    background-image: var(--gradient-hide-text);
  }
  .search .primary > .hentry section > h2,
  .blog .primary > .hentry section > h2 {
    margin-bottom: 5px;
  }
  .search .primary > .hentry .content,
  .blog .primary > .hentry .content {
    line-height: 1.4;
  }
  .search .primary > .hentry .content *:not(p,br),
  .blog .primary > .hentry .content *:not(p,br) {
    display: none;
  }
  .search .primary > .hentry .content * + p,
  .blog .primary > .hentry .content * + p {
    margin-bottom: 0;
  }
  .page .hentry .gallery li i.photo,
  .single .hentry .gallery li i.photo {
    top: auto;
    bottom: 0;
  }
  .post-type-archive-book .primary {
    align-items: unset;
  }
  .post-type-archive-book .primary .hentry {
    width: calc(33.33% - 16px);
  }
  .single-book .primary .links {
    display: flex;
    justify-content: space-between;
    padding: 16px;
  }
  .single-book .primary .links p:not(.close) {
    width: calc(33.33% - 16px);
  }
  .primary.shop {
    padding: 16px;
  }
  .primary.shop .shop-books {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 16px;
  }
  .primary.shop .shop-book {
    width: calc(33.33% - 16px);
  }
  article.date {
    display: grid;
    grid-template-columns: 202px 1fr;
    grid-gap: 24px;
    padding: 16px;
  }
  article.date section > *:first-child {
    margin-top: 0;
    padding-right: 16px;
  }
  article.date section {
    grid-column: 2;
  }
  .primary.media .wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .primary.media .media {
    width: calc(33.33% - 16px);
    padding: 24px;
  }
  .primary.links .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }
  .primary.links article {
    padding: 16px;
  }
  .primary.links article h2 {
    font-size: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .header {
    display: grid;
    grid-template-columns: auto auto min-content;
    grid-template-rows: auto auto auto;
    column-gap: 32px;
    justify-content: unset;
  }
  .header hgroup {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .header .banner {
    width: 450px;
    grid-column: 2/4;
    grid-row: 1/3;
    justify-self: end;
  }
  .main {
    display: block;
  }
  .main::after {
    content: '';
    display: block;
    clear: both;
  }
  .main .primary {
    width: calc(100% - var(--width-aside) - 32px);
    float: left;
  }
  .main .secondary,
  .main .third {
    width: var(--width-aside);
    float: right;
  }
}
@media (min-width: 1280px) {
  .main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main::after {
    content: unset;
  }
  .main .primary {
    width: calc(100% - var(--width-aside) - 32px - var(--width-aside) - 32px);
    float: none;
    min-height: unset;
  }
  .main .secondary,
  .main .third {
    float: none;
  }
  .main .secondary {
    order: -1;
  }
  article section > h2 {
    font-size: 22px;
  }
}
/*# sourceMappingURL=style.css.map */