h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #707070;
}

.img {
  width: 100%;
}

.link-block {
  width: 100%;
}

.image {
  width: 100%;
}

.div-block {
  width: 100%;
}

.link-block-2 {
  width: 100%;
}

.header {
  padding-right: 25px;
  padding-left: 25px;
}

.logo {
  text-align: center;
}

.body {
  padding-top: 50px;
}

.content {
  margin-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
}

.container {
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

.footer {
font-family: 'Sintony', sans-serif;
    font-size: 12pt;
margin-top: 90px;
  padding: 50px 25px;
  background-color: #00963f;
    color: white;
  text-align: center;
}

.text-block {
  margin-bottom: 25px;
}

.text-block-2 {
  margin-bottom: 25px;
}

.text-block-3 {
  margin-top: 25px;
}



.div-block-2 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .links {
    display: none;
  }
  .rechts {
    display: none;
  }
}