html {
    height: 100%;
}
body {
    /*height: 100%;*/
  background-color: #acacab; /*#c8cac7;*/
  
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  word-spacing: 1px;
  letter-spacing: 1px;

  font-family: Helvetica, sans-serif;

  line-height: 19px;
  text-transform: none;

  text-align: left;
  margin: 10px 100px 100px 100px;
  padding: 10px 100px 100px 100px;

}
body.body {
    margin: 0;
    padding: 0;
}  
ul {
  padding-left: 20px;
}
p {
  margin: 20px 0 10px 0;
}
td {
}

h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 2rem;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #0568ba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  padding-bottom: 2px;
  border-bottom: 0px solid #272b29;
  border-top: 0px solid #272b29;
  border-left: 0px solid #272b29;
  border-right: 0px solid #272b29;
}

span.wichtig {
  color: #ff0000;
}

.home {
  padding: 0 0.5rem;
  display: flex;
  flex-flow: row;
  justify-items: center;
  align-content: center;
  align-items: center;
  height: 100%;
}
.home .container {
    max-width: 1000px;
    margin: 0 auto;
}
.home .top {
  margin-bottom: 36px;
}
.home .middle {
  margin-bottom: 36px;
}
.home h1 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    margin: .5rem 0;
}
.home li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border: 0;
  background-image: none;
}

.home ul li {
  position: relative;
  padding: 7px 0;
  padding-left: 45px;
}

.home ul li::before {
  font-size: 20px;
  line-height: 24px;
  content: "--->";
  color: #ff0000;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

.home ul li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
/* MOBILDARESTELLUNG */
@media(max-width:768px) {
    .home ul li {
        padding: 5px 0;
        padding-left: 35px;
      }
    .home ul li::before {
        font-size: 15px;
        line-height: 20px;
    }
    .home ul li a {
        font-size: 15px;
        line-height: 20px;
      }
      .home .top {
        margin-bottom: 20px;
      }
      .home .middle {
        margin-bottom: 20px;
      }
      body {
        margin: 10px;
        padding: 10px;
      }
}

video {
  max-width: 100%;
}