/*
Theme Name: mediengestaltung-tk
Author: Torsten Kelsch, 2012-2020
Author URI: https://www.torstenkelsch.de/
Version: 2.2
License: GNU General Public License
License URI: license.txt
Tags: light, white, right-sidebar, responsive
*/

/*
  Colors:
  #424242
  #ff0000
  #00ff00
  #0000ff
  #dddddd
  #F8F8F8
  #ffffff
*/

/**
 * @license
 * MyFonts Webfont Build ID 3961204, 2020-10-15T17:19:11-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: OrnitonsTS-LightObl by TypeShop Collection
 * URL: https://www.myfonts.com/fonts/ef-typeshop/ornitons/light-obl/
 * Copyright: Copyright &amp;#x0004; 2006 Veronika Elsner, Guenther Flake GbR; Hamburg. All Rights Reserved.
 * 
 * 
 * 
 * © 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3c7174");
@font-face {
	font-family: 'OrnitonsTS-LightObl';
	src: url('/webfonts/OrnitonsTS-LightObl/font.woff2') format('woff2'), url('webFonts/OrnitonsTS-LightObl/font.woff') format('woff');
}

/* @license
  * MyFonts Webfont Build ID 2402666, 2012-11-01T16:20:20-0400
  *
  * The fonts listed in this notice are subject to the End User License
  * Agreement(s) entered into by the website owner. All other parties are
  * explicitly restricted from using the Licensed Webfonts(s).
  *
  * You may obtain a valid license at the URLs below.
  *
  * Webfont: Ornitons Serial Xlight by SoftMaker
  * URL: http://www.myfonts.com/fonts/softmaker/ornitons-serial/xlight/
  * Licensed pageviews: 20,000
  *
  * Webfont: Ornitons Serial Heavy by SoftMaker
  * URL: http://www.myfonts.com/fonts/softmaker/ornitons-serial/heavy/
  * Licensed pageviews: unspecified
  *
  * Webfont: Ornitons Serial Bold by SoftMaker
  * URL: http://www.myfonts.com/fonts/softmaker/ornitons-serial/bold/
  * Licensed pageviews: unspecified
  *
  * Webfont: Ornitons Serial Medium by SoftMaker
  * URL: http://www.myfonts.com/fonts/softmaker/ornitons-serial/medium/
  * Licensed pageviews: unspecified
  *
  * Webfont: Ornitons Serial Light by SoftMaker
  * URL: http://www.myfonts.com/fonts/softmaker/ornitons-serial/light/
  * Licensed pageviews: unspecified
  *
  * Webfont: Ornitons Serial Xbold by SoftMaker
  * URL: http://www.myfonts.com/fonts/softmaker/ornitons-serial/xbold/
  * Licensed pageviews: unspecified
  *
  * Webfont: Ornitons Serial by SoftMaker
  * URL: http://www.myfonts.com/fonts/softmaker/ornitons-serial/regular/
  * Licensed pageviews: unspecified
  *
  *
  * License: http://www.myfonts.com/viewlicense?type=web&buildid=2402666
  * Webfonts copyright: Copyright (c) 2011 by SoftMaker Software GmbH and its licensors. All rights reserved.
  *
  * © 2012 Bitstream Inc
*/
@font-face {
  font-family: 'OrnitonsSerial-Xlight';
  src: url('/webfonts/24A96A_0_0.woff') format('woff');
}
@font-face {
  font-family: 'OrnitonsSerial-Heavy';
  src: url('/webfonts/24A96A_1_0.woff') format('woff');
}
@font-face {
  font-family: 'OrnitonsSerial-Bold';
  src: url('/webfonts/24A96A_2_0.woff') format('woff');
}
@font-face {
  font-family: 'OrnitonsSerial-Medium';
  src: url('/webfonts/24A96A_3_0.woff') format('woff');
}
@font-face {
  font-family: 'OrnitonsSerial-Light';
  src: url('/webfonts/24A96A_4_0.woff') format('woff');
}
@font-face {
  font-family: 'OrnitonsSerial-Xbold';
  src: url('/webfonts/24A96A_5_0.woff') format('woff');
}
@font-face {
  font-family: 'OrnitonsSerial';
  src: url('/webfonts/24A96A_6_0.woff') format('woff');
}

/* Basis */
body {
	background: #fff;
	color: #424242;
	font-family: 'OrnitonsSerial-Light', sans-serif;
	font-size: 18px;
	line-height: 1.45;
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, header, hgroup,
main, menu, nav, section, summary {
	display: block;
}
time {
	display: inline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mobile 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

header {
	background-color: #ddd;
 	width: 100%;
}
header div,
footer div {
	box-sizing: border-box;	
	margin: 0 auto;
	padding: 16px;
}
header div span { /* Logo */
	 display: block; 
	 width: 128px;
}
main {
	background-color: transparent;
	box-sizing: border-box;
	padding: 32px 16px 16px 16px;
	width: 100%;
}
main header {
	background-color: transparent;
	padding: 0;
}
footer {
	background-color: #ddd;
	border-top: solid 2px blue;
	color: #424242;
	width: 100%;
}
footer p {
	font-size: 0.85rem;
	margin: 0;
	padding: 16px 0;
}
footer span.rahmen {
	border: 1px solid #b3b3b3;
	display: inline-block;
	font-size: 1rem;
	margin: 0 16px 8px 0;
}
footer span.rahmen a {
	display: block;
	padding: 8px 16px;	
	text-decoration: none;
}
footer span.rahmen:hover {
	background: #eee;
	cursor: pointer;
}
article footer {
	background: transparent;
	border: none;
	margin: 16px auto auto auto;
	padding: 0;
	width: 100%;
}

/* =Structure
----------------------------------------------- */

div.spacer32 {
	clear: both;
	display: block;
	float: none;
	height: 32px;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.6rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.6rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center, 
.zentriert {
	display: block;
	text-align: center;
}


/* =Global
----------------------------------------------- */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
	margin-bottom: 14px;
}
h1 {
	font-size: 28px;
	margin: 0 0 16px 0;
	padding: 0;
}
.entry-header h1 {
	margin-bottom: 8px;
}
h2 {
	font-size: 24px;
	margin: 3rem 0 0.85rem 0;
}
h3 {
	font-size: 20px;
	margin: 2.4rem 0 0.85rem 0;
}
aside h3 {
	margin-top: 0;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

/* Text elements */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.6rem;
}
p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0.85rem 0;
}
b, strong,
.fett, .bold {
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-style: normal;
	font-weight: normal;
}
.big {
	font-size: 3rem;
}
cite, em, i {
	font-family: 'OrnitonsTS-LightObl', sans-serif;;
	font-style: normal;
	font-weight: normal;
}
blockquote {
	margin-left: 24px;
	padding-left: 4px;
	border-left: 4px solid #ddd;
}
i.bold {
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-style: italic;
	font-weight: normal;
}
pre {
	background-color: #f8f8f8;
	font-family: "Lucida Console", Cousine, Consolas, "Courier New", Courier, monospace;
	padding: 0.75em 1.6rem;
}
code, 
kbd {
	background-color: #f8f8f8;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: #000;
	font-family: "Lucida Console", Cousine, Consolas, "Courier New", Courier, monospace;
	padding: 2px 4px;
}
code {
	display: block;
}
code.inline {
	display: inline;
}
pre code {
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-top: -1.6rem;
}
abbr, acronym, dfn, 
span.explanation {
	border-bottom: 1px dotted #424242;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.6rem;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.gesperrt {
	letter-spacing: 0.2rem;
}
.klein,
.small {
	font-size: 0.8rem;
}
.border,
.rahmen {
	border: solid 1px #ccc;
}
.passepartout {
	border: solid 1px #ccc;
	padding: 16px;
}
.floatleft {
	float: left;
	margin-right: 16px;
}
.boxshadow,
.shadow,
.schatten {
	box-shadow: 2px 2px 4px 0 #808080;
}
.opacity:hover {
	filter: opacity(.8);
}
.rezensionen {
	border-bottom: 2px solid #0f0;	
	margin: 16px 0 48px 0;
	padding-bottom: 16px;
}
.rezensionen ul {
	padding-left: 0;	
}
.rezensionen li {
	list-style-type: none;
}
.rezensionen a {
	border-left: 1rem solid #0f0;
	padding-left: 1rem;
}

/* Sections */
section.rahmen {
	border: 0;
	border-bottom: 1px solid #fff;
    margin-bottom: 24px;
    position: relative;
}
section.rahmen:before { 
	border-bottom: 1px solid #ccc;
	bottom: -1px; 
	content: '';
	display: block;
	left: 25%; 
	position: absolute; 
	width: 50%;
}
section.rahmen:after { 
	border-bottom: 1px solid #fff; 
	bottom: -5px;
	content: ''; 
	display: block; 	
	position: absolute; 
	right: 0;
	width: 25%;
}
section.rahmen:last-child,
section.rahmenlos {
   	border-bottom: none;
}

/* Forms */
.kommentar {
	background: #F8F8F8;
	padding: 16px;
}
.kommentar input[type=submit] {
	background: #fff;
	border: 1px solid #F1F0EE;
	padding: 8px;
}
input[type=text],
input[type=password],
textarea {
	background: #fff;
	border: 1px solid #F1F0EE;
	color: #424242;
}
input[type=text]:focus,
textarea:focus {
	color: #424242;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	margin-top: 8px;
}

/* Links */
a {
	color: #424242;
	cursor: pointer;
}
a:hover {
	background: #eee;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: auto;
}
nav a {
	text-decoration: none;  
}

/* Search */
article.search h2,
article.search small {
	margin: 0;
	padding: 0;
}
article.search p {
	margin: 0 0 24px 0;;
	padding: 0;
}


/* =Lists
-------------------------------------------------------------- */
ul, 
ol {
	margin: auto 0 1.6rem 0;
}
aside ul {
	margin: 0;
}
li ul {
	margin-bottom: 0;
}
ul {
	list-style: square;
}
ul.inhalt {
	list-style: none;
	padding-left: 0;
}
ul.inhalt li ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
dl {
	margin: 0 1.6rem;
}
dt {
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
}
dd {
	margin-bottom: 1.6rem;
}

/* =Menu
-------------------------------------------------------------- */
nav {
	background-color: #f8f8f8;
	border-bottom: solid 2px red;
}
.navi {
	background: transparent;
}
.navi ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.navi li {
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;	
	display: block;
	height: 32px;
	line-height: 32px;
	list-style: none;
	margin: 0;
	padding: 0 16px;
	width: 100%;
}
.navi li:hover {
	background-color: #eee;
	cursor: pointer;
}
.navi li a {
	display: block;
	line-height: 32px;		
	padding: 0 0.5em;
	text-decoration: none;
}
.current {
	background-color: #ddd;
}
.iconmenu,
.iconmenu img {
	border: 0;
	display: block;
	float: right;
}
.iconmenu:hover {
	cursor: pointer;
}
#nav-below,
.nav-below,
.nav-single {
	background-color: transparent;
	border: 0;
}
.nav-below {
	margin-bottom: 3rem;
}
.nav-below p {
	font-family: 'OrnitonsSerial-Medium', sans-serif;	
	margin: 0;
}
.nav-below a {
	text-decoration: underline;
}

/* =Content
----------------------------------------------- */
.hentry,
.no-results {
	border-bottom: 2px solid #0f0;
	margin: 0 0 3rem 0;
	padding: 0 0 1.1rem 0;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-meta {
	border: 0;
	clear: both;
	font-size: 0.8rem;
	padding: 0;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.6rem;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #424242;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.entry-content a {
	/* color: #00f; */
	font-family: 'OrnitonsSerial', sans-serif;
}
.entry-content b a,
.entry-content strong a {
	font-family: 'OrnitonsSerial-Medium', sans-serif;
}
.entry-content li a {
	font-family: 'OrnitonsSerial-Light', sans-serif;
}
.more-link {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	font-size: 0.8rem;
	padding: 8px 16px;
	margin-top: 16px;
	text-decoration: none;
}
.entry-content a.more-link {
	color: #424242;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.6rem;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.6rem;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	border-radius: 4px;
	color: #424242;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Figure */
figure {
	margin-left: 0;
	padding-left: 0;
}
figcaption {
	font-size: 0.8em;
	font-size: 0.8rem;
	margin-top: 0;
	padding-top: 0;
}

/* Images */
img {
	border: 0;
	height: auto;
	max-width: 100%;
}
header img {
	display: block;
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.6rem;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.6rem;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #424242;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #424242;
	content: '\2014';
	font-size: 14px;
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

/* Image borders */
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Audio, Video */
video {
	max-width:100%;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .comments-link {
	margin: 1.6rem 0 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Comments link */
.comments-link {
	line-height: 4rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
.bleistift {
	font-size: 2.5rem;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	position: absolute;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0 0;
}
article.format-status .entry-content {
	min-height: 64px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	font-size: 36px;
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
	line-height: 1.6125em;
	margin: 0 0 1.6rem;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.6rem;
}
.pull.alignleft {
	margin: 0 1.6rem 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.6rem 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.6rem;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.6rem;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.6rem 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.6rem 0 0;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.6rem;
	overflow: hidden;
	padding: 1.6rem 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1rem;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

.content nav,
.navigation {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.6rem;
}
.content nav a,
.navigation a {
	line-height: 2.2em;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Singular navigation */
.nav-single {
	clear: both;
	font-size: 12px;
	height: 16px;
	margin-bottom: 24px;
}
.nav-single span {
	max-width: 45%;
}
.nav-single a {
	text-decoration: underline;
}

/* =Sidebar
----------------------------------------------- */

aside {
	background-color: #f8f8f8;
	font-size: 12px;
	line-height: 1.5em;
	padding: 8px;
}

/* =Widgets
----------------------------------------------- */

.widget, 
.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.widget ul li {
	margin-left: 8px;
	padding: 0 8px;
	text-indent: -16px;
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}


/* Search Widget */
.widget_search form {
	margin: 0 0 1.6rem;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}


/* =Comments
----------------------------------------------- */

.commentlist {
	list-style-position: outside;
	margin-left: 0;
}
.commentlist li {
	border-bottom: solid 1px #ddd;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 16px 0;
}
.commentlist .children {
	border-top: dotted 1px #ddd;
	list-style-type: none;
	margin-top: 32px;
	margin-left: 0;
	padding: 16px 0 0 0;
}
.commentlist ul li {
	border: none;
	list-style-type: none;
	padding: 0;
}

/* Post author highlighting */
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Comment Form */
#respond {
	border: 1px solid #ddd;
	padding: 1.6rem;
}
#respond input[type="text"],
#respond textarea {
	border: 1px solid #ddd;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	margin: 16px 0 0 0;
}
#respond input#submit {
	background: #424242;
	border: none;
	border-radius: 3px;
	color: #f8f8f8;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 8px 16px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #424242;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.6rem 0 0;
	width: auto;
}
#reply-title {
	font-size: 24px;
	font-family: 'OrnitonsSerial-Medium', sans-serif;
	font-weight: normal;
	line-height: 30px;
}
#cancel-comment-reply-link {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.6rem;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1rem;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.6rem;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.6rem 0;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 16px;
		padding-right: 16px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.6rem;
	}
	.singular .pull.alignleft {
		margin: 0 1.6rem 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.6rem;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 0.8rem;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 0.8rem;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.6rem 0 0;
	}
	.singular.page .hentry {
		padding: 1.6rem 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}

}
@media only screen and (min-width: 480px) {
	div.beitragsbild {
		float: right;
		margin-top: 1rem;
		padding-left: 1rem;
	}		
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Desktop 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media only screen and (min-width: 960px) {
	.wrapper {
		background-color: rgba(255,255,255,0.75);
		overflow: hidden;
		padding: 16px 0;
		width: 100%;
	}
	.content {
		background-color: transparent;
		margin: auto;
		width: 960px;
	}	
	header div,
	footer div {
		padding: 8px 0;
		width: 960px;				
	}
	footer {
		overflow: hidden;	
	}
	main {
		display: inline;
		margin-top: 8px;
		float: left;
		padding: 16px 8px 0 0;
		width: 712px;	
	}
	aside {
		display: inline;
		margin-left: 24px;		
		float: left;
		width: 208px;	
	}
 	.comments-link, 	
 	.entry-header,
 	.entry-meta {
		background-color: transparent;
		margin: auto;
		width: auto;		
	}

	nav {
		margin: 0 auto;
	}
	.navi {
		height: 32px;
		margin: 0 auto;
		padding: 0;
		width: 960px;
	}
	.navi ul {
		border: none;
		display: block;
		float: none;
		height: 32px;
		line-height: 32px;
		min-height: 32px;
		margin: 0 0 32px 0;
		padding: 0;
	}
	.navi li {
		border-right: solid 1px #ddd;
		border-bottom: none;
		display: inline-block;
		float: left;
		height: 32px;
		line-height: 32px;
		margin: 0;
		padding: 0;
		width: auto;
	}
	nav li.iconmenu,
	nav ul:hover li.iconmenu {
		display: none; /* Nur bei kleinen Geräten anzeigen */
	}
	ul.refnav {
		margin-left: 0;
		padding-left: 0;
	}
	ul.refnav li {
		display: inline;
		list-style-type: none;
		margin-right: 8px;
		margin-left: 0;
		padding-left: 0;
	}
	ul.refnav a {
		padding: 2px 4px;
	}

	footer li {
		display: inline;
	}

	h1 {
		padding: 0;
	}
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Print 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	article footer a[rel=bookmark]:link:after,
	article footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: auto;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.6rem;
		padding: 1.6rem;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.6rem;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.6rem 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #424242;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #424242;
	}

}
