@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

/* ///////////////////////////////////////// GENERAL STYLES ///////////////////////////////////////// */

html {
	font-size: 100%; /* 16px */
	-webkit-text-size-adjust: 100%; /* autom. Schriftskalierung für iphone */
	-ms-text-size-adjust: 100%;
	background: #ebf6f8;
}

body {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.875rem; /* 14/16(Standardwert)=0.875 */
	color: #303030;
	line-height: 20px;
	-webkit-hyphens: auto; 
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

header {
	width: 100%;
	padding-top: 15px;
	height: 80px;
	background: #54b4cc; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0YjRjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDgzYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #54b4cc 0%, #3d83ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54b4cc), color-stop(100%,#3d83ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #54b4cc 0%,#3d83ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #54b4cc 0%,#3d83ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #54b4cc 0%,#3d83ab 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #54b4cc 0%,#3d83ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b4cc', endColorstr='#3d83ab',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px solid #255b77;
}

/* footer */
footer {
	clear: both;
	color: #ffffff;
	height: 80px;
	width: 100%;
	background: url(../img/item/hg-footer.png) repeat-x;
}

footer a {
	color: #ffffff;
}

cite {
	font-style: normal;
}

#cc {
	position: relative;
	top: 3px;
}

#footerinfo {
	padding: 0 12%;
	width: 76%;
	margin: 0 auto;
	padding-top: 40px;
}

#f-right {
	float: right;
}

#f-left{
	float: left;
}

a {
	text-decoration: none;
	color: #0090c5;
}

a:hover {
	color: #f4940b;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

#logo{
	background: url("../img/item/logo.png") no-repeat;
	height: 39px;
	width: 246px;
}

#wrapper {
	max-width: 960px;
	margin: 0 auto;
}

#nonav, #nonav2 {
	width: 0;
	height: 0;
	display: none;
}

#nonav3 {
	width: 0;
	height: 0;
	display: none;
}

/* ///////////////////////////////////////// NAVIGATION ///////////////////////////////////////// */
nav {
	width: 960px;
	height: 95px;
	margin: 0 auto;
}

nav ul {
	list-style-type: none;
	margin: 5px 0 0 -30px;
}

nav ul  li a{
	display: block;
	font-weight: 700;
	float: left;
	height: 10px;
	padding: 8px 30px 20px 30px;
	color: #ffffff;
	text-shadow: 1px 1px 0px #326482;
	cursor: pointer;
}

nav ul  li a:hover {
	color: #f4940b;
}

.current  {
	background: #ebf6f8;
	color: #326482;
	text-shadow: 1px 1px 0px #ffffff;
	
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#submenu{
	height: 0px;
	clear: both;
	margin: 0 0 0 10px;
}

#submenu  li a{
	width: auto;
	color: #326482;
	text-shadow: 1px 1px 0px #ffffff;

	float:left;
	height: 10px;
	padding: 8px 30px 20px 30px;
}

#submenu  li a:hover{
	color: #f4940b;
}

#menubutton {
	display: none;
}

/* ///////////////////////////////////////// ARTICLE ///////////////////////////////////////// */
hgroup {
	padding-bottom: 12px;
}

h1{
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.625rem; /* 48/16 */
	line-height: 42px;
	color: #333333;
}

h2 { 
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.5rem; /* 24/16 */
	line-height: 28px;
	color: #326482;
}

article {
	padding-top: 60px;
}

article p {
	padding-bottom: 14px;
}

.content { /* für Abstand zum footer */
	margin-bottom: 40px;
}

section {
	width: 500px; /* 580(width) - 40*2(padding) */
	padding: 20px 40px 40px 40px;
	float: left;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

aside {
	padding: 0 20px 40px 20px;
	width: 300px; /* 340(width) - 20*2(padding) */
	float: right;
	text-shadow: 1px 1px 0px #ffffff; /* Versatz links, Versatz oben, Blur, Farbe */
}

/* Bilder-Setup */
figure {
	padding: 0 4px;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	margin-bottom: 10px;
}

figure + figure {
	margin-top: 20px;
}

figure img {
	width: 292px;
}

figure img, .images > img {
	-webkit-border-radius: 16px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 16px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 16px;
	border-bottom-left-radius: 0;
	margin-top: 4px;
}

.images {
	float:left;
	width: 154px;
	margin-right: 12px;
	padding: 0 auto;
 }

 #imgcontainer {
	margin: 0 auto;
	width: 498px;
}

/* Zitate */
blockquote, blockquote + p {
	margin-left: 20px;
}

blockquote:before {
	content: "\201C";
	font-size: 2rem;
	position: relative;
	top: 8px;
	margin-left: -17px;
	color: #326482;
}

blockquote:after {
	content: "\201D";
	font-size: 2rem;
	position: relative;
	top: 8px;
	line-height: 10px;
	color: #326482;
}

.infotxt {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.75rem; /* 12/16 */
	line-height: 16px;
	color: #666666;
}

#author {
	position: relative;
	left: 380px;
	margin: -190px 0 12px 0;
	background: url(../img/item/author2.jpg) no-repeat;
	width: 180px;
	height: 180px;
	
	border: 4px solid #ffffff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-box-shadow: inset -1px 1px 8px #999;
	-moz-box-shadow: inset -1px 1px 8px #999;
	box-shadow: inset -1px 1px 8px #999;
}

em {
	display: block;
	font-weight: 700;
	font-style: normal;
}

strong {
	font-weight: 400;
	font-style: normal;
	color: #808080;
}

.liststyle li {
	background: url("../img/item/liststyle.png") no-repeat;
	background-position: 0px 7px;
	padding: 0 0 10px 14px;
}


.buchvorschau {
	margin-top: 30px;
}

	.buchvorschau img {
		width: 60%;
		margin: 10px auto 0 auto;
	}



/* Inhalte auf- und zuklappen */
dd {
	display:none;
}

.closed {
	color: #dd8200;
	cursor: pointer;
	padding: 10px 0 10px 10px;
}

.open {
	color: #0090c5;
	cursor: pointer;
	padding: 10px 0 10px 10px;
}

.closed:before {
	background-image: url("../img/item/auf.png");
	background-repeat:no-repeat;
	content: "\00a0 \00a0 \00a0";
	position: relative;
	top: 6px;
	left: -6px;
}

.open:before {
	background-image: url("../img/item/zu.png");
	background-repeat:no-repeat;
	content: "\00a0 \00a0 \00a0";
	position: relative;
	top: 6px;
	left: -6px;
}

/* Blog */
.blog {
	border-top: 1px solid #d8d8d8;
	padding-top: 14px;
}

.date {
	float: left;
	color: #808080;
}

.beitrag{
	padding-left: 100px;
}

mark {
	background: #ffecd0;
	display: inline;
	font-weight: normal;
	font-style: normal;
}

iframe {
	margin-top: 20px;
	width: 100%;
	height: 320px;
}

ol {
	margin-top: -12px;
}

.ullist li, .ollist li {
	line-height: 18px;
	margin-bottom: 12px;
}

.ullist li {
	list-style-type: disc;
}

.ullist_downloads li {
	list-style-type: disc;
	line-height: 18px;
	margin: 0 0 12px 14px;
}

.ollist li {
	list-style-type: decimal;
}

/* ///////////////////////////////////////// SOURCE-PAGES ///////////////////////////////////////// */
.error {
	margin: 150px auto;
	width: 600px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 40px;
	background: #fff;
}

/* ///////////////////////////////////////// MEDIA-QUERIES ///////////////////////////////////////// */
@media only screen and (max-width: 1000px){ /* Sobald die fixe Seitenbreite unterschritten wird */
	#author, hgroup br  {
		display: none;
	}
	
	header {
		width: 90%;
		padding: 1% 5% 0 5%;
	}
	
	nav, #submenu {
		width: 90%;
		padding: 0 5%;
	}

	#submenu {
		height: 30px;
	}

	article {
		width: 90%;
		padding: 0 5%;
		margin-top: 20px;
	}
	
	section, aside {
		float: none;
		padding: 5%;
		width: 90%;
	}
	
	aside {
		width: 90%;
		margin-top: -5%;
		background: #ffffff;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	figure, figure + p{
		width: 300px;
		margin: 0 auto;
	}
	
	#buch{
		float:left;
	}
	
	#buch + p{
		float: left;
		width: 20px;
		height: 200px;
	}
	
}

@media only screen and (max-width: 830px){
	header {
		height: 230px;
	}
	
	article{
		width: 90%;
		padding: 2% 5%;
		clear: both;
	}

	#logo {
		margin: 0 auto;
		position: relative;
		top: 4px;
		background: url('../img/item/logo-retina.png') no-repeat;
		background-size: 190px 30px;
		width: 190px;
	}
	
	nav {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	nav ul{
		padding: 0;
		margin: 0;
	}

	nav ul  li a{
		width: 49%;
		text-align: center;
		background: #86b9cf;
		margin: 1% 0.5% 0 0.5%;
		padding: 8px 0 20px 0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	nav ul  li a:hover{
		background: #c9e2ea;
		color: #326482;
		text-shadow: 1px 1px 0px #e6f3f8;
	}

	.current  {
		background: #ebf6f8;
		color: #326482;
		text-shadow: 1px 1px 0px #e6f3f8;
		-webkit-box-shadow: inset 0 1px 0 #e6f3f8;
		-moz-box-shadow: inset 0 1px 0 #e6f3f8;
		box-shadow: inset 0 1px 0 #e6f3f8;
	}	
	
	#menubutton {
		display: block;
		cursor: pointer;
		height: 24px;
		background: red;
		text-align: center;
		margin: 0;
		background: #ffffff;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px
	}
	
	#submenu {
		width: 90%;
		margin: 0;
		padding: 0 5%;
	}
	
	#submenu li{
		display: none;
	}
	
	#submenu li a{
		background: #86b9cf;
		text-shadow: 1px 1px 0px #326482;
		color: #ffffff;
		clear: both;
		width: 100%;
		height: 24px;
		padding: 10px 0 6px 0;
		text-align: center;
		border: 0;
		margin-top: 1px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	#submenu li a:hover{
		background: #95cbe3;
		text-shadow: 1px 1px 0px #ffffff;
		color: #326482;
	}
	
	aside {
		margin-top: -5%;
	}
}

@media only screen and (max-width: 650px){
	#imgcontainer {
		width: 100%;
	}
	
	#buch{
		float: none;
	}
	
	#buch + p{
		height: 0;
		width: 0;
		float: none;
	}
	
	.content { /* für Abstand zum footer */
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 500px){
	header {
		height: 230px;
	}
		
	footer {
		font-size: 0.75rem;
	}
	
	footer cite {
		display: none;
	}
}

@media only screen and (max-width: 420px){ /* iphone portait */
	article{
		padding: 2% 0;
		width: 100%;
	}
	
	figure, figure img, figure + p, .center{
		width: 275px;
	}

	figure, .beitrag {
		padding: 0;
	}
	
	.date {
		float: none;
	}

	#imgcontainer {
		width: 154px;
	}
	
	#wrapper {
		padding: 0;
	}
	
	#buchvorschau img {
	float: none;
	display: block;
	margin: 0 auto;
	}
}