@media (min-width:0px) and (max-width: 680px) {
  .viz-bfs-hidden-xs{
      display:none;
  }
}

@media (min-width:681px) and (max-width: 768px) {
  .viz-bfs-hidden-sm{
      display:none;
  }
}

@media (min-width:769px) and (max-width: 991px) {
  .viz-bfs-hidden-md{
      display:none;
  }
}

@media (min-width: 992px) {
  .viz-bfs-hidden-lg{
      display:none;
  }

}

.radioButtonInline {
    color: #000 !important;
    background-color: #E5E5E5 !important;
    border-color: #ffffff !important;
    /* padding: 5px 31px !important; */
    /* width: 112.5px; */
}

.radioButtonInline::before {
  content: '\f111';
  /* margin-left: 10px; */
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  text-align: left;
}

.radioButtonInline:hover{
  background-color: #757575 !important;
  color: white !important;
}

.radioButtonInline.active{
  background-color: #757575 !important;
  color: white !important;
  border: white !important;
}

.radioButtonInline.active::before {
  color: #ffffff;
  content: '\f058';
  font-family: "Font Awesome 5 Free";
}

.btn-group {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.container.col-xs-12{
  margin-bottom: 0;
}

.radioButton_mobile.col-xs-12{
  margin-bottom: 0;
}

  
    /* ---------- Version mobile --------- */
  
  .radioButtonInline_vertical{
    color: #000 !important;
    background-color: #E5E5E5 !important;
    border-color: #ffffff !important;
  }

  .radioButtonInline_vertical::before {
    content: '\f111';
    /* margin-left: 10px; */
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    text-align: left;
  }
  
  .radioButtonInline_vertical:hover{
    background-color: #757575 !important;
    color: white !important;
  }
  
  .radioButtonInline_vertical.active{
    background-color: #757575 !important;
    color: white !important;
    border: white !important;
  }
  
  .radioButtonInline_vertical.active::before {
    color: #ffffff;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
  }

  .group-wohnung{
    margin-top: 10px;
    margin-bottom: 0 !important;
  }
    
