@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #F0F1EC;
  min-height: 100%;
  width: 100%;
  font-family: "Neue Helvetica, Helvetica, Arial", sans-serif;
  text-align: center;
}
#stripes-blue {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#stripes-blue object,
#stripes-blue img {
  width: 60px;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #stripes-blue object,
  #stripes-blue img {
    width: 16vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #stripes-blue object,
  #stripes-blue img {
    width: 16vw;
  }
}
@media only screen and (min-width: 1025px) {
  #stripes-blue object,
  #stripes-blue img {
    width: 170px;
  }
}
#stripes-red {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
#stripes-red object,
#stripes-red img {
  width: 60px;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #stripes-red object,
  #stripes-red img {
    width: 16vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #stripes-red object,
  #stripes-red img {
    width: 16vw;
  }
}
@media only screen and (min-width: 1025px) {
  #stripes-red object,
  #stripes-red img {
    width: 170px;
  }
}
#logos {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #logos {
    top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #logos {
    top: 50px;
  }
}
#logos .wrap {
  position: relative;
  background-color: #cf3;
  width: 80%;
  max-width: 810px;
  margin: auto;
}
#logos .inspeyered {
  position: relative;
  float: right;
  width: 140px;
  height: 29px;
  background-image: url('../img/inspeyered_logo.png');
  background-image: url('../img/inspeyered_logo.svg'), linear-gradient(transparent, transparent);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: none;
}
@media only screen and (min-width: 641px) {
  #logos .inspeyered {
    width: 200px;
    height: 41px;
  }
}
header {
  position: relative;
  margin: auto;
  max-width: 80%;
  margin-top: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  header {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  header {
    max-width: 800px;
  }
}
header p {
  margin: 0;
  padding: 0;
}
header .large {
  font-size: 1.2em;
  line-height: 0.8;
  margin-bottom: 0.2em;
}
header .space {
  line-height: 1.4;
}
header .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
header #title {
  position: relative;
  text-align: left;
  font-size: 11.2vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  header #title {
    font-size: 11.2vw;
  }
}
@media only screen and (min-width: 1025px) {
  header #title {
    font-size: 7.1em;
  }
}
header #subtitle {
  position: relative;
  text-align: left;
  margin-top: 0px;
  line-height: 1;
  font-size: 5.72vw;
  letter-spacing: 0.1em;
  margin-top: 30vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  header #subtitle {
    font-size: 5.72vw;
    margin-top: 25vw;
  }
}
@media only screen and (min-width: 1025px) {
  header #subtitle {
    font-size: 3.63em;
    margin-top: 220px;
  }
}
header #image {
  width: 100%;
  margin-top: 20px;
  cursor: pointer !important;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  header #image {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  header #image {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  header #image {
    margin-top: 40px;
  }
}
header #image img {
  width: 65%;
  cursor: pointer !important;
}
#main {
  position: relative;
  margin: auto;
  margin-top: 60px;
  max-width: 80%;
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #main {
    max-width: 80%;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  #main {
    max-width: 800px;
    margin-top: 100px;
  }
}
#main .description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
  #main .description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 801px) {
  #main .description {
    font-size: 20px;
  }
}
#main .description .title {
  font-size: 28px;
}
@media only screen and (min-width: 751px) and (max-width: 800px) {
  #main .description .title {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 801px) {
  #main .description .title {
    font-size: 2.4em;
  }
}
#main .gallery {
  padding-bottom: 1.2vw;
}
@media only screen and (min-width: 801px) {
  #main .gallery {
    padding-bottom: 18px;
  }
}
#main .gallery img {
  width: 100%;
  max-width: 100%;
}
#main .gallery .caption {
  margin-top: 8px;
  font-size: 0.7rem;
  text-align: right;
}
#main .large {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
  #main .large {
    font-size: 22px;
  }
}
@media only screen and (min-width: 801px) {
  #main .large {
    font-size: 28px;
  }
}
#main .large .bold {
  font-weight: bold;
}
#main .headline {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
  #main .headline {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 801px) {
  #main .headline {
    font-size: 36px;
    letter-spacing: 4px;
  }
}
#main .headline .bold {
  font-weight: bold;
}
#main .spacing {
  margin-top: 15vw;
}
@media only screen and (min-width: 801px) {
  #main .spacing {
    margin-top: 140px;
  }
}
#main .date {
  font-size: 6.5vw;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
  #main .date {
    font-size: 7vw;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 801px) {
  #main .date {
    font-size: 55px;
    letter-spacing: 5px;
  }
}
#main .date .bold {
  font-weight: bold;
}
#main .pink {
  color: #E8AACD;
}
#main #landau {
  padding-top: 10px;
}
#main #landau img {
  width: 80%;
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #main #landau img {
    width: 70%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
  #main #landau img {
    width: 60%;
  }
}
@media only screen and (min-width: 701px) {
  #main #landau img {
    width: 50%;
  }
}
footer {
  position: relative;
  margin: auto;
  max-width: 80%;
  margin-top: 40px;
  text-align: left;
  margin-bottom: 100px;
  border-top: 1px solid #0097A1;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  footer {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  footer {
    max-width: 800px;
  }
}
footer .label {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  footer .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1201px) {
  footer .label {
    font-size: 18px;
  }
}
footer .label a {
  color: #0097A1;
  text-decoration: none;
}
footer .label a:hover {
  color: #000;
}
footer hr {
  margin-top: 80px;
  border: none;
  background: none;
  height: 1px;
  border-top: 1px solid #0097A1;
}
a {
  text-decoration: none;
  color: #0097A1;
}
a:hover {
  color: #000000;
}
.red {
  color: #0097A1;
}
.montserrat {
  font-family: "Montserrat";
}
.bold {
  font-weight: bold;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #0097A1;
}
ul li {
  margin-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0097A1;
}
ul li .time {
  width: 70px;
  vertical-align: top;
  text-align: left;
  color: #0097A1;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  ul li .time {
    font-size: 16px;
    width: 80px;
  }
}
@media only screen and (min-width: 1201px) {
  ul li .time {
    font-size: 20px;
    width: 100px;
  }
}
ul li .wide {
  width: 100px;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  ul li .wide {
    width: 120px;
  }
}
@media only screen and (min-width: 1201px) {
  ul li .wide {
    width: 160px;
  }
}
ul li .descr {
  width: auto;
  vertical-align: top;
  text-align: left;
  color: #0097A1;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  ul li .descr {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1201px) {
  ul li .descr {
    font-size: 20px;
  }
}
.nowrap {
  white-space: nowrap;
}
