/*
Theme Name:     AbrissAufstand3 (Twenty Ten Child)
Theme URI:      http: //www.fritzmielert.de/
Description:    Child theme for the Twenty Ten theme 
Author:         Fritz Mielert
Author URI:     http: //www.fritzmielert.de/
Template:       twentyten
Version:        0.3.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-size: 100.1%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/




/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
h3 {
	font-size: 1em;
}
.entry-content{
	font-family: Georgia, "Bitstream Charter", serif;
}

.entry-content li {
	margin-left:20px;
	margin-top:0px;
}

/* =Structure
-------------------------------------------------------------- */

#wrapper{
    margin: 20px auto 0px;
    max-width: 950px;
	position: relative;
}
#header{
	position: relative;
	margin: 0;
	padding: 0;
	height: 215px;
	top: 0;
}
#main{
	position: relative;
}
#container{
    float:left;
    margin: 0 240px 0 240px;
    display: block;
    position: relative;
    min-height: 1800px;
}
.widget-area{
    width:220px;
    display: block;
    position: absolute;
	top: 0px;
	overflow: hidden;
}
#primary{
    left: 0px;
}
#secondary{
    right: 0px;
}
#menu{

}
/*#menu2 {display: none;}*/
#twitter {display: none;}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 0.8em;
	line-height: 1.5em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
a{
word-break: break-word;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #A3B023;
}
a:visited {
	color: #676f13;
}
a:active,
a:hover {
	color: #cfe02e;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
#site-title a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	line-height:21px;
	margin:0px 0 4px;
	font-weight:bold;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 21px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#header-search {
	position:relative;
	float:right;
	top:-23px;
	z-index:150;
	right: 17px;
}
/* =Menu
-------------------------------------------------------------- */
#access {
	z-index: 100;
	position:relative;
}

#access .menu-header, div.menu {
	width: 928px;
}
#access a {
	line-height:21px;
	margin:0px 0 4px;
	font-weight:bold;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#000;
	background:#fff;
}

#access ul li.current_page_item:hover > a,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a,
* html #access ul li a:hover {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a {
	color: #fff;
}

#access ul ul li a, #access ul ul ul li a {
	margin:0px 0 0px;
}
#s {
	border:1px #AAAAAA solid;
	background:none repeat scroll 0 0 transparent;
	color:#AAAAAA;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
	margin:0;
	padding:3px 0px 2px 3px;
	position:relative;
	top:-5px;
	width:95px;
	height:15px;
}
#s:focus, #s:hover {
	color:#000;
	background-color:#fff;
}
#searchsubmit {
	border:1px #AAAAAA solid;
	background:none repeat scroll 0 0 transparent;
	color:#AAAAAA;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
	margin:0;
	padding:2px 3px 1px 3px;
	position:relative;
	top:-2px;
}
#searchsubmit:hover {
	color:#000;
	background-color:#fff;
	cursor:pointer;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
}
#content {
	margin-bottom: 36px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0.8em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 0.8em;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {

}
.home .sticky .twoclick_social_bookmarks_post_17025{
	display: none;
}
.sticky .entry-title a:link, .sticky .entry-title a:visited{
	color: #A3B023;
}
.sticky .entry-content {
	border: 3px solid #A3B023;
	padding: 10px;
	width:450px;
}
.sticky .entry-meta {
	display: none;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	/*font-size: 0.8em;*/
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #CFE02E;
}
.entry-meta, #nav-above {
	color: #888;
	font-size: 0.8em;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 0.8em;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 0.8em;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 0.8em;
	line-height: 1.4em;
}
.entry-meta a,
.entry-utility a,
#nav-above a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover,
#nav-above a:hover {
	color:#CFE02E;
}
#content .video-player {
	padding: 0;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	height: auto;
	max-width: 470px;
	min-width: 10px; /* war: 150 px, skaliert dann alle kl. Bilder hoch (MvH) */
}

#content .wp-caption img{
	max-width: 460px;
}

#content img.wp-smiley {
	min-width: 15px;
}

#content object, #content iframe, #content embed{
	width: 470px;
}

#content .fb_recommend img{
	width: 45px;
}

#content .tweet img{
	width: 55px;
}

#content img{
	height: auto;
}

.one-column #content object,.one-column  #content iframe,.one-column #content embed{
	width: 100%;
	height: 600px;
}

#content img.size-medium{
	width: 230px !important;
}
#content img.size-thumbnail{
	width: 100px !important;
}
#content img.wp-smiley{
	width: 15px !important;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-container{
	margin-top:0;
	padding-top:0;
}

.textwidget{
	margin-top:0;
	padding-top:0;
}

.widget-area{
	padding-top:0;
	overflow:hidden;
}

.xoxo{
	margin-top:0;
	padding-top:0;
}

.widget-area a:link {
	color: #a3b023;
	text-decoration:none;
}

.widget-area a:visited {
	color: #676f13;
}

.widget-area a:hover, .widget-area a:active {
	color: #cfe02e;
}

.widget-area .recentcomments a{
	text-decoration:none;
}
#tag_cloud-3 a{
	text-decoration:none;
}
#linkcat-2 a{
	text-decoration:none;
}
#meta-2 a{
	text-decoration:none;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 150px;
}

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 0.8em;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 476px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 0.8em;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 0.8em;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
	width: 145px !important;
	height: auto !important;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Fonts
-------------------------------------------------------------- */
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{
	font-weight:bold;
	margin-bottom:12px;
}
#content h1, #content .entry-title{
	/*font-size:30px;*/
	font-size:1.7em;
}
#content h1 .author{
	/*font-size:30px;*/
	font-size:1.2em;
}
#content h2{
	/*font-size:26px;*/
font-size:1.5em;
}
#content h3{
	/*font-size:22px;*/
font-size: 1.3em;
}
#content h4{
	/*font-size:18px;*/
font-size:1.2em;
	margin-bottom:10px;
}
#content h5{
	/*font-size:14px;*/
font-size:1.1em;
	margin-bottom:0;
	line-height:24px;
}
#content h6{
	font-size:30px;
	font-weight:normal;
	margin-bottom:0;
}
#content, #content input, #content textarea {
	color:#333333;
	font-size:1.15em;
	line-height:1.6em;
}
.widget-title{
	
}
body.home #nav-above{
	display: none;
}

/* Twitter */

.u-photo avatar{
	display:none;
}

/* Twitter 2 */
#twitter_main{
	display: none;
	background:url("images/headers/beiabrissaufstand_back.gif") no-repeat scroll left bottom black;
	padding: 0 14px;
}
#twitter_main .twtr-timeline{
	width: 100%;
}
#twitter_main .twtr-hd{
	display: none;
}
#twitter_main .twtr-widget{
	font-size: 1em!important;
}
#twitter_main .twtr-widget em{
	font-size: 0.8em!important;
}
#closeTwitter, #openTwitter {
	text-align: center;
	display: none;
}


/* wp-pagenavi */

.wp-pagenavi a, .wp-pagenavi .current, .wp-pagenavi .nextpostslink , .wp-pagenavi .last{
	padding: 8px;
	text-decoration: none;
}
.wp-pagenavi .current{
	color: #fff;
	background-color: #000;
}


body {
	background:url("images/headers/beiabrissaufstand_back.gif") no-repeat scroll center -150px transparent;
	position: relative;
	padding: 0;
	margin: 0;
}
#headerimage{
	margin: 20px 20px 0px 20px;
	position: relative;
	top: -24px;
}
#site-description {
	color: white;
	margin: 0px 12px;
	text-align: right;
	width: 952px;
	position: absolute;
	top: 108px;
	font-style: normal;
	right: 10px;
	font-size: 12px;
}
#site-title{
	float: left;
	margin: 90px 0 18px;
	width: 547px;
	font-size: 20px;
	line-height: 36px;
	position: absolute;
	top: 36px;
}
.widget-container{
	overflow: hidden;
	padding-bottom: 18px;
}
#primary ul{
	list-style: none;
	margin: 0 0 0 20px;
}
#secondary ul{
	list-style: none;
	margin: 0 20px 0 0;
}
#secondary .widget-container ul, #primary .widget-container ul{
	margin-left: 1.3em;
	list-style: square;
}

.announcement_post {

}
.announcement_post .wpsoptin{
	display: none;
}

.comment-body a{
	width: 300px;
overflow: hidden;
display: block;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{
	clear: both;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label{
	width: 150px;
	display: block;
	float: left;
}
.comment-form-comment label{
	display:block;
}

#site-info{
/*	border-top: solid 2px #000; */
	height: 50px;
	font-weight: bold;
/*	overflow: hidden; */
}

#site-info a {
	color: black;
	text-decoration: none;
}


#footer{
}

#menu2{
	max-width: 25em;
	margin: 0 auto;
	display: none;
}

.menu-footer a{
	color: #000;
	text-decoration: none;
	cursor: default;
}

.menu-footer .sub-menu a{
	color: #999999;
	cursor: pointer;
	text-decoration: underline;
}

.menu-footer ul{
	list-style-type: none;
}
.menu-footer ul li a{

}
.menu-footer ul li{

}
.menu-footer .sub-menu{

}
.menu-footer .sub-menu li{

}

.video-wrapped{
	width: 100% !important;
}

/* =Page Style
-------------------------------------------------------------- */
.page #container {margin: 0 20px 0 240px;}
.page #secondary { display: none; }
.page #container.one-column {margin: 0 20px 0 20px;width:92%}


/* =Mobile Style
-------------------------------------------------------------- */

@media screen and (max-width: 1160px) {
	#banner_top_right { display: none; } 
}

@media screen and (max-width: 965px) {
	#headerimage {top:0px;}
	body {background-position: center -180px}
	#header {height: 175px; }
    #secondary { display: none; }
    #branding, #access, #header-search {display: none;}
    #menu2 {display:block;}
	#site-description { display: none; }
	#container {margin: 0 20px 0 240px;}
}
@media screen and (max-width: 850px) {
    body {background-position: center -195px}
	#header {height: 135px; }
}
@media screen and (max-width: 740px) {
    body {background-position: center -210px}
	#header {height: 120px; }
}
@media screen and (max-width: 700px) {
    body {background-position: center -220px}
	#header {height: 110px; }
}
@media screen and (max-width: 620px) {
    body {background-position: center -235px}
	#header {height: 105px; }
}
@media screen and (max-width: 600px) {
    body {background-position: center -237px}
	#header {height: 102px; }
	#twtr-widget-1 {display: none;}
}
@media screen and (max-width: 550px){
    body {background-position: center -240px;}
	#primary { display: none; }
    #container {position: initial; margin: 0 20px;}
	.page #container {margin: 0 20px 0 20px;}
	#impressum { display: none; }
	#twitter_main {display: block;}
	#twtr-widget-1 {display: none;}
	#closeTwitter {display: none;}
	#openTwitter {display: block;}
}
@media screen and (max-width: 550px) and (min-height: 550px){
	body.home {background-position: center -232px;}
	.home #header {height: 370px; }
    #twitter_main {display: block;}
	#twtr-widget-1 {display: block;}
	#closeTwitter {display: block;}
	#openTwitter {display: none;}
	
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 600px) and (max-width: 800px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 600px) and (max-width: 800px){
    body {background-position: center -185px;}
	#primary {visibility: hidden; width: 0px;}
	#secondary {display: none;}
    #container {position: initial; margin: 0 20px;}
	.page #container {margin: 0 20px 0 20px;}
	#impressum { display: none; }
	.wpsoptin { display: none; }
	//#twitter_main {display: none;}
	//#twtr-widget-1 {display: none;}
	//#closeTwitter {display: none;}
	//#openTwitter {display: block;}
	#twitter_main {display: none;}
	#twtr-widget-1 {display: none;}
	#closeTwitter {display: none;}
	#openTwitter {display: none;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 600px) and (orientation:portrait), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 600px) and (orientation:portrait){
    body.home {background-position: center -185px;}
	.home #header {height: 140px; }
	//.home #header {height: 400px; }
	//#twitter_main {display: block;}
	//#twtr-widget-1 {display: block;}
	//#closeTwitter {display: block;}
	//#openTwitter {display: none;}
	#twitter_main {display: none;}
	#twtr-widget-1 {display: none;}
	#closeTwitter {display: none;}
	#openTwitter {display: none;}
	#commentform input,#commentform textarea{width:99%;}
	#commentform input,#commentform textarea{max-width:400px;width:auto;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation:portrait) and (max-width: 800px), only screen and (min-device-pixel-ratio: 1.5) and (orientation:portrait) and (max-width: 800px){
	body {font-size: 160%;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation:landscape) and (max-width: 800px), only screen and (min-device-pixel-ratio: 1.5) and (orientation:landscape) and (max-width: 800px){
	body {font-size: 120%;}
}

/* Settings f�r Macbook Pro Retina */
/*@media only screen and (min--moz-device-pixel-ratio: 1.6) and (min-width: 600px),
only screen and (-o-min-device-pixel-ratio: 1.6/1) and (min-width: 600px),
only screen and (-webkit-min-device-pixel-ratio: 1.6) and (min-width: 600px),
only screen and (min-device-pixel-ratio: 1.6)  and (min-width: 600px){
	body {font-size: 100%;}
	#primary {visibility: visible; width: 220px;}
	#secondary {display: block;}
	.page #container {margin: 0 240px 0 240px;}
	body.home {background-position: center -150px;}
	.home #header {height: 215px; }
	#twitter_main {display: none;}
	#twtr-widget-1 {display: none;}
	#closeTwitter {display: none;}
	#openTwitter {display: none;}
}*/


/* =Print Style
-------------------------------------------------------------- */

@media print {
	.widget-area{
		visibility:hidden;
	}
	#header{
		visibility:hidden;
		display: none;
	}
	#banner_top_right{
		visibility:hidden;
	}
	#content{
		margin:0;
	}
	#footer{
		display: none;
	}
	#container {
		position: initial;
		margin: 0 20px;
	}
	.navigation{
		visibility: hidden;
		display: none;
	}
	a:link, a:visited, a:active, a:hover{
		color: #000;
		text-decoration: underline;
	}
	.wpsoptin{
		visibility: hidden;
		display: none;
	}
	.entry-utility{
		visibility: hidden;
		display: none;
	}
	.wp-pagenavi{
		visibility: hidden;
		display: none;
	}
	body, body.custom-background {
		background: #ffffff;
	}
	#wp-eckle{
		display: none;
	}
	.social_share_privacy{
		display: none;
	}
	#respond, .reply{
		display: none;
	}

        #twitter-widget-0 {
	        visibility: hidden;
                display: none !important ;
        }
}