/* step main
***********************************************************************************************************************/
@media screen and (min-width: 1025px) {
	.field{
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}

	.small-device-only{
		display: none;
	}
}

	#step-one input{
		height: 35px !important;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		border-radius: 0;
	}

	/*#x-interactive {
		background: url('../images/bg-x-interactive.png') 0 50% no-repeat;
		color: #999999;
		display: inline-block;
		font-size: 0.7em;
		line-height: 50px;
		padding-left: 20px;
		float: left;
		margin-left: 10px;
	}*/

#main-steps {
    background: #f9ad31 url('../images/background_steps.jpg') center no-repeat;
    background-size: cover;
}

.grid-container.reserve {
    position: relative;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    font-size: 0.8125em;
    text-align: left;
}
.grid-container.reserve
h1,
h3 {
    font-size: 22px;
    font-weight: 500;
    color: #1A53A1;
}
.grid-container.reserve h1 {
    margin-top: 20px;
}
.grid-container.reserve input {
    padding: 10px;
}
.grid-container.reserve select {
    padding: 0;
    height: 30px;
}

/***/
.button.largeButton.prev {
	background: none;
	color:#006c9c;
}
input.button.largeButton.prev:before {
	content:"‹‹";
}
.button.largeButton.prev:hover {
	color:#1a53a1;
}
.button.largeButton.next {
	padding:20px 25px;
	background: #63a50a;
	text-transform: none;
	font-weight: 700;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
}
.button.largeButton.next:hover {
	background: #71bc0c;
}
/* step tabs
***********************************************************************************************************************/

.reservationSteps {
    margin: 10px 0 0;
    font-size: 1.1em;
    width: 100%;
}
.reservationStep {
    position: relative;
    width: 20%;
    padding: 10px 15px 10px 15px;
    text-align: center;
    line-height: 1.2em;
    float: left;
    border-bottom: solid 1px #555555;
}
.reservationStep.done:hover {
    cursor: pointer;
    background-color: #FCC365;
}
.reservationStep.active {
    background-color: #1A53A1;
    color: #FFFFFF;
    border: solid 1px #555555;
    border-bottom: none;
    cursor: default;
}
.reservationStep span {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.reservationStep .active {
    color: #008000;
}

/* your choice
***********************************************************************************************************************/
.freeCancelation > h3{
    font-size: 16px !important;
}
#your-choice {
    /*background-color: #F2F2F2;*/
    padding: 20px 20px 20px 20px;
    line-height: 24px;
}
#your-choice.shown-on-object-page {
	padding: 0;
}
#your-choice th {
    padding:0 20px 0 0;
    text-align: left;
}
#your-choice td {
    font-weight: 700;
}
#your-choice td.right {
    text-align: right;
}
#your-choice .euro {
    padding: 0 20px 0 0;
}
#your-choice hr {
    width: 100%;
}
#your-choice h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1A53A1;
    padding-bottom: 5px;
}
#your-choice table {
    width: 100%;
}
#your-choice table .total-row {
    border-top: 1px solid #000;
    font-weight: bold;
}

#your-choice-content,
#your-choice-spinner,
#your-choice-alert {
    margin-top: 15px;
}

#your-choice .usp {
    margin-top: 30px;
}
#your-choice .usp ul {
	line-height: 30px;
}
#your-choice .usp ul i {
	padding-right:6px;
}

/* step one
***********************************************************************************************************************/

#step-one input{
    height: 30px;
    padding: 0 5px;
}

#step-one .date input{
	background: #ffffff;
	border-radius: 2px;
	width: 100%;
	height: 35px;
	line-height: normal;
	padding: 0 5px;
	font-size: 0.8125em;
	background: url('../images/cal.png') no-repeat right white;
	background-size: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}

.step-one-dates .dates{
	position: relative !important;
}

.step-one-dates .dates .date{
	background-image: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

.step-one-dates {
    width: 100%;
    background-color: #EEEEEE;
    padding:10px 10px 10px 10px;
    min-height: 50px;
    margin-top: 20px;
}

.response {
    width: 100%;
    padding: 20px;
}
.response.success{
    background-color: #95cd52;
	color:#fff;
	text-shadow: 0 0 2px #007236;
	font-weight: 700;
}
.response.error{
    background-color: #d42a2a;
    color: #FFFFFF;
}

.amount-persons{
    width: 33.3%;
    float: left;
    padding-top: 4px;
}
.amount-persons span{
    width: 60%;
    padding: 0 3% 0 0;
}
.amount-persons #number-of-persons{
    width: 30%;
}
.step-one-dates .dates {
    width:66.6%;
    float:left;
}
.step-one-dates .dates .date{
    width: 50%;
    float: left;
    line-height: 30px;
}
.step-one-dates .date {
    padding-left: 10px;
    background: url('../images/bg-date.png') 100% 50% no-repeat;
    position: relative;
}
.step-one-dates .date.readonly{
    background-color: #b5b5b5;
}
.step-one-dates .date span {
    display: block;
    padding-left: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.step-one-dates .date label {
    cursor: pointer;
    display: block;
    padding: 0 38px 0 60px;
}
.person-title{
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.step-one-persons{
    width: 100%;
}
.step-one-persons td{
    padding: 0 5px 0 5px;
}
.step-one-persons td.first-name, .step-one-persons td.last-name, .step-one-persons td.date-of-birth {
    width: 25%;
}
.step-one-persons td.title, .step-one-persons td.infix {
    width: 12.5%;
}
.step-one-persons th.required-fields{
    padding-top: 20px;
    text-align: left;
}

.other-periods{
    padding-bottom: 20px;
}
.other-periods a{
    color: #FFFFFF;
}
.other-periods li{
    padding: 5px 0 0 0;
}
.response.error p{
    margin-bottom: 20px;
}

.tussenv{
	width: 40px;
}

/* step two and three
***********************************************************************************************************************/

.grid-container.reserve #extras{
    line-height: 24px;
	position: relative;
}
.grid-container.reserve #extras .ensurance {
	position: absolute;
	top:10px;
	right:10px;
	background: #0066cc;
	color:#fff;
	background-image: url(../images/eu-verz.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width:170px;
	height:66px;
}

.grid-container.reserve .head{
    margin-top: 10px;
}

.reservationTable{
    width: 100%;
}
.reservationTable tr {
    border-bottom: solid 1px #dddddd;
}
.reservationTable tr td{
    padding: 5px 0;
}
.reservationTable .label{
    width: 60%;
}
.reservationTable .money{

    text-align: right;
    padding: 0 10px 0 5px;
}
.reservationTable .euro{
    padding-left: 5px;
}
.reservationTable select{
    width: 150px;
    padding-right: 5px;
}

.reservationTable input{
    padding: 5px;
}

.reservationTable td{
	vertical-align: middle;
		box-sizing: content-box !important;
		padding-top: 5px;
		padding-bottom: 5px;
}

.reservationTable{
	box-sizing: content-box !important;
}

.reservationTable tr{
	height: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: content-box !important;
}

.reservationTable tr.select{
	height: 80px;
}

.stepTwoandFive
 {
     width: 100%;
     border-radius: 5px;
     background-color: #63a50a;
     color:#ffffff;
     padding: 10px;
 }
.stepTwoandFive:hover
{

    background-color: #71bc0c;

}
.freeCancelation
{
	min-height: 150px;
    background-color: #dbf1fc;
    padding: 15px;
    bottom: 50px;
    right: 35px;
}

/* step four
***********************************************************************************************************************/
.contact-reservation dt, .contact-reservation dd {
    box-sizing: border-box;
}
.contact-reservation{
    margin-top: 20px;
}

.contact-reservation dt{
    padding: 10px 0 5px 0;
    font-weight: bold;
}
.contact-reservation #initials, .contact-reservation #infix{
    width: 15%;
}
.contact-reservation #lastName {
    width: 60%;
}
.contact-reservation #zipCode{
    width: 25%;
}
.contact-reservation #houseNumber, .contact-reservation #houseNumberAddition{
    width: 10%;
}
.contact-reservation #street, .contact-reservation #city {
    width: 45%;
}
.contact-reservation #countryId, .contact-reservation #phone, .contact-reservation #email, .contact-reservation #bankNumber {
    width: 90%;
}

#identificationNumber{
	width: 90% ;
}

/* step five
***********************************************************************************************************************/

.reserve-step5-intro{
    margin: 10px 0 30px 0;
}

.discount-code {
    background-color: #F2F2F2;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.discount-code label{
    margin-bottom: 5px;
}
.discount-code input{
    width: 65%;
}
.discount-code input.button.largeButton.add-discount-code{
    width: 30%;
}

.reservation-days-left{
    background-color: #FCC365;
    width: 100%;
    padding: 27px 60px;
    margin: 108px 0 20px;
}
.reservation-days-left .days-till{
    float: left;
    width: 100%;
    height: 15%;
}

.reservation-days-left .days{
    font-size: 50px;
    padding: 0 10px 0 23px;
    height: 85%;
    text-align: center;
    float: left;
}
.reservation-days-left .days-leave{
    text-align: center;
    padding-top: 5px;
    width: 70px;
}

.reservation-overview{
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
}
.reservation-overview tr {
    border-bottom: solid 1px #dddddd;
}
.reservation-overview tr td{
    padding: 5px 0;
}
.reservation-overview .label{
    width: 60%;
}
.reservation-overview .money{

    text-align: right;
    padding: 0 20px 0 5px;
}
.reservation-overview .euro{
    padding-left: 5px;
}
.reservation-overview select{
    width: 135px;
    padding-right: 5px;
}
.reservation-overview input{
    padding: 5px;
}

.reservation-overview tr.header{
    text-transform: uppercase;
    color: #1A53A1;
}
.reservation-overview tr.footer, .reservationTable tr.footer.large{
    font-weight: bold;
    background-color: #F2F2F2;
}

.confirm-block{
    background-color: #F2F2F2;
    margin-top: 25px;
    width: 100%;
    float: right;
    padding: 10px 10px 0 10px;
    font-size: 0.9em;
}
.confirm-block-image{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.confirm-block h4{
    float: left;
    font-size: 1.2em;
}
.confirm-block p {
    padding: 0 0 10px;
    line-height: 15px;
}
.confirm-block p:last-child {
    padding: 0;
}
.confirm-block ul {
    padding: 0 0 10px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left:20px;
}
.confirm-block ul li {
	line-height: 15px;
	padding:5px 0;
}

/* step six
***********************************************************************************************************************/
.print-buttons {
    margin-top: 20px;
}
.confirmed-image {
    margin: 20px 0 0 0;
}
.confirmed-image img {
    width: 100%;
    height: auto;
}
.confirmed-details {
    margin: 20px 0 0 0;
}
.confirmed-details table {
    width: 100%;
}
.confirmed-details table th {
    font-weight: bold;
    padding: 5px 10px 5px 0;
}
