body {
    background: none repeat scroll 0 0 rgba(2, 34, 56, 1.0);
	font-family: Gill Sans,Helvetica,Arial,sans-serif;
	font-size:1.0em;
	line-height:1.2em;
	padding:0px;
	margin:0px auto;
	overflow:auto;
}


#wrapper {
	/*position:relative;*/
    background: none repeat scroll 0 0 rgba(247, 35, 125, 0);
    margin: 0px auto;
	margin-bottom:10px;
    padding-top:0px;
    padding-bottom:50px;
	height:auto;
	z-index:1;
}

#header {/*Buchtitel: Foto */
	background-image:url(../img/titel2.jpg);
	height: 392px;
	background-position:center;
	background-repeat: no-repeat;
	border-radius:0px 0px 0px 0px;
	margin:0px auto;
 	width:100%;
 	max-width: 960px;
	z-index:1;
	position: relative;
}

.page-index #header{
	background-image:url(../img/titel.jpg);
	height: 640px;
}

.frame img {
    width: 100%;
    height: auto;
    bottom: 0%;
    right: 0%;
    border: 0px;
}

.headline {/*Buchtitel: Überschrift*/
	position: absolute;
	bottom: 3%;
	left: 62%;
	padding-right: 3%;
}

.headline img {
    width: 100%;
    height: auto;
    bottom: 0%;
    right: 0%;
    border: 0px;
}


@media only screen and (max-width: 480px) {
	.page-spezial .headline{
		top: 30%;
		left: 55%;	
	}
	.page-index .headline{
		top: 3%;
		left: 45%;	
	}
}

@media only screen and (max-width: 400px) {
	h1{
		font-size:1.7em;
	}
}

@media only screen and (max-width: 400px) {
	.page-spezial h1{
		font-size:1.4em;
	}
}


h2 {
	font-size:1.5em;
	font-weight:200;
	line-height:1.7em;
	text-align:center;
	padding-bottom: 20px;
}

#buchhandel {
	position:relative;
	background: none repeat scroll 0 0 rgba(255, 110, 0, 0.7);
	top:10px;
	left:10px;
	width:122px;
	height:85px;
	padding:35px 0px 0px 0px; 
	border-radius:100%;
	text-align:center;
	color:rgba(255, 255, 255, 1.0);
	font-weight:100;
	letter-spacing:0.03em;
	line-height:1.3em;
	z-index:60;
	transform: rotate(-5deg);
	margin-top:0px;
}

.a-buchhandel{
	text-decoration: none; 
}

.frame {
	border-style: solid;
	border-color: rgba(251, 244, 235, 1.0);
	border-width: 10px;
}


.frame-spezial {
	background-color: rgba(255, 255, 255, 1.0);
	border-style: solid;
	border-color: rgba(251, 244, 235, 1.0);
	border-width: 10px;
}


.blue-bg {
	background: rgba(2, 34, 56, 1.0) radial-gradient(circle farthest-side at top right, rgba(170, 180, 223, 0.4) 5px, rgba(0, 0, 0, 0) 70%) repeat scroll 0 0;
}

p {
	padding:6px;
	position:relative;
	float:left;
	margin:0px auto;
	font-size:1.0em;
}
.echo p{
	color: white;
}

.echo a{
	text-decoration: none;
 }
 
.echo a:hover {
	color: white !important;
}
 
.echo i{
	color: grey;
}


.echo a{
	color: grey;
	font-style: italic; 
}


.portrait{
	background-color:rgba(251, 244, 235, 1.0);
}
.portrait .col{
	margin: 1% 0 0% 1.6%;
}

@media only screen and (max-width: 480px) {
	.portrait .col{
		margin: 0% 0 0% 0%;
	}
}

.portrait h5 {
	position:relative;
	margin:0%;
	padding:5% 4% 50px 4%;
	/*padding-bottom: 5px;*/
	font-size:0.8em;
	font-weight:bold;
	line-height:1.2em;
	text-align:right; 
	max-height: 40px;
	color:rgba(100, 100, 100, 1.0);
	text-transform: uppercase;
}

.portrait h5 i{
	text-transform: none;
}

.page-index p{
	color:rgba(255, 255, 255, 1.0);
}
.page-spezial p{
	line-height: 1.5em;
}

.page-kontakt p{
	line-height: 2em;
}

.portrait p {
	color: rgba(100, 130, 150, 1.0);
	font-size:1.2em;
	line-height:1.4em;
	text-align: left;
}





.top-s {
	position:fixed;
	background: url(../img/nav.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	-webkit-box-shadow: 0px 4px 10px rgba(6, 3, 8, 0.1);
	-moz-box-shadow: 0px 4px 10px rgba(6, 3, 8, 0.1);
	box-shadow: 0px 4px 10px rgba(6, 3, 8, 0.1);
	top:10px;
	right:10px;
	width:55px;
	height:55px;
	border-radius:100%;
	font-size:1.5em;
	text-align:center;
	line-height:2.5em;
	z-index:90;
}

.top-s a{
	text-decoration: none;
}

#nav {
    background: url(../img/nav.png);
    width: 100%;
    position: fixed;
    z-index: 100;
	max-width:960px;
	bottom: 0px;
}

#nav ul{
    margin: 0;
	padding: 0;
	list-style: none; 
}

#nav li {
    margin: 0;
	padding: 0;
	list-style: none; 
	float: left;
}


/*
.top-s a:hover{
    background-color: rgba(255, 110, 0, 1.0);
}
*/


#nav li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-size:1.5em;
	line-height:1.0em;
	color:rgba(255, 255, 255, 1.0);
}

ul li a:hover:not(.active) {
    background-color: rgba(255, 110, 0, 1.0);
}

ul li a.active {
    background-color: rgba(255, 110, 0, 0.5);
}

#nav .nav-icon {
    display: none;
	float: right;
}

#nav .nav-right {
	float: right;
}


@media screen and (max-width: 480px) {
	#nav li:not(:first-child) {display: none;}
	#nav .nav-icon {
		display: block !important;
	}
  #nav.nav-small li {
    float: none;
    display: block;
    text-align: left;
  }
  #nav.nav-small li a{
    text-align: left;
  }
  #nav.nav-small li.nav-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 }


@media only screen and (max-width: 640px) {
	.portrait p {
		font-size:1em;
		line-height:1.2em;
	}	
	#nav li a{
		font-size:1em;
	}
	.page-spezial .span_2_of_2 {
		width: 100%; 
	}
	.page-spezial .span_1_of_2 {
		width: 100%; 
	}
}

@media only screen and (min-width: 960px) {
	#wrapper {
		width: 960px;
	}
}

@media only screen and (max-width: 480px) {
	.large-only{
		display: none;
		clear: both;
	}
}

@media only screen and (min-width: 481px) {
	.small-only{
		display: none;
		clear: both;
	}
}

