@import url("boxes.css") screen;
section.main-content {
  min-width: 100%;
  position: absolute;
  top: 85px;
  z-index: 1;
}
section.footer {
  background-color: #f07d00;
  color: #fff;
  margin-top: 50px;
}
section.module-wrapper {
  /*margin-top: 20px;*/
}
section.accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}
section#unite_gallery {
  margin-top: 70px;
  margin-bottom: 70px;
}
section.footer strong, section.footer a {
  color: #fff;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.d-none {
  display: none;
}
.button-spezial-wrapper {
  border: 3px solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  /*cursor: pointer;*/
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}
.button-spezial-wrapper::before {
  font-family: FontAwesome;
  font-size: 45px;
  content: "\f138";
  color: #f07d00;
  position: absolute;
  float: left;
  padding-left: 5px;
  margin-left: -45px;
  margin-top: -17px;
  background: #fff;
  height: 35px;
  line-height: 45px;
  width: 35px;
}
.button-spezial-wrapper.green {
  border-color: #d3f29f;
  background-color: #d3f29f;
}
.button-spezial-wrapper.green::before {
  /*color: #d3f29f;*/
}
.button-spezial-wrapper.blue {
  border-color: #bfd8e4;
  background-color: #bfd8e4;
}
.button-spezial-wrapper.blue::before {
  /*color: #bfd8e4;*/
}
.button-spezial-wrapper.yellow {
  border-color: #fff1c4;
  background-color: #fff1c4;
}
.button-spezial-wrapper.yellow::before {
  /*color: #fff1c4;*/
}
.button_link {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 15px;
  z-index: 1;
}
.topHome {
  position: fixed;
  float: right;
  bottom: 30px;
  right: 17px;
  z-index: 1000;
  background: #f07d00;
  display: none;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  height: 46px;
  width: 46px;
  border: 4px solid #ef8511;
}
.topHome .fa-2x {
  font-size: 30px;
  color: #fff;
  margin-top: 0px;
  margin-left: 4px;
}