
/** structure **/

html, body {
  margin: 0;
  padding: 0;
  background-color: white;
  background: white;
  font: 1.0rem "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 160%;
}

body {
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#header {
  height: 4rem;
}

#content {
  height: 100%;
  padding: 0 6% 0 6%;
}
.general, .special {}
.textpage {
  position: absolute;
  bottom: 0;
  height: 58%;
  max-width: 44rem;
  padding-right: 10%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.block.center {
  width: auto;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexBox.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.flexBox.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.flexBox.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexItem {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.tight {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.loose {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  flex-shring: 0;
}
.flexItem.column {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.left {
  text-align: left;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.center {
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.right {
  text-align: right;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}


.videoFullWidth {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
}
.videoFullWidth iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.spacer {
  margin-top: 5%;
  margin-bottom: 5%;
}


.headline {
  max-width: 100%;
  /*word-break: break-all;*/
}

.headline h1 {
  position: relative;
  margin-bottom: 0;
  /*z-index: 120;*/ /* doesn't play well with info-box */
}

.section {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.4rem;
  min-height: 42vh;
  max-height: 50%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.visual .imageRow.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.textRow {
  padding: 2rem 8% 2rem 7.4%;
}
.visual .imageBox {
  /* background-url instead of img, scales nicer */
  /* background: url("assets/art/image.jpg"); */
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 42vh;
  min-width: 16rem;
}
.visual .imageBox.fit /*:hover*/ {
  background-size: contain !important;
}
.visual .imageBox iframe {
  width: 100%;
  height: 100%;
}
.visual .flexItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.visual .flexItem img {
  display: none;
  width: 100%;
  min-width: 14rem;
}
.scrollSnapContainer {
  scroll-snap-type: mandatory;
  /* older spec implementation */
  scroll-snap-destination: 0% 100%;
  scroll-snap-points-x: repeat(100%);
}
.scrollSnapChild {
  scroll-snap-align: start;
}

#info {
  display: none;
  opacity: 0.0;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 3.4rem;
  left: 0;
  width: 100%;
  height: 100;
  cursor: pointer;
}
#info .box {
  background-color: rgba(0, 0, 0, 0.84);
  color: white;
  position: fixed;
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  padding-right: 3rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.infoData h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 700;
}
.infoData h4:last-child {
  margin-bottom: 2rem;
}
.infoData span[class^="id_"] {
  font-weight: 400;
}
.id_info img {
  max-width: 100%;
  max-height: 40%;
}

#footer,
.legend {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto; /* 2.5rem; */
  margin: 0;
  /*box-shadow: 0 -2px 2px #eee;*/
}
.legend p {
  font-size: 90%;
  padding: 0.5rem 7.4% 0.5rem 7.4%;
}
.legend a, .legend a:link, .legend a:visited {
  text-decoration: none !important;
}
.legend a:hover, .legend a:active {
  text-decoration: underline !important;
}

.topicSlider.flexBox {
  position: fixed;
  bottom: 0;
  left: 7%;
  right: 0;
  width: 86%;
  height: 1.2rem !important;
  min-height: 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow: hidden;
}

.topicSlider .flexItem {
  width: 6rem;
  height: 0.3rem;
  margin-right: 0.4rem;
}
.topic {
  cursor: pointer;
  opacity: 0.6;
}
.topic:hover, .topic:active,
.topic.selected {
  opacity: 1.0;
}


/** structure end **/



/** section switching **/

.section {
-webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1.0;
}
.section_left, .section_right {
  opacity: 0.8;
}
.section_left {
  -webkit-transform: translate(-240%) scale(0,0);
          transform: translate(-240%) scale(0,0);
}
.section_current {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1.0;
}
.section_right {
  -webkit-transform: translateX(240%) scale(0,0);
          transform: translateX(240%) scale(0,0);
}

.sectionToggle,
.infoToggle {
  position: fixed;
  bottom: 25%;
  width: 6%;
  min-width: 2rem;
  height: auto;
  min-height: 2.5rem;
  padding: 0 1% 0 1%;
  opacity: 0.5;
  z-index: 100;
  cursor: pointer;
}
.sectionToggle svg,
.infoToggle svg {
  width: 80% !important;
  min-width: 2rem;
  position: relative;
  top: 0.4rem;
  left: 0.1rem;
  right: 0.1rem;
  padding: 0;
}
.sectionToggleLeft {
  left: 0;
}
.sectionToggleRight {
  right: 0;
}
.sectionToggleLeft:hover, .sectionToggleLeft:active,
.sectionToggleRight:hover, .sectionToggleRight:active,
.infoToggle {
  opacity: 1.0;
}

.infoToggle {
  left: 0;
  bottom: 0.9rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.infoToggled {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

/** end section switching **/



/** typo **/

p, span,
h1, h2, h3, h4, h5, h6,
a,
ul, li,
.text {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 160%;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}

ul {
  padding-left: 1.5rem;
  list-style-type: circle;
}
li {
  margin-bottom: 0.2rem;
  text-align: left;
}

.visual p, .visual h4 {
  padding-bottom: 0;
  width: 100%;
  text-align: left;
}
.visual ul {
  padding-bottom: 0;
  width: 100%;
  text-align: left;
}
.visual li {
  padding-bottom: 0.4rem;
  text-align: left;
  line-height: 120%;
}

h1, h1 * {
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
}
.headline .year {
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 0.1rem;
}
.menu h3, .menu h3 a {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 115%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.small,
.small p, .small span, .small ul li, .small a {
  font-size: 0.9rem;
}

.bold, .bold a {
  font-weight: 700 !important;
}
.italic, .italic a {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}



a,
a:link, a:hover,
a:active, a:visited {
  color: black;
  text-decoration: underline;
}
a:hover>[class*="light"], a:active>[class*="light"]
{
  color: white;
  text-decoration: underline;
}

.menu a, .menu a:link, .menu a:visited {
  text-decoration: none;
}
.menu a:hover, .menu a:active {
  text-decoration: underline;
  color: black;
}

.menu .selected {
  background-color: transparent;
  text-decoration: underline !important;
}
.card a,
.card a:link, .card a:hover,
.card a:active, .card a:visited {
  color: black;
  text-decoration: none;
}

/** typo end **/


/** colors **/

.light {
  color: white;
}
.grey, .grey a {
  color: rgb(100, 110, 120);
}
.greyBackground {
  background-color: rgb(100, 110, 120);
}
.dark {
  color: rgb(42, 52, 66);
}
.darkBackground {
  background-color: rgb(42, 52, 66);
}
.blackBackground {
  background-color: black;
}
.color {
  color: rgb(169, 0, 80);
}
.colorBackground {
  background-color: rgb(169, 0, 80);
}
.whiteBackground {
  background-color: white;
}
.lightBackground {
  background-color: white;
}
.lightNeutralBackground {
  background-color: #ddd !important;
}
.svgButton {
  fill: rgb(100, 110, 120);
}
.svgButton:hover, .svgButton:active {
  fill: rgb(169, 0, 80);
}
/** colors end **/



/** transitions **/

.transition {
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.scaling {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.scaling:hover, .scaling:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.invisible {
  opacity: 0.0;
}

.pointer {
  cursor: pointer;
}

/** transitions end **/
