/*
	Theme Name: Werte aus Holz
*/

/* pavanam-regular - latin */
@font-face {
  font-family: 'Pavanam';
  font-style: normal;
  font-weight: 400;
  src: local('Pavanam'), local('Pavanam-Regular'),
       url('fonts/pavanam-v2-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/pavanam-v2-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* josefin-sans-300 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Josefin Sans Light'), local('JosefinSans-Light'),
       url('fonts/josefin-sans-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/josefin-sans-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-700italic - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Josefin Sans Bold Italic'), local('JosefinSans-BoldItalic'),
       url('fonts/josefin-sans-v12-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/josefin-sans-v12-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/*
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
html,
body {
	height: 100%;
}

html {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
	overflow-y: scroll;
}

body {	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1em;
	color: #fff;	
}

.header,
#nav-main {
	padding: 0 5% 0 5%;
}

.header {
	position: relative;
	z-index: 30;
}

h1 {
	position: fixed;
	margin: 5% 0 0 0;
	z-index: 30;

}

h1 > a {
	font-size: 10rem;
	color: #fff;
	text-shadow: 0 0 1px black;
	line-height: 1em;
}

h1 > a:hover {
	color: #fff;
}

.scroll h1 > a {
	font-size: 5rem;
}



/*
h1 img {
	width: 100%;
}
*/

h1 .name {
	display: block;
	text-align: right;
	margin: 0;
	color: #fff;
	font-size: 3rem;
	text-shadow: 0 0 1px black;
	line-height: 1em;
}

.scroll h1 .name {
	font-size: 1.8rem;
}

section {
	position: relative;
	margin: 20% 0 0 0;
	float: right;
	width: 67%;
	padding: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #333;
	z-index: 30;
}

.home section {
	background: none;
}

#nav-main {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #000;
	z-index: 40;
	text-align: center;
}

#nav-main > ul {
	display: inline-block;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#nav-main > ul > li {
	float: left;
	margin: 0 0 0 0;
}

#nav-main > ul > li > a {
	color: #ccc;
	font-size: 1.6rem;
	padding: 3px;
	transition: all 0.5s ease-in-out;
}

#nav-main > ul > li.current-menu-item > a,
#nav-main > ul > li > a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer {

}

a.button {
	font-size: 3rem;
	color: #fff;
	padding: 10px 40px 10px 40px;
	border: 2px solid #fff;
	transition: all 0.5s ease-in-out;
}

a.button:hover {
	background: #fff;
	color: #000;
}


article figure {
	float: right;
	margin: 0 0 4em 4em;
}

figcaption {
	line-height: 1.3em;
	text-align: right;
	margin: 10px 0 0 0;
}

blockquote {
	clear: both;
	margin: 0;
	display: inline-block;
}

blockquote p {
	margin: 2em 0 2em 0;
}

#bg_pattern {
	display: none;
}

#supersized {
	z-index: 10;
	height: 80%;
}

#supersized li {
	background-color: #000;
}

#nextthumb,
#prevthumb {
	z-index: 20;
	display: block !important;
	background: none !important;
	border: none !important;
}

#thumb-back, 
#thumb-forward {
	bottom: 0px !important;
}
#thumb-back:hover,
#thumb-forward:hover {
	border: none !important;	
	background-color: transparent !important;
}

#thumb-tray {
	z-index: 20;
	bottom: 40px !important;
}

#thumb-tray, 
ul#thumb-list li {
	height: 108px !important;	
}

#controls-wrapper {
	display: none !important;
}

#verkaufsobjekt {
	width: 100%;
}

#verkaufsobjekt td {
	vertical-align: top;
}

#verkaufsobjekt td.foto {
	padding: 0 5% 5% 0;
	width: 20%;
}

#verkaufsobjekt td.bezeichnung {
	padding: 0 5% 5% 5%;
	text-align: left;
	width: 60%;
}

#verkaufsobjekt td.preis {
	padding: 0 0 5% 5%;
	text-align: right;
	width: 20%;
}

#gallery-1 img {
	border: 1px solid #000 !important;
}

.hide {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	display: block;
	font-size: 2.5rem;
	padding: 10px;
}

.show {
	display: none;
}

.hidden .hide {
	display: none;
}

.hidden .show {
	display: block;
}

main section.hidden {
	padding: 10px;
	cursor: pointer;
}


.verkaufsraum .hide,
.praxis .hide,
.ueber-mich .hide,
.kontakt .hide,
.impressum .hide,
.datenschutz .hide {
	display: none;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

html.startseite {
	background-image: url(img/www.werte-aus-holz.de.jpg);
	background-position: center center;
	background-color: #000;
	background-size: 100%;
}

.startseite h1 {
	visibility: hidden;
}

.startseite main section {
	display: none;
}

html.restaurierung-von-moebeln-und-holzobjekten {
	background-image: none;
}

html.unikate-moebel {
	background-image: none;
}

html.holz-arts {
	background: none;
	background-color: #000;
}

html.bilder-aus-der-praxis {
	background-image: none;
}


html.verkaufsraum {
	background-image: url(img/bg-01.jpg);
}

html.ueber-mich {
	background-image: url(img/bg-02.jpg);
}

html.kontakt {
	background-image: url(img/bg-03.jpg);
}

html.impressum {
	background-image: url(img/bg-04.jpg);
}

html.datenschutz {
	background-image: url(img/bg-05.jpg);
}


/*
.holz-arts h1 {
	width: 25%;
}

.holz-arts section {
	width: 33%;
	margin-top: 35%;	
}
*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


h2, h3, h4 {
	font-size: 4rem;	
	font-weight: 300;
	line-height: 1.2em;
	margin: 0;
}

h3 {
	font-size: 3rem;
}

h4 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
}


h2+p,
h3+p,
h3+h4,
h2+table,
.ueber-mich article > p {
	margin-top: 1em;
}



p,
article li {
	font-size: 2rem;
	line-height: 1.2em;
	font-weight: 300;
	margin: 0 0 1em 0;
}

article li {
	margin: 0;
}


blockquote p {
	text-align: left;
	font-weight: 300;
}

.source {
	font-size: 1.8rem;
	text-align: right;
	display: block;
	margin: 0.4em 0 0 0;
}

article p a {
	color: #fff;
}

article p a:hover {
	text-decoration: underline;
	color: #fff;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

	#nav-main > ul > li {
		margin: 0 10px 0 0;
	}

	#nav-main > ul > li > a {
		font-size: 1.8rem;
		padding: 10px;
	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
