body {
  background-color: #bbb;
  color: #333;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  margin: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: initial;
  text-align: center;
}
h1 {
  font-size: x-large;
}
h2 {
  font-size: large;
}
h3 {
  font-size: medium;
}
h4,
h5,
h6 {
  font-size: small;
}
p {
  margin: 0px;
  padding: 0px;
}
.main {
  padding: 5px;
}
.top {
  color: #eee;
  background-color: #ccc;
  padding: 5px;
}
.center {
  display: inline-block;
}
.center .left {
  float: left;
  padding: 5px;
}
.center .right {
  float: right;
  padding: 5px;
  width: 25%;
}
.center .right.text {
  font-size: 0.8em;
}
.footer {
  background-color: #ccc;
  display: table;
}
.footer a,
.footer .vlist a {
  font-size: 0.8em;
  padding: 5px 15px;
}
a {
  color: #06c;
  text-decoration: none;
  outline: 0;
}
a:focus,
a:hover {
  color: #08e;
}
a:active {
  color: #def;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.text-small {
  font-size: 0.8em;
}
#menu {
  position: absolute;
  left: 25px;
  top: 40px;
  z-index: 2000;
}
#menu a {
  color: #eee;
}
#menu a:focus,
#menu a:hover {
  color: #08e;
}
#menu .icon {
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  background-image: url('../img/menu.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
#menu .menulist {
  color: #eee;
  background-color: #ccc;
  border: 1px solid grey;
  box-shadow: 5px 5px 5px #555;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 5px;
}
#back-icon {
  background-image: url('../img/last.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 20px;
  left: 25px;
  position: absolute;
  top: 40px;
  width: 20px;
  z-index: 1;
}
.index {
  color: #eee;
  margin: 50px 0px 0px 20px;
  width: 150px;
}
.index .list {
  list-style: none;
  padding: 0px;
}
.index a {
  color: #eee;
}
.index a:focus,
.index a:hover {
  color: #08e;
}
.slideshow {
  border: 1px solid grey;
  display: table-cell;
  height: 520px;
  position: relative;
  vertical-align: middle;
  width: 770px;
}
.big-box {
  display: flex;
  height: 600px;
  width: 600px;
}
.slideshow img,
.big-box img {
  box-shadow: 5px 5px 5px #555;
  display: block;
  margin: auto;
}
img.pure {
  box-shadow: 5px 5px 5px #555;
  display: block;
  margin: 5px auto;
}
.arrow {
  cursor: pointer;
  height: 40px;
  position: absolute;
  visibility: hidden;
  width: 20px;
  z-index: 10;
}
.arrow.left {
  background: url('../img/arrow-left.svg') no-repeat scroll 0 0 / contain;
  left: 15px;
  top: 230px;
}
.arrow.right {
  background: url('../img/arrow-right.svg') no-repeat scroll 0 0 / contain;
  left: 730px;
  top: 230px;
}
.mode {
  cursor: pointer;
  height: 20px;
  position: absolute;
  visibility: hidden;
  width: 15px;
  z-index: 10;
}
.mode.run {
  background: url('../img/run.svg') no-repeat scroll 0 0 / contain;
  left: 370px;
  top: 480px;
}
.mode.pause {
  background: url('../img/pause.svg') no-repeat scroll 0 0 / contain;
  left: 400px;
  top: 480px;
}
.subtext {
  display: inline-table;
  font-size: 0.6em;
  padding: 10px;
}
.de {
  display: inherit;
}
.en {
  display: none;
}
.teaser-box {
  cursor: pointer;
  float: left;
  height: 340px;
  padding: 10px 0px 0px 0px;
  width: 310px;
}
.teaser-box img {
  box-shadow: 5px 5px 5px #555;
  display: block;
  margin: auto;
  height: 300px;
}
.teaser-box .subtext {
  display: block;
  font-size: 0.8em;
  text-align: center;
  width: 300px;
}
#map {
  height: 400px;
  width: 600px;
}
/* media queries */
@media (max-width: 1024px) {
  .center .right.small {
    display: block;
    float: left;
    width: 98%;
  }
}
@media (max-width: 640px) {
  body {
    margin: 0px;
  }
  .main {
    padding: 0px;
  }
  .top {
    padding: 0px;
  }
  .center .left {
    display: block;
    padding: 0px;
    width: 100%;
  }
  .center .right {
    display: block;
    padding: 0px;
    width: 100%;
  }
  .center .right-small {
    padding: 0px;
  }
  .footer {
    padding: 0px;
  }
  #menu {
    left: 5px;
    top: 25px;
  }
  .slideshow {
    height: 250px;
    width: 350px;
  }
  .big-box {
    margin: 0px;
    height: 430px;
    width: 430px;
  }
  .slideshow img {
    margin: 0;
    height: 500px;
    width: 500px;
    object-fit: scale-down;
    object-position: center center;
  }
  .subtext {
    width: 350px;
  }
  .indexlist {
    padding: 5px;
    text-align: left;
  }
}
