*{
	font-size: 15px;
}

.booking-calendar__wrapper {
    top: -27vmin;
}

#nav > ul > li a {
    font-size: 15px;
}

#bwh_booking_box_filter_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
	justify-content: center;
	align-items: center;
}

.btn-reservas{
	font-size: 13px;
}

.language .idioma {
    font-size: 13px;
}
.top-header .telefono{
	font-size: 20px;
}

.top-header [class^="flaticon-"]:before, 
.top-header [class*=" flaticon-"]:before{
	font-size: 28px;
}

.bwh-booking-box-filter-feld-wrap .image,
.bwh-booking-box-filter-feld-wrap .image {
    display: table;
    width: 20px;
}
.bwh-booking-box-filter-feld-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 3px 15px;
}
.bwh-booking-box-filter-feld-wrap input[type="text"],
.bwh-booking-box-filter-feld-wrap input[type="text"]{
    font-size: 13px;
    border-radius: 4px;
    padding: 3px 5px;
    width: 200px;
    border: 1px solid rgba(0,0,0,0.3);
    margin-right: 5px;
}
#bwh_booking_box_termin_personen{
	margin-left: 0px;
}

.top-header ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0px;
}

#bwh_booking_box_button_changeres{
	display: flex;
	width: 100%
}
#bwh_booking_box_find_button p{
	color: white;
}

#bwh_booking_box_find_button,
#bwh_booking_box_button_dologin_text,
#bwh_booking_box_button_changeres{
	color: white;
    padding: 5px 15px;
    border: 1px solid #f2662b;
    cursor: pointer;
    background-color: #f2662b;
    color: #FFF !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 20px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    align-content: center;   
}
#bwh_booking_box_find_button:before,
#bwh_booking_box_find_button:after{
	display: none;	
}

#bwh_booking_box_find_button{
	line-height: 1em;
}

#bwh_booking_box_button_dologin_text{
	margin-left: 0px;
}

#bwh_booking_box_button_changeres{
	display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    justify-content: center;
    margin-top: 20px;
}
#bwh_booking_box_button_changeres_text{
	color: white;
    margin-bottom: 0px;
    margin-right: 12px;
}

#bwh_booking_box_button_changeres #bwh_booking_login_pfeil_unten{
	max-width: 13px;
}

#bwh_booking_box_login_klappe{
	width: 100%;
}

#bwh_booking_box_login_klappe{
	display: flex;
	flex-direction: row;
	padding: 20px;
    background-color: rgba(0,0,0,0.05);
	border-radius: 2px;
	margin-top: 20px;
}
#bwh_booking_box_login_klappe input,
#bwh_booking_box_login_klappe #bwh_booking_box_button_dologin{
	width: 32%;
	float: left;	
	border-radius: 5px;
}

#bwh_booking_box_login_klappe input{
	margin-right: 1.33333%;
	height: 30px;
	padding-left: 15px;
	border: 1px solid rgba(0,0,0,0.1);
}



#bwh_booking_box_login_klappe #bwh_booking_box_button_dologin{
	display: table;
}

#bwh_booking_box_login_error{
    clear: both;
    position: absolute;
    background-color: red;
    width: auto;
    padding: 3px 6px;
    border-radius: 3px;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
}
#bwh_booking_box_login_error p{
	color: white;
}

.headline .title{
    font-size: 35px;
}

.headline .subtitle {
    font-size: 16px;
}


.headline .details{
	margin-bottom: 20px;
}


.section-tile__title{
    font-size: 16px;	
}

.section-tile__subheader{
	font-size: 14px;
	line-height: 1.3em;
}

h3{
	font-size: 25px;
}





/* @media only screen and (min-width: 992px) */
@media only screen and (max-width: 992px){
	
	.booking-calendar__wrapper {
	    top: -30vmin;
	}


	
}


@media only screen and (max-width: 769px){
	#bwh_booking_box_find_button {
    	line-height: 1em;
    	margin-top: 0px;
    	height: 30px;
	}
	
	#bwh_booking_box_find_button,
	#bwh_booking_box_button_changeres{
		margin-top: 5px;
	}
	
	
	#bwh_booking_box_login_error {
        bottom: 23px;
	}
	
	.booking-calendar__title{
		text-align: center;
	}
	
	.booking-calendar__subtitle{
		width: 100%;
		text-align: center;
	    display: table;	
	}
	
	#bwh_booking_box_filter_wrap{
		flex-direction: column;
	}
	
	.bwh-booking-box-filter-feld-wrap {
    	width: 100%;
    	display: flex;
    	justify-content: center;	
    	margin: 0 auto;
	    padding: 5px;
	}
	
	#bwh_booking_box_find_button, 
	#bwh_booking_box_button_changeres{
		margin-left: 0px;
	}
	
}