
/*
Klasse .fewoPortal kann zum Wrappen von Styles verwendet werden,
damit die Styles der Webseite nicht überschrieben werden.
*/


/*===========================
	General Styles
===========================*/
.fewoPortal body,
body.fewoPortal /*falls iframe (Pauschalen)*/
{
	margin: 0;
	min-height: 350px;
	padding-top: 0px;
	font-family: 'Verdana';
	font-size: 12px;
	background-color: transparent;
}

.fc-header-title h2, #Description h2 {
	color: black;
}

.fewoPortal h1 {
	color: #402100;
	font-size: 18px;
	font-weight: bold;
}

.fewoPortal h2 {
	margin-bottom: 5px;
	color: #402100;
	font-size: 15px;
	font-weight: bold;
}

h3.immoTitle {
	color: white!important;
}

#OBdiv {
	margin-top: -80px;
	z-index: 1;
	position: relative;
}
#OBdiv #slideshow a {
	color: #fff;
	text-decoration: none;
}

#OBdiv #slideshow a:hover {
	color: #fff;
	text-decoration: none;
}

#mainContainer {
	position: relative;
}

/* Override Bootstrap */
.col-md-9 {
	padding: 0;
}
.naviText a {
	color: rgba(255,255,255,.8);
}
.MainNavi a:hover {
	color: rgba(255,255,255,.8);
	text-decoration: none;	
}

.ActiveMainNavi a:hover {
	color: white;
	text-decoration: none;
}

/*===========================
	Links
===========================*/
a, a:hover, a:focus {
	color: inherit;
	outline: 0;
}


/*===========================
	Buttons
===========================*/

.availabilityCalendar .controllButton {
	width: 31.4%;
	background: rgba(138,107,83,0.7);
	padding: 10px 16px;
	margin-left: 5px;
}

.fewoPortal button,
.fewoPortal input[type=button],
.fewoPortal input[type=submit],
.fewoPortal input[type=submit],
#contactForm input[type=submit],
#bookingForm input[type=submit] {
	border: none;
	cursor: pointer;
	background: rgba(138,107,83,0.7);
	padding: 10px;
	width:100%;
	margin: 5px 0 20px 0;
	height: auto;
	border: none!important;
	color: white;
}
.blueButton {
	background: rgba(138,107,83,1)!important;
}
.fewoPortal button:hover,
.fewoPortal input[type=button]:hover,
.fewoPortal input[type=submit]:hover,
.fewoPortal .availabilityCalendar button:hover {
	background: rgba(128,97,73,0.9);
	border: 1px solid rgba(128,97,73,0.9);
}
.fewoPortal button:hover, input[type=button]:focus, input[type=submit]:focus {
	outline: none;
}

#contactForm input[type=submit]{
	background-color: #fff;
	border: 1px solid #A9A9A9!important;
}

.fewoPortal input[type=submit]:hover,
.fewoPortal #contactForm input[type=submit]:hover,
.fewoPortal #bookingForm input[type=submit]:hover  {
	background: rgba(128,97,73,0.9);
}

.searchSmallFrameButton {
	width: 95.7%;
}

#filterContainer .filterButton {
	background-color: rgba(138,107,83,0.7);
	color: white;
	margin-top: 0px;
}
#filterContainer .filterButton:hover {
	background-color: rgba(128,97,73,0.9);
	color: white;
}

/*===========================
	Forms
===========================*/
.form-style-1 {
	margin:10px auto;
}

.form-style-1 .col-sm-9 {
	display: inline-block;
	width: 45%;
}

.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0 0 3px 0;
	padding:0px;
	display: inline-block;
	font-weight: bold;
	width: 50%;
	margin-top: 25px;
}

.filterContainer input[type=text], 
.form-style-1 input[type=text], 
.filterContainer input[type=date], 
.form-style-1 input[type=date],
.filterContainer input[type=datetime], 
.form-style-1 input[type=datetime],
.filterContainer input[type=number], 
.form-style-1 input[type=number],
.filterContainer input[type=search], 
.form-style-1 input[type=search],
.filterContainer input[type=tetimext], 
.form-style-1 input[type=time],
.filterContainer input[type=url], 
.form-style-1 input[type=url],
.filterContainer input[type=email], 
.form-style-1 input[type=email],
.filterContainer textarea,
.form-style-1 textarea, 
.filterContainer select, 
.form-style-1 select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;  
	width: 100%;
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}

.fancybox-button {
	background-color: transparent;
}

#contactForm input[type=email],
#contactForm input[type=text],
#bookingForm input[type=text],
select.betten,
select.personen,
select.personenK,
select.personenK6,
ul.chosen-choices {
	height: 31px!important;
	padding-left: 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background: none;
	border: none;
	box-shadow: none;
}


/*===========================
	Backgrounds
===========================*/
#resLocation ul {
	background: #eee;
}

#resLocation .curStep {
	background: #1f355e;
	color: white;
}

.header {
	background: #eee;
}

.immoCatTable .tableHeader{
	background: #eee;
}

/*===========================
	Tables
===========================*/
.immoCatTable tr:nth-child(even){
	background-color: #f2f2f2;
}

.addressTable tr:nth-child(even) {
	/*background-color: #f2f2f2;*/
}

.servicesTable .header {
	background: white!important;
}
.servicesTable tr:nth-child(odd) {
	/*background-color: #f2f2f2;*/
}
.immoItem {
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.filterItem {
	padding-right: 0!important;
	padding-left: 0!important;
}

#rightContainer {
	position: relative;
	z-index: 999;
}

/*===========================
	Diverses
===========================*/
.noObjectsFound {
	min-height: 150px;
}

.trFont9 td {
	font-size: 10px;
}

.calendarContainer .fc-other-month .fc-day-number {
	display: none;
}

/*
*
* Slideshow
*
 */

.slideout-open .slideout-menu {
	display: block;
}

.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

#slideshow .prev:hover, #slideshow .next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=0.9);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#resLocation .curStep {
	background: rgba(128,97,73,0.7);
	color: white;
}

#immoInfos .tabs a:hover, #immoInfos .tabs a.active {
	border-top: 3px solid rgba(128,97,73,0.7);
	background-color: #fff;
	font-weight: bold;
}

#immoInfos .tabs a:nth-of-type(3) {
	color: white!important;
	background: rgba(138,107,83,1)!important;
}

.ActiveMainNavi,
.MainNavi {
	padding: 0;
	padding-top: 10px;
}