/*  
Theme Name: vG personal
Theme URI: http://visuellegedanken.de
Description: art Directed, yo!
Version: 1.0
author: Martin Wolf
author URI: http://visuellegedanken.de
*/

* {
	margin: 0px;
	padding: 0px;
}

header,
footer,
section,
article,
nav,
aside,
hgroup {
	display: block;
}

/*@font-face {
	font-family: 'DroidSans';
	font-style: normal;
	font-weight: normal;
	src: url("font/DroidSans.ttf");         
}

@font-face {
	font-family: 'DroidSans';
	font-style: normal;
	font-weight: bold;
	src: url("font/DroidSans-Bold.ttf");         
}*/

/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);*/
@import url(http://fonts.googleapis.com/css?family=Kreon:300,400,700);

/*@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: normal;
	src: url("font/PT Sans.woff");         
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: bold;
	src: url("font/PT Sans-Bold.woff");         
}*/

body {
	font-family: 'Kreon', Georgia, serif;
	font-size: 14px;
	line-height: 26px;
	color: #2d2d2d;
	background-color: #fff;
}

/* ALLGEMEINES */

p {
	margin-bottom: 15px;
}

a {
	color: #000;
	/* b33030 */
	text-decoration: none;
}

a:hover {
	-webkit-transition: 0.1s linear;
}

a img {
	border: none;
	text-decoration: none;
}

em {
	font-style: italic;
}

article ul, article ol {
	margin: 0px 0px 15px 30px;
}

article ol {
	margin-left: 35px;
}

strong {
	font-weight: bold;
}

blockquote {
	margin: 0px 0px 15px 2px;
	padding: 10px 10px 1px 10px;
	font-style: normal;
	color: #4c4c4c;
	border-left: 1px solid #ccc;
	background: #fafafa;
}

blockquote p {
	margin-bottom: 10px;
}

cite {
	font-style: italic;
}

small {
	font-size: 11px;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

::-moz-selection {
	color: #fff;
	background: #B33030;
}

::selection {
	color: #fff;
	background: #B33030;
}

pre {
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #000;
	background: #fff;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background: #f6f6f6;
	line-height: 20px; /*--Height of each line of code--*/
	width: 600px;
	overflow: auto; /*--If the code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
	margin: 0 0 0 20px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
	background: #f6f6f6;
}

code {
	font-family: monospace;
	background: #e9e9e9;
}

.clear {
	clear: both;
}

.aligncenter {
	text-align: center;
}

/* ENDE ALLGEMEINES */

/* CONTAINER */

#whoiam_wrapper {
	margin: 0 auto;
	padding-top: 20px;
	width: 600px;
}

#whoiam {
	padding: 5px;
	width: 560px;
	color: #333;
	font-size: 12px;
	line-height: 19px;
	background: #fbfbfb;
	border: 1px solid #eee;
}

#whoiam > img {
	float: left;
}

#whoiam a {
	color: #000;
	border-bottom: 1px solid #ccc;
}

#whoiam a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#whoiam p {
	float: right;
	margin: 0;
	width: 500px;
}

/* ENDE CONTaINER */

/* Top */

#top_wrapper {
	margin: 70px auto 55px;
	width: 600px;
}

#top_wrapper .left {
	float: left;
	width: 300px;
}

h1#logo {
	margin-bottom: 3px;
	font-family: Georgia, serif;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
}

.subline {
	float: left;
	margin: 0;
	color: #777;
	font-size: 12px;
	line-height: 20px;
}

/* END Top */

/* TOpnavI */

#topnavi {
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	background: #fbfbfb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#topnavi_wrapper {
	margin: 0 auto;
	width: 600px;
}

#topnavi a:hover {
	-webkit-transition: none;
}

#topnavi ul#menu {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
}

#topnavi ul#menu li {
	float: left;
}

#topnavi ul#menu li a {
	padding: 0px 10px;
	display: block;
	color: #2f2f2f;
	font-size: 12px;
	cursor: pointer;
}

#topnavi ul#menu > li:first-child a {
	padding-left: 0;
}

#topnavi ul#menu li.current_page_item a,
#topnavi ul#menu li.current-cat a,
#topnavi ul#menu li a:hover {
	color: #ba272a;
}

#topnavi img.martinsmall {
	margin-right: 5px;
	vertical-align: text-bottom;
}

#topnavi ul#menu li a.martinactive {
	color: #ba272a;
}

#topnavi ul#menu li ul.submenu {
	display: none;
	position: absolute;
	padding: 0px;
	list-style-type: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	z-index: 1000;
}

#topnavi ul#menu li:hover ul.submenu {
	display: block;
}

#topnavi ul#menu li ul.submenu li {
	float: none;
}

#topnavi ul#menu li ul.submenu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	border-left: none;
	background: #fbfbfb;
	border-bottom: 1px solid #eee;
}

#topnavi ul#menu li ul.submenu li:last-child a {
	border:none;
}

#topnavi ul#menu li ul.submenu li a:hover,
#topnavi ul#menu li ul.submenu li.current-cat a {
	color: #ba272a;
}

#topnavi #social {
	float: right;
	padding-top: 10px;
	height: 40px;
}

#topnavi #social img {
	margin-left: 10px;
}

#searchform input {
	margin-bottom: 10px;
	padding: 0px 5px;
	width: 170px;
	height: 30px;
	font-size: 12px;
	background: #fafafa;
}

	/* Martin Wolf

#martinwolf {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -307px;
	width: 600px;
	padding: 0px;
	z-index: 500;
}

#martinwrapper {
	width: 570px;
	padding: 55px 15px 0px 15px;
	color: #fefefe;
	background: rgba(0,0,0,0.8);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.martinmiddle {
	float: right;
	margin-left: 20px;
	padding: 3px;
	background: #fff;
}

#martinwolf H2 {
	margin-bottom: 10px;
	font-weight: normal;
}

#martinwolf p {
	margin: 0px;
	padding-bottom: 15px;
	line-height: 23px;
}

#martinwolf a {
	color: #fff;
	text-decoration: underline;
}

#martinwolf a:hover {
	color: #fff;
	text-decoration: none;
}
*/

	/* ENDE Martin Wolf */

/* ENDE TOpnavI */

/* CONTENT */

article.post {
	padding: 70px 0px;
	font-size: 15px;
	line-height: 27px;
	/*border-bottom: 1px solid #e1e1e1;*/
}

article.page {
	font-size: 15px;
	line-height: 27px;
}

article ul.fragenpanels {
	font-size: 14px;
	line-height: 26px;
}

body.single article.post {
	border-bottom: 1px solid #e1e1e1;
}

article img.attachment-post-thumbnail,
article.fotos img.attachment-post-thumbnail {
	margin: 0px 0px 20px -160px;
}

article H1 {
	margin-bottom: 20px;
	color: #000;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}

article H1 {
	color: #000;
}

article.page H1 {
	color: #000;
}

article H1 a {
	color: #000;
	border-bottom: none;
}

article.post H1 a:hover {
	border-bottom: 1px solid #ccc;
}

article.post H2 {
	margin: 45px 0 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: normal;
}

article.post H3 {
	margin-top: 30px;
	color: #000;
	font-size: 17px;
	font-weight: normal;
}

article.post H4 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

article.page H3 {
	font-size: 17px;
}

article.post a.articleimg {
	border: none;
}

article p.intro {
	font-size: 17px;
	color: #000;
}

article .video1280 {
	margin-left:-340px;
}

article a {
	color: #b33030;
	border-bottom: 1px solid #ccc;
}

article a:hover {
	color: #000;
}

section.postcontent {
	margin: 0 auto;
	width: 600px;
}

sup.footnote {
	font-size: 12px;
	line-height: 11px;
}

sup.footnote a {
	border: none;
	text-decoration: underline;
}

sup.footnote a:hover {
	text-decoration: none;
}

.footnotes {
	margin-top: 20px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #eee;
}

article .footnotes ol {
	margin-left: 25px;
}

.footnotes a {
	border: none;
}

a.post-edit-link {
	font-size: 12px;
	color: #ccc;
	border-bottom: none;
}

.twitter-share-button {
	width: 140px !important;
}

/*#___plusone_0 {
	float: none !important;
}*/

/* pagebar */

.pagebar {
	padding: 45px 0px;
	text-align: center;
}

.pagebar a,.pagelist .this-page {
	border: 1px solid #dcdcdc;
	text-decoration: none;
	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
}

.pagebar a {
	padding: 4px 6px 3px 6px;
	background-color: #efefef;
	color: #707070;
	line-height: 20px;
}

.pagebar a:visited {
	text-decoration: none;
	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	padding: 6px 6px 5px 8px;
	color: #707070;
	font-weight: none;
	background: #d8d8d8;
	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	border: 1px solid #cdcdcd;
}

.pagebar a:hover {
	-webkit-transition: 0.1s linear;
	color: #707070;
	border: 1px solid #cdcdcd;
    background: #d8d8d8;
}

	/* ENDE pagebar */

	/* aRT DIRECTED */

	/* Fotos */

article.fotos .postcontent {
	width: 942px;
	text-align: center;
}

article.fotos_hochkant .postcontent {
	width: 634px;
	text-align: center;
}

article.fotos img,
article.fotos_hochkant img {
	padding: 10px;
	border: 1px solid #e9e9e9;
	background: #fefefe;
}

article.fotos .wp-caption {
	width: 942px !important;
}

article.fotos_hochkant .wp-caption {
	width: 634px !important;
}

article.fotos .wp-caption-text,
article.fotos_hochkant .wp-caption-text {
	margin-bottom: 50px;
	font-size: 14px;
	font-style: italic;
}

article.fotos img.wp-smiley {
	margin: 0px;
}

article.fotos .postcontent .social,
article.fotos_hochkant .postcontent .social,
article.fotos .postcontent .metainfos,
article.fotos_hochkant .postcontent .metainfos {
	width: 600px;
	text-align: left;
}

	/* Quotes */

article.linkedlist {
	color: #36332f;
	background: #fff;
}

article.linkedlist H1 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	line-height: 23px;
}

article.linkedlist h1 a {
	color: #b33030;
	border-bottom: 1px solid #ccc;
}

article.linkedlist h1 a:hover {
	border: none;
}

article.linkedlist H1 span {
	color: #aaa;
}

article.linkedlist a.glyph {
	font-size: 17px;
	color: #aaa;
	border: none;
}

article.linkedlist a.glyph:hover {
	color: #b33030;
	/*border-bottom: 1px solid #ccc;*/
}

p.quoteauthor {
	margin-bottom: 5px;
}

article.linkedlist blockquote {
	line-height: 22px;
	border-left: 2px solid #ddd;
}

	/* Zitate */

.category-zitate .postcontent p {
	text-align: right;
}

.category-iphoneography .postcontent p {
	margin: 0;
}

.category-zitate .postcontent blockquote {
	margin: 0 0 15px 0;
	padding: 0;
	color: #4C4C4C;
	font-family: Georgia, serif;
	font-size: 29px;
	font-style: italic;
	line-height: 38px;
	background: none;
	border: none;
}

.category-zitate .postcontent blockquote p {
	text-align: left;
}

.permalink {
	font-size: 17px;
	line-height: 17px;
	color: #c9c9c9;
	border: none;
}

.category-zitate .permalink {
	position: absolute;
	margin-top: -38px;
}

.category-iphoneography .permalink {

}

.permalink:hover {
	color: #b33030;
}

.portfolio-slideshow a {
	border: none;
}

.slideshow-nav a.pause, .slideshow-nav a.play, .slideshow-nav a.restart, .slideshow-nav a.new {
	margin-right: 40px !important;
}

.slideshow-nav a.slideshow-prev {
	margin: 0 10px !important;
}

.slideshow-nav {
	margin-top: 35px !important;
}

.slideshow-info {
	margin-right: 0 !important;
	float: right;
}

	/* ENDE aRT DIRECTED */

article .social {
	margin: 70px auto 15px;
}

article .social:hover {
	-moz-opacity: 1;
	opacity: 1;
}

article p.metainfos {
	margin: 0 auto;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: left !important;
}

article .alignright {
	float: right;
	text-align: right;
	margin-left: 20px;
}

article .alignleft {
	float: left;
	text-align: left;
	margin-right: 20px;
}

section.postcontent p img.wp-smiley {
	margin: 0 !important;
	width: 15px !important;
	height: 15px !important;
	vertical-align: baseline;
}

	/* 11 Fragen */
	
section.elffragen {
	margin: 0 auto;
	width: 920px;
}

ul.fragenpanels {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.fragenpanels li {
	float: left;
	margin: 0px 67px 70px 0px;
}

ul.fragenpanels li:nth-child(3n) {
	margin: 0px 0px 70px 0px;
}

ul.fragenpanels li:nth-last-child(-n+3) {
	margin-bottom: 0px;
}

ul.fragenpanels li a {
	display: block;
	padding: 20px;
	width: 220px;
	height: 280px;
	color: #000;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background: #f7f7f7;	
}

ul.fragenpanels li a:hover {
	background: #ededed;
}

ul.fragenpanels li a img {
	margin-bottom: 5px;
}

ul.fragenpanels li a H3 {
	margin: 0;
}

ul.fragenpanels li a p {
	margin-bottom: 0px;
}

.elffragen H3 {
	margin-bottom: 20px;
}
	
	/* ENDE 11 Fragen */

/* ENDE CONTENT */

/* COMMENTS */

#commentswrapper {
	background: #fbfbfb;
	border-bottom: 1px solid #ccc;
}

#commentswrapper .googlead {
	margin: 0 auto;
	padding-top: 45px;
	width: 468px;
}

#comments {
	margin: 0 auto;
	padding: 30px 0px 60px 0px;
	width: 600px;
	font-size: 13px;
	line-height: 24px;
	color: #626262;
}

#comments a {
	color: #000;
}

#comments a.comment-reply-link:hover {
	text-decoration: underline;
}

textarea#comment {
	padding: 5px;
	width: 385px;
	height: 98px;
	font-family: 'Kreon', Georgia, serif;f;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
	border: 1px solid #d1d1d1;
}

div#respond p {
	margin-bottom: 7px;
}

div#respond H3 {
	margin-bottom: 10px;
	color: black;
	font-size: 17px;
	font-weight: normal;
}

input {
	padding: 5px;
	width: 175px;
	font-family: 'Kreon', Georgia, serif;;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
	border: 1px solid #d1d1d1;
}

input#submit {
	margin-top: 0px;
	color: #fff;
	background: #b33030;
	border: none;
}

.subscribe-to-doi-comments {
	font-size: 11px;
	line-height: 17px;
}

TD.kommentarfeld {
	width: 415px;
}

img.avatar {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

li.comment div#respond {
	position: absolute;
	padding: 12px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px #6f6f6f;
	-moz-box-shadow: 0px 0px 7px #6f6f6f;
	box-shadow: 0px 0px 7px #6f6f6f;
	z-index: 1000;
}

ol.commentlist {
	margin-bottom: 50px;
	list-style-type: none;
}

ol.commentlist li {
	margin-bottom: 25px;
	padding: 10px 0px;
	border-bottom: 1px solid #d1d1d1;
}

div.comment-text p {
	margin-bottom: 2px;
}

div.trackbacktext p {
	margin-bottom: 20px;
}

div.reply {
	text-align: right;
	margin-bottom: 20px;
}

div.reply a {
	-webkit-transition: 0.1s linear;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div.reply a:hover {
	-webkit-transition: 0.1s linear;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

ol.commentlist li.depth-2 {
	margin-left: 40px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

ol.commentlist li.depth-3 {
	margin-left: 50px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

ol.commentlist li.depth-4 {
	margin-left: 60px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

ol.commentlist li.depth-5 {
	margin-left: 70px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

ol.commentlist li.depth-6 {
	margin-left: 80px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

ol.commentlist li.depth-7 {
	margin-left: 90px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

#content ul.children {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

ol.commentlist ul.children li {
	list-style-type: none;
}

ol.commentlist li.depth-4 {
	margin-left: 50px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

span.commentname {
	font-size: 14px;
	font-weight: normal;
}

span.commentname a:hover {
	text-decoration: underline;
}

SMaLL.commentmetadata {
	display: block;
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #666666;
}

.comment_edit {
	font-size: 10px;
}

.nocomments {
	text-align: center;
}

/* ENDE COMMENTS */

/* aside */

aside {
	padding: 50px 0px 0px 0px;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fafafa;
}

aside .dividericon {
	position: absolute;
	width: 58px;
	height: 58px;
	margin: -80px 0px 0px -29px;
	left: 50%;
}

aside p {
	font-size: 13px;
}

aside a {
	border-bottom: 1px solid #ccc;
}

aside a:hover {
	border: none;
}

section#asidewrapper {
	margin: 0 auto;
	width: 600px;
}

section.box {
	margin-bottom: 50px;
	width: 280px;
	float: left;
}

section.boxleft {
	padding-right: 20px;
}

section.boxright {
	padding-left: 20px;
}

aside H2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

section#tagebuch a.tagebuchlink {
	border: none;
}

section#tagebuch span.title {
	display: block;
}

section#tagebuch p {
	margin: 0px;
	line-height: 20px;
}

section#tagebuch .instapress-shortcode .instapress-shortcode-image {
	margin: 0px !important;
}

section#tagebuch .instapress-shortcode .instapress-shortcode-image a {
	border: none;
}

aside .amazonlink {
	padding: 20px 0px;
	display: block;
	text-align: center;
	border: 1px solid #ececec;
	background: #fff;
}

aside .amazonlink:hover {
	border-top: 1px solid transparent;
}

/* ENDE aside */

/* footer */

footer {
	padding: 20px 0px;
	width: 100%;
	text-align: center;
}

footer section#footer_wrapper {
	margin: 0 auto;
	width: 600px;
}

footer p {
	font-size: 12px;
	margin: 0px;
}

footer a:hover {
	text-decoration: underline;
}

img#feedburnerimg {
	margin-bottom: -10px;
	border: none;
}

/* ENDE footer */

/* ipad, tablets and smaller Browserwindows */

@media (max-width: 1280px) {
	section.postcontent embed,
	section.postcontent object,
	section.postcontent iframe {
		width: 920px;
		min-height: 530px;
		height: auto;
		margin-left: -171px !important;
	}
	
	section.postcontent .social iframe {
		min-height: 20px;
		width: auto;
		margin: 0 !important;
	}

	section.postcontent p img.wp-smiley {
		width: auto;
		height: auto;
	}
	
	body.page-id-725 section.postcontent p img {
		width: auto;
		height: auto;
	}
	
	section.postcontent img.wp-image-10471 {
		margin: 0px !important;
		margin-left: 10px !important;
		width: auto !important;
		height: auto !important;
	}

}


@media (max-width: 942px) {
	section.postcontent p img {
		width: 600px;
		height: auto;
		margin-left: 0 !important;
	}
	
	section.postcontent embed,
	section.postcontent object,
	section.postcontent iframe {
		width: 600px;
		min-height: 350px;
		height: auto;
		margin-left: 0 !important;
	}
	
	article.fotos img {
		margin-left: 0px !important;
	}
	
	article.fotos .postcontent {
		width: 600px;
	}
	
	article.fotos .wp-caption {
		width: 600px !important;
	}
	
	article.fotos .wp-caption img {
		width: 578px;
		height: auto;
	}
	
	article p {
		margin-left: 0px !important;
		width: auto !important;
	}
	
	article p img {
		padding: 0px !important;
		border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
	}
		
	section.elffragen {
		width: 600px;
	}
	
	p.width920 {
		width: 600px;
	}
	
	ul.fragenpanels li:nth-child(3n) {
		margin: 0px 67px 70px 0px;
	}
	
	ul.fragenpanels li:nth-child(2n) {
		margin: 0px 0px 70px 0px;
	}
		
	ul.fragenpanels li:nth-last-child(-n+3) {
		margin-bottom: 70px;
	}
	
	ul.fragenpanels li:nth-last-child(-n+2) {
		margin-bottom: 0px;
	}
}

@media (max-width: 680px) {
	pre,
	#comments,
	section.postcontent,
	section#asidewrapper,
	footer section#footer_wrapper,
	#topnavi_wrapper,
	#top_wrapper {
		width: 500px;
	}
	
	section.postcontent p img {
		width: 500px;
		height: auto;
		margin-left: 0 !important;
	}
	
	section.postcontent embed,
	section.postcontent object,
	section.postcontent iframe {
		width: 500px;
		min-height: 300px;
		height: auto;
	}
	
	article.fotos .postcontent {
		width: 500px;
	}
	
	article.fotos .wp-caption {
		width: 500px !important;
	}
	
	article.fotos .wp-caption img {
		width: 478px;
		height: auto;
	}
	
	article.fotos .postcontent .social,
	article.fotos_hochkant .postcontent .social,
	article.fotos .postcontent .metainfos,
	article.fotos_hochkant .postcontent .metainfos {
		width: 500px;
	}
	
	#topnavi {
		height: 60px;
	}
	
	#topnavi ul#menu {
		line-height: 30px;
	}
	
	#topnavi ul#menu .rss {
		padding-left: 0;
	}
	
	section.boxleft,
	section.boxright {
		float: none;
		margin: 0 auto 50px;
		padding: 0px;
	}
	
	ul.fragenpanels li a {
		padding: 10px;
		width: 190px;
		height: 260px;
	}
	
	ul.fragenpanels li a img {
		width: 190px;
		height: auto;
	}
	
	form#commentform table {
		width: 500px;
	}
	
	textarea#comment {
		width: 295px;
	}
}

/* END ipad */

/* iphone and other smartphones */

@media (max-width: 520px) {
	pre,
	#comments,
	section.postcontent,
	section#asidewrapper,
	footer section#footer_wrapper,
	#topnavi_wrapper,
	#top_wrapper {
		width: 300px;
	}
	
	#commentswrapper .googlead {
		display: none;
	}
	
	section.postcontent p img {
		width: 300px;
		height: auto;
		margin-left: 0 !important;
	}
	
	section.postcontent embed,
	section.postcontent object,
	section.postcontent iframe {
		width: 300px;
		min-height: 180px;
		height: auto;
	}
	
	article.fotos .postcontent {
		width: 300px;
	}
	
	article.fotos .wp-caption {
		width: 300px !important;
	}
	
	article.fotos .wp-caption img {
		width: 278px;
		height: auto;
	}
	
	article.fotos .postcontent .social,
	article.fotos_hochkant .postcontent .social,
	article.fotos .postcontent .metainfos,
	article.fotos_hochkant .postcontent .metainfos {
		width: 300px;
	}
	
	article.post {
		padding: 30px 0px;
		font-size: 14px;
		line-height: 25px;
	}
	
	article h1 {
		font-size: 23px;
		line-height: 28px;
	}
	
	#topnavi ul#menu .rss {
		padding-left: 10px;
	}
	
	#topnavi ul#menu .page-item-5784 a {
		padding-left: 0;
	}
	
	.pagebar a {
		display: inline-block;
		margin-bottom: 10px;
	}
	
	ul.fragenpanels li {
		margin: 0px 0px 50px 0px !important;
	}
	
	ul.fragenpanels li a {
		padding: 20px;
		width: 220px;
		height: 280px;
	}
	
	ul.fragenpanels li a img {
		width: 220px;
		height: auto;
	}
	
	body.page article .alignright {
		display: block;
		float: none;
		margin: 0px 0px 15px 0px;
	}
	
	body.page-id-725 article .alignright {
		float: right;
		margin-left: 10px;
	}
	
	form#commentform table {
		width: 300px;
	}
	
	textarea#comment {
		width: 175px;
	}
	
	form#commentform input {
		width: 95px;
	}
	
	form#commentform input#submit {
		width: 187px;
	}
}

/* END iphone */