@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
	font-family:"Nunito-Bold";
	src:url(fonts/Nunito-Bold.ttf);
}

@font-face {
	font-family:"Nunito-Light";
	src:url(fonts/Nunito-Light.ttf);
}

@font-face {
	font-family:"Nunito-Regular";
	src:url(fonts/Nunito-Regular.ttf);
}

@font-face {
	font-family:"Avenir-Light";
	src:url(fonts/avenir-light.ttf);
}

@font-face {
	font-family:"Avenir-Roman";
	src:url(fonts/avenir-roman.ttf);
}

@font-face {
	font-family:"Avantgarde-Bold";
	src:url(fonts/avantgarde-bold.ttf);
}

@font-face {
    font-family: SanFrancisco;
    src: url('../fonts/System San Francisco Display Thin.ttf');
}

@font-face {
    font-family: SanFrancisco;
    font-weight: bold;
    src: url('../fonts/System San Francisco Display Bold.ttf');
}

@font-face {
    font-family: SanFrancisco-R;
    src: url('../fonts/System San Francisco Display Regular.ttf');
}

body {
	background-color:#fff;
	color: white;
	background-attachment:fixed;
	background-image: url(../images/bg-blur.png);
	background-size: cover;
	font-family:"SanFrancisco","HelveticaNeue-Light","Open Sans","Avenir-Roman","HelveticaNeue","HelveticaNeueLight","Arial",sans-serif;
	margin-bottom: 30px;
	font-size: 12px;
}

@media
(max-resolution: 144dpi){
    body{
			letter-spacing: 01px;
		}
}

nav#upper {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:115px;
	background-color:rgba(240,240,240,0.9);
	z-index:10;
	font-size: 13px;
}

nav#upper ul .logo {
	position: relative;
	bottom: -10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url('../images/logos/Wohnraum_Logo_sw.png');
	width:194px;
	height:100px;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

nav#upper ul {
	left: 50%;
	margin-left: -300px;
	padding:0;
	width: 600px;
	position:absolute;
	bottom:0px;
	display: table;
}

nav#upper a {
	display:table-cell;
	text-align: center;
	vertical-align: bottom;
	width: 500px;
}

#start {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#fff;
	z-index:100;
}

#start img {
	width:28%;
/*height:72.407%;*/
	height:auto;
	top:15%;
	left:35%;
	position:fixed;
}

header {
	background-image:url(../images/bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:42.85%;
	margin:0;
	position:absolute;
	font-size:60pt;
	left:0;
	right:0;
	top:50%;
	border:none;
}

header > #title {
	font-family:"futura-pt-condensed",Futura Condensed,Impact,Arial Narrow Bold,sans-serif;
	color:#fff;
	position:relative;
	top:50%;
	text-align:center;
	margin-top:-10px;
	font-size:60pt;
	text-transform:uppercase;
	font-style:normal!important;
	font-weight:700!important;
	line-height:1em;
	display:block;
}

nav.lower {
	position:fixed;
	bottom:0;
	height: 25px;
	left:0;
	right: 0;
	text-align: center;
	font-size: 10pt;
	background-color:rgba(240,240,240,0.9);
	padding-top: 5px;
}

nav.lower a {
	margin-right:50px;
}

nav#left ul{
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	margin-left: -20px;
	left: 0;
	right: 0;
	list-style-type: none;
}

nav#left ul a{
	display: block;
	height: 50px;
}

nav#left ul a:hover{
	color: #12837c;
}

a {
	transition:color .5s;
	text-decoration:none;
	color:black;
}

a:hover {
	transition:color .5s;
	color:#12837c;
}

nav a {
	color:black;
}

nav#left a{
	color: white;
}

nav a:hover {
	color:#12837c;
}

nav a:active{
	transition: color 0.1s;
	color: black;
}

nav .aktiv{
	color: #12837c;
}

nav#left .aktiv{
	color: black;
}

nav#left .aktiv:hover{
	color: grey;
}

nav .aktiv:hover{
	color: black;
}

nav .aktiv:active{
	transition: color 0.1s;
	color: #12837c;
}

#facebook:hover{
	color: #3b5998;
}

#pinterest:hover{
	color: #C92228;
}

nav#left{
	position: fixed;
	left: 0;
	top: 115px;
	bottom: 30px;
	width: 150px;
	text-align: left;
	z-index: 1;
	background-color: rgba(40,40,40,0.6);
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}

main{
	margin-bottom: 30px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  nav#upper {
		background-color:	rgba(240,240,240,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

	nav#left{
		background-color: rgba(40,40,40,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	}

	nav.lower{
		background-color:rgba(240,240,240,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	}

	section > div{
		background-color: rgba(40, 40, 40, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

@media only screen and (max-device-width : 736px){
	nav#left{
		display: none;
	}

	section{
		padding-left: 50px;
		min-height: 0;
	}

	section > div{
	}
}

@media only screen and (max-device-width : 736px) and (orientation: portrait){
	nav#upper{
		font-size: 20px;
	}

	nav.lower{
		font-size: 15px;
	}

	body{
		font-size: 20px;
	}

	section{
		line-height: 30px;
	}
}
