/*
Theme Name: asTheme
Theme URI: https://www.asuess.de
Author: Alexander Suess
Version: 1.1.4
Requires at least: 4.8
Tested up to: 5.8.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like Wordpress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others
*/




.astheme-posts-list
{
	position: relative;
	overflow: hidden;
	sbackground: #fff;
	margin-bottom: 5px;
	padding:3px;
}


.astheme-posts-list article
{
	background:#fff;
	margin:2px;
	height:100%;
	padding:2px;
}

.astheme-posts-list-image-left
{	
	float:left;
	margin-right:10px;
}


.astheme-posts-list-image-left img
{
	width:100%;
	height:auto;
}


.astheme-posts-list-image-top
{	
	width:100%;	
	margin-bottom:10px;	
	overflow:hidden;
	background-size:cover;
	background-position:center center;
}


.astheme-posts-list-image-top img
{
	width:100%;
	height:auto;
}


.astheme-posts-list-date
{
	font-size:75%;
	font-weight:bold;
}
.astheme-posts-list-excerpt
{
	font-size:80%;
}

.astheme-posts-list .astheme-posts-list-link
{
	font-size:1.2em;
	font-weight:bold;
}


.astheme-post-frame
{
	
}

.type-post, .type-page, .type-attachment  {
	margin: 0 0 2em 0;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.type-post .post-content, .type-page, .type-attachment {
	padding: 1.2em 1.6em 1.6em;
	background: #fff;
}
.type-post {
	background: #f8f8f8!important;
}
.post-content {
	border-top: 1px solid #e5e5e5;
}


.astheme-archive-post.has-post-thumbnail .post-content {
	border-top: none;
	margin-left: 33%;
	border-left: 1px solid #e5e5e5;
	width: 67%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.astheme-archive-post.has-post-thumbnail .entry-meta-wrap {
	float: left;
	width: 33%;
	padding: 0.8em 0.8em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.astheme-archive-post.has-post-thumbnail .entry-meta {
	margin-top: 1em;
}
.astheme-archive-post.has-post-thumbnail .entry-meta span {
	display: block;
	padding: 0.3em 0;
}




/* Read more Link */
.more-link {
	display: inline-block;
	font-weight: bold;
	margin: 0.3em 0 0;
	padding: 0.5em 1em;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.more-link:link, .more-link:visited {
	color: #222;
	text-decoration: none;
}
.more-link:hover, .more-link:active {
	color: #3366cc;
	background: #fff;		
}

article .wp-post-image {
	max-width: 100%;
	margin: 0;
	height: auto;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article .entry .wp-post-image {
	margin: 1.2em 2em 1em 0;
	height: auto;
}
.entry img {
	max-width: 100%;
	height: auto;
}



#menu-main-menu li
{
	margin-left:5px;
	margin-right:5px;
}



#menu-main-menu a
{
	white-space:nowrap;
}



