/* Enter Your Custom CSS Here */
#logo {
    float: left;
    margin-bottom: -1px;
    padding-top: 0;
}


#logo {
    float: left;
    margin-bottom: -1px;
    max-width: 15%;
    padding-top: 0;
}


#left-area {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 18px;
}

/* Yumpu_Landingpage_Verlinkung */
.pagelink:link,
.pagelink:visited,
.pagelink:active {
   color: #0000FF !important; text-decoration: underline; 
}
.pagelink:hover {
   color: #0bc34c !important; text-decoration: underline; 
}

.blended:link,
.blended:visited,
.blended:active {
   color: #565b58 !important; text-decoration: none; 
}
.blended:hover {
   color: #565b58 !important; text-decoration: underline; 
}

.meta-info {
    font-size: 0;
}


#toc_container p.toc_title {
    text-align: left;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#toc_container p.toc_title + ul.toc_list {
    margin-top: 1em;
    text-decoration: underline;
}

.entry-content tr td {
    border-top: 1px solid #333;
}

.entry-content ul, .comment-content ul {
    list-style-type: disc;
    padding: 0 10px 0px;
    line-height: 26px;
}



span.comment_date {
    text-transform: uppercase;
    color: #969696;
    font-size: 0;
    font-weight: 100;
}

a.read-more, .comment-reply-link {
    background-color: #a9d300;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
    float: right;
    font-weight: 900;
    font-size: 0px;
    padding: 0;
    margin-top: 20px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.widget {
    padding: 30px 35px 30px;
    position: relative;
}

.widgettitle {
    font-weight: bold;
}

.commentlist li {
    padding: 30px 60px 0 60px;
}

.comment-body.clearfix::after {
    margin-bottom: -60px;
}

.entry-content .main-title {
    font-size: 25px;
}

.comment_avatar::before, .author-avatar::before {
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

h2, h3, h4 {
  font-weight: bold !important
}
  