/* ++++++++++++++++++++ General ++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #827717;

	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

a:hover {
	color: #4C531C;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;

	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1, h2 {
	text-transform: uppercase;
}

h2 {
	font-size: 1em;
	letter-spacing: 0.2px;
	color: rgba(0, 0, 0, 0.6);
}

h3 {
	font-size: 1.4em;
}

nav {
	/* animation for scroll update */
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

section:first-of-type {
	margin-top: 70px;
}

@media (min-width: 768px) {
	section:first-of-type {
		margin-top: 80px;
	}
}

section .container {
	padding-top: 100px;
	padding-bottom: 80px;
}

.page-header {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

#groesse, #galerie {
	background-color: #B4AA6C; /* ehemals auch #353532 */
}

footer {
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}

.btn-success {
    color: #fff;
    background-color: #827717;
    border-color: #827717;
}

.btn-success:hover {
	background-color: #524C00;
	border-color: #524C00;
}

.btn-success:not(:disabled):not(.disabled):active {
	background-color: #413B0B;
	border-color: #413B0B;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(130,119,23,.5);
}

 /* ++++++++++++++++++++ Navigation ++++++++++++++++++++ */

@media (min-width: 768px) {
	.navbar {
		min-height: 80px;
	}
}

.navbar {
	background-color: #827717;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.30);
}

.navbar-brand {
	margin-top: 8px;
	font-weight: bold;
}

.navbar-brand>img {
	margin-top: -6px;
	margin-right: 15px;
}

.nav-link:hover {
	color: #524C00 !important;
}

.nav-item>.active {
	border-bottom: 2px solid #fff;
}

/* less than */
@media (max-width: 375.98px) {
	.navbar-brand {
		letter-spacing: -0.05rem;
		margin-right: 4px;
	}

	.navbar-brand>img {
		margin-right: 4px;
	}
}

/* ++++++++++++++++++++ Header ++++++++++++++++++++ */

#headerSection {
	background-color: #413B0B;
}

#headerSection img {
	width: 100%;
	max-height: 800px;
	min-height: 300px;
	object-fit: cover;
}

.pano-caption {
	text-align: center;
	color: #D9D8CF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .2);

	padding-top: 25px !important;
	padding-bottom: 20px !important;
}

.pano-caption h1 {
	font-size: 2rem;
	text-transform: none;
	letter-spacing: 0.04rem;
}

.pano-caption p {
	font-weight: 600;
	letter-spacing: 0.02rem;
}

/* ++++++++++++++++++++ Häuser ++++++++++++++++++++ */

#wh1, #wh2, #wh3, #wh4, #wh5, #wh6, #wh7, #wh8 {
	cursor: pointer;
}

svg {
	max-width: 100%;
	height: auto;
}

/* ++++++++++++++++++++ Preise ++++++++++++++++++++ */

#groesse table {
	font-size: 14px;
}

.table, th, td {
	border-color: #827717 !important;
}

.table-hover tbody tr:hover {
	background-color: #CBC490 !important;
}

.btn-xs {
	font-size: 12px;
	padding: 1px 5px;
}

#groesse b {
	color: #810000;
}

/* +++++++++++++++++++++ Lage +++++++++++++++++++++ */

#lage li {
	margin: 2px auto;
}

/* ++++++++++++++++++++ Galerie +++++++++++++++++++ */

#slider-thumbs {
	margin-top: 20px;
}

#galerie li {
	float: left;
	width: 25%;
	padding: 10px;
}

@media (min-width: 575.98px) {
	#galerie li {
		width: 20%;
	}
}

@media (min-width: 767.98px) {
	#galerie li {
		width: 12.5%;
	}
}

@media (min-width: 991.98px) {
	#galerie li {
		width: 9.9%;
	}
}

#galerie .selected img {
	opacity: 1;
}

#galerie .img-thumbnail {
	opacity: 0.5;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.carousel-caption {
	bottom: 0px;
	padding-bottom: 10px;
	text-shadow: 0 1px 2px #000000;
}

/* +++++++++++++++++ Preise Modals ++++++++++++++++ */

#modal-wohnung .card {
	border: 1px solid #B4AA6C;
	background-color: #B4AA6C;
}

#modal-wohnung .table {
	margin-bottom: 0;
}

#modal-wohnung .row {
	margin: 12px 0;
}

#modal-wohnung .table-qm, #modal-wohnung .table-qm-nf {
	text-align: right;
}

.price-overlay {
	position: absolute;
	height: 100%;
	width: 100%;

	left: 0px;
	top: 0px;
}

/* ++++++++++++++++++++ Kontakt +++++++++++++++++++ */

#kontakt img {
	max-height: 55px;
}

#kontakt h2 {
	color: black;
	text-transform: none;
	font-size: 26px;
	margin: 41px auto;
}

/* ++++++++++++++++++++ Impressum +++++++++++++++++++ */

#imprint {
	margin-top: 140px;
}

#imprint h4 {
	font-size: 2rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
