/*
Theme Name: Hueman-Child
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: Gunnar
*/ 
/* @import url("../hueman/style.css");
/* Your awesome customization starts here */

body {color: #333; font-weight: normal;}

.entry sup { font-size: 75%; line-height: normal;} 

/*Meine Tabellen*/ /* Ge?ndert: rechte und linke tabelle definiert */
.tabelle-rechts-40 { float: right; width: 40%; margin-left: 15px;} 
.tabelle-links-40 { float: left; width: 40%; margin-right: 15px;} 

@media only screen and (max-width: 719px) {
	.tabelle-rechts-40 { width:100%;}
	.tabelle-links-40 { width: 100%;}
	}
	
	
/* N?chste Seite Button neu hinzugef?gt */

.next_page_button{
display: inline-block;
background-color: #3b8dbd;
border-radius: 5px;
color: #fff;
font-size: 0.9rem;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.125rem;
margin: 15px 0px;
padding: 0.45rem 0.9rem 0.37rem;
text-align: center;
text-transform: uppercase;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}

.next_page_button:hover, .next_page_button:focus {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

a.next_page_button.rechts {
float:right;
padding-right: 0.6rem;
}

a.next_page_button.links {
padding-left: 0.6rem;
}

@media only screen and (min-width: 1025px)
.full-width.topbar-enabled #header { padding-top: 0px; } 

#header { height: 180px; !important } 

#nav-topbar .container {font-weight: bold; } 
#nav-header .nav { font-weight: bold; } 
.post-meta {color: #888; }

.post-byline {color: #888; }

.entry.excerpt { font-size: 16px; color: #333;}  
.entry.share { padding-right: 0px;  }

.post-nav li a strong { display: block; color: #333; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; margin: 0.5em; font-size: 15px;} 
	
.widget > h3 {text-align: center;} 

.sidebar .widget { padding: 20px 30px 20px; } 

.alx-posts .post-item-category { color: #888; }
.alx-posts .post-item-date  { color: #888; } 

#comments .comment-tabs li:nth-child(2) {
  display: none;
} 

#commentform p.comment-form-url {display: none; clear: both;} 

.pullquote-left	{ color: #333; border-left: 4px solid #3b8dbd; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 35%; }
.pullquote-right { color: #333; border-right: 4px solid #3b8dbd; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 35%; text-align: right;} 