html,
body {
  height: 100%;
}
@media (max-width: 1024px) {
  div div p {
    padding-left: 20px;
  }
}
body {
  background-image: url(../img/hintergrund.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.head {
  background-color: #F7F7F7;
  border-right: 2px solid #8EC464;
  border-left: 2px solid #8EC464;
  border-bottom: 2px solid #8EC464;
  padding-top: 20px;
  padding-bottom: 20px;
}
.head img {
  width: 100%;
  height: 100%;
}
.cont {
  border-right: 2px solid #8EC464;
  border-left: 2px solid #8EC464;
  background-color: white;
  font-style: 'Oswald', sans-serif;
  color: #9D9D9D;
  font-size: 21px;
}
.cont a,
.cont a:hover,
.cont a:active {
  color: #D5E7C7;
}
.cont .impressum {
  font-size: 55px;
}
.cont .imp-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
}
.cont table tbody tr td {
  font-size: 21px;
  padding-left: 1px;
}
.cont table tbody tr td img {
  height: 80%;
}
.cont .borderless td,
.cont .borderless th {
  border: none;
}
.cont tr {
  height: 55px;
}
.cont td:last-child {
  padding-left: 8px;
}
.cont .company {
  padding-top: 15px;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer-wrapper {
  font-style: 'Oswald', sans-serif;
  color: white;
  background-color: #8EC464;
  font-size: 15px;
  font-weight: bold;
}
#f {
  position: relative;
  min-height: 150px;
}
#fc {
  position: absolute;
  bottom: 0;
  left: 0;
}
.test {
  top: 42px;
  position: absolute;
}
.mail {
  color: #90C465;
}
.table-responsive {
  border: none;
}
.lists div {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-top: 15px;
  line-height: 120%;
  padding-bottom: 20px;
  margin-bottom: -20px;
  background-position: 0px 5px;
}
.lists div p {
  padding-left: 19px;
  margin: 0px;
}
.adresse {
  background-image: url("../img/adresse_logo.png");
}
.internet {
  background-image: url("../img/internet_logo.png");
}
.mail {
  background-image: url("../img/mail_logo.png");
}
.telefon {
  background-image: url("../img/telefon_logo.png");
}
.fax {
  background-image: url("../img/fax_logo.png");
}
