/**
* 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");
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;
}
.hidden {
  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));
  position: relative;
  padding: 16px;
  z-index: 10;
}
@supports (position: sticky) {
  #header {
    position: sticky;
    top: 0;
  }
}
#header div {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
#header div::before {
  content: '';
  display: block;
  width: 50%;
}
#header hgroup {
  order: -1;
}
#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;
}
#header .menu {
  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;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s linear, opacity 0.3s linear;
  width: 100%;
}
#header .menu li {
  padding: 16px;
}
#header .menu li:first-of-type {
  padding-top: 28px;
}
#header .menu 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;
}
#header #menu-open:checked {
  display: none;
}
#header #menu-open:checked ~ ul label[for="menu-open"] {
  display: none;
}
#header #menu-open:checked ~ ul label[for="menu-close"] {
  display: block;
}
#header #menu-open:checked ~ .menu {
  max-height: 224px;
  opacity: 1;
  transition: max-height 0.3s linear, opacity 0.3s linear;
}
.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;
  margin-top: 24px;
  width: 100%;
  display: flex;
}
.menu-social-media li {
  margin-right: 24px;
}
.menu-social-media li:last-of-type {
  margin-right: 0;
}
.menu-social-media li.home {
  margin-left: auto;
  margin-right: 0;
}
.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:before {
  content: '\f167';
  display: block;
  position: relative;
  top: -3px;
  font-size: 46px;
}
.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;
}
.mobile article {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
}
.mobile article figure {
  padding: 0 21%;
  position: relative;
}
.mobile article figure.ebook::before {
  content: '';
  display: block;
  position: absolute;
  width: 20%;
  height: 10%;
  background-image: url("../images/badged-e-book.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: 20%;
  bottom: 25%;
}
.mobile article figure img {
  width: 100%;
  height: auto;
  display: block;
}
.mobile article > h2 {
  margin: 0 0 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  color: #585858;
}
.mobile article > h2 + p {
  text-align: center;
  margin: 0;
  color: #092E93;
  font-size: 18px;
}
.mobile article > a,
.mobile article > label {
  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: 18px;
  margin-bottom: 24px;
  position: relative;
}
.mobile article > a::before,
.mobile article > label::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: -15px;
  background-image: url("../images/arrow-rigth-blue.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile article > a:hover::before,
.mobile article > label:hover::before {
  transform: rotate(90deg);
}
.mobile article > a[href^="mailto:"],
.mobile article > label[href^="mailto:"] {
  margin-top: 24px;
  border: 1px #092E93 solid;
  padding: 16px;
  padding-bottom: 54px;
  margin-bottom: 0;
}
.mobile article > a[href^="mailto:"]::before,
.mobile article > label[href^="mailto:"]::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: 13px;
  background-image: url("../images/arrow-rigth-blue.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.mobile article > a[href^="mailto:"]::after,
.mobile article > label[href^="mailto:"]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 27px;
  width: auto;
  height: 2px;
  left: 16px;
  right: 16px;
  background-color: #092E93;
}
.mobile article .samples {
  overflow: hidden;
  height: 0;
}
.mobile article label[for="samples_off"] {
  display: none;
}
.mobile article input[name="samples"]:checked.reading_samples ~ *.samples.reading_samples {
  height: auto;
}
.mobile article input[name="samples"]:checked.reading_samples ~ *.reading_samples_label {
  display: none;
}
.mobile article input[name="samples"]:checked.reading_samples ~ *[for="samples_off"].reading_samples {
  display: block;
}
.mobile article input[name="samples"]:checked.auditions ~ *.samples.auditions {
  height: auto;
}
.mobile article input[name="samples"]:checked.auditions ~ *.auditions_label {
  display: none;
}
.mobile article input[name="samples"]:checked.auditions ~ *[for="samples_off"].auditions {
  display: block;
}
.mobile article.page h2 {
  display: block;
  text-align: center;
  color: #092E93;
  border-bottom: #092E93 solid 2px;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora', serif;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}
.mobile article.page h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: -15px;
  background-image: url("../images/arrow-rigth-blue.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.mobile article.page h3 {
  display: block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  color: #585858;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.mobile article.page p {
  text-align: left;
  color: #585858;
  margin: 8px 0 16px;
}
.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;
}
.home __article .image,
.search __article .image,
.page-template-page-grid __article .image {
  height: 60vw;
  background-size: cover;
  background-position: center center;
  order: -1;
  position: relative;
}
.home __article .image img,
.search __article .image img,
.page-template-page-grid __article .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home __article .image a,
.search __article .image a,
.page-template-page-grid __article .image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home __article .teaser h2,
.search __article .teaser h2,
.page-template-page-grid __article .teaser h2 {
  padding: 16px 0;
  margin: 0 0 16px;
  border-bottom: 2px solid #000;
}
.home __article .teaser p,
.search __article .teaser p,
.page-template-page-grid __article .teaser p {
  margin: 0;
}
.home __article.calendar .teaser h2,
.search __article.calendar .teaser h2,
.page-template-page-grid __article.calendar .teaser h2 {
  padding-top: 0;
}
.home __article.calendar .teaser h1,
.search __article.calendar .teaser h1,
.page-template-page-grid __article.calendar .teaser h1 {
  font-size: 18px;
}
.home __article a.less,
.search __article a.less,
.page-template-page-grid __article a.less,
.home __article a.more,
.search __article a.more,
.page-template-page-grid __article a.more {
  display: block;
  text-align: right;
  padding: 8px;
  color: #000;
}
.home __article.facebook .image,
.search __article.facebook .image,
.page-template-page-grid __article.facebook .image {
  height: 120vw;
}
#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;
}
.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;
}
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%;
}
.menu-social-media {
  margin-bottom: -18px;
}
#header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  order: -1;
  padding: 24px;
  position: relative;
}
#header::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  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));
}
#header hgroup h1,
#header hgroup h2 {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1.2;
}
#header hgroup p {
  line-height: 1.7;
  letter-spacing: 1px;
  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;
}
nav#main_navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 11;
  position: relative;
  padding: 24px;
  font-size: 16px;
}
@supports (position: sticky) {
  nav#main_navigation {
    position: sticky;
    top: 0;
  }
}
nav#main_navigation::after {
  content: '';
  height: 10px;
  width: calc(100% - 220px);
}
nav#main_navigation::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  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));
}
nav#main_navigation ul.menu-desktop {
  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%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav#main_navigation ul.menu-desktop li:not(:first-of-type) {
  margin-left: 12px;
}
nav#main_navigation ul.menu-desktop li 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;
}
nav#main_navigation ul.menu-desktop li.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;
}
nav#main_navigation ul.menu-desktop li.current-page-ancestor a,
nav#main_navigation ul.menu-desktop li.current-menu-item a,
nav#main_navigation ul.menu-desktop li:hover a {
  background-color: #092E93;
  color: #fff;
}
nav#main_navigation ul.menu-desktop li.current-page-ancestor.home a::before,
nav#main_navigation ul.menu-desktop li.current-menu-item.home a::before,
nav#main_navigation ul.menu-desktop li:hover.home a::before {
  background-image: url("../images/home-white.svg");
}
nav#main_navigation form {
  margin-top: 16px;
  order: 1;
  width: 220px;
  display: flex;
}
nav#main_navigation form input#s {
  width: calc(100% - 32px);
  height: 32px;
  display: block;
  border: none;
  padding: 4px 8px;
}
nav#main_navigation form label {
  display: block;
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: #fff;
}
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% - 32px / 2);
}
article {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 16px;
  width: 100%;
  padding: 16px;
}
article .meta-data,
article .images {
  width: 186px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 24px;
}
article .meta-data > figure,
article .images > figure {
  height: 186px;
}
article .meta-data img,
article .images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
article .additional {
  width: calc(33.33% - 16px);
}
article figcaption {
  padding-top: 4px;
}
article img {
  display: block;
}
article .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;
}
article .gallery li {
  width: calc(50% - 12px);
  margin-top: 24px;
}
article .gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article section {
  overflow: hidden;
  height: 186px;
}
article section .less {
  display: none;
  position: unset;
  color: #BE1C1A;
  font-size: 15px;
  text-align: right;
}
article section .less.single-post {
  display: block;
}
article section .less::before {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-image: url("../images/close-blue.svg");
  background-size: contain;
}
article section .less.date::before {
  background-image: url("../images/close-red.svg");
}
article section .more {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
article section .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);
}
article time {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #092E93;
  font-size: 12px;
}
article section > h2 {
  margin: 8px 0 8px;
  font-size: 18px;
}
article .content {
  padding-top: 8px;
  border-top: 2px solid #585858;
}
article .content .lead {
  font-style: italic;
}
article .content p {
  margin-top: 0;
  margin-bottom: 10px;
}
article .content .question {
  font-style: italic;
}
article .post-close,
article .post-target {
  display: block;
  position: absolute;
  opacity: 0;
  top: -96px;
}
article .post-close.post-target:target ~ .images .gallery,
article .post-target.post-target:target ~ .images .gallery {
  display: flex;
}
article .post-close.post-target:target ~ section p,
article .post-target.post-target:target ~ section p {
  margin-bottom: 12px;
}
article .post-close.post-target:target ~ section .more,
article .post-target.post-target:target ~ section .more {
  display: none;
}
article .post-close.post-target:target ~ section .less,
article .post-target.post-target:target ~ section .less {
  display: block;
}
.blog article {
  padding-bottom: 24px;
}
.page article .images > figure,
.single article .images > figure {
  height: auto;
}
.page article .images .gallery::after,
.single article .images .gallery::after {
  content: unset;
}
.page article .images .gallery li,
.single article .images .gallery li {
  width: calc(50% - 8px);
}
.page article section,
.single article section {
  height: auto;
}
.page article .content p,
.single article .content p {
  margin-bottom: 12px;
}
.page article .gallery,
.single article .gallery {
  display: flex;
}
.page article .gallery::after,
.single article .gallery::after {
  content: '';
  display: block;
  width: calc(33.33% - 8px);
}
.page article .gallery.download li,
.single article .gallery.download li {
  padding: 0 8px 8px 0;
}
.page article .gallery li,
.single article .gallery li {
  position: relative;
}
.page article .gallery li i.photo,
.single article .gallery li i.photo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 78px;
  height: 48px;
  background-image: url("../images/badged-photo.svg");
  background-size: contain;
  text-indent: -999px;
}
article.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;
}
article.imprint > section > h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: -15px;
  background-image: url("../images/arrow-rigth-blue.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
article.imprint > section.current-page-ancestor::before,
article.imprint > section.current-menu-item::before,
article.imprint > section:hover::before,
article.imprint > section.current-page-ancestor > a::before,
article.imprint > section.current-menu-item > a::before,
article.imprint > section:hover > a::before {
  transform: rotate(90deg);
}
article.imprint > section h2::before {
  transform: rotate(90deg);
}
article.imprint > section .content {
  border-top: none;
}
article: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;
}
article: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: 104px;
  height: 64px;
  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 article {
  display: block;
  width: calc(33.33% - 16px);
  padding-bottom: 60px;
  position: relative;
}
.post-type-archive-book #primary article figure {
  width: 100%;
}
.post-type-archive-book #primary article figure img {
  width: 100%;
  height: auto;
}
.post-type-archive-book #primary article h2 {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #585858;
}
.post-type-archive-book #primary article p {
  color: #092E93;
  text-align: center;
  font-weight: bold;
}
.post-type-archive-book #primary article .permalink {
  position: absolute;
  width: auto;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin: 0;
}
.post-type-archive-book #primary article .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 article .permalink > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 30px / 2);
  bottom: -15px;
  background-image: url("../images/arrow-rigth-blue.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.post-type-archive-book #primary article .permalink.current-page-ancestor::before,
.post-type-archive-book #primary article .permalink.current-menu-item::before,
.post-type-archive-book #primary article .permalink:hover::before,
.post-type-archive-book #primary article .permalink.current-page-ancestor > a::before,
.post-type-archive-book #primary article .permalink.current-menu-item > a::before,
.post-type-archive-book #primary article .permalink:hover > a::before {
  transform: rotate(90deg);
}
.post-type-archive-book #primary article .permalink a {
  border: none;
}
.post-type-archive-book #primary article .more {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-type-archive-book #primary article:hover .permalink a:before {
  transform: rotate(90deg);
}
.post-type-archive-book #primary article:nth-child(2) h2 {
  margin-bottom: 29px;
}
.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: -15px;
  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 {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: #fff;
}
.single-book #primary .links::before {
  content: '';
  display: block;
  width: calc(33.33% - 16px);
}
.single-book #primary .links p:not(.close) {
  border: 2px solid #092E93;
  width: calc(33.33% - 16px);
  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: -15px;
  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: 16px;
  background-color: #fff;
  min-height: unset;
}
#primary.shop .shop-books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 16px;
}
#primary.shop article {
  display: block;
  width: calc(33.33% - 16px);
  padding: 0 16px;
  position: relative;
  text-align: center;
}
#primary.shop article figure {
  margin: 0 30%;
}
#primary.shop article img {
  width: 100%;
  height: auto;
}
#primary.shop article.shop-book {
  padding: 16px;
  border: 1px solid #BE1C1A;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#primary.shop article.shop-book::after {
  content: '';
  display: block;
  height: 20%;
}
#primary.shop article.shop-book h2 {
  color: #585858;
  line-height: 1.2;
}
#primary.shop article.shop-book p {
  font-size: 12px;
  color: #092E93;
  font-weight: bold;
}
#primary.shop article.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 article.shop-content {
  width: 100%;
  text-align: center;
}
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;
}
#primary.media .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
#primary.media article {
  display: block;
  width: calc(33.33% - 16px);
  padding: 24px;
  position: relative;
  text-align: center;
}
#primary.media article img {
  width: 100%;
  height: auto;
}
#primary.media article 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 article a.blurb {
  background-image: url("../images/badged-media-blurb.svg");
}
#primary.media article 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 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#primary.links article {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 16px);
  padding: 16px;
  position: relative;
  text-align: center;
}
#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;
}
#secondary {
  background-color: transparent;
  width: 220px;
}
#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: -12px;
  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: 220px;
}
#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;
}
#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;
  position: relative;
  width: 100%;
  padding-top: calc(41%);
  margin-bottom: 12px;
}
#slider article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100%);
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: transparent;
}
#slider article::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  width: calc(50% - 12px);
  height: 24px;
  right: 0;
  bottom: 24px;
}
#slider article figure {
  width: calc(50% - 12px);
  height: calc(100% - 24px);
}
#slider article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slider article figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 12px;
}
#slider article > section {
  width: calc(50% - 12px);
  padding: 24px;
  height: calc(100% - 24px);
  background-color: #fff;
}
#slider article .more {
  bottom: 24px;
  right: 24px;
}
#slider nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 24px;
}
#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;
  position: absolute;
  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 article {
  opacity: 0;
  transition: all 0.5s;
}
#slider input:checked + article {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 1024px) {
  #header #banner {
    display: block;
    width: 450px;
  }
  #header hgroup {
    display: flex;
    flex-direction: column;
  }
  .menu-social-media {
    margin-top: auto;
    margin-bottom: 0;
  }
  main {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main::after {
    content: '';
    display: block;
    clear: both;
  }
  main #primary {
    width: calc(100% - 220px - 32px);
    float: left;
    min-height: 800px;
  }
  main #secondary,
  main #third {
    width: 220px;
    float: right;
  }
  nav#main_navigation {
    flex-wrap: nowrap;
  }
  nav#main_navigation::after {
    content: unset;
  }
  nav#main_navigation ul.menu-desktop {
    width: calc(100% - 32px - 220px);
  }
  nav#main_navigation form {
    margin-top: 0;
  }
}
@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% - 220px - 32px - 220px - 32px);
    float: none;
    min-height: unset;
  }
  main #secondary,
  main #third {
    float: none;
  }
  main #secondary {
    order: -1;
  }
  article section > h2 {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  article.not-in-use {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 16px;
    width: 100%;
    padding: 24px;
  }
  article.not-in-use .images {
    width: 230px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
  }
  article.not-in-use .images > figure {
    height: 200px;
  }
  article.not-in-use .images img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  article.not-in-use .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;
  }
  article.not-in-use .gallery li {
    width: calc(50% - 12px);
    margin-top: 24px;
  }
  article.not-in-use .gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  article.not-in-use section {
    position: relative;
    overflow: hidden;
    height: 202px;
  }
  article.not-in-use time {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #092E93;
    font-size: 16px;
  }
  article.not-in-use section > h2 {
    margin: 8px 0 16px;
    font-size: 28px;
    line-height: 40px;
  }
  article.not-in-use .content {
    padding-top: 16px;
    border-top: 2px solid #585858;
  }
  article.not-in-use .content .lead {
    font-style: italic;
  }
  article.not-in-use .content p {
    margin: 0;
  }
  article.not-in-use .post-close,
  article.not-in-use .post-target {
    display: block;
    position: absolute;
    opacity: 0;
    top: -96px;
  }
  article.not-in-use .post-close.post-target:target ~ .images .gallery,
  article.not-in-use .post-target.post-target:target ~ .images .gallery {
    display: flex;
  }
  article.not-in-use .post-close.post-target:target ~ section,
  article.not-in-use .post-target.post-target:target ~ section {
    height: auto;
  }
  article.not-in-use .post-close.post-target:target ~ section p,
  article.not-in-use .post-target.post-target:target ~ section p {
    margin-bottom: 12px;
  }
  article.not-in-use .post-close.post-target:target ~ section .more,
  article.not-in-use .post-target.post-target:target ~ section .more {
    display: none;
  }
  article.not-in-use .post-close.post-target:target ~ section .less,
  article.not-in-use .post-target.post-target:target ~ section .less {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */