body.page-mastercompendium #page-content,
body.page-subcompendium #page-content {
  background: #292929;
}
.page.mastercompendium,
.page.subcompendium {
  color: #d1d1d1;
}
.page.mastercompendium.animate-in .content,
.page.subcompendium.animate-in .content {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.page.mastercompendium.animate-in div.top > div.title span,
.page.subcompendium.animate-in div.top > div.title span,
.page.mastercompendium.animate-in div.top > div.sub-headline span,
.page.subcompendium.animate-in div.top > div.sub-headline span {
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.page.mastercompendium.animate-in div.top > div.title line,
.page.subcompendium.animate-in div.top > div.title line,
.page.mastercompendium.animate-in div.top > div.sub-headline line,
.page.subcompendium.animate-in div.top > div.sub-headline line {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page.mastercompendium div.top,
.page.subcompendium div.top {
  position: relative;
}
.page.mastercompendium div.top > div,
.page.subcompendium div.top > div {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.page.mastercompendium div.top > div.title,
.page.subcompendium div.top > div.title,
.page.mastercompendium div.top > div.sub-headline,
.page.subcompendium div.top > div.sub-headline {
  white-space: nowrap;
}
.page.mastercompendium div.top > div.title span,
.page.subcompendium div.top > div.title span,
.page.mastercompendium div.top > div.sub-headline span,
.page.subcompendium div.top > div.sub-headline span {
  text-transform: uppercase;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: opacity;
}
.page.mastercompendium div.top > div.title span.on-animated,
.page.subcompendium div.top > div.title span.on-animated,
.page.mastercompendium div.top > div.sub-headline span.on-animated,
.page.subcompendium div.top > div.sub-headline span.on-animated {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.page.mastercompendium div.top > div.title line,
.page.subcompendium div.top > div.title line,
.page.mastercompendium div.top > div.sub-headline line,
.page.subcompendium div.top > div.sub-headline line {
  display: block;
  width: auto;
  height: 1px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  will-change: transform;
}
.page.mastercompendium div.top > div.title line.on-animated,
.page.subcompendium div.top > div.title line.on-animated,
.page.mastercompendium div.top > div.sub-headline line.on-animated,
.page.subcompendium div.top > div.sub-headline line.on-animated {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.page.mastercompendium div.top > div.title line[left],
.page.subcompendium div.top > div.title line[left],
.page.mastercompendium div.top > div.sub-headline line[left],
.page.subcompendium div.top > div.sub-headline line[left] {
  left: 0px;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.page.mastercompendium div.top > div.title line[right],
.page.subcompendium div.top > div.title line[right],
.page.mastercompendium div.top > div.sub-headline line[right],
.page.subcompendium div.top > div.sub-headline line[right] {
  right: 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.page.mastercompendium div.top > div.title,
.page.subcompendium div.top > div.title {
  top: 25px;
}
@media only screen and (min-width: 769px) {
  .page.mastercompendium div.top > div.title,
  .page.subcompendium div.top > div.title {
    top: 50px;
  }
}
.page.mastercompendium div.top > div.title span p,
.page.subcompendium div.top > div.title span p {
  margin: 10px 0px;
}
.page.mastercompendium div.top > div.title svg,
.page.subcompendium div.top > div.title svg {
  width: 120px;
  height: auto;
}
.page.mastercompendium div.top > div.title svg *,
.page.subcompendium div.top > div.title svg * {
  fill: #fff;
}
.page.mastercompendium div.top > div.title line,
.page.subcompendium div.top > div.title line {
  top: 10px;
  width: calc(50% - 103px);
}
@media only screen and (min-width: 769px) {
  .page.mastercompendium div.top > div.title line,
  .page.subcompendium div.top > div.title line {
    width: calc(50% - 140px);
  }
}
.page.mastercompendium .content,
.page.subcompendium .content {
  background: #383838;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.page.mastercompendium .content div[article-element] div.inner line,
.page.subcompendium .content div[article-element] div.inner line {
  background: #383838;
}
.page.mastercompendium .content div[article-element] div.inner h2,
.page.subcompendium .content div[article-element] div.inner h2 {
  color: #a0a0a0;
}
.page.mastercompendium .content div[article-element] div.inner p,
.page.subcompendium .content div[article-element] div.inner p {
  color: #6f6f6f;
}
.page.subcompendium {
  margin-top: 0px;
  color: #d1d1d1;
}
.page.subcompendium.animate-in div.top h1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.page.subcompendium.animate-in div.top h2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.page.subcompendium div.top {
  padding: 80px 0px 60px 0px;
  text-align: center;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .page.subcompendium div.top {
    padding: 140px 0px 120px 0px;
  }
}
@media only screen and (min-width: 769px) {
  .page.subcompendium div.top > div {
    width: calc(100% - 160px);
  }
}
.page.subcompendium div.top div.title {
  color: #a0a0a0;
}
.page.subcompendium div.top div.title line {
  color: #383838;
  top: 50%;
  width: calc(50% - 70px);
}
@media only screen and (min-width: 769px) {
  .page.subcompendium div.top div.title line {
    width: calc(50% - 70px);
  }
}
.page.subcompendium div.top h1 {
  max-width: 720px;
  margin: auto;
  padding: 0px 20px;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: transform, opacity;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}
.page.subcompendium div.top h2 {
  max-width: 720px;
  margin: auto;
  margin-top: 10px;
  padding: 0px 20px;
  color: #a0a0a0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: transform, opacity;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.page.subcompendium .content {
  padding-top: 20px;
  background: #383838;
}
@media only screen and (min-width: 769px) {
  .page.subcompendium .content {
    padding-top: 80px;
  }
}
.page.mastercompendium.animate-in div.top .year {
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page.mastercompendium.animate-in .content {
  -webkit-transform: translateY(-100px) !important;
  -moz-transform: translateY(-100px) !important;
  -o-transform: translateY(-100px) !important;
  -ms-transform: translateY(-100px) !important;
  transform: translateY(-100px) !important;
}
.page.mastercompendium div.top {
  width: 100%;
  background-color: #292929;
  height: calc(100vh - 60px);
  position: relative;
  background-image: url("/media/1132/compendium-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-bottom: 100px;
}
@media only screen and (min-width: 769px) {
  .page.mastercompendium div.top {
    height: calc(100vh - 100px);
    min-height: 650px;
  }
}
.page.mastercompendium div.top > div.year {
  pointer-events: none;
  display: table;
  color: #383838;
  -webkit-text-fill-color: transparent;
  background: webkit--webkit-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1024&progressive=true") no-repeat;
  background: webkit--moz-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1024&progressive=true") no-repeat;
  background: webkit--o-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1024&progressive=true") no-repeat;
  background: webkit--ms-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1024&progressive=true") no-repeat;
  background: webkit-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1024&progressive=true") no-repeat;
  -webkit-background-clip: text;
  will-change: opacity, transform;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
@media only screen and (min-width: 769px) {
  .page.mastercompendium div.top > div.year {
    -webkit-text-fill-color: transparent;
    background: -webkit--webkit-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1600&progressive=true") no-repeat;
    background: -webkit--moz-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1600&progressive=true") no-repeat;
    background: -webkit--o-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1600&progressive=true") no-repeat;
    background: -webkit--ms-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1600&progressive=true") no-repeat;
    background: -webkit-linear-gradient(transparent, transparent), url("/media/1142/compendium-bg-2016.jpg?width=1600&progressive=true") no-repeat;
    -webkit-background-clip: text;
  }
}
.page.mastercompendium div.top > div.year.on-animated {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.page.mastercompendium div.top > div.sub-headline {
  bottom: 125px;
}
@media only screen and (min-width: 769px) {
  .page.mastercompendium div.top > div.sub-headline {
    bottom: 150px;
  }
}
.page.mastercompendium div.top > div.sub-headline line {
  top: 50%;
  width: calc(50% - 110px);
}
@media only screen and (min-width: 769px) {
  .page.mastercompendium div.top > div.sub-headline line {
    width: calc(50% - 145px);
  }
}
.page.mastercompendium .content .content-intro {
  display: block;
  text-align: center;
  width: 100%;
  padding: 60px 0px;
}
@media only screen and (min-width: 620px) {
  .page.mastercompendium .content .content-intro {
    padding: 80px 0px;
  }
}
.page.mastercompendium .content .content-intro h2 {
  margin: auto;
  max-width: 720px;
  padding: 0px 20px;
  margin-top: 10px;
  color: #6f6f6f;
}
@media only screen and (min-width: 620px) {
  .page.mastercompendium .content .content-intro h2 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .page.mastercompendium .content ul[article-content] {
    padding: 0px 10px;
  }
}
.page.mastercompendium .content div[article-element] {
  border: 1px solid #484848;
  text-align: center;
  -webkit-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: border;
}
.page.mastercompendium .content div[article-element]:hover {
  border: 1px solid #6f6f6f;
}
.page.mastercompendium .content div[article-element] div.inner {
  padding: 10px;
}
.page.mastercompendium .content div[article-element] div.inner nav[role="tags"] {
  text-align: center;
  width: 100%;
}
