<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styling fuer den Wizard */

.wizard {
  background-color: #fff;
  font-size: 14px;
  color: #444444;
}

.wizard h1 {
    margin: 0;
    padding: 0 0 10px 23px;
    background: #eef5f7;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
    font-size: 16px;
}

.wizard select {
    margin-right: 15px;
}

.wizard textarea.message {
    width: 603px;
    height: 60px;
    min-height: 60px;
}

.wizard #bestuhlungsform label {
    color: #a5a5a5;
    font-family: 'OpenSansSemiBold';
}

.wizard #bestuhlungsform label.selected {
    color: #626666;
}
    
.wizard #bestuhlungsform .formularzeile + .formularzeile {
    margin-top: 14px;
}

.wizard #bestuhlungsform .formularelement {
    width: 106px;
    text-align: center;
}

.wizard #bestuhlungsform label:hover, 
.wizard #bestuhlungsform input:hover, 
.wizard #bestuhlungsform img:hover {
    cursor: pointer;
}

.wizard .wdv_form_tRaum_dauer,
.wizard .wdv_form_tRaum_typ {
    width: 180px;
}

.wizard a.infoUndHilfe {
    position: absolute;
    right: 18px;
    left: inherit;
}

.wizard .formularzeile a.infoUndHilfe {
    position: absolute;
    right: -50px;
    left: inherit;
}

.wizard .stuhl-label-text {
    display: inline-block;
}</pre></body></html>