/*
Theme Name: Graphy Child
Theme URI: https://wp-themes.com/graphy
Author: Andreas Hecht
Author URI: https://andreas-hecht.com
Description: Child Theme des Graphy Themes von WordPress.org
Template: graphy
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: graphy-child
*/

/* Google Fonts Import
------------------------------------------------------------ */

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'),
       url('css/fonts/rubik-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('css/fonts/rubik-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'),
       url('css/fonts/rubik-v7-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('css/fonts/rubik-v7-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1, h2, h3, h4, h5, .main-navigation a, h2 a:hover {
    font-family: 'Rubik', sans-serif;
    font-weight: 500 !important;
}

body {
    color: #444;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    word-wrap: break-word;
}
h1 {
	font-size: 2.2rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.9rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 1.7rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1.4rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 1.063rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
#eaa_post_after_first_p {
    margin-bottom: 25px;
}
.entry-content a:hover {
    text-decoration: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #0066bf;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 87.5%;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 1.2em 1.7em;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}



/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 45px;
	margin-top: 80px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 25px;
	margin-top: 0;
}
.comment-reply-title {
	margin-top: 50px;
}
/* Kommentare */
ol.commentlist {
    list-style: none;
    margin-left: 0;
}
ul.children {
    list-style: none !important;
}
.comments .children {
    margin-left: 5%;
}
ol.commentlist div.comment, ul.children div.comment { margin-top: 40px; }

.comments .commentlist > li.comment:first-child > div.comment:first-child { margin-top: 0 !important; }

.comments div.comment { position: relative; }

.comments .children { margin-left: 5%; }

.comment-inner { 
	margin-left: 110px; 
	padding: 20px;
	background: #f0f3f6;
	position: relative;
	border-radius: 3px;
}

.commentlist li.pingback {
    background: #f0f3f6;
    padding: 20px;
    margin-top: 35px;
}

.comment-inner:after {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-right-color: #f0f3f6;
	position: absolute;
	top: 28px;
	left: 0;
	margin-left: -24px;
}

.comment .avatar {
	float: left;
	width: 80px;
	border-radius: 50%;
}

.comment.bypostauthor { position: relative; }

.comment-content a {
    color: #d54e21;
}

.comment-header { margin-bottom: 25px; }

.comment-header cite {
	display: block;
	font-size: 106%;
	font-weight: 600;
	margin-bottom: 2px;
    font-style: normal;
}
.comment-header cite a {
    border-bottom: dotted 1px #999;
}
cite {
    border-bottom: none;
}
.hidden {
    display: none;
}
.comment-actions {
    position: absolute;
    top: 22px;
    right: 20px;
}
.comment-actions a {
    display: block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    background: #666 no-repeat center;
    background-size: 16px auto;
    border-radius: 999px;
    text-indent: -9999px;
}

.comment-actions .comment-reply-link {
    background-image: url(images/icons/2x/reply-w.png);
}
.comment-actions .comment-edit-link {
    background-image: url(images/icons/2x/edit-w.png);
    margin-right: 5px
}

.commentlist .comment.bypostauthor .children .comment-actions::before {
    content: ' ';
    padding: 0;
    display: none;
}

.commentlist .comment.bypostauthor .comment-actions::before,
.commentlist .children .comment.comment-author-revolutionteam.bypostauthor .comment-actions::before {
    content: 'Autor';
    padding: 4px 8px;
    background: #d54e21;
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
    margin-left: 15px;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
}
h3#reply-title {
    font-size: 1.2em;
    color: #8f8f8f;
    margin-bottom: 0px;
    margin-top: 60px
}
.comment-respond a {
    color: #538018;
    text-decoration: none;
    font-size: 1rem;
}
.mh-sitemap-list li a {
    color: #538018;
}
.mh-sitemap-list li a:hover {
    text-decoration: underline;
}

.site-branding {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}


.comment-actions a:hover { background-color: #888; color: #fff; z-index: 10; }

.comment-header cite,
.comment-header cite a { color: #2B3542; }
.comment-header cite a:hover { color: #538018; }

.comment-header p { font-size: 0.8em; margin-top: 0 }

.comment-header p,
.comment-header p a { color: #999; }

.comment-header p a:hover { color: #538018; }

.comment-content { font-size: 0.9em; }

.comment-content a:hover { text-decoration: underline; }

.comment-content p,
.comment-content li,
.comment-content blockquote {
	line-height: 150%;
	margin-top: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-content *:first-child { margin-top: 0; } 
.comment-content *:last-child { margin-bottom: 0; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin: 50px 0 20px;
	font-weight: 400;
	font-size: 1.2em;
}

.comment-content blockquote {
	padding: 20px;
	background: #ddd;
}

.comment-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.comment-content ul ul { list-style: circle; }
.comment-content ul ul ul { list-style: square; }

.comment-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.comment-content ol ol { list-style: lower-alpha; }
.comment-content ol ol ol {
	list-style: lower-roman;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
	margin-bottom: 0;
}

.comment-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
	margin-bottom: 0;
}

.comment-content address { 
	padding: 20px; 
	background: #ddd;
	line-height: 140%;
}

.comment-content pre {
	padding: 20px;
	background: #ddd;
	line-height: 150%;
	overflow-x: scroll;
}
#comments h4 {
    font-size: 22px;
    color: #8f8f8f;
    margin-bottom: 15px;
    padding-bottom: 6px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #ddd
}
#comments h4 span {
    color: #538018;
    font-size: 23px;
}
#comments h4 span:after {
    content: '';
    display: inline-block;
    height: 18px;
    width: 1px;
    margin: 0 5px 0 10px;
    background-color: #e9e9e9;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}
#comments h4 small {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 70%;
}
#comments h4 small a {
    color: #538018;
}
#comments h4 small a:hover {
    color: #8f8f8f;
}
.comment-form textarea, .comment-form input:not([type="submit"]) {
    border-radius: .333em;
    border: 2px solid #ddd;
    transition: .2s ease-in-out;
}
.comment-form textarea:not([type="button"]):hover, .comment-form input:not([type="button"]):hover {
    border-color: #0066bf;
    transition: .2s ease-in-out;
}

.author-bio {
    border: 2px solid #333 !important;
}
.author-bio .social-icons ul li a:hover {
    background: #0066bf !important;
}
/* Author Profile - Bio Box */
.author-bio { border: 2px solid #eee; position: relative; padding: 15px; color: #888; margin: 45px 0 10px 0; }
.author-bio .bio-avatar { float: left; margin: 0 0 8px 0px; width: 128px; height: auto; position: relative; }
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; -webkit-border-radius: 50%; border-radius: 50%; -moz-border-radius: 50%;position: relative; top: 3px}
.bio-avatar-small img {border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.author-bio p { margin-bottom: 8px; }
.author-bio a { color: #0066bf;}
.author-bio a:hover {text-decoration: underline;}
.author-bio .bio-name { margin-top: 0; padding-left: 0; padding-bottom: 10px; margin-bottom: 0}
.author-bio .bio-name a { color: #222 !important; font-weight: 600; margin-bottom: 4px; text-decoration: none}
.author-bio .bio-desc { color: #888; font-size: 15px; line-height: 1.5em; padding-left: 0; margin-top: 0;}
.evolution-social-icons {margin-top: 0px;}
.entry .entry-inner .evolution-social-icons ul li:before {content: "" !important; }
.author-bio .author-inner { padding-left: 150px; }
.author-bio .social-icons ul {margin: 12px 0 0 0 !important; padding-left: 0; list-style: none !important; }
.author-bio .social-icons ul li {background: none !important; border: none !important; float: left; list-style-type: none !important; padding: 0 !important;  line-height: 1;  margin: 0 10px 0 0;}
.author-bio .social-icons ul li:first-child {margin-left: 0 !important;}
.author-bio .social-icons ul li a:hover {background: #d54e21; color: #fff !important}
.author-bio .social-icons ul.aligncenter { text-align: center;}
.author-bio .social-icons ul.aligncenter li { display: inline-block; float: none;}
.author-bio .social-icons ul li a {border: none !important; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; display: inline-block; font-family: fontawesome; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1em; speak: none; text-align: center; text-decoration: none; text-transform: none; width: 1em; background: #ccc; color: #fff !important; padding: 7px; border-radius: 50%; font-size: 14px; }


.site-copyright ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}
.site-copyright ul li {
    display: inline-block;
    padding-right: 8px;
}
.menu-footermenue-container {
    display: inline-block;
}
.intro {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 120%;
    color: #777;
}
#reply-title::before {
    content: '\f040 ';
    font-family: Fontawesome;
    font-size: 1em;
    padding-right: 8px;
    color: #aaa;
}

.related-posts {
    display: flex;
}
.related-posts .entry-title {
    font-size: 1rem;
}
.related-posts .cat {
    color: #ba9e30;
    font-size: 0.85rem;
}
.related-posts .entry-item {
    width: 31%;
    margin-right: 3.5%;
    position: relative;
    float: left;
}
.related-posts .entry-item.third {
    margin-right: 0;
}
.related-posts a img:hover {
    opacity: .85;
}

.pagination .current {
    background-color: #0066bf;
    border: solid 1px #0066bf;
    color: #fff;
    font-weight: 700;
}
.pagination a.page-numbers:hover {
	border-color: #0066bf;
	color: #fff;
    background-color: #0066bf;
}
body {
    background: #999;
}
#page {
    max-width: 1200px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.main-navigation .search-form {
    right: 10px;
}

a.continue-reading, a.more-link {
    padding: 5px 15px;
    color: #0066bf;
    border: 2px solid #0066bf;
    border-radius: 5px;
    text-decoration: none;
    text-transform: none;
}
a.continue-reading:hover, a.more-link:hover {
    color: #fff !important;
    background: #0066bf;
}

footer#colophon {
    background: #4A5361;
}
.site-bottom {
    border-top: none;
    color: #EDEFF2;
    margin-bottom: 18px;
    margin-top: 20px;
    padding-top: 8px;
}
.site-bottom a {
    color: #EDEFF2;
    border-bottom: 1px dotted #999;
}
.site-bottom a:hover {
    color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

.tagcloud a {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    padding: 0px 8px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 80% !important;
}

.main-navigation {
    border-bottom: solid 2px #444;
    border-top: solid 2px #444;
    margin-left: 30px;
    margin-right: 30px;
}

input[type="search"] {
    border-color: #666 !important;
    border-radius: 5px;
}
.site-logo {
    padding-bottom: 0;
}

#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: .95rem;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #ddd;
}
#breadcrumbs a {
    color: #0066bf;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}