@charset "UTF-8";
/* CSS Document */

section.start .contact-btn-xl {
  display: block;
  margin: 30px 0 30px;
  background: #abbc85;
  color: #fff;
  padding: 15px;
  width: 101%;
  font-size: 30px;
  text-align: center;
}
section.start .contact-btn-xl:hover{
  background: #424242;
}
section.wohnungen .contact-btn-xl2 {
  display: block;
  margin: 30px 0 30px;
  background: #abbc85;
  color: #fff;
  padding: 15px;
  width: 101%;
  font-size: 19px;
  text-align: center;
}
section.wohnungen .contact-btn-xl2:hover{
  background: #424242;
}
a {
  transition: all 0.3s;
}
