/* Elements */
/* Elements */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  line-height: 1.5;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000; }

button {
  background: none; }

html, body {
  height: 100%;
  width: 100%; }

ul, ol {
  list-style: none; }

#dialog {
  display: block; }

#container {
  width: 100%; }

#introHeadline {
  margin-top: 17vh;
  margin-left: 19em; }
  #introHeadline #introHero {
    display: block;
    font-size: 4em;
    line-height: 1.1;
    text-shadow: 0 0 6em rgba(0, 0, 0, 0.5);
    font-weight: 300; }
  #introHeadline #introHeroDesc {
    line-height: 1;
    display: block;
    font-size: 3em;
    font-weight: 300;
    text-shadow: 0 0 6em rgba(0, 0, 0, 0.5); }

#introSubheadline {
  font-size: 1.5em;
  margin-top: 0.75em;
  text-shadow: 0 0 6em #000;
  display: none; }

#introHeroContent {
  font-size: 2em; }

#introMain {
  background: unset; }
  #introMain, #introMain * {
    color: #fff; }
  #introMain::after {
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 52%, rgba(0, 0, 0, 0.9) 65%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1; }

#openingSpeech {
  position: relative;
  margin-top: 40vh;
  margin-left: 3vw;
  font-size: 1.5em;
  padding-bottom: 5em; }
  #openingSpeech, #openingSpeech * {
    font-weight: 300; }
  #openingSpeech .title {
    font-size: 2em; }
  #openingSpeech #signature {
    width: 10em; }
  #openingSpeech strong {
    font-weight: 500; }

@media all and (max-width: 964px) {
  #introBg {
    object-position: 90%; }
  #introHeadline {
    position: absolute;
    top: calc(2% + 210px);
    margin-left: 4em;
    margin-top: 0; }
  #openingSpeech {
    margin-top: MAX(calc(75vh - 4em), 400px);
    position: relative; }
  #itiArrow {
    transform: translateX(-30%);
    top: 2%; }
  #introMain {
    overflow: hidden; }
  #introMain::after {
    top: calc(75vh - 20em);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.9) 40%); } }
