/*
Theme Name: 	Edition
Theme URI: 		http://odoson.com
Description: 	Wordpress-Theme für Edition Zeitpunkt
Version: 		1.03
Author: 		Robert Baumgartner
Author URI: 	http://odoson.com

Template:		trailblazer
*/

@import "css/flickity.css";

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	        font-smoothing: antialiased;
}

html, body {
	min-height: 100%;
	background: transparent;
	font-size: 14px;
	line-height: 115%;
}

	@media screen and (min-width: 700px) {
		html, body { font-size: 15px; line-height: 115%; }
	}

	@media screen and (min-width: 1020px) {
		html, body { font-size: 17px; line-height: 115%; }
	}

html {
	background: url(css/img/hg_bild.jpg) no-repeat center top;
	background-size: cover;
}

.main {
	font-family: "garamond-premier-pro-subhead", Georgia, serif;
}

.added-to-cart {
	display: none;
}

.wrap {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

	@media screen and (min-width: 1020px) {
		.wrap { max-width: 1000px; }
	}

.book-slider-link {
	cursor: pointer;
}

header {
	background: #fff;
	height: 90px;
	font-family: 'acumin-pro-condensed', 'Helvetica Neue', Arial, sans-serif;
}

	@media screen and (min-width: 740px) {
		header {
			height: 110px;
		}
	}

	header h1 {
		width: 163px;
		height: 64px;
		background: url(css/img/logo_edition.png) no-repeat 0 0;
		background-size: 100% auto;
		overflow: hidden;
		margin: 25px 0 0 20px;
		float: left;
	}

		@media screen and (min-width: 740px) {
			header h1 {
				width: 204px;
				height: 81px;
			}
		}

		header h1 a {
			display: block;
			height: 100%;
			width: 100%;
			text-indent: -10000px;
		}

	header .facebook {
		height: 21px;
		width: 21px;
		background: url(css/img/facebook_icon.png) no-repeat 0 0;
		float: right;
		text-indent: -1000px;
		overflow: hidden;
		margin: 55px 0 0 10px;
	}

	header nav {
		display: none;
		background: #f0eee8;
		width: 100%;
		position: absolute;
		top: 90px;
		z-index: 100;
		box-shadow: 0 7px 20px rgba(0,0,0,0.4);
		font-size: 1.2em;
	}

		@media screen and (min-width: 740px) {
			header nav {
				top: 110px;
			}
		}

		header nav ul li a {
			padding: 10px 20px;
			display: block;
			text-transform: uppercase;
			text-decoration: none;
			color: #888 !important;
		}

		header nav ul li.current-menu-item a,
		header nav ul li.current-menu-ancestor a {
			color: #333 !important;
		}

		header nav ul {
			font-weight: bold;
		}

		header nav ul li ul {
			background: #e1e1d8;
			font-weight: normal;
			font-size: 0.9em;
		}

	header nav.show {
		display: block;
	}

	@media screen and (min-width: 1020px) {
		header .facebook {
			position: absolute;
			bottom: 2px;
			right: 0;
			margin: 0;
		}
		header h1 {
			float: left;
		}
		header nav {
			display: block;
			position: relative;
			top: 0;
			font-size: 1.2em;
		}
		header nav ul {
			float: left;
			margin: 84px 0 0 80px;
		}
		header nav ul li {
			display: inline-block;
			text-transform: uppercase;
			margin: 0 13px;
			font-weight: bold;
		}
		header nav ul li a {
			color: #888 !important;
			text-decoration: none;
			padding: 0;
		}
		header nav ul li.current-menu-item a {
			color: #333 !important;
			text-decoration: none;
		}
		header nav ul li ul {
			display: none;
			position: absolute;
			background: transparent;
			margin: -2px 0 0 -20px;
			padding: 0;
			width: 300px;
			z-index: 9;
			padding: 10px 0 0 0;
		}
			header nav ul li ul li {
				text-transform: none;
				font-weight: normal;
				margin: 0;
				display: block;
				font-size: 0.9em;
			}

				header nav ul li ul li a {
					padding: 10px 20px;
					display: block;
					width: 100%;
					background: #e1e1d8;
					color: #222 !important;
				}

					header nav ul li ul li a:hover {
						background: #c8c8b6;
					}

		header nav ul li:hover ul {
			display: block;
		}
	}

.navToggle {
	display: block;
	width: 40px;
	height: 40px;
	background: url(css/img/navToggle.svg) no-repeat center;
	background-size: 80% auto;
	cursor: pointer;
	float: right;
	margin-top: 45px;
}

	@media screen and (min-width: 740px) {
		.navToggle {
			margin-top: 65px;
		}
	}

	@media screen and (min-width: 1020px) {
		.navToggle {
			display: none;
		}
	}

.hero {
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	color: #fff;
	font-family: "garamond-premier-pro-subhead", Georgia, serif;
	margin-bottom: 10px;
}

	.hero .quote {
		font-size: 1.5em;
		line-height: 115%;
		font-weight: bold;
		text-shadow: 0 5px 10px rgba(0,0,0,0.4);
	}

	.hero .quote em {
		display: inline;
	}

	.hero .quote br {
		display: none;
	}

	@media screen and (min-width: 700px) {
		.hero {
			height: 265px;
		}

		.hero .quote {
			font-size: 2em;
			line-height: 115%;
		}

		.hero .quote br {
			display: block;
		}
	}

h2, h3, h4 {
	font-style: italic;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.867em;
	line-height: 115%;
}

h3 {
	font-size: 1.467em;
	line-height: 115%;
}

h4 {
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
}

.book-slider {
	margin-top: 10px;
	height: 260px;
	background: rgba(186,180,176, 0.5);
	padding: 0 20px;
}

	.book-slider img {
		height: 200px;
		width: auto;
		margin: 25px 50px;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}

.main-content {
	background: rgba(255,255,255,0.42);
	width: 100%;
	float: left;
	padding: 20px;
	color: #565759;
	font-size: 1.067em;
	line-height: 115%;
}

	@media screen and (min-width: 1020px) {
		.main-content {
			width: 700px;
		}
	}

	.main-content.shop {
		padding: 0;
		background: transparent;
	}

	.main-content .item {
		background: rgba(255,255,255,0.42);
		width: 100%;
		float: left;
		padding: 20px;
		color: #565759;
		font-size: 1.067em;
		line-height: 115%;
		margin-top: 10px;
	}

		.item.success {
			background-color: #27a527;
			color: #fff;
		}

		.item.error {
			background-color: #cb2f53;
			color: #fff;
		}

		.main-content .item:first-child {
			margin-top: 0;
		}

			.item .book-image {
				width: 25%;
			}

				.item .book-image img {
					height: auto;
					width: 100%;
				}

				@media screen and (min-width: 740px) {
					.item .book-image {
						width: 150px;
					}

					.item .book-image img {
						height: 160px;
						width: auto;
					}
				}

			.item h2 {
				font-size: 1.5em;
			}

	.shop-link {
		display: block;
		width: 80px;
		height: 26px;
		background: url(css/img/button_Shop.png) no-repeat 0 0;
		text-indent: -1000px;
		overflow: hidden;
		margin: 1em 0;
	}

	.button-weiter-einkaufen {
		display: block;
		width: 179px;
		height: 30px;
		background: url(css/img/weiter_kaufen.png) no-repeat 0 0;
		text-indent: -1000px;
		overflow: hidden;
		margin: 0 0 1em 0;
	}

	.button-zum-warenkorb {
		display: block;
		width: 179px;
		height: 30px;
		background: url(css/img/zum_Warenkorb.png) no-repeat 0 0;
		text-indent: -1000px;
		overflow: hidden;
		margin: 0 0 1em 0;
	}

	.add-to-cart {
		width: 51px;
		height: 31px;
		background: url(css/img/warenkorb_dazu.png) no-repeat 0 0;
		border: 0;
		text-indent: -1000px;
		overflow: hidden;
		cursor: pointer;
	}

	.bestellen {
		width: 120px;
		height: 30px;
		background: url(css/img/bestellen.png) no-repeat 0 0;
		border: 0;
		text-indent: -1000px;
		overflow: hidden;
		cursor: pointer;
		margin: 2em 0 0 0;
	}

	.remove-from-cart {
		width: 20px;
		height: 20px;
		background: url(css/img/trash.png) no-repeat 0 0;
		border: 0;
		text-indent: -1000px;
		overflow: hidden;
		margin-right: 30px;
		cursor: pointer;
	}

	.book-image {
		float: left;
		width: 25%;
	}

		.book-image img {
			width: 100%;
			height: auto;
			display: block;
			margin: 0;
			box-shadow: 0 0 10px rgba(0,0,0,0.3);
		}

		@media screen and (min-width: 740px) {
			.book-image {
				width: 200px;
			}

			.book-image img {
				width: 165px;
				height: auto;
			}
		}

	.book-glance {
		width: 75%;
		float: left;
		padding-left: 15px;
	}

		@media screen and (min-width: 740px) {
			.book-glance {
				width: 435px;
				margin-left: 25px;
				padding-left: 0;
			}
		}

	.shop .book-glance {
		width: 75%;
	}

		@media screen and (min-width: 740px) {
			.shop .book-glance {
				width: 480px;
			}
		}

	.book-inhalt {
		display: block;
	}

	.book-leserstimmen {
		display: none;
	}

	.book-read {
		display: none;
	}

	.book-nav {
		margin: 2em 0;
	}

		.book-nav ul {

		}

			.book-nav ul li {
				display: inline-block;
				margin: 0 2em 0 0;
				font-weight: bold;
				opacity: 0.8;
			}

				.book-nav ul li a {
					text-decoration: underline;
					cursor: pointer;
				}

				.book-nav ul li.active {
					opacity: 1;
				}

.sidebar {
	background: rgba(255,255,255,0.42);
	width: 100%;
	float: left;
	padding: 20px;
	color: #565759;
	font-size: 1.067em;
	line-height: 115%;
	margin-top: 10px;
}

	@media screen and (min-width: 1020px) {
		.sidebar {
			width: 290px;
			margin-top: 0px;
			margin-left: 10px;
		}
	}

	.title-underline,
	h6 {
		font-style: italic;
		text-decoration: underline;
		color: #444;
		display: block;
		font-weight: bold;
		margin-bottom: 1em;
	}

		.item .title-underline,
		h6 {
			margin: 0;
			font-style: normal;
		}

.field,
.field-wrap {
	margin-bottom: 0 !important;
}
	.field label,
	.field-wrap label {
		padding: 2px;
		font: inherit;
		width: 100%;
		font-weight: bold;
	}

	.field input.text,
	.field-wrap input.ninja-forms-field,
	.field-wrap textarea {
		background: #fff;
		background: rgba(255,255,255,0.7);
		border: 0;
		outline: none;
		padding: 10px 20px;
		font: inherit;
		margin-bottom: 1em;
		width: 100%;
		height: 40px;
		margin-left: 0 !important;
	}

	.field-wrap textarea {
		height: 7em !important;
	}

	.field-wrap.submit-wrap input {
		width: 107px;
		height: 30px;
		background: url(css/img/senden.png) no-repeat 0 0;
		border: 0;
		text-indent: -1000px;
		overflow: hidden;
		cursor: pointer;
		margin: 1em 0 0 0;
	}

	.ninja-forms-required-items,
	.ninja-forms-req-symbol {
		display: none;
	}

	@media screen and (min-width: 740px) {
		.field label,
		.field-wrap label {
			background: #fff;
			background: rgba(255,255,255,0.7);
			border: 0;
			outline: none;
			padding: 10px 20px;
			font: inherit;
			margin-bottom: 1em;
			width: 20%;
			float: left;
			font-weight: bold;
			height: 40px;
		}

		.field-wrap.textarea-wrap label {
			margin-bottom: 0;
		}

		.field input.text,
		.field-wrap input.ninja-forms-field,
		.field-wrap textarea {
			width: 80%;
			float: left;
		}
	}

	.field-wrap label.no-bg {
		background: none;
	}

	.field-wrap.wide-label label {
		width: 30%;
	}

	.field-wrap.wide-label textarea {
		width: 70%;
	}

.product-cart {
	font-weight: bold;
	text-align: right;
}

	.product-cart form {
		display: inline-block;
	}

	.product-cart input[type=text] {
		border: 1px solid #999;
		padding: 2px 5px;
		width: 35px;
		outline: none;
		text-align: center;
		display: inline-block;
		background: #fff;
		background: rgba(255,255,255,0.7);
		font: inherit;
		font-weight: normal;
		margin: 0 5px;
	}

	.product-cart input[type=submit] {

	}

.int_button {
	text-transform: uppercase;
	border: 1px solid #000;
	width: 100%;
	padding: 10px 15px;
	display: block;
	font-family: 'acumin-pro-condensed', sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-bottom: 1em;
	position: relative;
	height: 40px;
	max-width: 260px;
	background: url(css/img/pfeil.png) no-repeat right center;
}

	.int_button .word {
		display: none;
		position: absolute;
		width: 100%;
	}

	.int_button .word:first-child {
		display: block;
	}

	.int_button p { margin:0; !important; }
	.int_button p:empty { display: none !important; }

footer {
	font-size: 1.067em;
	padding: 20px;
	color: #565759;
	position: relative;
}

	@media screen and (min-width: 740px) {
		footer { padding: 20px 0; }
	}

	footer a {
		text-decoration: none;
	}

	footer .imprint {
		font-family: 'acumin-pro-condensed', sans-serif;
		font-weight: bold;
		font-size: 0.8em;
	}

	@media screen and (min-width: 1020px) {
		footer .imprint {
			position: absolute;
			top: 20px;
			text-align: right;
			right: 0;
		}
	}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a, a:link, a:visited, a:hover, a:focus { color: inherit; }

.is-hidden {
	display: none;
}

.wf-loading {
	visibility: hidden;
}

.wf-active, .wf-inactive {
	visibility: visible;
}

.fL { float: left; }
.fR { float: right; }

.issuuembed {
	max-width: 100% !important;
}
