html {
  height: 100%;
  box-sizing: border-box;
}
body {
  background-color: #FFFFFF;
  font-family: "Roboto", serif;
  font-size: 16px;
  position: relative;
  margin: 0;
  min-height: 100%;
  color: #5D254B;
}
.wrapper,
body .container,
.wrapped {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Serif SC", serif;
}
h1,
h2 {
  font-size: 2.125em;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 1.8em;
}
h1 {
  margin-top: 2rem;
}
hr {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  border: none;
  border-bottom: 1px solid #D8D8D8;
}
.logo-bar {
  padding: 25px 0;
}
img {
  max-width: 100%;
}
.component-listing {
  margin-top: 3rem;
}
p {
  line-height: 1.625em;
  margin-bottom: 1rem;
}
.reveal {
  transition-duration: 600ms;
  opacity: 0;
}
.reveal.in {
  opacity: 1;
}
.text-content a,
.collection .content a {
  color: #B9004E;
}
.text-content a:hover,
.collection .content a:hover {
  text-decoration: underline;
}
.text-content ul li,
.collection .content ul li {
  list-style: circle;
  margin-left: 1.2rem;
  padding-left: 0.6rem;
  line-height: 1.5rem;
}
a.more {
  color: #B9004E;
  text-decoration: underline;
  padding: 5px;
  margin-left: -5px;
}
a.more:hover {
  background-color: #B9004E;
  color: white;
}
.wrapped > img {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.navigation-bar {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
}
.navigation-bar nav ul {
  display: flex;
}
.navigation-bar nav ul li {
  padding: 0.8rem 1.6rem 0.8rem 0;
}
.navigation-bar nav ul li.active a {
  text-decoration: underline;
  color: #B9004E;
}
.navigation-bar nav ul li:last-child {
  padding-right: 0;
}
.navigation-bar nav ul li a {
  font-size: 0.875em;
  font-weight: 500;
}
a {
  color: #5D254B;
  transition: 300ms;
  text-decoration: none;
}
a:hover {
  color: #B9004E;
}
footer {
  margin-top: 6rem;
  background-color: #F2F2F2;
  min-height: 120px;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
footer .wrapper a.logo {
  width: 170px;
  display: block;
}
footer .wrapper div.navigation {
  min-width: 20%;
}
footer .wrapper div.navigation nav ul li {
  line-height: 2rem;
  border-bottom: 1px solid #D8D8D8;
  padding: 0;
}
footer .wrapper div.navigation nav ul li a {
  font-size: 0.9rem;
  font-weight: 500;
}
footer .wrapper div.navigation nav ul li:last-child {
  border-bottom: none;
}
footer .colophon {
  border-top: 1px solid #D8D8D8;
}
footer .colophon .wrapper {
  padding: 1rem 0;
}
footer .colophon .wrapper .colophon-nav ul {
  display: flex;
}
footer .colophon .wrapper .colophon-nav ul li {
  padding-right: 1.5rem;
}
footer .colophon .wrapper .colophon-nav ul li:last-child {
  padding-right: 0;
}
footer .colophon .wrapper .colophon-nav ul a {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #A6A6A6;
}
footer .colophon .wrapper .colophon-nav ul a:hover {
  text-decoration: underline;
}
.schedule-block {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  transition: 200ms;
}
.schedule-block .date {
  width: 40%;
}
.schedule-block .time {
  width: 15%;
}
.schedule-block .entry {
  width: 100%;
}
.schedule-block:hover {
  background-color: rgba(0,0,0,0.05);
}
.schedule-block.highlight {
  background-color: rgba(0,0,0,0.07);
  font-weight: 500;
}
.schedule-block > * {
  line-height: 1.6rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D8D8D8;
}
.schedule-block > * p {
  margin-bottom: 0;
}
.content a:hover img {
  transform: scale(1.1);
}
.content .image {
  overflow: hidden;
}
.content .image img {
  transition: 300ms;
}
.content .image:hover img {
  transform: scale(1.1);
}
.image-text {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.image-text.image-left {
  flex-direction: row-reverse;
}
.image-text > div.image {
  width: 55%;
  min-width: 55%;
}
.image-text > div.text {
  width: 40%;
  min-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
dl dt {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #B9004E;
  padding-bottom: 0.5rem;
}
dl dd {
  line-height: 1.25rem;
}
dl dt:not(:first-child) {
  margin-top: 20px;
}
.disturber {
  margin-top: 6rem;
  background-color: #B9004E;
  color: white;
  display: flex;
  min-height: 340px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.disturber a {
  color: white;
  text-decoration: underline;
}
.disturber h2 {
  margin-bottom: 0;
}
.disturber > div {
  z-index: 5;
  position: relative;
}
.disturber .title {
  width: 45%;
}
.disturber .title h2 {
  text-align: center;
}
.disturber .text {
  margin-left: 10%;
  width: 45%;
}
.disturber .text p {
  max-width: 480px;
}
.disturber:after {
  z-index: 1;
  display: block;
  background-color: #5D254B;
  content: '';
  width: 100%;
  height: 180%;
  position: absolute;
  transform: skewX(-30deg);
  left: 45%;
}
.boxed {
  border: 1px solid #D8D8D8;
  max-width: 680px;
  padding: 5rem;
  margin: 5rem auto;
}
.alert {
  color: white;
  background-color: #B9004E;
  padding: 0.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.alert p {
  margin: 0;
}
.text-content {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 5rem;
}
.collection .content {
  display: flex;
  justify-content: space-between;
}
.collection .content .main {
  max-width: 65%;
  width: 65%;
  padding-right: 2rem;
}
.collection .content .sidebar {
  width: 28%;
  max-width: 28%;
  padding-left: 2rem;
  border-left: 1px solid #D8D8D8;
  margin-top: 0.5rem;
}
.underline {
  text-decoration: underline;
}
.listing-item h3 {
  font-size: 1.3rem;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}
.listing-item p {
  font-size: 0.9rem;
}
.listing-item .underline {
  color: #B9004E;
}
h3 {
  font-size: 1.3rem;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  line-height: 1.7rem;
}
.kammerchor-event .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kammerchor-event .listing .listing-item {
  width: 48%;
  margin-bottom: 2rem;
}
.kammerchor-event .content {
  margin-top: 1.2rem;
}
.kammerchor-event .main .text {
  overflow: hidden;
  margin-bottom: 3rem;
}
.kammerchor-event .main .text .image {
  max-width: 60%;
  float: left;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}
.kammerchor-event.small-listing .listing-item {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D8D8D8;
}
.kammerchor-event.small-listing .listing-item:last-child {
  border-bottom: none;
}
.kammerchor-event.small-listing .listing-item > div {
  display: flex;
}
.kammerchor-event.small-listing .listing-item > div .image {
  width: 30%;
  min-width: 30%;
  margin-right: 2%;
}
.sponsors .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sponsors .listing .item {
  max-width: 21%;
  margin-bottom: 1.5rem;
  height: 8rem;
  border: 1px solid #D8D8D8;
}
.sponsors .listing .item a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.sponsors .listing .item img {
  max-width: 80%;
  transition: 200ms;
  filter: grayscale(100%);
}
.sponsors .listing .item img:hover {
  filter: none;
}
*.white {
  color: white;
}
*.white:hover {
  color: white;
}
a.readmore {
  text-decoration: underline;
}
.subtitle {
  letter-spacing: 1px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.kammerchor-slider {
  margin-top: 65px;
  height: 540px;
  display: flex;
}
.kammerchor-slider .text-slider {
  width: 35%;
  background-color: #B9004E;
  position: relative;
}
.kammerchor-slider .text-slider .interface {
  position: absolute;
  bottom: 10%;
  left: 10%;
  display: flex;
  align-items: center;
}
.kammerchor-slider .text-slider .interface > * {
  margin-right: 0.6rem;
}
.kammerchor-slider .text-slider .interface .dots {
  border-radius: 100px;
  width: 9px;
  height: 9px;
  border: 1px solid white;
}
.kammerchor-slider .text-slider .interface .dots.active {
  background-color: white;
}
.kammerchor-slider .text-slider .interface .arrow {
  display: block;
  width: 18px;
  height: 14px;
  background: url(../../images/arrow.svg) center center;
}
.kammerchor-slider .text-slider .interface .arrow.next {
  transform: rotate(180deg);
}
.kammerchor-slider .text-slider .tape {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.kammerchor-slider .text-slider .tape .slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 300ms;
}
.kammerchor-slider .text-slider .tape .slide > * {
  padding-left: 10%;
  padding-right: 10%;
}
.kammerchor-slider .image-slider {
  width: 65%;
  display: flex;
}
.kammerchor-slider .image-slider .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: none;
  transition: background-image 2s ease-in-out;
}
.fadeout-bottom {
  position: relative;
  transition: 300ms;
}
.fadeout-bottom.hidden {
  cursor: s-resize;
}
.fadeout-bottom.hidden:before {
  content: '';
  display: block;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 100%);
  height: 80px;
  position: absolute;
}
.discreet,
.discreet p {
  font-size: 0.8rem;
}
a.btn {
  display: block;
  padding: 0.25rem;
  margin: 1.5rem 0;
  line-height: 1.8rem;
  background: none;
  border: 1px solid #B9004E;
  border-radius: 100px;
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  align-items: baseline;
}
.form-group label {
  line-height: 1.5rem;
  min-width: 320px;
}
.form-group input {
  line-height: 1.5rem;
  width: 320px;
  max-width: 80%;
  border: 1px solid #D8D8D8;
  transition: 200ms;
  padding: 5px;
  font-size: 0.8rem;
}
.form-group input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #A6A6A6;
}
.form-group input[type="submit"],
.form-group button {
  background-color: white;
  color: #B9004E;
  border: 1px solid #B9004E;
  border-radius: 4px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 5px 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  min-width: 180px;
  transition: 200ms;
}
.form-group input[type="submit"]:hover,
.form-group input[type="submit"]:focus,
.form-group button:hover,
.form-group button:focus {
  background-color: #B9004E;
  color: white;
}
.lightbox-trigger {
  cursor: zoom-in;
}
body.lightbox-open {
  overflow: hidden;
}
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  box-shadow: 0 0 40px rgba(0,0,0,0.5);
}
.lightbox-overlay .lightbox-close {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: none;
  background-color: white;
  color: #B9004E;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
  z-index: 1001;
}
.lightbox-overlay .lightbox-close:hover,
.lightbox-overlay .lightbox-close:focus {
  background-color: #B9004E;
  color: white;
  outline: none;
}
