/*
Theme Name:     Seniorenwohnungen-Heitere
Theme URI:      http://www.seniorenwohnungen-heitere.ch/
Description:    Child theme for the Twenty Twelve theme 
Author:         Cubegrafik - Michael Oppliger
Author URI:     http://www.cubegrafik.com
Template:       twentytwelve
Version:        0.1.0
*/


/* @import url("../twentytwelve/style.css"); */ 


@font-face {
    font-family: 'BrauerNeueRegular';
    src: url('fonts/brnrg___.eot');
    src: url('fonts/brnrg___.eot') format('embedded-opentype'),
         url('fonts/brnrg___.woff') format('woff'),
         url('fonts/brnrg___.ttf') format('truetype'),
         url('fonts/brnrg___.svg#BrauerNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrauerNeueBold';
    src: url('fonts/brnbd___.eot');
    src: url('fonts/brnbd___.eot') format('embedded-opentype'),
         url('fonts/brnbd___.woff') format('woff'),
         url('fonts/brnbd___.ttf') format('truetype'),
         url('fonts/brnbd___.svg#BrauerNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}




html{
	font-size:100%;
}

html, body {
	margin:0;
	height:100%;
}

body {
	font-family:Arial;
	font-size:16px;
	line-height:1.5;
	vertical-align:baseline;
	color:#4a443a;
	background-color:#af9989;
}

a {
	text-decoration:none;
	color:#4a443a;
	outline: none;
}

h1 {
	font-family:BrauerNeueRegular;
	font-size:156.25%;
	font-weight: normal;
	margin:0;
}
h2 {
	font-family:BrauerNeueRegular;
	font-size:112.5%;
	font-weight: normal;
	margin: 0;
}
h3 {
}


#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-58px;
}

.site-header {
    background-image: url("images/bg-header.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 160px;
    padding-top: 20px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.centerWrapper {
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
    max-width: 960px;
    position:relative;
    
}
.rPosition {
	position:relative;
}

#logo {
    background-image: url("images/logo-seniorenwohnungen-heitere.png");
    background-repeat: no-repeat;
    float: left;
    font-family: BrauerNeueRegular;
    font-size: 218.75%;
    height: 100px;
}
#logo a {
    display: block;
    padding-top: 42px;
}

#site-navigation {
    color: #D26433;
    float: right;
    font-family: BrauerNeueRegular;
    font-size: 125%;
    font-weight: normal;
    margin-top: 57px;
}

#site-navigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#site-navigation ul li {
    float: left;
    margin: 0;
    padding-left: 5px;
}
#site-navigation a {
	color:#d26433;
	padding-left:5px;
}
#site-navigation a:hover {
	color:#4a443a;
}

#site-navigation .current-menu-item a {
	color:#4a443a;
}

#site-navigation ul li:before {
    color: #4A443A;
    content: "|";
}

#site-navigation ul li:first-child:before {
	content: '';
}


#main {
    padding-top: 100px;
}

.text a {
	text-decoration:underline;
	color:#2C3E50;
}

/*
#headerImage {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width:100%;
    height:350px;
}
*/
#headerImage {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 350px;
    width: 100%;
    position: relative;
}

.home #headerImage {
	height:485px;
}

#stoerer {
    background-color: #dc7633;
    bottom: 0;
    color: #fff;
    font-family: 'BrauerNeueRegular';
    font-size: 156.25%;
    padding-bottom: 50px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    font-weight: normal;
}
#stoerer .centerWrapper div {
    padding-left: 20px;
    padding-right: 225px;
}
#stoerer .centerWrapper div#stoererBatch {
    background-image: url("images/stoerer-batch.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-family: "BrauerNeueRegular";
    font-size: 130%;
    height: 145px;
    line-height: 1;
    padding: 67px 0 0 35px;
    position: absolute;
    right: 20px;
    top: -60px;
    width: 176px;
    z-index: 99;
    display:none;
}
.site-content {
	background-image: url("images/bg-content.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 9;
    margin-top: -40px;
    padding-bottom: 80px;
    position: relative;
}

#content {
	padding-top: 50px;
}

#mainContent {
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 10px;
}

.lead {
	font-weight: bold;
}

.alignright {
    float: right;
    padding-bottom: 20px;
    padding-left: 20px;
}

.single-wohnungen .alignleft {
	float: left;
    width: 50%;
}
.single-wohnungen .alignright {
    float: right;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 50%;
}
.single-wohnungen p {
    clear:both;
}

.single-inhalt .alignleft {
	float: left;
    width: 50%;
}
.single-inhalt .alignright {
    float: right;
    padding-bottom: 0px;
    padding-left: 20px;
    width: 44%;
}

.teaser {
    color: #2C3E50;
    float: left;
    width: 33.33%;
}
.teaserBox {
	background-color: #9B8676;
	float: left;
	position:relative;
}

.teaserBox img {
	width:100%;
}

#teaser1 .teaserBox {
	margin-right:15px;
}
#teaser2 .teaserBox {
	margin-left:15px;
	margin-right:15px;
}
#teaser3 .teaserBox {
	margin-left:15px;
}
.teaser h2 {
    background-color: #2C3E50;
    color: #FFFFFF;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
}
.teaserBoxText {
	font-size:87.5%;
	padding-bottom: 60px;
}
.teaserBoxTextInner {
	padding-left:20px;
	padding-right:20px;
}
.teaser a.teaserLink {
    background-color: #DC7633;
    color: #FFFFFF;
    display: block;
    font-family: BrauerNeueRegular;
    line-height: 1.7;
    bottom: 20px;
    margin-left: 20px;
    padding-left: 10px;
    width: 72px;
    position:absolute;
}


.push {
	height:58px;
}
footer {
    background-color: #4A443A;
    color: #8D896D;
    font-size: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer a {
    color: #8D896D;
}
.site-info {
	float:left;
}
#copyright {
	float: right;
    text-align: right;
}
#impressum {
    float:right;
}
#impressum a {
    display: inline;
}

.wohnungsuebersicht {
    padding-bottom: 20px;
    padding-top: 20px;
}
.wohnungsuebersicht h2 {
	padding-bottom:10px;
}
.map {
	width:100%;
	max-width:100%;
}

#presse {
    margin-top: 30px;
}

div.map {
	background-size:100% !important;
	width:100% !important;
	background-repeat:no-repeat !important;
}



table {
	width:100%;
}
tr:nth-child(even) {
	background-color: #9b8676;
}
tr.active {
	background-color: #2C3E50;
	color:#fff;
}

th {
    background-color: #2C3E50;
    color: #FFFFFF;
    font-family:BrauerNeueRegular;
	font-size:100%;
	font-weight: normal;
	margin: 0;
	text-align:left;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:5px;
	border-bottom: 10px solid #AF9989;
}
td {
	padding-left:10px;
	border-bottom: 2px solid #AF9989;
}
td a {
    background-color: #DC7633;
    color: #FFFFFF;
    display: block;
    font-family: BrauerNeueRegular;
    line-height: 1.7;
    padding-left: 10px;
    width: 72px;
    float:right;
    border-left: 2px solid #AF9989;
}
.frei {
	color:#006405;
}
.vermietet {
	color:#ae0101;
}


.visuals a {
	padding:10px;
}


#cboxLoadedContent iframe {
	overflow-x: hidden;
    overflow-y: scroll;
}

#lb-body {
	font-size:16px;
	width: 840px;
	height:600px;
	overflow: hidden;
}
.lb-left {
    float: left;
    width: 300px;
}
.lb-header {
    background-color: #2C3E50;
    color: #FFFFFF;
    padding: 20px;
}
.lb-header h2 {
    font-size: 112.5%;
}
.lb-content {
    font-family: BrauerNeueRegular;
    font-size: 112.5%;
    padding: 20px;
}
.lb-links a {
    background-color: #DC7633;
    color: #FFFFFF;
    display: block;
    font-family: BrauerNeueRegular;
    line-height: 1.7;
    padding-left: 10px;
    border-top: 2px solid #AF9989;
}


.lb-right {
    background-color: #FFFFFF;
    float: left;
    width: 540px;
}



#accordionContent ul {
	list-style:none;
	padding:0;
	margin:0;
}
#accordionContent ul li {
	list-style:none;
	padding: 0 0 30px;
	margin:0;
	background-repeat:no-repeat;
}
#accordionContent ul li a {
    color: #FFFFFF;
    display: block;
    font-family: brauerneueregular;
    font-size: 125%;
    height: 77px;
    padding-left: 140px;
    padding-top: 48px;
}
#accordionContent ul li div {
    padding-left: 140px;
    padding-right: 20px;
    display:none;
}


.pfeiler {
    background-repeat: no-repeat;
    float: left;
    min-height: 150px;
    padding-bottom: 20px;
    width: 445px;
}
.pLeft {
	margin-right:30px;
}
.accTitel {
    color: #FFFFFF;
    font-family: brauerneueregular;
    font-size: 112.5%;
    padding-bottom: 65px;
    padding-left: 160px;
    padding-top: 64px;
}
.imageRight img {
	width:100%;
	max-width:100%;
}

@media screen and (max-width:1024px) {
	body {
		font-size:14px;
	}
	
	.site-info {
	    float: left;
	    width: 50%;
	}
	
	#headerImage {
	    height: 250px;
	}
	
	.pLeft {
    margin-right: 0px;
	}
	.pfeiler {
	    width: 100%;
	}
	
	#logo {
	    font-size: 140%;
	    margin-top: 13px;
	}
	#stoerer .centerWrapper div#stoererBatch {
	    padding: 64px 0 0 28px;
	    width: 158px;
	}
}



@media screen and (max-width:768px) {
	body {
		font-size:14px;
	}
	
	.site-info {
	    float: left;
	    width: 50%;
	}
	#lb-body {
		height:auto;
	    width: 100%;
	}
	.lb-right {
	    background-color: #FFFFFF;
	    float: left;
	    width: 60%;
	}
	.lb-left {
	    float: left;
	    width: 40%;
	}
	.lb-image img {
		width:100%;
	}
	
	#headerImage {
	    height: 250px;
	}
	.teaser {
	    width: 100%;
	}
	.teaserBox {
		margin-bottom: 20px;
	}
	.teaserBoxText {
		width:50%;
		float:left;
	}
	.teaserBox img {
		
		display:block;
		float:left;
	}
	.teaser a {
	    float: right;
	}
	#teaser1 .teaserBox {
		margin-right:0px;
	}
	#teaser2 .teaserBox {
		margin-left:0px;
		margin-right:0px;
	}
	#teaser3 .teaserBox {
		margin-left:0px;
	}
	
	.wohnungsuebersicht tr *:nth-child(2), .wohnungsuebersicht tr *:nth-child(4) {
	    display:none;
	}
	#stoerer .centerWrapper div#stoererBatch {
	    top:-38px;
	}
}



@media screen and (max-width:480px) {
	.teaserBoxText {
		width:100%;
	}
	.teaserBox img {
		width:100%;
	}
	#logo {
	    font-size: 125%;
	}
}

