@charset "UTF-8";

body {
	color: #FFF;
	font-family: "Open Sans", "Calibri", "sans-serif";
}

h1, h2, h3 {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.btn-special-wrapper {
	position: absolute;
	left: 50%;
}

a.btn.btn-special {
	background-color: #384654;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border: none;
	border-radius: 0;
	padding: 11px 15px;
	position: relative;
	bottom: 20px;
	left: -50%;
	z-index: 1;
}

a.btn-rundgang, a.btn-rundgang2, a.btn-rundgang3 {
	display: block;
	position: absolute;
	bottom: 50px;
	left: calc(50% - 240px);
	height: 140px;
	width: 140px;
	background-color: #384654;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border: 10px solid #384654;
	border-radius: 50%;
	padding: 0px 0px;
	z-index: 1;
	cursor: pointer;
}

a.btn-rundgang2 {
	left: calc(50% - 70px);
}

a.btn-rundgang3 {
	left: calc(50% + 100px);
}

a.btn-rundgang:hover,
a.btn-rundgang:active,
a.btn-rundgang:focus,
a.btn-rundgang2:hover,
a.btn-rundgang2:active,
a.btn-rundgang2:focus,
a.btn-rundgang3:hover,
a.btn-rundgang3:active,
a.btn-rundgang3:focus {
	background-color: #2B2B2B;
	border: 10px solid #2B2B2B;
}

@media screen and (max-width: 600px) {
	a.btn-rundgang {
		height: 120px;
		width: 120px;
		left: calc(50% - 190px);
	}

	a.btn-rundgang2 {
		height: 120px;
		width: 120px;
		left: calc(50% - 60px);
	}

	a.btn-rundgang3 {
		height: 120px;
		width: 120px;
		left: calc(50% + 70px);
	}
}

header {
	min-height: 183px;

	background-color: #465769;
	background: -webkit-linear-gradient(#465769, #242d36);
	background: -o-linear-gradient(#465769, #242d36);
	background: -moz-linear-gradient(#465769, #242d36);
}

.logo-wrapper {
	height: 138px;
}

.logo-wrapper img {
	max-height: 118px;
	margin: 10px auto;
}

.navbar-inverse {
/ / background-color: #A48360;
	background-color: #465769;

}

.navbar-inverse .navbar {
	min-height: 45px;
}

.navbar-inverse .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.navbar-inverse ul.navbar-nav {
		width: 100%;
	}
}

.navbar-inverse .navbar-collapse {
	text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
	padding-top: 12px;
	padding-bottom: 13px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
}

.navbar-inverse .navbar-header .navbar-toggle {
	margin-top: 5px;
	margin-bottom: 6px;
	border-color: #FFF;
}

.navbar-inverse .navbar-header .navbar-toggle:active,
.navbar-inverse .navbar-header .navbar-toggle:hover,
.navbar-inverse .navbar-header .navbar-toggle:focus {
	background-color: #FFF;
}

.navbar-inverse .navbar-header .navbar-toggle:active .icon-bar,
.navbar-inverse .navbar-header .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-header .navbar-toggle:focus .icon-bar {
	background-color: #A48360;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #A48360;
}

.masterslider-wrapper,
.roundshot {
	max-height: 690px;
	min-height: 300px;
	height: 300px;
	width: 100%;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.roundshot iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.masterslider-wrapper, .roundshot {
		height: 450px;
	}
}

@media only screen and (min-width: 1170px) {
	.masterslider-wrapper, .roundshot {
		height: 600px;
	}
}

.masterslider-wrapper .master-slider,
.masterslider-wrapper #cd-google-map,
.masterslider-wrapper #cd-google-map #google-container {
	height: 100%;
	width: 100%;
}

.masterslider-wrapper a.btn-map {
	position: absolute;
	left: 60%;
	bottom: 0;
	background-color: #242d36;
	background-image: url("../pics/icons/b_marker.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 5px center;
	padding-left: 30px;
}

.masterslider-wrapper a.btn-language {
	position: absolute;
	left: 60%;
	top: 0;
	bottom: auto;
	background-color: #2B2B2B;
	background-image: url("../pics/staero.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 5px center;
	padding-left: 30px;
	text-transform: uppercase;
}

@media screen and (max-width: 568px) {
	.btn-special-wrapper,
	.masterslider-wrapper a.btn-map,
	a.btn.btn-special {
		width: 100%;
		left: 0;
	}
}

.available-appartments-table {
	background: #465769;
}

.counterview-wrapper {
/ / background-image: url("../pics/bg_wood.jpg");
	background-color: #465769;
	position: relative;
}

.counterview-wrapper .counterview {
	min-height: 548px;
	padding: 55px 0 20px 0;
}

.counterview .title {
	margin: 0 0 70px 0;
	text-transform: uppercase;
	font-size: 30px;
}

.counterview .title h2,
.showgallery-slogan .title h2 {
	margin: 0;
	text-transform: uppercase;
}

@media screen and (max-width: 998px) {
	.counterview-wrapper .row > div {
		margin-bottom: 20px;
	}
}

.counterview span.counter-body {
	top: 45px !important;
}

.counterview .counter-values span {
	margin-top: 20px;
	font-size: 50px;
}

.counterview .counter.counter-wheel.counter-wheel-themed {
	background-color: transparent;
	color: #FFF;
	width: 235px;
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	margin: auto;
	border: none;
}

.counterview .counter.counter-wheel.counter-wheel-themed .counter-values {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2em;
}

.counterview .counter.counter-wheel.counter-wheel-themed .counter-separator {
	margin: 0 2px 0 3px;
}

.counterview .counter.counter-wheel.counter-wheel-themed .counter-body {
	border-radius: 50%;
	padding: 25px 0;
}

.counterview .slogan {
	font-size: 25px;
	padding: 30px 0 20px 0;
}

.counterview .slogan .title {
	text-transform: none;
	margin-bottom: 0;
}

.flatdescription {
	min-height: 288px;
	background-color: #242d36;
	padding: 30px 0;
}

.flatdescription .title {
	margin: 45px 0 36px 0;
	font-size: 30px;
}

.flatdescription .text {
	font-size: 16px;
}

.gallery-wrapper {
	height: 260px;
	padding: 0;
	position: relative;
}

.gallery-wrapper .inline-gallery {
	height: 260px;
	margin: 0;
	background-color: #373B3E;
}

.gallery-wrapper .inline-gallery .slick-list,
.gallery-wrapper .inline-gallery .slick-list .slick-track {
	height: 100%;
}

.gallery-wrapper .inline-gallery img {
	height: 100%;
	width: auto;
}

.gallery-wrapper .inline-gallery button {
	display: none !important;
}

.marketing {
	background-color: #3E4245;
	padding: 100px 0 50px 0;
}

.marketing.light {
	background-color: #787D80;
}

.marketing .title {
	margin: 0 0 75px 0;
}

.marketing .title h3 {
	margin: 0;
}

.footer-wrapper .footer-top {
	min-height: 183px;
/ / background-image: url("../pics/bg_wood.jpg");
	background-color: #465769;
	background: -webkit-linear-gradient(#465769, #242d36);
	background: -o-linear-gradient(#465769, #242d36);
	background: -moz-linear-gradient(#465769, #242d36);
	min-height: 120px;
	padding: 20px 0;
}

.footer-wrapper .footer-top img {
	max-height: 75px;
	margin: auto;
}

.footer-wrapper .footer-top a,
.footer-wrapper .footer-top a:active,
.footer-wrapper .footer-top a:hover,
.footer-wrapper .footer-top a:focus {
	color: #FFF;
}

.footer-wrapper .footer-adresse {
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

.footer-wrapper .footer-bottom {
	background-color: #242d36;
	min-height: 50px;
	padding: 15px 0;
}

.footer-logo {
	text-align: left;
}

.footer-wrapper .footer-top img {
	margin: 0px;
}

.footer-wrapper .social-links .social-link {
	height: 25px;
	width: 25px;
	background-size: 25px 25px;
	background-color: transparent;
	margin-left: 30px;
}

.footer-wrapper .social-links .social-link.facebook {
	background-image: url("../pics/icons/b_facebook.png");
	background-size: 12px 25px;
	width: 12px;
}

.footer-wrapper .social-links .social-link.googleplus {
	background-image: url("../pics/icons/b_google_plus.png");
}

.footer-wrapper .social-links .social-link.twitter {
	background-image: url("../pics/icons/b_twitter.png");
}

.footer-wrapper .social-links .social-link.rss {
	background-image: url("../pics/icons/b_rss.png");
}

@media screen and (max-width: 768px) {
	.footer-wrapper .footer-top .footer-logo,
	.footer-wrapper .footer-top .footer-text {
		margin-bottom: 15px;
	}

	.footer-wrapper .footer-bottom .footer-copyright {
		margin-bottom: 20px;
	}
}

.footer-copyright {
	font-size: 11px;
	font-weight: normal;
}

.footer-copyright a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.footer-copyright a:hover {
	text-decoration: underline;
}

.showgallery-slogan {
	min-height: 150px;
/ / background-image: url("../pics/bg_wood.jpg");
	background-color: #465769;
	padding: 55px 0 20px 0;
}

.showgallery-gallery {
	min-height: 300px;
	background-color: #3E4245;
}

.showgallery-gallery .photo-gallery {
	padding: 40px 100px;
}

@media screen and (max-width: 768px) {
	.showgallery-gallery .photo-gallery {
		padding: 0;
	}
}

.house-wrapper {
	min-height: 300px;
	color: #465769;
	text-align: left;
	padding: 40px;
}

@media screen and (max-width: 768px) {
	.house-wrapper {
		padding: 0 15px;
	}
}

.house-wrapper .nav-tabs {
	border: none;
	border-radius: 0;
}

.house-wrapper .nav-tabs-houses > li > a,
.house-wrapper .filters .nav-tabs-floors > li > a,
.house-wrapper .filters .nav-tabs-flats > li > a {
	padding: 5px 8px;
	border: none;
	border-radius: 0;
	color: #465769;
}

.house-wrapper .nav-tabs-houses > li.active > a,
.house-wrapper .nav-tabs-houses > li.active > a:hover,
.house-wrapper .nav-tabs-houses > li.active > a:focus,
.house-wrapper .filters .nav-tabs-floors > li.active > a,
.house-wrapper .filters .nav-tabs-floors > li.active > a:hover,
.house-wrapper .filters .nav-tabs-floors > li.active > a:focus,
.house-wrapper .filters .nav-tabs-flats > li.active > a,
.house-wrapper .filters .nav-tabs-flats > li.active > a:hover,
.house-wrapper .filters .nav-tabs-flats > li.active > a:focus {
	color: #242d36;
	font-weight: bold;
	border: none;
	border-radius: 0;
}

.house-wrapper .nav-tabs-houses > li > a {
	font-size: 20px;
	padding: 5px 10px;
}

.house-wrapper .nav-tabs-houses > li:first-child > a {
	padding-left: 0;
}

.house-wrapper .filters .title {
	margin: 6px 8px 0 0;
	text-transform: uppercase;
}

.house-wrapper .filters .col-md-6 {
	padding: 0;
}

.house-wrapper .houses {
	padding: 0 100px;
}

@media screen and (max-width: 768px) {
	.house-wrapper .houses {
		padding: 0;
	}
}

.house-wrapper .houses .filters {
	margin: 10px 0;
}

.house-wrapper .houses .filters .title {
	float: left;
	font-weight: bold;
}

.house-wrapper .houses .picture-wrapper {
	margin-bottom: 10px;
	padding: 0;
}

.house-wrapper .houses .picture-wrapper .picture {
	width: 100%;
	height: 460px;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.house-wrapper .houses .picture-wrapper .picture {
		height: 260px;
	}
}

.house-wrapper .houses .anfrage,
.house-wrapper .houses .preistabelle {
	padding: 0;
	background-color: #F8F8F8;
}

.house-wrapper .houses .anfrage .title,
.house-wrapper .houses .preistabelle .title {
	text-transform: uppercase;
	background-color: #242d36;
	padding: 10px 15px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

.house-wrapper .houses .preistabelle .table-wrapper {
	padding: 0 15px;
}

.house-wrapper .houses .anfrage .price {
	margin: 5px 0;
	background-color: #465769;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
}

.house-wrapper .houses .anfrage .price .description {
	padding-top: 3px;
}

.house-wrapper .houses .anfrage .price .value {
	font-size: 18px;
}

.house-wrapper .houses .anfrage .formular {
	margin-top: 15px;
}

.house-wrapper .houses .anfrage .formular input {
	margin: 5px 0;
	border-radius: 0;
}

.house-wrapper .houses .anfrage .formular textarea {
	max-width: 100%;
	min-width: 100%;
	border-radius: 0;
	min-height: 100px;
}

.house-wrapper .houses .anfrage .formular button {
	background-color: #242d36;
	border: none;
	border-radius: 0;
	color: #FFF;
	margin-bottom: 15px;
	padding: 5px 25px;
}

.section-umgebung-wrapper {
	background-color: #465769;
	padding: 0;
}

.section-umgebung {
	max-width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-umgebung a.more-btn,
.section-umgebung a.less-btn {
	margin: 20px auto;
	display: block;
	height: 80px;
	width: 80px;
	background-size: 80px 80px;
	cursor: pointer;
}

.section-umgebung a.more-btn {
	background-image: url('../pics/more-btn.png');
}

.section-umgebung a.less-btn {
	background-image: url('../pics/less-btn.png');
}

.section-umgebung .item-umgebung {
	margin-top: 20px;
}

.section-umgebung .item-umgebung img {
	max-height: 100px;
	max-width: 100px;
}

.section-umgebung .item-umgebung.btn-wrapper {
	margin: 0;
}

.section-umgebung .title h2 {
	font-size: 55px;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	.section-umgebung .title h2 {
		font-size: 35px;
	}
}

.section-umgebung .title h3 {
	margin-top: 0;
	font-weight: bold;
}

.modal-dialog {
	width: 100%;
	height: 95%;
	margin: 0px 0px 0px 0px;
}