﻿/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Great Vibes'), local('GreatVibes-Regular'),
       url('../fonts/great-vibes-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/great-vibes-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/great-vibes-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/great-vibes-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/great-vibes-v7-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}


html{
    min-height: 100%;
	//font-family: 'Poiret One'
}

body{
	height:100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif
}

H2{
	margin-bottom: 18px;
	color:#96330A;
	text-align:center;
}

p{
	color:black;//rgba(70, 68, 68, 0.98);
	font-size:15px;
}

p.fulltext{
	text-align: justify;
}

span.big,
p.big{
	font-size:18px;
}

span.red,
p.red{
	color:#993333;
}

.centered{
	text-align:center;
}

#background{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
	background-color: #C0C35E;
}

#background img{
	width:100%;
	min-height:100%;
}

.main{
	min-width:465px;
	position: relative;
	z-index:1;
}

.container{
	border-left:solid 1px lightgray;
	border-right: solid 1px lightgray;
	background: white;
	/*max-width: 970px !important; */
}

.container.no-border{
	background:inherit;
}

footer .container{
	padding-top: 5px;
	background-color:#993333 !important;
}

footer .spacer{
	display:none;
    width: 59px;
}

footer p{
	color:white;
}
footer a{
	color:white;
	text-decoration: underline;
}

footer a:hover,
footer a:focus{
	color:#D2FF4E;
	color:#6AAFE8;
}


.navbar-franz{
    margin-bottom: 0px;
    border: none;
}
	
.navbar-franz #navbar{
	z-index:25;
	padding: 0;
}

.navbar-franz #navbar .container{
	background-color:#993333; !important;
}

.navbar-franz #navbar .open>a,
.navbar-franz #navbar a:hover, 
.navbar-franz #navbar a:focus,
.navbar-franz .active{
	background-color:#711515;
}

.navbar-franz .active{
	background-color:#711515;
}

.navbar-franz #navbar a{
	color:white;
}

.navbar-franz .navbar-header{
	margin-top:15px;
	margin-bottom:10px;
	width: 100%;
    text-align: center;
}

.navbar-franz .navbar-brand{ 
    width: 100%;
    text-align: center;
}

.navbar-franz .navbar-header button{
    font-size: 25px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    margin-right: 8px;
}

.navbar-franz .navbar-header a{
	font-family: 'Great Vibes', sans;
    font-size: 50px;
	color:black;
}


.swiper-container{
	border: 3px solid white;
	background: white;
}
#gallery .pagItem img,
.center-slide-vertical{	
	position: relative;
	top: 50%;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
}

.center-slide-horizontal{	
	position: relative;
	left: 50%;
	max-width:100%;
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform: translateX(-50%);
	display:inline-block;
}

.center-slide-horizontal img{
	max-width: 100%;
	max-height: 800px;
}

@media (max-width: 1199px){
	.center-slide-horizontal img{
		max-height: 700px;
	}
}

@media (max-width: 991px){
	.center-slide-horizontal img{
		max-height: 600px;
	}
}
@media (max-width: 650px){
	.center-slide-horizontal img{
		max-height: 300px;
	}
}


.swiper-container-horizontal>.swiper-pagination{
	width: inherit;
    right: 0px;
    bottom: 6px;
    left: inherit;
}

.swiper-button-next,
.swiper-button-prev{
	background: rgba(255, 255, 255, .4);
    color: #711515;
    font-size: 38px;
    width: inherit;
}

.swiper-pagination-bullet{
	background: #711515;
}

#appartments .attribute{
	min-width: 180px;
    display: inline-block;
}

#appartments .linebreak{
	min-width: 193px;
	display: inline-block;
    padding-left: 14px;
}


#appartments .swiper-container{
	margin-bottom: 25px;
	max-width:700px;
}

#gallery .gallery-pagination{
	border-top:1px solid gray;
	height:85px;
}

#gallery .pagItem{
	width: 85px;
    min-width: 85px;
	height: 100%;
	background: white;
	margin-right:20px;
}

#gallery .pagItem img{
	width: 100%;
	vertical-align:middle;
}

#gallery .pagItem.active{
	border: 2px solid red;
}

#history img{
	margin:	10px 20px;
	max-width:400px;
	border: solid 1px white;
}

#history .big.red{
	margin-bottom:0px;
}

@media (max-width: 620px){
	#history img{
		float:inherit!important;
		width: 93%!important;
		max-width: inherit;
	}
}
	

@media (max-width: 679px){
	.navbar-franz{
		border-bottom: 1px solid #993333;
	}
	
	h2,h3{
		margin-top: 8px;
	}
	
	footer #footercontact{
		width: 284px;
	}
	
	footer .spacer{
		display:inline-block;
	}
}


@media (min-width: 639px){
	p.fulltext{
		padding: 0px 40px 0px 20px;
	}
	#history .big.red,
	#history h3{
		margin-left: 20px;
	}

}

@media (min-width: 779px){
	#prices .form-inline .input-group {
		max-width: 270px;
	}
	
	.navbar-franz #navbar .dropdown-menu a:hover{
		color: white;
		background-color:#585656;
	}
	
	.navbar-franz #navbar .dropdown-menu a{
		color:black;
	}
}

#prices .form-inline .input-group{
	margin-bottom: 7px;
}

#contact .attribute{
	font-weight: bold;
	min-width: 120px;
    display: inline-block;
}

.seethrough{
	background: rgba(255, 255, 255, 0.87);
}

.no-seethrough{
	position: relative;
}

.no-border{
	border:none !important;
}

.left{
	display:inline-block;
	float:left;
}

.right{
	display:inline-block;
	float:right;
}

.dottedLine{
	border-bottom: dotted black 1px;
}

.colm2{
	padding: 3px 25px;
	display:inline-block;
	float:left;
	width:50%;
	min-width: 352px;
	max-width: 430px;
}


.mar_bot{
	margin-bottom:18px !important;
}

.mar_bot_big{
	margin-bottom:27px !important;
}

.mar_top{
	margin-top:18px;
}

.mar_top_big{
	margin-top:27px;
}

@media (max-width: 800px){
	.colm2{
		width: inherit;
		margin-left: calc(50% - 200px);
	}
}

@media (min-width: 785px){
	#agb .spacerSign{
		margin-top:103px
	}
}

@media (min-width: 1200px){
	.colm2{
		margin-left: 80px;
	}
	.spacerSign{
		margin-top:80px;
	}
}

.clear{
	clear:both;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container div,
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container div div{
    position: absolute;
	top:50%;
	left: 12.5%;
	width: 75%;
	height: auto;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.center-vertical{
    position: relative;
	top:50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center-horizontal{
    position: relative;
	left:50%;
	-ms-transform: translatX(-50%);
	transform: translateX(-50%);
