	/*
Theme Name: Opera Lounge Theme
Theme URI: http://operalounge.de
Author: Jonathan Gross
Author URI: http://kgp.de
Description: Das Theme für Opera Lounge
Version: 1.0
License: Private
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/




font-family:'AlternateGothicW01-No1_691796';
font-family:'AlternateGothicW01-No2_691799';
font-family:'AlternateGothicW01-No3_691802';
font-family:'Myriad W01 Lt';
font-family:'Myriad W01 Lt It';
font-family:'Myriad W01 Regular';
font-family:'Myriad W01 It';
font-family:'Myriad W01 SmBd';
font-family:'Myriad W01 SmBd It';
font-family:'Myriad W01 Bd';
font-family:'Myriad W01 Bd It';
font-family:'Myriad W01 Black';
font-family:'Myriad W01 Black It';
font-family:'Myriad W01 Lt Sm Cnd';
font-family:'Myriad W01 Lt Sm Cnd It';
font-family:'Myriad W01 Sm Cnd';
font-family:'Myriad W01 Sm Cnd It';
font-family:'Myriad W01 SmBd Sm Cnd';
font-family:'MyriadW01-SmBdSmCndIt';
font-family:'Myriad W01 Bd Sm Cnd';
font-family:'Myriad W01 Bd Sm Cnd It';
font-family:'Myriad W01 Black Sm Cnd';
font-family:'MyriadW01-BlackSmCndIt';
font-family:'Myriad W01 Lt Cnd';
font-family:'Myriad W01 Lt Cnd It';
font-family:'Myriad W01 Cnd';
font-family:'Myriad W01 Cnd It';
font-family:'Myriad W01 SmBd Cnd';
font-family:'Myriad W01 SmBd Cnd It';
font-family:'Myriad W01 Bd Cnd';
font-family:'Myriad W01 Bd Cnd It';
font-family:'Myriad W01 Black Cnd';
font-family:'Myriad W01 Black Cnd It';



/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
	font-size: 16pt;
	font-weight: 4	00;
	font-style: italic;
	line-height: 18pt;
	padding-left: 50px;
	padding-right: 50px;	
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


.fn {
	font-size: 1.1rem; /* 24px, base 16px */
	font-family: "AlternateGothicW01-No1_691796", "alternate-gothic-no-1-d" ,sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
/*	letter-spacing: 0.05em;	*/
	color: #4d4d4d;
	}
time {
	float: right;
	font-size: 1.1rem; /* 24px, base 16px */
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d" ,sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
/*	letter-spacing: 0.05em;	*/
	color: #4d4d4d;
	}

.reply {
	font-size: 1.0rem; /* 24px, base 16px */
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d" ,sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
/*	letter-spacing: 0.05em;	*/
	color: #4d4d4d;
	
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Start custom CSS */

/* Repetitive and general patterns */

body {
	margin: 0;
	padding: 0;
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #777;
	color: #4d4d4d;
}

html, body {
	height: 100%;
}

a {
	color: #4d4d4d;
}

a img, a, img {
	border: 0;
	outline: 0;
}

.clearboth {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden;
}

/* The main page */

#page {
	width: 896px;
	min-height: 100%;
	margin: 40px auto 0px auto;
	padding-bottom: 40px;
	background-color: #F9F9F9;
}

/* The header */

#header {
	padding: 25px 58px 0 58px;
}

#header #header-logo {
	float: left;
}

#header #header-logo img {
	height: 175px;
}

#page_name_container {
	width: 260px;
	height: 175px;
	float: right;
	position: relative;
}

#page_name_container #page_name {
	font-size: 1.4rem; /* 24px, base 16px */
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d" ,sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #4d4d4d;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

/* Header navigation */

#header-navigation {
	margin-top: 25px;
	margin-bottom: 20px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;	
}

ul#menu-mainmenu li.menu-item {
	float: left;
	margin: 0 5px 0 0;
	padding: 8px 13px 5px 15px;
	position: relative;
	z-index: 10000;
}

ul.sub-menu {
	display: none;
	min-width: 250px;
}

ul#menu-mainmenu > li.first-item:hover {
	background-color: #5fc5ef;
}

ul#menu-mainmenu > li.second-item:hover {
	background-color: #EE785C;
}

ul#menu-mainmenu > li.third-item:hover {
	background-color: #7ABD79;
}

ul#menu-mainmenu li.menu-item:hover a {
	color: #fff;
}

ul#menu-mainmenu li.menu-item:hover ul.sub-menu {
	display: block;
}

ul#menu-mainmenu li.menu-item a {
	font-family: "AlternateGothicW01-No1_691796", "alternate-gothic-no-1-d" ,sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.8rem; /* 24px */
	text-decoration: none;
	letter-spacing: 0.05em;
	
}

ul#menu-mainmenu > li.first-item a, ul#menu-mainmenu > li.first-item {
	color: #5fc5ef;
}

ul#menu-mainmenu > li.second-item a, ul#menu-mainmenu > li.second-item {
	color: #EE785C;
}

ul#menu-mainmenu > li.third-item a, ul#menu-mainmenu > li.third-item {
	color: #7ABD79;
}

ul#menu-mainmenu li.menu-item ul.sub-menu {
	position: absolute;
	left: 0px;
	top: 38px;
	padding: 10px 0 10px 0;
}

ul#menu-mainmenu li.first-item ul.sub-menu {
	background-color: #5fc5ef;
}

ul#menu-mainmenu li.second-item ul.sub-menu {
	background-color: #EE785C;
}

ul#menu-mainmenu li.third-item ul.sub-menu {
	background-color: #7ABD79;
}

ul#menu-mainmenu li.menu-item ul.sub-menu li {
	float: none;
	display: block;
	padding: 3px 15px 3px 15px;
}

ul#menu-mainmenu li.menu-item ul.sub-menu li a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0px;
}

ul#menu-mainmenu li.menu-item ul.sub-menu li:hover a {
	border-bottom: 1px solid #fff;
	width: 100%;
}

/* Searchform */

#searchform {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	
	
}

#search {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.5rem; /* 24px */
	color: #5fc5ef;
	text-decoration: none;
	letter-spacing: 0.05em;
	border: 1px solid #5fc5ef;
	padding: 4px 0 0 5px;
	margin-top: 3px;
	height: 25px;
	line-height: 1em;
	width: 120px;
	background-color: #F9F9F9;
}

/* The Content */

#primary {
	margin: 0 58px 0 58px;
	padding: 0 5px 0 5px;
	width: 770px
}

#content {
	width: 100%;
}

/* Artikel-Navigation */
#nav-below {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

#nav-below a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1rem; /* 16px */
	color: #5fc5ef;
	text-decoration: none;
	letter-spacing: 0.05em;
}

/* Home Page */

body.home .featured-post .post_thumbnail {
	margin-bottom: 20px;
}

body.home .featured-post {
	text-align: center;
}

body.home .featured-post .entry-header {
	padding: 0 35px 0 35px;
}

body.home .featured-post .entry-header .infoline a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.4rem; /* 16px */
	letter-spacing: 0.1rem;
	color: #3A3A39;
	text-decoration: none;
	text-shadow: 0px -1px 0px #eeeeee;
	margin-bottom: 10px;
}

body.home .featured-post .entry-header .entry-title a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36pt; /* 36px */
	letter-spacing: 0.1rem;
	line-height: 40pt;
	color: #2E2E2D;
	text-decoration: none;
    text-shadow: 2px 2px 0px #dddddd;
	margin-bottom: 0px;
}

body.home .featured-post .entry-header .subline a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22pt; /* 18px */
	letter-spacing:	0.075rem;
	line-height: 16pt;
	color: #3A3A39;
	text-shadow: 0px -1px 0px #eeeeee;
	text-decoration: none;
	margin-bottom: 25px;
}

body.home .featured-post .entry-header .post-excerpt {
	text-align: justify;
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	line-height: 16pt;
	letter-spacing: 0.01rem;
	margin-top: 15px;
	margin-bottom: 10px;
	
}

body.home .featured-post .entry-header .read-more {
	text-align: center;
	margin-bottom: 15px;
}

body.home .featured-post .entry-header .read-more a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt; /* 16px */
	letter-spacing: 0.1rem;
	text-decoration: none;
	color: #3A3A39;
	
}

/* Start Masonry */

body.home #content {
	width: 100%;
	/*border-top: 1px solid #4d4d4d;*/
}

body.home #featured_post {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 10px;
}

body.home #content .masonry-item {
	float: left;
	width: 251px;
	padding: 0;
	border-bottom: 1px solid #4d4d4d;
}

body.home #content .masonry-item .post_thumbnail {
	width: 251px;
	margin-top: 8px;
	margin-bottom: 8px;
}

body.home #content .masonry-item .entry-header {
	padding: 0 3px 0 1px;
}

body.home #content .masonry-item .entry-header .infoline {
	margin-bottom: 2px;
}

body.home #content .masonry-item .entry-header .infoline a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14pt; /* 16px */
	letter-spacing: 0.05rem;
	color: #3A3A39;
	text-decoration: none;
	text-shadow: 0px -1px 0px #eeeeee;
	
}

body.home #content .masonry-item .entry-header .entry-title {
	margin-bottom: 6px;
}

body.home #content .masonry-item .entry-header .entry-title a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24pt; /* 20px */
	line-height: 21pt;
	letter-spacing: 0.01rem;
	color: #2E2E2D;
    text-shadow: 1px 1px 0px #dddddd;
	text-decoration: none;
}

body.home #content .masonry-item .entry-header .post-excerpt {
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11pt;
	line-height: 14pt;
	letter-spacing: 0.01rem;
	margin-bottom: 10px;
}

body.home #content .masonry-item .entry-header .read-more {
	margin-bottom: 8px;
}

body.home #content .masonry-item .entry-header .read-more a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt; /* 16px */
	letter-spacing: 0.1rem;
	text-decoration: none;
	color: #3A3A39;
	
}

/* Category Page */
body.category .archive-header {
  border-bottom: 1px solid #4d4d4d;
}

body.category #content h1.archive-title, body.search #content h1.archive-title, body.tag #content h1.archive-title {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-size: 3.375rem; /* 54px */
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

body.category #content h2.archive-meta, body.search #content h2.archive-meta, body.tag #content h2.archive-meta {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem; /* 16px */
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

body.category #content article, body.search #content article, body.tag #content article {
	padding: 0 40px 20px 40px;
	margin: 20px 0 0px 0;
	border-bottom: 1px solid #4d4d4d;
	float: left;
}

body.category #content article .post-thumbnail, body.search #content article .post-thumbnail, body.tag #content article .post-thumbnail {
	float: left;
	margin-right: 20px;
}

body.category #content article .post-content, body.search #content article .post-content, body.tag #content article .post-content {
	float: left;
	width: 400px;
}

/*edit dvd*/

.post-content-portait {
	float: left;
	width: 400px;
}

/*edit dvd end*/

body.category #content article.news-item .post-content, body.search #content article.news-item .post-content, body.tag #content article.news-item .post-content {
	width: auto;
}

body.category #content article header h2.entry-infoline, body.search #content article header h2.entry-infoline, body.tag #content article header h2.entry-infoline {
	margin-bottom: 2px;
}

body.category #content article header h2.entry-infoline a, body.search #content article header h2.entry-infoline a, body.tag #content article header h2.entry-infoline a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16pt; /* 16px */
	letter-spacing: 0.05rem;
	color: #3A3A39;
	text-decoration: none;
	text-shadow: 0px -1px 0px #eeeeee;
}

body.category #content article header h1.entry-title, body.search #content article header h1.entry-title, body.tag #content article header h1.entry-title {
	margin-bottom: 2px;
}

body.category #content article header h1.entry-title a, body.search #content article header h1.entry-title a, body.tag #content article header h1.entry-title a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24pt; /* 20px */
	line-height: 21pt;
	letter-spacing: 0.05rem;
	color: #2E2E2D;
	text-shadow: 1px 1px 0px #dddddd;
	text-decoration: none;
	}

body.category #content article header h3.entry-subline, body.search #content article header h3.entry-subline, body.tag #content article header h3.entry-subline {
	margin-bottom: 15px;
}

body.category #content article header h3.entry-subline a, body.search #content article header h3.entry-subline a, body.tag #content article header h3.entry-subline a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14pt; /* 16px */
	letter-spacing: 0.05rem;
	color: #3A3A39;
	text-decoration: none;
	text-shadow: 0px -1px 0px #eeeeee;
}

body.category #content article .entry-summary, body.search #content article .entry-summary, body.tag #content article .entry-summary {
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11pt;
	line-height: 14pt;
	letter-spacing: 0.01rem;
	margin-bottom: 10px;
} 

body.category #content article .read-more a, body.search #content article .read-more a, body.tag #content article .read-more a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt; /* 16px */
	letter-spacing: 0.1rem;
	text-decoration: none;
	color: #3A3A39;
	
}

body.category #content article.even-item .post-thumbnail, body.search #content article.even-item .post-thumbnail, body.tag #content article.even-item .post-thumbnail {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

body.category #content article.even-item .post-content, body.search #content article.even-item .post-content, body.tag #content article.even-item .post-content {
	float: right;
}

/* Footer */
#footer_container {
	position: fixed;
	bottom: 0px;
	z-index: 10;
	width: 100%;
}

#footer {
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
	background-color: #F9F9F9;
	height: 40px;
	border-top: 1px solid #4d4d4d;
}

#footer .menu-bottommenu-container {
	float: right;
	margin-top: 10px;
}

#footer ul#menu-bottommenu li.menu-item {
	float: right;
	margin-left: 20px;
}

ul#menu-bottommenu li.menu-item a {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1rem; /* 16px */
	text-decoration: none;
	letter-spacing: 0.05em;
}

ul#menu-bottommenu > li.first-item a {
	color: #5fc5ef;
}

ul#menu-bottommenu > li.second-item a {
	color: #EE785C;
}

ul#menu-bottommenu > li.third-item a {
	color: #7ABD79;
}

/* Single Post */

body.single article .entry-header {
	width: 770px;
	text-align: center;
}

body.single article .entry-header #post-cover {
	width: 770px;
	overflow: hidden;
	text-align: center;
}

body.single article .entry-header #post-cover img {
	max-height: 300px;
}

body.single article .entry-header h2.entry-infoline {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.4rem; /* 16px */
	letter-spacing: 0.1rem;
	color: #3A3A39;
	text-decoration: none;
	text-shadow: 0px -1px 0px #eeeeee;
	margin-top: 20px;
}

body.single article .entry-header h1.entry-title {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36pt; /* 36px */
	letter-spacing: 0.1rem;
	line-height: 22pt;
	color: #2E2E2D;
	text-decoration: none;
	text-shadow: 2px 2px 0px #dddddd;
	margin-top: 13px;
	margin-bottom: 13px;
}

body.single article .entry-header h3.entry-subline {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22pt; /* 18px */
	letter-spacing:	0.075rem;
	line-height: 16pt;
	color: #3A3A39;
	text-shadow: 0px -1px 0px #eeeeee;
	text-decoration: none;
}

body.single article .entry-header h4.entry-cast {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14pt; /* 14px */
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 15pt;
	width: 75%;
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid #4d4d4d;
	margin: 15px auto 25px auto;
	padding: 5px 0 5px 0;
}

body.single article .entry-content {
	width: 600px;
	padding-left: 85px;
	padding-right: 85px;
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	line-height: 18pt;
	letter-spacing: 0.01rem;
	}

body.single article .entry-content p {
	margin-top: 0px;
	margin-bottom: 10px;
}

body.single article .entry-content .alignleft {
	float: left;
	margin: 7px 20px 0px -85px ;
}

body.single article .entry-content .alignright {
	float: right;
	margin: 7px -85px 0px 20px ;
}

body.single article .entry-content .wp-caption .wp-caption-text {
	margin-top: 5px;
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem; /* 12px */
	line-height: 1.1rem; /* 16px */
}



body.single article footer {
	width: 450px;
	margin: 25px auto 0 auto;
}

body.single article footer .entry-tags {
	padding: 5px 15px 2px 15px;
	text-align: center;
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid #4d4d4d;
	margin-bottom: 20px;
}

body.single article footer .entry-tags a {
	font-family:  "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14pt; /* 14px */
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 15pt;
	width: 75%;
	margin: 2px 10px 1px;
}

body.single article footer .entry-tags a.first-item{
	color: #5FC5EF;
}

body.single article footer .entry-tags a.second-item {
	color: #EE785C;
}

body.single article footer .entry-tags a.third-item {
	color: #7ABD79;
}

body.single article footer .author-info {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 10px;
}

body.single article footer .author-avatar {
	float: left;
	margin-right: 20px;
}

body.single article footer .author-description {
	float: right;
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem; /* 12px */
	line-height: 1rem; /* 16px */
	width: 250px;
}

body.single article footer .author-description .author-name {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.875rem; /* 14px */
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

body.single article footer .author-description .author-link {
	margin-top: 10px;
	margin-bottom: 10px;
}

body.single article footer .author-description .author-link a {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.875rem; /* 14px */
	letter-spacing: 0.05em;	
}

body.single article footer .post-ratings {
	width: 450px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid #4d4d4d;
	text-align: center;
}

body.single article footer .post-ratings .rating-hint {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.875rem; /* 14px */
	letter-spacing: 0.05em;
}

/* Comments */
body.single article footer #commentform {
  margin-top: 30px;
}

body.single article footer .comment .avatar {
  display: none;
}

body.single article footer article.comment {
  font-family: "Myriad W01 Regular" , "myriad-pro";
  margin-top: 20px;
}

body.single article footer article.comment p {
  margin-bottom: 10px;
}

body.single article footer article.comment header {
  margin-bottom: 5px;
  font-size: 12px;
}

body.single article footer ol.commentlist li ol li {
  margin-left: 10px;
}

body.single article footer #commentform input {
	width: 438px;
	padding: 5px;
	border: 1px solid #4d4d4d;
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-size: 14pt; /* 14px */
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 15pt;
/*	text-transform: uppercase;*/
	margin-bottom: 5px;
	background-color: #F9F9F9;
}

body.single article footer #commentform textarea {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 5px;
/*	text-transform: uppercase;*/
	text-decoration: none;
	font-size: 0.875rem; /* 14px */
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	float: left;
	height: 80px;
	width: 438px;
	background-color: #F9F9F9;
}

body.single article footer #commentform input#submit {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	font-style: normal;
	font-weight: 400;
/*	text-transform: uppercase;*/
	text-decoration: none;
	font-size: 0.875rem; /* 14px */
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	margin-right: auto;
	color: #fff;
	background-color: #4d4d4d;
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
}


#url {
	display: none;
}

/* Pages */

body.page article.page {
  width: 600px;
	padding-left: 85px;
	padding-right: 85px;
	font-family: "Myriad W01 Regular" , "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	line-height: 18pt;
	letter-spacing: 0.06rem;
}

body.page .entry-header {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
}

body.page #content h1.page-title {
	font-family: "AlternateGothicW01-No1_691796" , "alternate-gothic-no-1-d",sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-size: 3.375rem; /* 54px */
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

body.page #content h1.imprint-title {
  color: #5FC5EF;
}

body.page #content h1.contact-title {
  color: #EE785C;
}

body.page #content .entry-content p {
  margin-bottom: 10px;
}




/*Custom by Jens */

.archive.category .attachment-post-thumbnail.wp-post-image {width:258px; height:auto;}
.archive.category .post-thumbnail img {width:258px; height:auto;}



