
/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: local(''),
			url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-300italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body, html
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	color: #3e3e3d;
	background: #cccccc;
	height:100%;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

a
{
	color: #3e3e3d;
}

.center {
    margin: auto;
    max-width: 1320px;
    padding: 0 40px;
}

header {
    background: none repeat scroll 0 0 #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 601;
    line-height: 44px;
}

header .logo
{
	display:block;
	width: 209px;
	height: 66px;
	margin-top: 18px;
	margin-bottom:4px;
	margin-left: 4px;
	background: url('../images/logo_ie.jpg') no-repeat center center;
	background-size:contain;

}


header .shownav
{
	display: none;
	position: absolute;
	top: 25px;
	right: 20px;
	height: 40px;
	width: 40px;
	font-size: 60px;
	line-height: 40px;
	cursor: pointer;
	padding: 5px;
	background: #007aba url('../images/shownav.png') center center no-repeat;
}

nav
{
	position: relative;
}

nav ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    float: left;
}

nav a {
    display: block;
    font-weight: normal;
    margin: 0px 12px 0px 12px;
    text-transform: uppercase;
    color: #3e3e3d;
    font-size: 17px;
    text-decoration: none;
}

a:hover,
nav a.on,
nav a:hover {
	 text-decoration: underline;
}

.profiles
{
	line-height: 0px;
	float: right;
	margin: 10px 11px 3px 11px;
}

.profiles > a
{
	color: #004d82;
	font-size: 25px;
	float:right;
	margin:0px 2px;
}

section
{
	background: #e3d0bb;
	overflow: 	visible;
}

.order
{
	display:block;
	margin-left: 15px;
	margin-bottom: 15px;
	float:right;
}

.order img
{
	max-width: 250px;
}

h1
{
	margin: 50px auto;
    max-width: 1320px;
    padding: 0 30px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 35px;
    line-height: 35px;
}

h2
{
	margin: 50px auto;
    max-width: 1320px;
    padding: 0 40px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 35px;
    line-height: 35px;
}

h3
{
	margin: 50px auto;
    max-width: 1320px;
    padding: 0 40px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
}

.popup h1,
.popup h2,
.popup h3,
.popup .typo
{
	color: #3e3e3d;
	margin: 20px auto;
}

.popup h1,
.popup h2,
.popup h3,
.popup .typo,
.popup ul.docs,
.popup .image
{
	padding: 0px;
}


.popup ul.docs
{
	border-bottom: 1px solid #CCCCCC;
}

.popup ul.docs a
{
	border-top: 1px solid #CCCCCC;
}

.popup .image
{
	margin: 0px;
}

.popup .image img
{
	width: 100%;
}

.typo
{
	margin: 50px auto;
	max-width: 1320px;
    padding: 0 30px;
    color: #FFFFFF;
}

.typo a
{
	color: #FFFFFF;
}


.intro
{
	margin: 0px auto;
    padding: 0 40px;	
    height: 70vh;
    min-height: 620px;
    position: relative;
}


.intro .image
{
	position: absolute;
	top: 20%;
	left: 0px;
	right: 60%;
	bottom: 0px;
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;	
}

	
.intro .text
{
	position: absolute;
	top: 10%;
	left: 40%;
	right: 0%;
	bottom: 0px;
}


.imagetext
{
	margin: 50px auto;
    max-width: 1320px;
    padding: 0 40px;
}

.imagetext .image
{
	float: left;
	width: 33%;
}

.imagetext .image img
{
	width: 90%;
}
	
.imagetext .text
{
	float: left;
	width: 66%;
}

.imagetext h1,
.imagetext .typo
{
	  padding: 0px;
	  margin: 0px 0px 50px 0px;
}

ul.docs
{
	list-style-type: none;
	margin: 50px auto;
	max-width: 1320px;
	padding: 0 30px;
}

ul.docs a,
a.pdf
{
	display: block;
	background: url('../images/pdf.gif') no-repeat left center;
	padding: 6px 0px 6px 38px;
	text-decoration: none;
}

a.pdf
{
	padding: 0px 0px 0px 38px;
}


	
.cycle-slideshow
{
	overflow:hidden;
}

.cycle-slideshow .slide {
    background-attachment: fixed;
	background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
}

.cycle-slideshow.small .slide
{
	 height: 50vh;
}

.cycle-slideshow.medium .slide
{
	 height: 75vh;
}

.cycle-slideshow.big .slide
{
	 height: 85vh;
}


.cycle-slideshow .slide .title
{
	font-size: 27px;
	line-height: 40px;
	color: white;
	position: absolute;
	left: 33%;
	right: 33%;
	top: 20%;
	opacity: 1;
	text-align: center;
}

.controls {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 500;
}

.controls img
{
	width: 60px;
	cursor: pointer;
}

.pager span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 15px;
    border-color: #007aba;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin: 12px;
    width: 17px;
}

.pager span.cycle-pager-active {
    background: none repeat scroll 0 0 #007aba;
    color: #007aba;
    border-color: white;
    border-style: solid;
}

.info
{
	text-align: center;
	color: #ffffff;
	background: #3e3e3d;
}

.contact
{
	width: 100%;
	float: left;
	max-width: 370px;
	margin: -5px 30px 0px 0px;
	font-size: 16px;
}

.contact label
{
	display: block;
	margin: 5px 0px 0px 0px;
}

.contact .field
{
	width: 100%;
	padding: 1px 0px;
	color: #000000;
	box-sizing: border-box;
}

.contact .field.ort
{
	width: 69%;
	float: right;
}

.contact .field.plz
{
	width: 28%
}

.contact .opt
{
	width: 50%;
	float: left;
}

.contact .button
{
	background: #40403f;
	color: #ffffff;
	padding: 8px 30px;
	margin: 4px 0px;
	border: 0px;

}

.contact .error
{
	color: #b10303;
}


address
{
	font-size: 16px;
	font-style: normal;
	float: left;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}

body.playerOpen
{
	overflow:hidden;
}

.post h3, .post .typo
{
	margin-left: 0px;
}

.post .image img,.post .image
{
	width: 150px;
	margin-right: 20px;
}

.post > .text,.post  a
{
	color:white;
	text-decoration: none;
} 

.post > .text
{
	max-width: 80%;
}

.post > .text > a > p
{
	margin-top: 10px;
}

.post .date 
{
    display: block;
    font-size: 0.72em;    
}

.popup
{
	display:none;
}

.popup.visible
{
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	display:block;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.66);
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	z-index:700;
	margin:0;
	max-width: none;
}

.popup.visible .wrapper
{
	width:756px;
	background:#ffffff;
	margin:2em auto;
	box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 1);
	position: relative;
}

.popup.visible .content
{
	padding: 30px;
}

.popup.visible html
{
	background: #FFFFFF;
}

.popup.visible .close
{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	padding: 0px;
	background: url('../images/close.png') no-repeat center center;
	background-size:contain;
	cursor: pointer;
}

@media only screen and (max-width : 1200px){
	
	body, html
	{
		font-size: 16px;
		line-height: 18px;

	}
	
	.cycle-slideshow .slide
	{
		background-attachment:scroll;
	}

	.cycle-slideshow.small .slide
	{
		 height: 400px;
	}

	.cycle-slideshow.medium .slide
	{
		 height: 500px;
	}

	.cycle-slideshow.big .slide
	{
		 height: 600px;
	}
	
	h1,
	.cycle-slideshow .slide .title
	{
   		font-size: 25px;
    	line-height: 25px;		
	}
	
	h2
	{
   		font-size: 30px;
    	line-height: 30px;			
	}
	
	.hidemobil
	{
		display: none;
	}
	
	.imagetext img
	{
		width: 400px;
	}
	

}

@media (max-width : 1080px)
{
	nav  a
	{
		font-size:17px;
	}
}

@media (max-width : 1022px)
{
	nav  a
	{
		font-size:16px;
	}
}

@media only screen and (max-width : 1000px){
	.typo{
		overflow: hidden;
	}
	.intro .image
	{
		right: 56%;
	}

	header .shownav
	{
		display: block;
	}
	
	header .logo
	{
		margin-bottom: 16px;
	}
	nav
	{
		display: none;
		
	}
	
	nav li
	{
		float: none;
		line-height: 40px;
		padding: 4px 40px;
		border-bottom: 1px solid #000000;
	}
	
	nav a
	{
		margin: 0px;
	}
	
	nav.on
	{
		display: block;
		position: absolute;
		top: 110px;
		left: 0px;
		right: 0px;
		padding: 0px;	
		border-top: 1px solid #000000;
		background: #FFFFFF;
	}
	
	.profiles
	{
		margin-right: 0px;
		right: 19px;
		top:0px;
		position: absolute;
	}

	.cycle-slideshow .slide .title
	{
   		font-size: 18px;
    	line-height: 22px;		
	}	
	
	.imagetext img
	{
		width: 100%;
	}
	
	.image a,
	.imagetext .item,
	.image a:first-child,
	.imagetext .item:first-child
	{
		width: 100%;
		float: none;
		margin: 0px 0px 30px 0px;
	}
	
}

@media only screen and (max-width : 750px){

	.cycle-slideshow.small{
		display: none;
	}
	
	.intro
	{
		height: auto;	
	}

	.intro .image
	{
		position: static;
		display:block;
		width:100%;
		height: 280px;
		margin:0px auto;
		background-position: center;
		box-sizing: border-box;		
	}
	
	.intro .text
	{
		position: static;
		display:block;
		width:100%;
		box-sizing: border-box;	
	}
	
	.intro
	{
		padding:0px;
	}
	.center,
	h1,
	h2,
	h3,
	.typo,
	.imagetext
	{
		padding: 0px 20px;
	}
}

@media only screen and (max-width : 700px){
	
	.image
	{
		display:block;
		margin:0 0 2em 0;
	}

	.imagetext .image img
	{
		width: 100%;
	}
	
	.imagetext .image,
	.imagetext .text
	{
		float: none;
		width: auto;
	}

	.popup.visible .wrapper
	{
		width:100%;
	}
	
	.popup.visible .content
	{
		padding: 15px;
	}


	
	.grundriss,
	th span
	{
		display: none;
	}
	
	.post > .text
	{
		margin-top:1em;
		width: 100%;
		max-width: 100%;
	}
	.post.imagetext
	{
		  padding: 0 20px;
	}
	
	.post .image img,.post .image
	{
		margin-right: 0px;
	}

}


@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
  
   header .logo
	{
		background: url('../images/logo.jpg') no-repeat center center;
		background-size:contain;
	}
}

@media only screen and (max-width : 590px)
{
	table,table tbody,table tbody tr,table tbody tr td{
		display:inline-block;
		width: 100%;
		text-align: center;
	}
	
	table tbody tr td img {float:none !important;margin-bottom: 1em;}
}

@media only screen and (max-width : 490px){
	nav.on
	{
		top:73px;
	}

	header .shownav
	{
		top:12px;
	}

	header .logo
	{
		height: 39px;
		display:block;
		width: 124px;
	}
}

@media(max-width : 380px)
{
	.order, .order img 
	{
		display:block;
		margin:0 auto 1em auto;
		width:100%;
	}
}

input[name=Email_Address]{display:none;}