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

::-moz-selection{
	background: #428bca;
}

::selection{
	background: #428bca;
}

html, body{
	color: #e6e2da;
}

body{
	background: url(../../../../../de/wp-content/uploads/2014/09/book-bg-distorsion.jpg) no-repeat center center fixed;
		background-size: cover;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;

	text-shadow: 1px 1px 3px #000;
}

.font-color-normal{
	color: #e6e2da;
}

.font-color-light
, section.main_content p:last-child{
	color: #e6e2da;
}

.surface_side_menu li a{
	text-shadow: none;
}

.surface_side_menu li a:hover{
	background: #4a96ad;
	text-decoration: none;
}

.surface_side_menu li a.active{
	background: #4a96ad;
}

.alegreya{
	font-family: 'Alegreya', serif;
}

.title-image{
	margin-top: -14px;
	margin-bottom: 40px;
}

.book_page_main_dolmetscher{
	font-size: 24px;
	margin-bottom: 0;
}

section.main_content{
	font-size: 21px;
}

	section.main_content p{
		margin-bottom: 0;
	}

		section.main_content p:last-child{
			margin-bottom: 20px;
		}

.surface_scroll_footer{
	color: #e6e2da;
}

.backgrounder{
	border-bottom: 0;
}

.backgrounder.line-only{
	background: transparent;
}

section.chapter_content{
	font-size: 22px;
}

section.chapter_content p{
	line-height: 29px;
}

.chapter_deko_image{
	position: absolute;
	z-index: -1;
	overflow: hidden;
}

.no100percHeight .backgrounder{
	z-index: -2;
}

.chapter_deko_image.top-left{ top: 0; left: -15px; }
.chapter_deko_image.top-middle{ top: 0; left: 50%; }
.chapter_deko_image.top-right{ top: 0; right: 0; }

.chapter_deko_image.center-left{ top: 50%; left: -15px; }
.chapter_deko_image.center-middle{ top: 50%; left: 50%; }
.chapter_deko_image.center-right{ top: 50%; right: 0; }

.chapter_deko_image.bottom-left{ bottom: 0; left: -15px; }
.chapter_deko_image.bottom-middle{ bottom: 0; left: 50%; }
.chapter_deko_image.bottom-right{ bottom: 0; right: 0; }

.chapter-first-row{
	padding-top: 80px;
}

	blockquote.snippet_blockquote{
		border: 0;
		padding: 0;
		margin-bottom: 30px;
		font-size:
		34px;
	}

		blockquote.snippet_blockquote:before{
			color: #e6e2da;
			content: '„';
			font-size: 100px;
			position: absolute;
			left: -27px;
			top: -82px;
		}

.book-video-container{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: #000;
}

.fat-text{
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
	line-height: 32px;
}

.normal-text{
	/*font-size: 18px;*/
	font-size: 18px;
	line-height: 25px;
	margin-top: 15px;
}

#Buch h3{
	margin-top: -10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.where-to-buy{
	padding-top: 80px;
	background: #000;
	padding-bottom: 60px;
}

	.where-to-buy .buy-item{
		width: 18%; margin-left: 1%; margin-right: 1%; float: left; margin-bottom: 1%; margin-top: 1%;
	}

	.where-to-buy .buy-item img{
		-webkit-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
		transform: scale(.9);
		-webkit-transform: scale(.9);
	}

	.where-to-buy .buy-item.mini img{
		/*transform: scale(.8);
		-webkit-transform: scale(.8);*/
	}

	.where-to-buy .buy-item.maxi img{
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.where-to-buy .head-stamp{
		color: #fff;
		text-shadow: none;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 48px;
		background: #9f0038;
		position: absolute;
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
		z-index: 2;
		margin-left: -3px;
		margin-top: -130px;
		padding-left: 30px;
		padding-right: 15px;
	}

.surface-btn{
	/*background: transparent;*/
	background-image: -moz-linear-gradient(bottom, #eae6dc 0%, #eae6dc 50%, #fff 50%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #eae6dc 0%, #eae6dc 50%, #fff 50%, #fff 100%);
	background-image: linear-gradient(bottom, #eae6dc 0%, #eae6dc 50%, #fff 50%, #fff 100%);
	/*border: 1px solid #e6e2da;*/
	/*color: #e6e2da;*/
	box-shadow:	0px 1px 2px 0px rgba(0,0,0,.5);
	text-shadow: none;
	color: #000;
}

	.surface-btn:hover{
		/*background: #fff;*/
		color: #000;
	}

.surface_side_menu li a.active{
	background: #4a96ad;
}

.footer-row{
	text-shadow: none;
}

	.footer-row h2{
		margin-top: 0;
		font-weight: 600;
	}

	.footer-row .impr-text{
		font-size: 12px;
	}

	.footer-row .impr-text p{
		line-height: 14px;
	}


	.footer-row .impr-text a{
		text-decoration: underline;
		color: #e6e2da;
	}

		.footer-row .impr-text a:hover{
			color: #4a96ad;
		}

.footer-row hr{
	border-top-color: #fdfdfd;
	margin: 0;
	width: 100%;
	margin-top: 10px;
}

.footer-row .min-list.one-line {
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

.footer-row .min-list.one-line li {
	margin: 0;
	margin-left: 5px; /*width: 16.66667%;*/
	text-align: center;
	font-size: 36px;
	line-height: 60px;
}

	.footer-row .min-list.one-line li:first-child{
		margin-left: 0;
	}	

	.footer-row .min-list.one-line li a{
			line-height: 40px;
			color: #e6e2da;
			text-decoration: none;
			-webkit-transition: color 500ms ease-out;
			        transition: color 500ms ease-out;
		}

			.footer-row .min-list.one-line li a:hover{
				text-decoration: none;
				color: #4a96ad;
			}

.loader{
	background: url(../../../../../de/wp-content/uploads/2014/09/book-bg-distorsion.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999999999;
}
.loader .spinner {
  text-shadow: none;
  width: 60px;
  height: 60px;
  background-color: #fdfdfd;
}

.loader .text{
	color: #fdfdfd;
	text-shadow: none;
}

.floater a span{
	text-shadow: none;
}

.floater a:hover span {
	background: #4a96ad;
	margin-right: 14px;
}

.floater a span{
	margin-right: 24px;
}

.floater a:hover span:after{
	border-left-color: #4a96ad;
}

strong{
	font-weight: 600;
}

.container-fluid#Intro{
	box-shadow: 0 25px 100px 25px rgba(0, 0, 0, 0.5);
}

.container-fluid#Buch{
	/*margin-top: 45px;*/
	padding-bottom: 0;
	color:#fff;
}

#Buch .backgrounder{
	background: transparent no-repeat bottom center;
	background-size: cover;
-webkit-background-size: cover;
}

.contact-form .one-row, .contact-form .two-rows{
	background: #2a2a2a;
}

.contact-form .one-row label, .contact-form .two-rows label{
	color: #f7f5f3;
}

.contact-form .two-rows .wpcf7-form-control-wrap textarea,
.contact-form .one-row .wpcf7-form-control-wrap input{
	color: #f7f5f3;
}

.surface_side_menu a{
	font-size: 16px;
}

#Buch .normal-text{
	line-height: 28px;
}

/*#Buch .backgrounder{
	background: transparent no-repeat center bottom;
}*/

/*
#Buch .backgrounder{
	background-position: center bottom;
}

#JetztKaufen .backgrounder{
	background: transparent no-repeat center top;
}
*/

.author-row{
	padding-top: 100px
}

@media(max-width: 768px){
	.where-to-buy .buy-item{
		width: 48%;
	}
	.icon-menue_thin{
		color: #777;
	}
	#Buch .normal-text{
		line-height: 21px;
	}
	.where-to-buy .head-stamp{
		font-size: 36px;
		margin-top: -70px;
	}
	.where-to-buy{
		padding-top: 20px;
	}
	.author-row{
		padding-top: 20px;
	}
	.author-row .surface-btn{
		margin: 0 auto;
	}
	.contact-form .surface-btn{
		margin:0 auto;
		margin-top:10px;
	}
	.title-image{
		margin-top: 0;
	}
	.surface-btn{
		margin: 0 auto;
	}
	.chapter-first-row{
		padding-top: 0;
	}
	.question{
		clear: both;
	}
	.answer-holder{
		margin-top: 15px;
	}
}