

/**
 * Header
 * -----------------------------------------------------------------------------
 */

#header{
	background-image: url('images/header/home/ahrntaler-alpenhof-sommer.jpg');
	z-index:1;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	color: #fff;
	/* reob 141105: sonst Verschiebung unter Slides bei kl. Auflösungen
	min-height: 800px;
	*/
	position: relative;
	box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.15);
}
.header-row{
	background: rgba(0, 0, 0, .40);    /* reob 141105 Original: background: rgba(0, 0, 0, .15);   Notiz: HG unter secondary-nav */
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, .75);
}
.absolute-header{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: 300;
	position: relative;
	line-height: 1.6;
	z-index: 1;
}
.absolute-header .fa{
	margin-right: .5rem;
}
.absolute-header [class^="pull-"],
.absolute-header .weather{
	font-size: 1.2rem;
}
.absolute-header .weather{
	margin: 0 0 0 1.5rem;
}
.absolute-header [data-icon]:before {
	font-style: normal;
	font-size: 2.4rem;
	position: relative;
	bottom: -5px;
	line-height: 0;
	margin: 0 0.1rem;
}
#header .booking-row {
	position: fixed;
	width: 100%;
	max-width: 2000px;  /* reob 141105 Original: max-width: 1440px; */
	bottom: 0;
	z-index: 1;
}
#header.header-content{
	min-height: 370px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('images/header-ahrntal-hotel/sommer-ahrntal_HB-003-Alpenhof.jpg');
	background-position: bottom center;
}
#header canvas{
	z-index: 0;
}
@media (max-width:767px) {

 	#header .absolute-header .pull-left,
 	#header .absolute-header .pull-right{
 		float: none !important;
 		display: block;
 		text-align: center;
 	}
 	#header .weather{
 		margin: 0;
 		display: block;
 	}
 	#header.header-content{
 		min-height: 0;
 	}
 	.absolute-header [class^="pull-"],
 	.absolute-header .weather{
 		font-size: 1.2rem;
 		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
 	}
 	.absolute-header [data-icon]:before{
 		font-size: 1.4rem;
 		bottom: -2px;
 	}
 	.header-row .toggle-nav-label{
 		display: block;
 		text-align: center;
 		padding: 1.5rem 0;
 		line-height: 2rem;
 		width: 50%;
 		text-align: center;
 	}
 	.header-row .toggle-nav-label .fa{
 		margin-right: 1rem;
 	}
 	.header-row .toggle-nav-label:first-of-type{
 		float: right;
 		border-left: 1px solid rgba(255, 255, 255, .35);
 		
 	}
 	.header-row .toggle-nav-label:last-of-type{
 		float: left;
 	}
 }




/* Buttons */
.btn{
	font-weight: 500;
	height: auto;
	padding: 1rem 2.8rem;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	border-radius: 2px;
}

/* reob NEU 150724 */
.btn-form {
	font-weight: 500;
	background-color: #4d591f;
	color: #ffffff !important;
	display: inline-block;
	font-size: 1.7em;
	height: 35px;
	line-height: 15px;
	min-width: 150px;
	padding: 0 10px 0 10px;
	text-align: center;
	transition: background-color 0.5s, color 0.5s;
    -webkit-transition: background-color 0.5s, color 0.5s;
}
.btn-form:visited {
	color: #ffffff !important;
}
.btn-form:hover {
	background-color: #F19D10;
	color: #ffffff !important;
}




.btn:visited {
	color: #ffffff !important;
}
.btn:hover {
	background-color: #F19D10;
	color: #ffffff !important;
}


.btn:active{
	box-shadow: none;
}
.btn.btn-lg{
	padding: 1.4rem 2.8rem;
}
.btn.btn-sm{
	padding: 0.5rem 0.7rem;
}
.btn.btn-primary{
	background: #C0392B;
	border-color: #C0392B;
}
.btn.btn-primary:hover{
	background: #E74C3C;
	border-color: #E74C3C;
}
.btn.btn-link{
	padding-left: 0;
	padding-right: 0;
	color: #363d40;
	text-decoration: none !important;
	font-weight: normal;
}
.btn.btn-link:hover{
	color: #667279;
}
.btn.btn-link::before{
	content: '\f178';
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	color: #C0392B;
	line-height: 20px;
}
.btn.btn-link:hover::before{
	color: #E74C3C;
}
.btn.btn-default{
	color: #363d40;
	border-color: #E0E3E4;
}
.btn.btn-default:hover{
	border-color: #E0E3E4;
	background: #fee7e1;
}
.btn.btn-block{
	padding-left: inherit;
	padding-right: inherit;
	text-align: center;
}

/* Accordion */
.panel-group{
	margin: 2.8rem 0 1.4rem;
}
.panel.panel-default{
	border-color: #e0e3e4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.panel-default > .panel-heading{
	background: none;
	padding: 0;
}
.panel-default > .panel-heading .accordion-toggle{
	display: block;
	text-decoration: none;
	color: #C0392B;
	padding: 1.4rem 1.4rem 1.4rem 4rem;
	position: relative;
}
.panel-default > .panel-heading .accordion-toggle:before{
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 15px;
}
.panel-default > .panel-heading .accordion-toggle:not(.collapsed):before{
	content: '\f106';
}
.panel-default > .panel-heading .accordion-toggle.collapsed:before{
	content: '\f107';
}
.panel-default > .panel-heading .accordion-toggle.collapsed{
	background: #EBF0F1;
	color: #363d40;
}
.panel-default > .panel-heading .accordion-toggle.collapsed:hover{
	color: #667279;
}
.panel-group .panel-heading + .panel-collapse .panel-body{
	border-top: none;
}
.panel{
	box-shadow: none;
}
.panel-body{
	padding: 0 20px 20px 40px;
}

/* Tabs */
.nav-tabs{
	border-bottom: 1px solid #E0E3E4;
}
.tab-pane{
	padding: 2rem;
	border: 1px solid #E0E3E4;
	border-top: none;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.nav-tabs > li > a{
	background: #fee7e1;
	font-family: "Domine", serif;
	font-size: 1.6rem;
	margin-right: 1rem;
	padding: 1.4rem 2.4rem;
	border-color: #E0E3E4;
	border-bottom-color: #E0E3E4;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.nav-tabs > li > a:hover{
	background: #fee7e1;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
	border: 1px solid #E0E3E4;
	border-bottom-color: transparent;
	color: #C0392B;
}

/* Progress */
.progress,
.progress-bar{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}





/**
 * Booking Form
 * -----------------------------------------------------------------------------
 */

.booking-row{
	/* reob 150727   background: rgba(0, 0, 0, .25);  */
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	
	/* reob NEU 150727 */
		margin: 20px 0 28px 0;
	
	position: relative;
	z-index: 1;
}
.booking-row .form-control{
	background: rgba(255, 255, 255, .1) !important;
	
	/* reob NEU 150727 */
		font-family: 'verdana';	
		font-size: 1.2em;
	
	border: none;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 2px;
	outline: none;
	color: #fff;
	position: relative;
	z-index: 0;
	-webkit-appearance:none;
}
.booking-row .form-control:focus{
	border-color: #fff;
	background: rgba(0, 0, 0, .15) !important;
}
.booking-row ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}
.booking-row :-moz-placeholder {
	color: rgba(255, 255, 255, 1); 
}
.booking-row ::-moz-placeholder {
	color: rgba(255, 255, 255, 1);  
}
.booking-row :-ms-input-placeholder {  
	color: rgba(255, 255, 255, 1);  
}
.booking-row .icon-calendar:after{
	content: '\f073';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.8rem;    /* reob 150727 Original: right: 3rem; */
	line-height: 30px;    /* reob 150727 Original: line-height: 42px; */
	color: rgba(255, 255, 255, 1);
	font-size: 1.0rem;    /* reob 150727 Original: font-size: 1.4rem; */
}
.booking-row .icon-arrow:after{
	content: '\f107';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 3rem;
	line-height: 42px;
	color: rgba(255, 255, 255, 1);
	font-size: 1.4rem;
}
.booking-block .icon-calendar:after{
	content: '\f073';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.5rem;
	line-height: 42px;
	font-size: 1.4rem;
}
.booking-block .icon-arrow:after{
	content: '\f107';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.5rem;
	line-height: 42px;
	font-size: 1.4rem;
}
.booking-block select{
	-webkit-appearance:none;
}
@media (max-width:991px) {
	.booking-row .col-sm-6{
		margin-bottom: 1.4rem;
	}
}
@media (max-width:767px) {
	.booking-row{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		background: rgba(0, 0, 0, .45);
	}
	.booking-row [class*=col-sm]{
		margin-bottom: 1.4rem;
	}
	.booking-row [class*=col-sm]:last-of-type{
		margin-bottom: 0;
	}
	.booking-row .sod_label{
		font-size: 1.2rem;
	}
	.sod_select select{
		display: block;
	}
}

