/** Reservieren **/
.Form_Reservation .reservation-object,
.Form_Reservation .reservation-formular,
.Form_Reservation .reservation-captcha{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e6e6e6;
}
.Form_Reservation .reservation-formular{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e6e6e6;
}
.Form_Reservation .reservation-general-description{
    margin: 15px 0 30px;
}
.Form_Reservation .reservation-general-description > .box{
    margin: 0 !important;
    padding: 20px;
    background: rgba(0, 0, 0, .03);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 0 #fff, inset 0 -25px 25px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 0 #fff, inset 0 -25px 25px -8px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 0 #fff, inset 0 -25px 25px -8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 0 #fff, inset 0 -25px 25px -8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 0 #fff, inset 0 -25px 25px -8px rgba(0, 0, 0, .1);
}
.Form_Reservation .reservation-general-description div.checkbox{
    padding: 10px 10px 10px 35px;
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
}