/*
Theme Name: Infax
Theme URI: http://data-blue.de/
Description: Keine Beschreibung verfügbar.
Author: Data Blue UG
Author URI: mailto:info@data-blue.de
Version: 1.0
Tags:

License:
License URI:

General comments (optional).
*/

@import url('wordpress.css');
*{outline:none;}

body {
	font-family:arial, sans-serif;
	text-align:center;
	font-size:80%
}

#wrapper {
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
display: inline-block;
margin: 50px 0;
text-align: left;
width: 1000px;
overflow: hidden;
}
.menu {
background: red;
width: 990px;
display: inline-block;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
float: left;
}

textarea, input {
	padding:3px;
}

#wrapper .post .post-title a, #wrapper .page .post-title a {
	color:#000
}

.sub-menu {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
padding: 10px 0;
opacity: 0.9;
display: none;
z-index: 9;
left:0;
top: 36px;
}
.menu li:hover > .sub-menu {
	display:inline-block;
}

.slider-wrapper {
float: left;
height: 280px;

}

.slider-wrapper img {
	height:280px;
	width:1000px
}

.menu .sub-menu li {
	float:none
}

.menu .sub-menu a {
	display:block;
	padding-right:30px;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
}

input[type="submit"] {
	cursor:pointer
}

#contents img {
	max-width: 100%;
}

#header {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px 8px 0 0;
}

#logo {
display: inline-block;
padding: 10px;
}

#logo img, #logo, #header {
	float:left;
}

.menu li {
float: left;
position: relative;
}

.menu a {
	color:#fff;
	display:inline-block;
	height:36px;
	line-height:36px;
	padding:0 10px;
	text-decoration:none;
}

#wrapper > img {
	float:left;
}

#contents {
	float:left;
	border-radius:0 0 8px 8px;
	position:relative;
}

.wp-post-image {
height: 280px !important;
}

#footer {
	height: 36px;
	color: #fff;
	line-height: 36px;
	width: 994px;
	margin: 3px;
	border-radius: 0 0 7px 7px;
	text-align:center;
	float: left;
}

#wrapper .post, #wrapper .page,  .comment-respond {
	padding:30px;
}

#contents a:hover {
	text-decoration:none
}

.post-title a {
	text-decoration:none
}

#respond code, #respond label {
	display:block;
}

#commentform{
	display:none;
}

#respond{display:none}

#balkenunterslider,#balkenueberfuss{
	width: calc(100% - 40px);
	display: inline-block;
	float: left;
	padding: 10px 20px;
	background: rgb(234, 54, 37);
}

#balkenunterslider ,#balkenunterslider *{font-size: 15px;color: #fff;text-transform: uppercase;}
.the_content {
    padding:20px 0;
    /* border-bottom: 1px solid #ccc; */
	display:inline-block;
	width:100%;
	
}
/* .the_content:nth-child(2n){background:rgba(0,0,0,0.3);} */
