/*
Theme Name: asTheme
Theme URI: https://www.asuess.de
Author: Alexander Suess
Version: 1.6.2
Requires at least: 4.8
Tested up to: 6.5
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;
	margin-bottom: 25px;
	
}
.astheme-posts-list a
{
	text-decoration:none;
}

.astheme-posts-list hr
{
	border-bottom:5px dashed #eaeaea;
}

.astheme-posts-list article
{	
	margin:2px;
	height:100%;
	padding:10px;
	background-color:#fff;
}

.astheme-posts-list-date
{
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:10px;
}

.astheme-posts-list-excerpt
{
	font-size:0.9em;
	margin-top:10px;
}

.astheme-posts-list .astheme-posts-list-link
{
	font-size:1.2em;
	font-weight:bold;
}




.astheme-home-top-article-list-item
{
	border-top:5px dashed #eaeaea;
	margin-top:20px;
	padding-top:10px;
}

.astheme-home-top-article-list-item img
{
	width:100%;
}

.astheme-home-top-article-list-item img
{
	text-decoration:none;
}

.astheme-post-detail hr
{
	border-bottom:5px dashed #eaeaea;
}

.astheme-post-detail-content
{
	margin-top:25px;
}

.astheme-content
{
	padding-bottom:10px;
}

.site-content
{
	padding-left:15px;
	padding-right:15px;
	
}

.site-main .col-md-8, .site-main .col-md-4, .site-main .col-md-12
{
	padding-top:25px;
}


.paging-navigation
{
	margin-top:15px;
	margin-bottom:15px;
}

.navigation
{
	text-align:center;
}

.navigation .page-numbers
{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:solid 1px #afafaf;
	border-radius:4px;
	margin-left:2px;
	margin-right:2px;
	color:#444;
}

.navigation .current
{
	background-color:#d0d0d0;
	color:#222;
	font-weight:bold;
}

.navigation  a
{
	text-decoration:none;
}
/* 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;
}




.astheme-sidebar-widget
{
	background-color:#fff;
	padding:5px;
	margin-bottom:10px;
}



.btn-primary
{		
	background-color:var(--astheme-btn-primary-bgcolor);
	border:solid 1px var(--astheme-btn-primary-bgcolor);
	color: var(--astheme-btn-primary-color);
}	



.astheme-footer-widget
{
	padding-top:25px;
	padding-bottom:25px;
}

.astheme-footer-widget ul
{
	list-style:none;
	padding:0px;
}

.astheme-footer-widget li
{
	margin-bottom:5px;
}

.astheme-footer-widget a
{
	text-decoration:none;
	font-weight:normal;
}



.astheme-header-flex
{
	display: -webkit-flex; 
	display: -ms-flexbox; 
  	display: flex;
}
.astheme-header-logo	
{		
	position:relative;				
	display: -webkit-flex; 
	display: -ms-flexbox; 
  	display: flex;
}

.astheme-header-logo-right	
{	
	float:left;
	
}

.astheme-header-title
{	
	position:relative;
	margin:auto;			
	sdisplay: -webkit-flex; 
	sdisplay: -ms-flexbox; 
  	sdisplay: flex;
}

@media(max-width:800px)
{	
	.astheme-header-title-hide-mobil
	{
		display:none;
	}
}

.astheme-header-title-right
{
	float:left;	
	padding-top:20px;
}

.astheme-header-logo-title-devider 
{
	clear:left;
}


@media(max-width:992px)
{
	.astheme-col-menu-right	
	{
		width:100%;
		flex:1 1 100%;
	}
	
}


.astheme-header-maintitle
{		
	bottom:0;
	font-weight:bold;
	width:100%;	
}   		
   	
.astheme-header-subtitle
{		
	bottom:0;	
	width:100%;
}   		


.astheme-topbar
{
	padding:10px;
}
.astheme-topbar-loginstatus
{
	font-size:12px;
}

.astheme-header-loginstatus
{
	font-size:12px;	
	margin-top:20px;
}

.dropdown-menu .dropdown-menu
{
	position:relative!important;
	height:100%!important;
	border:none!important;
	
}

.dropdown-menu .dropdown-menu .nav-link
{
	margin-left:20px!important;
	font-size:0.9em!important;
}

