/* CUSTOM MINOR CHANGES */

/* Terminformular */
.rsform-block-ds-agree label.control-label {display:none;}

/* Buttons Brautkleid */
.brautkleid-buttons {
  float:left;
  
}
.button.brautkleid {  
  display:block;
  border:2px solid #009fa5;
  font-weight: 400;
  margin-bottom: 0.3em; 
  text-align:center;
}

.button.brautkleid:hover {
  background: #009fa5;
  color: #fff;
  text-decoration:none;
  
}


/* Gutschein Top*/
.button.top {                                                                                     
    background-color: #009fa5;
    color: #fff;
    display: block;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    
    box-sizing: border-box; 
}   
.button.top:hover { text-decoration:none;  color: #000;}                                