/*
Theme Name: Eidon
Theme URI: http://www.eidon-products.com
Author: Eidon GmbH
Version: 1.0
*/



@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

html, body {
	background:#c0c0c0;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#page {
	max-width:768px;
	margin: 0 auto;
	background:url(img/page_bg.jpg) repeat;
	padding: 0px 0px 60px 0px;
}

#header{
	background:url(img/header_bg.jpg) no-repeat right top;
	height:172px;
}

#header-title{
	width:71%;
	float:right;
	margin:123px 0px 0px 0px;
}

#header-title > h1{
	font-size:22px;
}

#header-title > h1 > a{
	color:#250789;
	text-decoration:none;
}

#main{
	width:100%;
}

#primary{
	width:75%;
	float:right;
}

.content{
	width:auto;
}

.content h2{
	font-size:18px;
	font-weight:bold;
}

.content a.link-title{
	background: url(img/link-title-bg.png) left no-repeat #ccccff;
	display:block;
	padding:4px 0px 4px 30px;
	text-decoration:none;
	color:#250789;
	border-bottom:#ececec 2px solid;
}

.ungerade a.link-post{
	background: url(img/link-post-bg.png) right no-repeat #7b80a2;
	display:block;
	padding:8px 45px 11px 30px;
	text-decoration:none;
	color:#fff;
	margin:0px 0px 6px 0px;
	font-size:16px;
}

.gerade a.link-post{
	background: url(img/link-post-bg.png) right no-repeat #666699;
	display:block;
	padding:8px 45px 11px 30px;
	text-decoration:none;
	color:#fff;
	margin:0px 0px 6px 0px;
	font-size:16px;
}

#footer{
	background:#23088b;
}

#footer-inside{
	width:71%;

	float:right;
}


#footer-inside p{
	padding:8px 0px 11px 0;
	color:#fff;
}

#footer-balk{
	width:74%;
	float:right;
	background:#ccccff;
	height:19px;
	
}

.clear{
	clear: both;
}

.content a.link-back{
	background: url(img/link-title-back-bg.png) left no-repeat #ccccff !important;
}

.content h3{
	background:#7b7fa2;
	display:block;
	padding:4px 0px 4px 40px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}

.content div.message-post{
	background:#fff;
	display:block;
	padding:8px 45px 11px 40px;
	text-decoration:none;
	color:#250789;
	margin:0px 0px 6px 0px;
	font-size:16px;
}

.message-title a{
	background: url(img/link-title-sub-bg.png) left no-repeat #adaecd;
	display:block;
	padding:6px 0px 6px 40px;
	text-decoration:none;
	color:#250789;
	
}

h3.produkt{
	font-size:18px !important;
	font-weight:bold !important;
	padding:0px;
}

a.produkt{
	padding:8px 45px 11px 40px !important;
}

#primary h2{
	font-size:18px;
	font-weight:bold;
}

#primary a.link-title{
	background: url(img/link-title-bg.png) left no-repeat #ccccff;
	display:block;
	padding:4px 0px 4px 30px;
	text-decoration:none;
	color:#250789;
	border-bottom:#ececec 2px solid;
}

.widget{
	margin: 0px 0px 20px 0px;
}

.widget ul{
	list-style:none;
}


p.p404{
	
	margin: 0px 0px 20px 0px;
	
}

p{
	margin: 0px 5px 20px 0px;
}

.widget ul li a{
	background: url(img/link-post-bg.png) right no-repeat #7b80a2;
	display:block;
	padding:8px 45px 11px 30px;
	text-decoration:none;
	color:#fff;
	margin:0px 0px 6px 0px;
	font-size:16px;
}

.widget h2{
	
	background:#ccccff;
	display:block;
	padding:4px 0px 4px 30px;
	text-decoration:none;
	color:#250789;
	border-bottom:#ececec 2px solid;
}

.message-title-404{
	background:#ccccff;
	display:block;
	padding:4px 0px 4px 30px;
	text-decoration:none;
	color:#250789;
	border-bottom:#ececec 2px solid;
}

@media screen and (max-width: 800px) {

#header{
	height:180px;
}
 
#header-title{
	width:100%;
	float:left;
	margin:150px 0px 0px 0px;
}

#header-title > h1{
	padding-left:30px;
}

#primary{
	width:100%;
}

#footer-inside{
	width:100%;
}

#footer-inside p{
	padding:8px 0 11px 30px;
}

.content div.message-post{
	padding:8px 20px 11px 40px;
}


 
}

@media screen and (max-width: 480px) {
#header{
	background:url(img/header_bg-mob.jpg) no-repeat right top;
	height:130px;
}

#header-title{
	margin:100px 0px 0px 0px;

}

#header-title > h1{
	font-size:18px;
}

.content div.message-post{
	padding:8px 10px 11px 30px;
}

.content h3{
	padding:4px 0px 4px 30px;

}

h3.produkt {
	padding:0;
}

.message-post img {
	max-width:280px;
}

}


@media screen and (max-width: 320px) {
#header{
	background:url(img/header_bg-mob-320.jpg) no-repeat right top !important;
	height:100px;
}

#header-title > h1{
	font-size:16px;
}

#header-title{
	margin:70px 0px 0px 0px;

}

.content div.message-post{
	padding:8px 0px 11px 30px;
}

}


@media screen and (max-width: 240px) {
#header{
	background:url(img/header_bg-mob-240.jpg) no-repeat right;
	height:54px;
}



}