@media all and (max-width: 1110px) {

div.post {
	width:970px !important; 
}
div.article {
	margin: -11px 10px 0 15px !important;
}
div.post a.title:link, div.post a.title:active, div.post a.title:visited, div.post a.title:hover {
	margin: 0px 155px 2px 15px !important;
}
}



a { outline: none; } 
img {	border: 0px; }
body {
	padding: 0px;
	margin: 0px;
	color: #1d1d1d;
	font-family: Georgia, 'Vollkorn', serif; 
	font-size: 16px;
}
a:link, a:active, a:visited { 
	color: #2278d0;
	text-decoration:none; 
}
a:hover { 
	color: #1469c0; 
	text-decoration:none; 
}
div.header {
	height: 144px;
	background: url('/images/theme/header.png');
}
div.icons {
	position: absolute;
	top: 280px;
	right: 11px; 
}
a.icon {
	opacity: 0.5;
	-webkit-transition-property: opacity;
	 -webkit-transition-duration: 1s;
}
a.icon:hover {
	opacity: 1;
}

div.post {
	margin: 50px 0px 100px 0px;
	width:1110px; 
	text-align: left;
}
div.post a.title:link, div.post a.title:active, div.post a.title:visited {
	margin: 0px 155px 2px 155px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	display:block;
}
div.post a.title:hover {
	margin: 0px 155px 2px 155px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #1d1d1d;
}
div.article {
	display: block;
	width: 800px;
	text-align: left;
	float:left;
	margin: -11px 10px 0 155px;
	line-height:1.4em;
}
div.article img {
	max-width: 800px;
	height: auto;
}
div.postfoot {
	border-top: 1px solid #cacaca;
	font-family: Georgia;
	font-size: 12px;
	color: #948f8f;
	padding: 7px 0px;
}
div.postfoot a {
	font-family: Georgia;
	font-size: 12px;
	color: #948f8f;
}
div.aside {
	display: block;
	width: 145px;
	float:right;
	text-align: left;
	color: #8f8f8f;
	font-family: Georgia;
	margin-top:3px;
	font-size: 12px; 
}
div.aside a:link, div.aside a:active, div.aside a:visited {
	color: #8f8f8f;
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px; 
}
div.aside a:hover {
	color: #7d7d7d;
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px; 
}


div.footer {
	display:block;
	background: url('/images/theme/footer-bg.png') #000;
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}
div.footer div.foot {
	width: 140px;
	padding: 16px 5px 30px 5px;
	float:left;
	text-align: left;
}
div.footer  h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #fff; 				
	font-weight: bold;
	margin: 20px 0 8px 0;
}
div.footer a:link, div.footer a:visited, div.footer a:active {
	color: #999999;				
	margin-left:8px;
	margin-bottom:2px;
	display:block;
	font-size: 15px;
}
div.footer a:hover {
	color: #6a6a6a;
}
 
div.kkk {
	background: url('/images/theme/bg.jpg') top center;
}

div.keller {
	display: block;
	height: 500px;
	position:relative;
}






li, ul, ol, ul li { 
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}
label.screen-reader-text, input#searchsubmit {
	display:none;
}

input#s {
	background: url('/images/theme/lupe.png');
	border: 0px;
	padding: 0 0 0 24px;
	margin-left: 7px;
	outline: none;
	width: 70px; 
	height: 18px;
	font-family: Georgia, 'Vollkorn', arial, serif;
	font-size:16px;
	color: #999999;
}

div.pagecontent {
	width: 800px;
	text-align: left;
	margin: 40px 0;
}

div.pagecontent h1 {
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

#headline {
	color:#7d7d7d;
	font-size:26px;
}



















span.inactive, span.this-page {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	background: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 	padding: 2px 6px;
}

span.break {
 	padding: 2px 7px 2px 4px;
}
 
.pagebar a:link, .pagebar a:visited, .pagebar a:active {
	background: #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 14px;
 	padding: 2px 6px;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
}
.pagebar a:hover {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	background: #333333;
 	padding: 2px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

 
/*--------------------Kommentare--------------------*/
/* fuer die Kommentarliste an sich*/
ol.commentlist{
}
#commentform {
	padding-top: 20px;
}
 
/*folgende class stehen zur Gestaltung des li bereit */
 
.comment {
	font-family: Georgia, 'Vollkorn', serif; 
	font-size: 15px;
	color: #404040;
	line-height:1.4em;
}
.comment-body {
	padding-bottom: 10px;
}
cite.fn, cite.fn a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #010101;
	font-weight: bold;
	font-style: normal;
}
span.says, div.comment-meta {
	display: none;
}

.comment-author {
	margin-bottom: -10px; 
}
.nocomments {
	padding-bottom: 60px;
}


input#author, input#email {
	background: #fbfbfb;
	border: 1px solid #dbdbdb;
	width: 250px;
	padding: 4px;
	color: #948f8f;
	font-family: Helvetica, Arial, serif;
	font-size: 14px;
	margin-right: 6px;
}
input#url {
	background: #fbfbfb;
	border: 1px solid #dbdbdb;
	width: 250px;
	padding: 4px;
	color: #948f8f;
	font-family: Helvetica, Arial, serif;
	font-size: 14px;
	margin-right: 0px;
}
div.send {
	text-align: right;
	width: 795px;
}
input#submit {
	width: 42px;
	height: 58px;
	padding: 4px;
	background:none;
	border: 0px;
	margin-right: 11px;
	position: relative;
	top:-17px;
	z-index:1;
}
input#submit:hover {
	position: relative;
	top:-14px;
	z-index:1;
}
textarea {
	background: #fbfbfb;
	border: 1px solid #dbdbdb;
	width: 781px;
	margin-top: 7px;
	position: relative;
	z-index:2;
	padding:8px;
}



div.keller div.raum1 {
	background:url('/images/theme/raum1.png') no-repeat; 
	width:750px; 
	height:500px; 
	position:absolute; 
	z-index:3;
	left:2%;
}
div.keller div.raum1 a.fb{
	position:absolute; 
	z-index:3;
	left:578px;
	top:108px;
}
div.keller div.raum1 a.feedburner{
	position:absolute; 
	z-index:3;
	left:142px;
	top:103px;
}
div.keller div.raum2 {
	background:url('/images/theme/raum2.png') no-repeat;
	width:426px; 
	height:465px; 
	position:absolute; 
	z-index:1;
	right:7%;
	top:35px; 
}
div.keller div.raum2 div.raum3 {
	background:url('/images/theme/raum3.png') no-repeat; 
	width:128px; 
	height:464px; 
	position:absolute; 
	z-index:2;
	right:-44px;
	bottom:0px;
}
div.keller div.raum3 img.rad {
	position:absolute; 
	z-index:2;
	left:37px;
	top:13px; 
	-webkit-animation-name: spin;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes spin {
0%   { -webkit-transform: rotate( 0deg ); }
100%   { -webkit-transform: rotate( -360deg ); }
}


div.keller div.raum3 img.hamster1 {
	position:absolute; 
	z-index:2;
	left:50px;
	top:54px; 
	-webkit-animation-name: ham1;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	opacity: 1;
}
@-webkit-keyframes ham1 {
0%   { opacity:1; }
24%   { opacity:1; }

25%   { opacity:0; }
49%   { opacity:0; }

50%   { opacity:0; }
74%   { opacity:0; }

75%   { opacity:0; }
100%   { opacity:0; }
}
div.keller div.raum3 img.hamster2 {
	position:absolute; 
	z-index:2;
	left:50px;
	top:54px; 
	-webkit-animation-name: ham2;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	opacity: 0;
}
@-webkit-keyframes ham2 {
0%   { opacity:0; }
24%   { opacity:0; }

25%   { opacity:1; }
49%   { opacity:1; }

50%   { opacity:0; }
74%   { opacity:0; }

75%   { opacity:1; }
100%   { opacity:1; }
}
div.keller div.raum3 img.hamster3 {
	position:absolute; 
	z-index:2;
	left:53px;
	top:49px; 
	-webkit-animation-name: ham3;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	opacity: 0;
}
@-webkit-keyframes ham3 {
0%   { opacity:0; }
24%   { opacity:0; }

25%   { opacity:0; }
49%   { opacity:0; }

50%   { opacity:1; }
74%   { opacity:1; }

75%   { opacity:0; }
100%   { opacity:0; }
}


div.keller div.raum3 img.blitz {
	position:absolute; 
	z-index:2;
	left:-3px;
	top:158px; 
	-webkit-animation-name: blitz;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	opacity: 1;
}
@-webkit-keyframes blitz {
0%   { opacity:0; }
1%   { opacity:1; }
3%   { opacity:1; }
4%   { opacity:0; }
17%   { opacity:0; }
18%   { opacity:1; }
30%   { opacity:1; }
31%   { opacity:0; }
53%   { opacity:0; }
55%   { opacity:1; }
57%   { opacity:1; }
58%   { opacity:0; }
100%   { opacity:0; }
}



div.keller div.raum3 img.lichtan {
	position:absolute; 
	z-index:2;
	left:-18px;
	top:220px; 
	-webkit-animation-name: blitz;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	opacity: 1;
}


#wpstats {
	display: none;
}





div.kkk {
	display:none !ie;
}




/* --------------------INFORMATIONEN-------------------------------- */

img.philippimg { width:100%; height: auto; margin:-16px 0 -30px 0; }
img.philippimg { width:100%; height: auto; margin:-19px 0 -30px 0 !ie; }



.headline {
	margin-left: 49%; 
	margin-top: 6%; 
	padding: 10px 0; 
	text-shadow: #000 1px 1px 3px; 
	font-family: 'Yanone Kaffeesatz', arial, serif; 
	font-size: 70px; 
	color: #ececec;
}
#line {
	text-shadow: #000 1px 1px 3px; 	
	font-size: 22px;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif; 
	color: #ececec; 
	line-height: 1.2em;
}
.line11 {
	margin-left: 54%; 
	padding-top: 10px; 
}
.line12 {
	margin-left: 55%; 
	padding-bottom: 10px; 
}
.line21 {
	margin-left: 58%; 
	padding-top: 10px; 
}
.line22 {
	margin-left: 59%; 
	padding-bottom: 10px; 
}
.line31 {
	margin-left: 62%; 
	padding-top: 10px; 
}
.line32 {
	margin-left: 63%; 
	padding-bottom: 10px; 
}
.line4 {	
	margin-left: 70%; 
	padding: 14px; 
}
