/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 26 2021 | 13:51:34 */
.terminbuchung-overlay {
  z-index: 1000 !important;
  overflow: none;
}

.terminbuchung-overlay::-webkit-scrollbar { 
    display: none !important;  //Safari and Chrome
}

iframe {
  overflow: none !important;
}

.tbcenter {
  text-align: center;
  margin: 20px auto 20px;  
}

.tbbutton {
  padding: 10px 40px;
  font-family: 'DaxWeb-Cond';
  font-size: 18px !important;
  background: #56595c !important;
  color: #fff !important;
}

.tbbutton:hover {
  background: #383a3c !important;
}