html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #000000;
	overflow-y: scroll;
}

a {
	color: #89837A;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000000;
	text-decoration: none;
}

a.phone {
	text-decoration: none;
	color: #000000;
}

#background {
	position: fixed;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/background.jpg') center no-repeat;
	background-size: cover;
}

/* ************ Navigation  ************ */
.navbar {
	border-radius: 0;
	text-align: center;
}

.navbar  > .container {
	background-color: #ffffff;
}

.navbar .nav-justified > li > a, .navbar .navbar-brand {
	color: #333;
	text-decoration: none;
}

.navbar .nav-justified > li > a {
	padding: 15px 30px;
	font-size: 18px;
}

.navbar .nav-justified > li > a:focus, .navbar .nav-justified > li > a:hover, .navbar .nav-justified > li.active {
	background-color: #D3CEC6;
}

.navbar-toggle {
	border-color: #333;
}

.navbar-toggle .icon-bar {
	background-color: #333;
}

.navbar>.container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}

/* ************ Startseite  ************ */

.home .white-box {
	z-index: 1;
	position: relative;
	margin: 10% 0;
	text-align: center;
}


/* ************ Content  ************ */

.white-box {
	padding: 20px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #89837A;
	z-index: 1;
	position: relative;
}

img.border {
	border: 1px solid #ddd;
	padding: 4px;
	background-color: #fff;
}

img.img-responsive {
	display: inline-block;
}

/* ************ Maps  ************ */ 

#maps{
	width: 100%;
	max-height: 100%;
	min-height: 500px;
	border: 1px solid #89837A;
}

/* ************ Gallery  ************ */ 

.sub-zimmer {
	margin-bottom: 30px;
}

.sub-zimmer a{
	text-decoration: none;
	font-size: 18px;
	display: table-cell;
	width: 1%;
}

.thumb {
	padding-bottom: 30px;
}

.thumbnail {
	border-radius: 0;
	margin-bottom: 5px;
	text-decoration: none;
	transition: all ease 1s;
}

.thumbnail img {
	opacity: 0.7;
	transition: all ease 1s;
}

.thumbnail img:hover {
	opacity: 1;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #89837A;
}

.img-dsc {
	margin: 10px 0;
	text-align: center;
}

/* ************ Modal  ************ */ 
.modal-content {
	border-radius: 0;
	text-align: center;
}
.modal-header {
	padding: 15px 15px 0 15px;
	border: 0;
}

.modal-header .close {
	margin-top: -11px;
}

.close {
	font-size: 45px;
}

.modal-body {
	padding-top: 5px;
}

.modal-body img {
	max-height: 800px;
}

/* ************ Forms  ************ */ 
input.form-control, .input-daterange input:first-child, .input-daterange input:last-child {
	border-radius: 0;
}

input#dateStart, input#dateEnd {
	width: auto;
	display: inline;
	float: right;
}

.btn-default {
	width: 100%;
	border-radius: 0;
	background-color: #ffffff;
}

.btn-default:hover {
	background-color: #D3CEC6;
}

.btn#submit {
	background-color: #89837A;
	font-weight: 700;
	font-size: 18px;
	padding: 12px;
}

.btn#submit:hover {
	background-color: #000000;
		color: #ffffff;
}

.alert {
	border-radius: 0;
}

/* ************ Back to top ************ */ 
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 20px;
	z-index: 2;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 30px;
    right: 20px;
	z-index: 2;
	transition: bottom 500ms;
}

.well {
	text-decoration: none;
	box-shadow: none;
	border-radius: 0;
	border-color: #000;
	background-color: #f8f5f0;
	color: #000000;
}

.well:hover{
	color: #000;
	background-color: #D3CEC6;
}
