#footer {
  background: #c2b399;
}

#footer p {
  font-family: 'Cambay';
  color: #393020;
  font-size: 1.15rem;
}

@media (max-width: 1201px) {
  #footer p {
    font-family: 'Cambay';
    color: #393020;
    font-size: 0.95rem;
  }
}

#footer span {
  font-family: 'Cambay';
  color: #393020;
  font-size: 1.0rem;
  text-decoration: none;
}

@media (max-width: 1201px) {
  #footer span {
    font-family: 'Cambay';
    color: #393020;
    font-size: 1.00rem;
    text-decoration: none;
  }
}

#footer span a {
  font-family: 'Cambay';
  color: #393020;
  font-size: 0.95rem;
  text-decoration: none;
}

@media (max-width: 1201px) {
  #footer span a {
    font-family: 'Cambay';
    color: #393020;
    font-size: 0.88rem;
    text-decoration: none;
  }
}

#footer span a:hover {
  font-family: 'Cambay';
  color: #62543a;
  font-size: 0.95rem;
  text-decoration: none;
}

@media (max-width: 1201px) {
  #footer span a:hover {
    font-family: 'Cambay';
    color: #62543a;
    font-size: 0.88rem;
    text-decoration: none;
  }
}

#footer .icons {
  color: #393020;
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}

#careers {
  padding-left: 24px;
}

@media (max-width: 993px) {
  #careers {
    padding-left: 0px;
    padding-top: 15px;
  }
}

#about {
  padding-left: 40px;
}

@media (max-width: 993px) {
  #about {
    padding-left: 0px;
    padding-top: 15px;
  }
}

@media (max-width: 993px) {
  #wetter {
    padding-top: 15px;
  }
}

@media (min-width: 770px) {
  #telefon-mobil {
    display: none;
  }
}

@media (max-width: 769px) {
  #telefon {
    display: none;
  }
}

