
@font-face {
	font-family: "Gudea";
	src: url("/hotels/kaltenhauser/fonts/Gudea.eot");
	src: url("/hotels/kaltenhauser/fonts/Gudea.ttf") format("truetype");
	src: url("/hotels/kaltenhauser/fonts/Gudea.woff") format("woff"),
	url("/hotels/kaltenhauser/fonts/Gudea.otf") format("opentype"),
	url("/hotels/kaltenhauser/fonts/Gudea.svg#filename") format("svg");
	font-style: normal; 
	font-weight: 400; 
	}


@font-face {
	font-family: "Gudea";
	src: url("/hotels/kaltenhauser/fonts/Gudea-Bold.eot");
	src: url("/hotels/kaltenhauser/fonts/Gudea-Bold.ttf") format("truetype");
	src: url("/hotels/kaltenhauser/fonts/Gudea-Bold.woff") format("woff"),
	url("/hotels/kaltenhauser/fonts/Gudea-Bold.otf") format("opentype"),
	url("/hotels/kaltenhauser/fonts/Gudea-Bold.svg#filename") format("svg");
	font-style: normal; 
	font-weight: 700; 
	}


@font-face {
		font-family: "RoundedMplus1c";
		src: url("/hotels/kaltenhauser/fonts/RoundedMplus1c-Regular.eot");
		src: url("/hotels/kaltenhauser/fonts/RoundedMplus1c-Regular.ttf") format("truetype");
		src: url("/hotels/kaltenhauser/fonts/RoundedMplus1c-Regular.woff") format("woff"),
		url("/hotels/kaltenhauser/fonts/RoundedMplus1c-Regular.otf") format("opentype"),
		url("/hotels/kaltenhauser/fonts/RoundedMplus1c-Regular.svg") format("svg");
		font-style: normal; 
		font-weight: bold; 
		}

	


html, body{
	font-family: 'Gudea', sans-serif !important;
}

body{
	color: #494949;
	font-family: 'Gudea', sans-serif !important;
	font-size: 16px;
	background-color: #fff;
	background-size: 100%;
}

#template_body{
	position: relative;
}

#template_body::before{
	content: '';
	position: absolute;
	top: 0%;
	left: 0;
	background-image: url(img/bg_cropped.png);
	background-size: cover;	
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-attachment: fixed;
	background-position-y: center;
	z-index: 0;
}

header img{
	height: auto;
	width: 200px;
}

.up-button img{
	display: none;
}

.up-button{
	width: 45px;
	height: 45px;
	background-image: url(img/up.png);
	background-size: contain
}

#header-nav-1 a{
	display: flex;
	align-items: center;
}

header div.d-flex{
	border-color: #ddd;
}

header.d-flex p{
	margin-bottom: 0;
}

header div.d-flex:first-child{
	background-color: transparent;
}

.calendar-weiter{
	display: none;
}

.months-wrapper{
	display: none;
}


.ui-datepicker-month, .ui-datepicker-year, .ui-datepicker td .ui-state-default{
	font-family: 'Gudea', sans-serif;
}

.ui-datepicker td.ui-datepicker-today .ui-state-highlight{
	background-color: #e08b4f;
}

.preloader-content div{
	border-color: #e08b4f;
}

header{
	color: #494949;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(214,214,214,1);
	box-shadow: 0px 5px 5px 0px rgba(214,214,214,1);
}


header div.active{
	background-color: #e08b4f;
	color: #fff;
}

header a:hover, footer a:hover{
	color: #fff;
	text-decoration: none;
}

header .gms-logo{
	bottom: 15px;
}


header .gms-logo img, footer .gms-logo img{
	width: 200px;
}

.footer-wrapper{
	padding: 0 40px 40px 40px;
}

footer a{
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding: 5px 0;
	z-index: 10;
}

.footer-info{
	margin-bottom: 24px;
	line-height: 2;
	display: flex;
	flex-direction: column;
	z-index: 100;
}

.number-input label{
	max-width: 90px;
}

footer .bottom-row{
	padding-top: 30px;
}

.copy{
	z-index: 10;
}

.footer-info.social{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.social img{
	width: 20px;
}

.social img.instagram{
	width: 30px;
	margin-left: 30px;
}

footer a:hover{
	color: #fff;
	text-decoration: none;
}

.svg.u_1562141386{
	stroke: #fff;
	width: 50px;
	fill: #fff;
}

.footer-info.contacts{
	display: flex;
	flex-direction: column;
}

header::after{
	display: none;

}

.my-container{
	margin: 0 auto;
}

.main-row{
	display: flex;
	justify-content: center;
}

.ui-datepicker{
	width: 100% !important;
}

.button-wrapper{
	display: flex;
}

.childAge p.label{
	margin-bottom: 0 !important;
	margin-top: 8px;
}

button.disabled, button.disabled:hover{
	background-color: #f2b68df7 !important;
	color: #fff;
	border-color:#f2b68df7 !important;
}

.guests-div-wrap{
	background-image:  url('img/main.jpeg');
	min-height: 70vh;
}


.input-button, .form-button, .last-offer a.bookingBtn,
.price-and-details, .book-button, .basket-button, .reservation-button,
.show-button, .modal-close-button, .last-minute-offer a.standart_btn, .weiter-mobile{
	background-color: #e08b4f !important; 
	text-transform: capitalize;
	color: #fff !important;
	font-size: 18px;
	font-family: 'Gudea', sans-serif;
	border: 1px solid #e08b4f !important;
	font-weight: 600;
	border-style: solid ;
    border-width: 0 ;
    border-radius: 40px 40px 40px 40px;
}

.input-button{
	height: auto;
	border-radius: 0;
}

.input-button:hover, .form-button:hover, .last-offer a.bookingBtn:hover,
.price-and-details:hover, .book-button:hover, .basket-button:hover, .reservation-button:hover,
.show-button:hover, .modal-close-button:hover, .last-minute-offer a.standart_btn:hover {
	color: #e08b4f !important;
    background-color: #f2eeed !important;
    border: 1px solid #f2eeed !important;
}


.slider-default-color-block {
	background: #e08b4f;
}
.slider-default-color-block + h3 {
	color: #b0afab !important;
}

.header-info i{
	color: #b0afab;
}

footer{
	color: #fff;
	font-size: 16px;
	position: relative;
}

.videobgwrapper {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: inherit;
}

.bgExtraLayerOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #494949;
	opacity: 0.4;
}

.dates_info{
	margin-bottom: 50px;
}

span.last-offer-total{
	color: #e08b4f;
}

.up-button{
	position: absolute;
	z-index: 1000;
}

.main-section{
	margin: 0% 0 0% 0 !important;
}

.ui-datepicker-group.ui-datepicker-group-first, .ui-datepicker-group.ui-datepicker-group-last, 
.ui-datepicker.ui-datepicker-multi{
	background: transparent;
}

.ui-datepicker td a.ui-state-default:after, .ui-datepicker td .ui-state-active,
.room-state div div:first-child{
	background-color: #e08b4f !important;
	color: #fff;
}

.room-state div:nth-child(2) div {
    background-color: #FCC500 !important;
}

.room-state div:nth-child(3) div {
    background-color: #bab8b8 !important;
}

.page-nav p.active:first-child{
	color: #b5b5b5;
}

.page-nav p.active:first-child:after{
	background-color: #b5b5b5;
}

.room-state div:first-child{
	color: #e08b4f;
}

.room-state div:nth-child(2) div{
	background-color: #FCC500;
}

.room-state div:nth-child(3) div{
	background-color: #bab8b8;
}

.last-minute-offer{
	max-height: 510px;
	margin-top: 20px;
	width: 100%;
}

#date_range{
	margin-top: 2rem !important;
}

.footer-title{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 18px;
}


/*			rooms  	form	and extras	*/

.rooms-wrapper h1, .services h1, section.alternative h1, #calendar_heading{
	font-size: 36px;
}

.recommended-room h2, .recommended-room h3, .recommended-room .clickable-price span.h2, .recommended-room .clickable-price span.h3,
.clickable-price span.h2, .clickable-price span.h3{
    font-size: 25px;
	color: #755b4a;
	font-family: 'RoundedMplus1c', sans-serif;
}


.rooms-wrapper h1, .room-cell h4, .services h1, .basket-wrapper h4, form h2, .thank-section h2, .info:first-child h4,
.info h3, section.alternative h1, #calendar_heading, #guest_count{
	font-family: 'RoundedMplus1c', sans-serif;
	color: #755b4a;

}

.rooms-wrapper h1, .basket-wrapper h4, .services h1, .card-header h3, .add-service div, .details-and-image a,
form h2, .info:first-child h4, .thank-section h2, .info h3, .modal-header h5, .modal-body h2{
	color: #755b4a;
	font-family: 'RoundedMplus1c', sans-serif;
}

.number-input label, .basket h5, .basket p, input.en-input, .basket span.clip{
	font-size: 16px;
}

.room-features{
	font-family: 'Gudea', sans-serif;
}


.size-and-price{
	padding: 0.5rem 0 0.5rem 0 !important;
}

.room-features-clickable{
	padding: 1rem 0 1rem 0 !important;
}

a.modal-info, form label a{
	color: #494949;
}

.booking-info, .basket_header, #basket_rooms .room, .total-price, section.alternative h1,
.room-cell, .info-table thead.title-thead, .room-table, #show-hide-basket-wrapper i{
	border-color: #e08b4f;
}

#show-hide-basket-wrapper{
	background-color: #fff;
}

.breadcrumb .col-lg-3:after{
	background-color: #e08b4f;
}

.cart-full{
	color: #e08b4f;
	border: 1px solid #e08b4f;
}

.modal-body ul{
	padding: 10px;
}

.sl-services .slick-prev:before, .slick-next:before{
	color: #e08b4f !important;
}

.card-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.add-service{
	margin: 10px auto !important;
}

.card-header h4, .service-card .card-header h3, .card-header small{
	text-align: center;
}

.thank-section{
	margin-top: 0;
}

.my-footer-container{
	width: 95%;
	padding: 40px 0;
}

.my-footer-container .row{
	align-items: flex-start !important;
}

.wrapper{
	height: 100%;
}



/*		media  queries  		*/


@media(max-width: 992px){
	header:after{
		height: 8px !important;
		bottom: 0;
	}

	footer .gms-logo img{
		width: 200px;
	}

	.services-container, .form-container{
		width: 90%;
		margin: 0 auto;
	}

	.services h1{
		margin-left: 0 !important;
	}

	footer .brand h3, footer .margin-row p{
		text-align: center;
	}

	footer .margin-row p{
		margin-bottom: 15px;
	}

}

@media(max-width: 768px){
	.rooms-wrapper h1, .services h1, section.alternative h1, #calendar_heading{
		font-size: 28px;
	}

	.content::before{
		display: none;
	}
	.footer-wrapper{
		padding: 0;
	}
	footer .footer-info{
		align-items: center !important;
		text-align: center;
	}

	footer .row .col-lg-4{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}






