/* @import url(); */

body {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

a {
	color: #0000ff;
}

a, a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#000;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, serif;

}

.primary-content h1,.primary-content h2,.primary-content h3,.primary-content h4,.primary-content h5,.primary-content h6 {
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	margin-bottom:1em;	
}

h1 {
	font-size:30px;	
}

h2 {
	font-size:26px;

}

h3 {
	font-size:22px;
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
}

h4 {
	font-size:22px;	
}

h5 {
	font-size:18px;
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;	
}

h6 {
	font-size:18px;	
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	border-bottom:1px dotted #ff5c5c;
	margin:20px 0px 20px 0px;
	color:#ff5c5c;
}



p, .copytext, ul, ol, dl  {
	font-size:18px;

}

p, .copytext  {
	font-family: Georgia, serif;
}

blockquote,
blockquote p {
	color:#0000ff;
	border:0px;
}

section.primary-content blockquote {
	font-style: italic;
	padding-bottom: 1em;
}


pre {
	overflow-y:auto;
	font-size: 0.8em;
	padding:1em;
	margin-bottom: 1em;
	background-color: #eee;

}

.bluebg {
	background-color:#0000ff;
	color:#fff;	
}

.greybg {
	background-color:#f0f0f0;	
}
.redbg {
	background-color:#ff5c5c;
	color:#000;		
}

nav {
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	margin:0px;
	padding:0px;
	font-size:16px;
}

nav a,
nav a:hover {
	color:#fff;	
}

nav a:hover {
	text-decoration:none;
}

nav ul {
	margin:0px;
	padding:0px;
}

nav ul li {
	display:inline;
	list-style:none;
	height:3em;
	line-height:3em;
	margin:0px 20px 0px 0px;	
}

header {
	padding:0px 0px 0px 0px;
	color:#0000ff;
}

header a {
	color:#000;	
}

header section.headline {
	padding:30px 0px 30px 0px;
}

header section.headline .headlinetitle {
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;	
}

header section.headline .headlinesubtitle {
	font-family: Georgia, serif;
	font-style:italic;
	color:#999;		
}

header section.headline h1,
header section.headline h4{
	display:inline-block;		
	padding:0px 40px 0px 0px;
	margin:0px 0px 10px 0px;
}

header section.headercontent {
	padding:30px 0px 30px 0px;
}	
	
header section.headercontent p{
	margin:0px 0px 0px 40px;
}

header section.headercontent .zitat {
	padding-top:20px;
}

header section.headercontent .zitat p {
	font-size:30px;
}

header section.headercontent .zitat p a {
	color:#0000ff;
}

section.primary-content {
	padding:40px 0px 20px 0px;	
}

section.primary-content article {
	padding:0px 0px 0px 0px;
}

section.primary-content article hr {
	margin:2em 0em 1.5em 0em;
}

section.primary-content article .repository  hr {
	margin:0em 0em 1em 0em;
}

ul.category_nav {
	list-style:none;
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	padding-left:5px;
	margin-left:0px;
}

.category_nav li {
	display:inline;

}

.category_nav li a {
	color:#ff5c5c;
}

.primary-content .zitat blockquote {
	font-size:18px;
	padding:0px 10px 0px 0px;
}

.primary-content .zitat .autorname,
.primary-content .zitat a {
	font-size:18px;
	font-family: Georgia, serif;
	color:#333;
	padding:0px 20px 0px 0px;
}

.primary-content a {
	color:#000;
}


footer ul,
section .blog-content ul {
	margin:0px 0px 10px 0px;	
}

footer li,
section .blog-content li {
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	list-style:none;
	padding:0px;
}

section .blog-content article {
	padding:0px 0px 30px 0px;
		color:#ff5c5c;
}

section .blog-content ul {
	padding:0px;
}

section .blog-content ul li  {
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	color:#ff5c5c;

	list-style: none;
}

section .blog-content .copytext ul {
	padding:0px 10px 10px 18px;
}

section .blog-content .copytext li  {
	font-family: Georgia, serif;
	color:#000;
	padding:5px;
	margin:0px;
	list-style: square;
	border-bottom:0px;
}


section.secondary-content {
	padding-bottom:60px;
	padding-top:60px;
}

section .blog-content li {
	border-bottom:1px dotted #ff5c5c;
	padding:10px 5px 10px 5px;
	margin-top:10px;
	color:#ff5c5c;
}

section .blog-content li a {
	color:#ff5c5c;
}


footer ul {
	padding-bottom:3em;	
}

footer li {
	color:#ff5c5c;
	border-bottom:1px dotted #ff5c5c;
	padding:10px 0px 10px 0px;
}

footer p,
footer li a{
	color:#ff5c5c;
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
}

footer a{
	color:#ff5c5c;
}

footer p {
	padding:10px 0px 11px 0px;
}

footer #twitter-widget-0 body div{
		/* https://dev.twitter.com/docs/tfw/embed-code-css 
		https://dev.twitter.com/docs/embedded-timelines
		*/
}

footer #twitterfeed {
	border:1px dotted #ff5c5c;	
	padding:10px;
}

.zitat {
	color:#0000ff;

}


.subline {
	font-size:0.8em;
	display:block;	
}


.specialteaser {
	/*height:3em;*/
	line-height:3em;
	color:#0000ff;
}

/* ++++++++++ STARTPAGE ++++++++++ */



.startpage .tabs a {
	text-decoration:none;
			height:7em;
}

.startpage .tabs dd {
	padding:0px;	
	margin:0px;
		height:7em;
}

.startpage .tabs dd > a {
	border-left:1px solid #fff;

}

.startpage .tabs dd > a,
.startpage .tabs dd > a h3 {
	background-color:#0000ff;
	color:#fff;
}

.startpage .tabs dd.active > a,
.startpage .tabs dd.active > a h3 {
	background-color:#fff;
	color:#0000ff;	
}

.startpage .tabs dd.active > a:hover,
.startpage .tabs dd.active > a:hover h3,
.startpage .tabs dd > a:hover,
.startpage .tabs dd > a:hover h3 {
	background-color:#ccc;
	color:#0000ff;	
}

.startpage .tabs-content {
	background-color:#fff;	
}

.startpage .tabs-content {
	padding:2em;
}

/* ++++++++++ STARTPAGE ++++++++++ */

/* ++++++++++ BLOG NEWS ++++++++++ */

.blog header section.headercontent {
	padding:40px 0px 0px 0px;
}

.blog .bloglisting {
	margin-bottom:40px;	
}

.blog .bloglisting h3 {
	margin-bottom:0px;	
}



.blog .bloglisting .copytext {
	color:#000;
	margin:20px 0px 20px 0px;	
}

.blog .blogsidebar {
	padding-top:30px;	
}

.blog .blogsidebar .widget {
	margin-bottom:40px;	
}

.blog .blogsidebar .book {
	background-color:#c6c7c8;
}

.blog .blogsidebar .widget .header {
	padding:10px;	
}

.blog .blogsidebar .widget.blogroll ul {
	list-style:none;
	margin:0;
	padding:0;
}

.blog .blogsidebar .widget.blogroll ul a {
	color:#ff5c5c;
}



/* ++++++++++ BLOG NEWS ++++++++++ */


footer {
	border-top:2em solid #ff5c5c;	
	padding-bottom:100px;
}

#disqus_thread {
    color: black;
}

/* FOUNDATION DESIGN MOD */

.primary-content .accordion dd {
	border-bottom:1px solid #fff;
}

.primary-content .accordion dd > a {
	font-family: Georgia, serif;
}

.primary-content .accordion h2 {
	padding:0;
	margin:0;
	font-family: "Monosten E",Courier,monospace;
}

.primary-content .accordion dd.active,
.primary-content .accordion .content.active,
.primary-content .accordion dd.active,
.primary-content .accordion dd.active a,
.primary-content .accordion dd a:hover {
    background: #F0F0F0;
}

.primary-content .accordion dd a:hover,
.primary-content .accordion dd a:hover  h2 {
    color:#0000ff;
}


.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    margin-bottom: 0;
    line-height: 1.4em;
}

nav.top-bar {
	
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: none repeat scroll 0% 0% #0000ff;
    font-size: 16px;
    margin: 0px;
}

.top-bar-section ul li{
    background: none repeat scroll 0% 0% #0000ff;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background: none repeat scroll 0% 0% #0000ff;
	font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	margin:0px;
	padding:0px;
	font-size:16px;
}

.top-bar-section ul li:hover a {
      background-color: #0000ff !important;
      color:#fff; 
}

.top-bar .toggle-topbar.menu-icon {
	border:0px;
}

.top-bar .toggle-topbar.menu-icon a {
	width:80px;	
	top:1.3em;
}

.top-bar .toggle-topbar.menu-icon a:after {
	width:24px;
	box-shadow: 0px 10px 0px 2px #FFF, 0px 18px 0px 2px #FFF, 0px 26px 0px 2px #FFF;	
}

.top-bar.expanded .toggle-topbar a {
    color: #fff;
}

/* Small screens */ 

@media only screen { } /* Define mobile styles */ 

@media only screen and (max-width: 40em) { 

	body {

	}

	section.primary-content {
    	padding: 10px 0px 0px;
	}

	.primary-content .tabs h3 {
		font-size:20px;
		font-family:"Monosten E", Courier, monospace; font-size-adjust:0.5; font-weight:200; font-style:normal;
	}	

	.primary-content .tabs dd {

	}

	.primary-content .tabs dd > a {
		padding:0.5em;	
		/*border-bottom:1px solid #fff;*/
	}

	.startpage .tabs dd,
	.startpage .tabs a {
    	text-decoration: none;
    	height: 3em;
	}

	.tabs dd.active a {
		/*border-bottom:1px solid #0000ff;	*/		
	}

	.startpage .tabs-content {
		padding:0em 1em 1em 1em;
	}

	.startpage .tabs-content h2 {
    	color:#0000ff;
	}
	
	.startpage .tabs dd > a, 
	.startpage .tabs dd > a h3 {
		font-size:17px;	
	}

	.primary-content .zitat {
		padding-top:2em;
		padding-bottom: 2em;
		margin-bottom:2em;	
		border-bottom: 1px solid #DDD;
	}
	
	.zitat blockquote {
		font-size:18px;
		ine-height: 18px;	
	}
	
	nav ul li {
    	line-height: 2.8em;
    	margin:0px;
    	border-bottom:1px solid #fff;
    	display:block;
    }
    
    nav ul li:last-child {
    	border-bottom:0px;
    }
        
    nav ul li a, nav ul li a:link, nav ul li a:visited {
		text-decoration:none;
    }

.specialteaser {
	/*height:3em;*/
	line-height:1em;
	color:#0000ff;
	padding-top:1em;
	padding-bottom: 1em;
	font-size:0.9em;
}



} /* max-width 640px, mobile-only styles, use when QAing mobile issues */ 

/* Medium screens */ 

@media only screen and (min-width: 40.063em) {
	
	.startpage .tabs dd > a, 
	.startpage .tabs dd > a h3 {
		font-size:19px;	
	}

	.primary-content .zitat {

		padding-bottom: 2em;
		margin-bottom:1em;	
		border-bottom: 1px solid #DDD;
	}
	
} /* min-width 641px, medium screens */ 

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
	.startpage .tabs dd > a, 
	.startpage .tabs dd > a h3 {
		font-size:19px;	
	}
	
	.startpage .tabs a {
		height:6em;	
	}
	
	
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ 

/* Large screens */ 

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */ 

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */ 

/* XLarge screens */ 

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */ 

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 

/* XXLarge screens */ 

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */


code {
	color: #008;
	font-weight: normal;
	font-family: monospace;
	font-size: 0.9em;
}
