/*
Theme Name: P-Magazin 2013
Author: Dennis Hingst
Author URL: http://www.qundg.de/
*/

/****************************************/
/* 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%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************/
/* init */

html
{
	height: 100%;
}

body
{
	min-height: 100%;
}

body
{
	background: #fff url(images/background.png);
}

body,
input,
textarea
{
	color: #000;
	font-family: Regular, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

input,
textarea,
button
{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/****************************************/
/* standards */

b,
strong
{
	font-weight: 700;
}

i,
em
{
	font-style: italic;
}

.hidden,
.show-on-mobile,
#tablet-skyscraper
{
	display: none !important;
}

.arrowlink
{
	background: url(images/arrow.png) center left no-repeat;
	padding-left: 16px;
}

/****************************************/
/* links */

a
{
	color: #757575;
	text-decoration: none;
}

a:hover
{
	color: #9AB213;
}

.article-body a
{
	color: #9AB213;
}

.article-body a:hover
{
	color: #757575;
}

/****************************************/
/* headlines */

h1,
h2,
h3,
h4,
h5,
h6
{
	line-height: 1;
	margin-bottom: 10px;
}

h1
{
	font-size: 34px;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

h1.title,
h2.title
{
	font-size: 34px;
	font-weight: 700;
	color: #9AB213;
	margin-bottom: 0;
}

h1.title > a,
h2.title > a
{
	color: #9AB213;
}

.subtitle
{
	color: #313131;
	display: block;
	font-size: 22px;
	line-height: 1;
	margin-top: 6px;
}

.subtitle a
{
	color: #313131;
}

/****************************************/
/* geruest */

#skyscraper,
#sidebar,
#meta,
#nav,
#footer,
.partners,
.article-recommend,
.article-icons
{
	display: none;
}

#logo
{
	margin: 20px;
}

/****************************************/
/* artikel */

.article
{
	background: #F7F7F7;
	margin-bottom: 20px;
	padding:  12px 16px;
}

.article:last-child
{
	margin-bottom: 0;
}

.article-head
{
	background: url(images/divider.png) center bottom repeat-x;
	padding-bottom: 16px;
	margin-bottom: 12px;
}

.article-meta
{
	color: #757575;
	font-size: 17px;
	line-height: 22px;
	margin-top: 4px;
}

.article-body
{
	overflow: hidden;
}

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

.article-body p:last-child
{
	margin-bottom: 0;
}

.article-thumbnail
{
	float: left;
	margin: 0 12px 12px 0;
}

.article-thumbnail img
{
	display: block;
}

.article-more
{
	margin-top: 8px;
}

.article-icons
{
	overflow: hidden;
	clear: both;
}

.article-icons img {
	display: block;
	margin-top: 16px;
	margin-right: 6px;
	float: left;
}

/****************************************/
/* bilder in artikeln */

.article-image
{
	margin-bottom: 10px;
	overflow: hidden;
}

.article-image-aligncenter
{
	margin-bottom: 0 auto 10px auto;
}

.article-image-alignright
{
    float: right;
	margin-left: 12px;
}

.article-image-alignleft
{
    float: left;
	margin-right: 12px;
}

.article-image img
{
	max-width: 100%;
    width: auto;
	height: auto;
}

.article-image-caption
{
	color: #444;
}

.article-image-credit
{
	float: right;
	margin-left: 16px;
	margin-bottom: 4px;
	color: #757575;
}

/* Social Links raus */

.videolink-f, .article-icons-button {display: none !important}

/****************************************/
/* responsive anzeige */

#qgresponsive
{
	display: none !important;
}