/*
Theme Name: F2 (Hirnfick-Version)
Theme URI: http://srinig.com/wordpress/themes/f2/
Author: Srini G
Author URI: http://srinig.com/
Description: A clean looking responsive theme for WordPress. Widgetized sidebar, optional additional sidebar, four color schemes to choose from, and many other options.
Version: 2.5
License: GNU General Public License
License URI: https://wordpress.org/about/gpl/
Text Domain: f2
Tags: blue, brown, green, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/
/*
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
/* Webfonts */

@font-face {
    /* Für Überschriften */
    font-family: 'Vollkorn';
    src: url('vollkorn-regular-webfont.woff') format('woff');
}

@font-face {
    /* Für Kommandozeilenbeispiele und Code */
    font-family: 'Hack';
    src: url('hack-regular.woff') format('woff');
}

@font-face {
    /* Für das Logo */
    font-family: 'NotoSans';
    src: url('NotoSans-Regular-webfont.woff') format('woff');
}

@font-face {
    /* Für den Artikeltext */
    font-family: 'Inter';
    src: url('InterVariable.woff2') format('woff2-variations'), url('Inter-Regular.woff2') format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
.site-header .site-navigation .menu-toggle, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
    background: #fff;
}

article, .comments-area .pingback,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}

.post * tt, .post * pre, .post * code { font-size:12px; }
.post pre {
    border: solid 1px blue;
    color: blue;
    margin: 10px;
    padding:10px;
    background: #FFFFB3;
    border-radius: 5px;
}
.post code, .post tt {
    color: #008099;
}

.post blockquote, .post q {
    font-family: Georgia, serif; /* betrifft nur das einleitende Anführungszeichen */
    font-size:15px;
    font-style: italic;
    margin: 0.25em 0 20px 20px;
    padding: 0.25em 45px;
    background-color: #f8f8f8;
    border-radius: 5px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    overflow:hidden; /* behebt das Problem mit float-Bildern, die in den Blockquote ragen */
}

.post blockquote:before, .post q:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    font-style:normal;
    position: absolute;
    left: 0px;
    top: -20px;
    color: #7a7a7a;
}

.post blockquote blockquote {
    padding:2px 2px 2px 5px;
    margin:0px;
    border-left: 2px solid #BBB;
    background-color: #fcfcfc;
}

.post blockquote blockquote:before {
    content: "";
}

.post blockquote cite, .post q cite {
    color: #999999;
    font-size: 13px;
    display: block;
    margin-left: 5px;
}

.post blockquote cite:before {
    content: "\2014 \2009";
}

.post blockquote > p {
    margin-bottom: 0px;
}

ol, ul {
    list-style: none;
}

li {
    line-height: 1.8;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus, .site-header .site-navigation .menu-toggle:focus {
    outline: thin dotted;
}

a:hover, .site-header .site-navigation .menu-toggle:hover,
a:active,
.site-header .site-navigation .menu-toggle:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a img, .site-header .site-navigation .menu-toggle img {
    border: 0;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: Inter, 'Lucida Grande', Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Vollkorn, serif;
    font-weight: bold;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 40px;
    margin: 0 0 1.5em 4rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 20px;
    margin-left: 2rem;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin-bottom: 1.5em;
    padding: 1.6em 1.6em 1px;
    padding: 1.6em 1.6em 0.1rem;
    background: #eee;
    border-left: 2px solid #6d97b7;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    border: 5px;
    border-radius: 5px;
    border-radius: 0.5rem;
    font-family: Hack, Consolas, Inconsolata, Courier, monospace !important;
    font-size: 0.875em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}

code, kbd, tt, var {
    background: #eee;
    border-radius: 3px;
    border-radius: 0.3rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    font: 0.875em Hack, Monaco, Consolas, Inconsolata, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
}

th, td {
    padding: 5px 10px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
}

th {
    font-weight: bold;
    background: #f4f4f4;
}

pre, table, blockquote {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button,
input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 5px;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=text],
input[type=email],
textarea {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}

input[type=text],
input[type=email] {
    padding: 3px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a, .site-header .site-navigation .menu-toggle {
    color: #225588;
    text-decoration: none;
}

a:visited, .site-header .site-navigation .menu-toggle:visited {
    color: #265f98;
}

.site-header .site-navigation .menu-toggle:hover,
.site-header .site-navigation .menu-toggle:focus,
.site-header .site-navigation .menu-toggle:active {
    text-decoration: underline;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* =Canvas
---------------------------------------------- */
body {
    background: #666666 url("images/noise.png") fixed;
}

#page {
    border-radius: 0.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1rem 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1rem 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 1rem 0;
    overflow: hidden;
}

#main {
    background: #fff;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem inset;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem inset;
}

/* =Header
---------------------------------------------- */
.site-header {
    background: #6d97b7;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2rem 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2rem 0 inset;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 2rem 0 inset;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-header .site-branding {
    padding: 10px;
    padding: 1rem;
}
.site-header .site-branding .site-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.site-header .site-branding .site-title a, .site-header .site-branding .site-title .site-navigation .menu-toggle, .site-header .site-navigation .site-branding .site-title .menu-toggle {
    color: #d0e0f0;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.3rem;
}
.site-header .site-branding .site-title a:hover, .site-header .site-branding .site-title .site-navigation .menu-toggle:hover, .site-header .site-navigation .site-branding .site-title .menu-toggle:hover {
    text-decoration: none;
}
.site-header .site-branding .site-description {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: /* "Gudea",*/ sans-serif;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.1rem;
}

/* When a site logo is specified in the options page, we shall hide the site title and tagline */
.has-logo-image .site-header .site-title, .has-logo-image .site-header .site-description {
    height: 0;
    width: 0;
    overflow: hidden;
}

/* =Menu
----------------------------------------------- */
.site-header .site-navigation {
    clear: both;
    /* Micro clearfix hack. See http://nicolasgallagher.com/micro-clearfix-hack/ */
}
.site-header .site-navigation:before, .site-header .site-navigation:after {
    content: " ";
    display: table;
}
.site-header .site-navigation:after {
    clear: both;
}
.site-header .site-navigation ul {
    clear: both;
    margin: 0;
    padding: 0 10px 10px;
    padding: 0 1rem 1rem;
    list-style: none;
    text-align: center;
}
.site-header .site-navigation ul ul {
    margin: 0 1em;
    padding: 0;
}
.site-header .site-navigation a, .site-header .site-navigation .menu-toggle {
    display: block;
    padding: 3px 10px;
    padding: 0.3rem 1rem;
    border: 1px solid #417196;
    border-radius: 0.3rem;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #27567a;
    color: #c6c8c9;
}
.site-header .site-navigation a:hover, .site-header .site-navigation .menu-toggle:hover {
    background-color: #417196;
    color: #fff;
    text-decoration: none;
}
.site-header .site-navigation .menu-toggle {
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    margin: 1rem;
}
.site-header .site-navigation.main-navigation a, .site-header .site-navigation.main-navigation .menu-toggle {
    display: inline-block;
}
.site-header .site-navigation.main-navigation ul {
    padding: 0;
    text-align: left;
}
.site-header .site-navigation.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 98;
    margin: 0;
}
.site-header .site-navigation.main-navigation ul ul a, .site-header .site-navigation.main-navigation ul ul .menu-toggle {
    width: 160px;
    width: 16rem;
}
.site-header .site-navigation.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.site-header .site-navigation.main-navigation li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 99;
}
.site-header .site-navigation.main-navigation li:hover > ul {
    display: block;
}
.site-header .site-navigation.main-small-navigation .menu {
    display: none;
}

/* =Header image
----------------------------------------------- */
#header-image {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px;
    padding: 1rem;
    background: #eee;
    line-height: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1rem 0.3rem -1rem inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1rem 0.3rem -1rem inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1rem 0.3rem -1rem inset;
}

#header-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0.3rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 0.3rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 0.3rem;
}

/* =Content
----------------------------------------------- */
.site-content {
    margin: 10px;
    margin: 1rem;
}

.hentry {
    /*padding: 0 0 2.2em;*/
    margin: 0 0 1.6em;
    border-bottom: 1px solid #e4e4e4;
}

.entry-title {
    background-color:#f0f0f0;
    padding: 3px 5px 3px 3px;
    background: linear-gradient(left,  white 0%,#f0f0f0 5%,#f0f0f0 95%,white 100%,white 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='white',GradientType=1 ); /* IE6-9 */
    border-radius: 5px;
    font-family:'Vollkorn', 'Lucida Grande', Verdana, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height:1.3;
    word-wrap: break-word;
}

.entry-meta {
    clear: both;
    font-size: 11px;
    font-size: 1.1rem;
    color: #888;
}

.featured-image {
    text-align: center;
    line-height: 0;
}

.wp-post-image {
    margin: 0 0 1.5em;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border-radius: 0.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.3rem 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.3rem 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.3rem 0.1rem;
}
.wp-post-image.attachment-post-thumbnail {
    float: left;
    width: 80px;
    width: 8rem;
    margin: 0.4em 10px 10px 0;
    margin: 0.4em 1rem 1rem 0;
    border-radius: 3px;
    border-radius: 0.3rem;
}

.sticky .poststicky:before {
    content: '. ';
}

.comment footer {
    /* Fix für kaputte Avatare... */
    min-height:48px;
}

.entry-content,
.entry-summary,
.comment-content {
    margin: 0;
}

.entry-content p {
    font-family: Inter, 'Lucida Grande', Verdana, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    hyphens: auto;
    line-height: 1.9em;
    text-align: justify;
    /* cap-sizing */
    /*text-box-edge: cap alphabetic;
    text-box-trim: both;*/

    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.entry-content h1, .comment-content h1 {
    font-size: 20px;
    line-height:1.2em;
}
.entry-content h2, .comment-content h2 {
    font-size: 18px;
}
.entry-content h3, .comment-content h3 {
    font-size: 16px;
}
.entry-content h4, .comment-content h4 {
    font: bold 15px Inter, 'Lucida Grande', Verdana, sans-serif;
    text-transform: uppercase;
}
.entry-content h5, .comment-content h5 {
    font: bold 15px Inter, 'Lucida Grande', Verdana, sans-serif;
}
.entry-content h6, .comment-content h6 {
    font: bold 14px Inter, 'Lucida Grande', Verdana, sans-serif;
    font-variant: small-caps;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
    margin-bottom: 10px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.paging-navigation, .post-navigation, #image-navigation, .page-header {
    background: #eee;
    margin: 0 0 1.5em;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
}

.page-header .page-title {
    font-weight: normal;
}
.page-header span {
    text-decoration: underline;
}

.smaller-font-content .entry-content, .smaller-font-content .entry-summary, .smaller-font-content .comment-content {
    font-size: 10px;
}

.small-font-content .entry-content, .small-font-content .entry-summary, .small-font-content .comment-content {
    font-size: 12px;
}

.medium-font-content .entry-content, .medium-font-content .entry-summary, .medium-font-content .comment-content {
    font-size: 15px;
}

.large-font-content .entry-content, .large-font-content .entry-summary, .large-font-content .comment-content {
    font-size: 16px;
}

.larger-font-content .entry-content, .larger-font-content .entry-summary, .larger-font-content .comment-content {
    font-size: 18px;
}

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
.blog .format-aside .entry-content,
.archive .format-aside .entry-content {
    margin: 0;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
.widget img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption, .entry-attachment {
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    max-width: 100%;
    background: #eee;
    border-radius: 0.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
    font-size: 0.875em;
}

.wp-caption img, .entry-attachment img {
    display: block;
    margin: 1.2% auto;
    max-width: 98%;
    border: 1px solid #ccc;
}

.wp-caption-text, .entry-attachment .entry-caption {
    text-align: center;
}

.wp-caption .wp-caption-text, .entry-attachment .entry-caption {
    margin: 0.8075em 20px;
}

.site-content .gallery {
    margin-bottom: 1.5em !important;
}
.site-content .gallery a img, .site-content .gallery .site-header .site-navigation .menu-toggle img, .site-header .site-navigation .site-content .gallery .menu-toggle img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery .gallery-caption {
    font-size: 11px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.site-content .nav-previous, .site-content .previous-image {
    float: left;
    width: 50%;
}

.site-content .nav-next, .site-content .next-image {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */
.comments-title {
    margin-bottom: 1.6em;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.children {
    list-style: none;
    margin-left: 20px;
}

.comments-area article, .comments-area .pingback {
    background: #fafafa;
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 10px;
    position: relative;
}
.comments-area .pingback p {
    margin-bottom: 0;
}
.comments-area .bypostauthor > article, .comments-area .bypostauthor > .pingback {
    border-color: #bbbbbb;
}

.avatar {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0rem 0rem 0.5rem 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0rem 0rem 0.5rem 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0rem 0rem 0.5rem 0 rgba(0, 0, 0, 0.4);
    height: 40px;
    width: 40px;
}

cite.fn {
    font-weight: bold;
    font-style: normal;
}

.no-comment-avatars cite.fn, .no-comment-avatars .comment-meta {
    position: static;
}

cite.fn, .comment-meta {
    position: absolute;
    top: 10px;
    left: 63px;
}

.comment-meta {
    top: 34px;
}

.comment-meta, .reply, .comment-notes, .form-allowed-tags, .comment-subscription-form {
    font-size: 12px;
}

#reply-title small {
    font-family: Inter, 'Lucida Grande', Verdana, sans-serif;
    font-weight: normal;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    position: relative;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
    position: absolute;
    left: 4em;
    max-width: 75%;
}

/* = Sidebars & Widgets
----------------------------------------------- */
.sidebar {
    padding: 10px 10px 0;
    background: #eee;
    margin: 0;
    overflow: hidden;
}

.widget-title {
    font-size: 1.2em;
}

.widget {
    margin: 0 0 10px;
    font-size: 14px;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul ul {
    margin-left: 20px;
}
.widget li {
    list-style-type:none;
}
.widget li:before {
    content: "\203A \0020";
}

.smaller-font-sidebar .widget {
    font-size: 10px;
}

.small-font-sidebar .widget {
    font-size: 12px;
}

.medium-font-sidebar .widget {
    font-size: 14px;
}

.large-font-sidebar .widget {
    font-size: 16px;
}

.larger-font-sidebar .widget {
    font-size: 18px;
}

/* Search widget */
#searchsubmit {
    display: none;
}

/* =Footer
---------------------------------------------- */
.site-footer {
    position:fixed;
    left:0px;
    width:100%;
    bottom:0px;
    padding-top: 3px;
    padding-bottom: 0px;
    background-image:url(footerbar.png);
    background-repeat:repeat-x;
    font-size: 11px;
    text-align:center;
}

.site-footer a {
    color: darkblue;
    text-decoration: none;
    border-bottom: none;
}
.site-footer a:hover { color: black; }

/* =Layout
---------------------------------------------- */
body {
    padding: 10px;
}

#page {
    margin: 0 auto;
    max-width: 1400px;
}

#main {
    clear: both;
}

/* =Media queries
------------------------------------------------ */
@-ms-viewport {
    width: device-width;
}

@media screen and (max-width:750px) {
    /* Disable the footer below a certain screen size */
    #colophon {
	display: none;
    }
    
    /* Make the Hirnfick logo look nicer */
    #logo {
	width: auto !important;
    }
    
    #logo .subtext {
	display: none;
    }
    
    /* Category images are pointless here: */
    img.catimage {
	display:none;
    }
}

/* One for Windows 8 */
/* Things get a little spaced out at viewport widths approximately > 640px */
@media screen and (min-width: 41em) {
    body {
	padding: 20px;
	padding: 2rem;
    }

    .site-header {
	text-align: left;
    }
    .site-header .site-branding {
	padding: 20px;
    }

    #header-image {
	padding: 20px;
    }

    .sidebar {
	padding: 20px 20px 0;
    }

    .widget {
	margin: 0 0 20px;
    }

    .site-content {
	margin: 20px;
    }

    .paging-navigation, .post-navigation, #image-navigation, .page-header {
	background: #eee;
	padding: 10px 20px;
    }

    .wp-post-image.attachment-post-thumbnail {
	width: 150px;
    }

    .comments-area article, .comments-area .pingback, .pingback {
	margin: 20px 0;
	padding: 20px;
    }

    cite.fn, .comment-meta {
	top: 20px;
	left: 73px;
    }

    time.pubdate, .comment-meta {
	top: 44px;
    }
}
/* Defining breakpoints. We make sure the content width doesn't get > 720px */
@media screen and (min-width: 48.125em) {
    /* ~770px */
    .narrow-sidebar.one-sidebar-left #main, .narrow-sidebar.two-sidebars #main {
	padding: 0 0 0 20rem;
    }
    .narrow-sidebar.one-sidebar-left #primary, .narrow-sidebar.two-sidebars #primary {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .narrow-sidebar.one-sidebar-left #secondary, .narrow-sidebar.two-sidebars #secondary {
	float: left;
	width: 20rem;
	margin-left: -20rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
    .narrow-sidebar.one-sidebar-left #sidebar-1,
    .narrow-sidebar.one-sidebar-left #sidebar-2, .narrow-sidebar.two-sidebars #sidebar-1,
    .narrow-sidebar.two-sidebars #sidebar-2 {
	float: left;
	width: 16rem;
    }
    .narrow-sidebar.one-sidebar-left #sidebar-2, .narrow-sidebar.two-sidebars #sidebar-2 {
	padding-top: 0;
    }
    .narrow-sidebar.one-sidebar-right #main {
	padding: 0 20rem 0 0;
    }
    .narrow-sidebar.one-sidebar-right #primary {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .narrow-sidebar.one-sidebar-right #secondary {
	float: right;
	width: 20rem;
	margin-right: -20rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	border-bottom-left-radius: 0.5rem;
    }
    .narrow-sidebar.one-sidebar-right #sidebar-1 {
	float: right;
	width: 16rem;
	border-bottom-left-radius: 0.5rem;
    }
    .narrow-sidebar.one-sidebar-left #sidebar-1, .narrow-sidebar.two-sidebars #sidebar-2 {
	border-bottom-right-radius: 0.5rem;
    }

    .medium-sidebar.one-sidebar-left #main, .medium-sidebar.two-sidebars #main {
	padding: 0 0 0 26rem;
    }
    .medium-sidebar.one-sidebar-left #primary, .medium-sidebar.two-sidebars #primary {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .medium-sidebar.one-sidebar-left #secondary, .medium-sidebar.two-sidebars #secondary {
	float: left;
	width: 26rem;
	margin-left: -26rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
    .medium-sidebar.one-sidebar-left #sidebar-1,
    .medium-sidebar.one-sidebar-left #sidebar-2, .medium-sidebar.two-sidebars #sidebar-1,
    .medium-sidebar.two-sidebars #sidebar-2 {
	float: left;
	width: 22rem;
    }
    .medium-sidebar.one-sidebar-left #sidebar-2, .medium-sidebar.two-sidebars #sidebar-2 {
	padding-top: 0;
    }
    .medium-sidebar.one-sidebar-right #main {
	padding: 0 26rem 0 0;
    }
    .medium-sidebar.one-sidebar-right #primary {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .medium-sidebar.one-sidebar-right #secondary {
	float: right;
	width: 26rem;
	margin-right: -26rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	border-bottom-left-radius: 0.5rem;
    }
    .medium-sidebar.one-sidebar-right #sidebar-1 {
	float: right;
	width: 22rem;
	border-bottom-left-radius: 0.5rem;
    }
    .medium-sidebar.one-sidebar-left #sidebar-1, .medium-sidebar.two-sidebars #sidebar-2 {
	border-bottom-right-radius: 0.5rem;
    }

    .wide-sidebar.one-sidebar-left #main, .wide-sidebar.two-sidebars #main {
	padding: 0 0 0 34rem;
    }
    .wide-sidebar.one-sidebar-left #primary, .wide-sidebar.two-sidebars #primary {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .wide-sidebar.one-sidebar-left #secondary, .wide-sidebar.two-sidebars #secondary {
	float: left;
	width: 34rem;
	margin-left: -34rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
    .wide-sidebar.one-sidebar-left #sidebar-1,
    .wide-sidebar.one-sidebar-left #sidebar-2, .wide-sidebar.two-sidebars #sidebar-1,
    .wide-sidebar.two-sidebars #sidebar-2 {
	float: left;
	width: 30rem;
    }
    .wide-sidebar.one-sidebar-left #sidebar-2, .wide-sidebar.two-sidebars #sidebar-2 {
	padding-top: 0;
    }
    .wide-sidebar.one-sidebar-right #main {
	padding: 0 34rem 0 0;
    }
    .wide-sidebar.one-sidebar-right #primary {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .wide-sidebar.one-sidebar-right #secondary {
	float: right;
	width: 34rem;
	margin-right: -34rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	border-bottom-left-radius: 0.5rem;
    }
    .wide-sidebar.one-sidebar-right #sidebar-1 {
	float: right;
	width: 30rem;
	border-bottom-left-radius: 0.5rem;
    }
    .wide-sidebar.one-sidebar-left #sidebar-1, .wide-sidebar.two-sidebars #sidebar-2 {
	border-bottom-right-radius: 0.5rem;
    }
}
@media screen and (min-width: 60.625em) {
    /* ~970px */
    .narrow-sidebar.two-sidebars #main {
	padding: 0 20rem;
    }
    .narrow-sidebar.two-sidebars #primary {
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .narrow-sidebar.two-sidebars #secondary {
	width: auto;
	float: none;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    }
    .narrow-sidebar.two-sidebars #sidebar-1 {
	float: left;
	margin-left: -20rem;
	border-bottom-right-radius: 0.5rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
    .narrow-sidebar.two-sidebars #sidebar-2 {
	float: right;
	margin-right: -20rem;
	padding-top: 2rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.5rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
}
@media screen and (min-width: 66.875em) {
    /* ~ 1070px */
    .medium-sidebar.two-sidebars #main {
	padding: 0 30rem;
    }
    .medium-sidebar.two-sidebars #primary {
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .medium-sidebar.two-sidebars #secondary {
	width: auto;
	float: none;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    }
    .medium-sidebar.two-sidebars #sidebar-1 {
	float: left;
	margin-left: -30rem;
	border-bottom-right-radius: 0.5rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
    .medium-sidebar.two-sidebars #sidebar-2 {
	float: right;
	margin-right: -30rem;
	padding-top: 2rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.5rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
}
@media screen and (min-width: 69.375em) {
    /* ~ 1110px */
    .wide-sidebar.two-sidebars #main {
	padding: 0 34rem;
    }
    .wide-sidebar.two-sidebars #primary {
	float: left;
	margin-right: -100%;
	width: 100%;
    }
    .wide-sidebar.two-sidebars #secondary {
	width: auto;
	float: none;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    }
    .wide-sidebar.two-sidebars #sidebar-1 {
	float: left;
	margin-left: -34rem;
	border-bottom-right-radius: 0.5rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
    .wide-sidebar.two-sidebars #sidebar-2 {
	float: right;
	margin-right: -34rem;
	padding-top: 2rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.5rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    }
}
/* =Color Schemes
------------------------------------------------ */
/* Color Scheme: Brown */
.color-scheme-brown {
    background-color: #d1bd9d;
    color: #413a35;
}
.color-scheme-brown a, .color-scheme-brown .site-header .site-navigation .menu-toggle, .site-header .site-navigation .color-scheme-brown .menu-toggle {
    color: #8e5f2d;
}
.color-scheme-brown a:visited, .color-scheme-brown .site-header .site-navigation .menu-toggle:visited, .site-header .site-navigation .color-scheme-brown .menu-toggle:visited {
    color: #9d6932;
}
.color-scheme-brown blockquote,
.color-scheme-brown pre,
.color-scheme-brown th,
.color-scheme-brown code,
.color-scheme-brown kbd,
.color-scheme-brown tt,
.color-scheme-brown var,
.color-scheme-brown .wp-caption,
.color-scheme-brown .entry-attachment,
.color-scheme-brown .paging-navigation,
.color-scheme-brown .post-navigation,
.color-scheme-brown #image-navigation,
.color-scheme-brown .page-header {
    background: #f6ecdb;
}
.color-scheme-brown blockquote,
.color-scheme-brown table,
.color-scheme-brown th,
.color-scheme-brown td,
.color-scheme-brown .wp-caption,
.color-scheme-brown .entry-attachment,
.color-scheme-brown .wp-caption img,
.color-scheme-brown .entry-attachment img, .color-scheme-brown.blog .format-aside, .color-scheme-brown.archive .format-aside,
.color-scheme-brown .hentry,
.color-scheme-brown .paging-navigation,
.color-scheme-brown .post-navigation,
.color-scheme-brown #image-navigation,
.color-scheme-brown .page-header {
    border-color: #e2c189;
}
.color-scheme-brown .site-header {
    background: #634121;
}
.color-scheme-brown .site-header .site-branding .site-title a, .color-scheme-brown .site-header .site-branding .site-title .site-navigation .menu-toggle, .color-scheme-brown .site-header .site-navigation .site-branding .site-title .menu-toggle {
    color: #b58c5c;
}
.color-scheme-brown .site-header .site-branding .site-description {
    color: #d5bda2;
}
.color-scheme-brown .site-header .site-navigation a, .color-scheme-brown .site-header .site-navigation .menu-toggle, .color-scheme-brown .site-header .site-navigation .menu-toggle {
    background: #43250b;
    border-color: #59310f;
    color: #a9947b;
}
.color-scheme-brown .site-header .site-navigation a:hover, .color-scheme-brown .site-header .site-navigation .menu-toggle:hover, .color-scheme-brown .site-header .site-navigation .menu-toggle:hover {
    background: #59310f;
}
.color-scheme-brown #header-image {
    background-color: #f6ecdb;
}
.color-scheme-brown .sidebar {
    background: #f6ecdb;
}
.color-scheme-brown #main {
    background: #fff8f1;
    border: none;
}
.color-scheme-brown .comments-area article, .color-scheme-brown .comments-area .pingback, .color-scheme-brown .comments-area .pingback {
    background-color: #f8f0e3;
    border-color: #f6ecdb;
}
.color-scheme-brown .comments-area .bypostauthor article, .color-scheme-brown .comments-area .bypostauthor .pingback {
    border-color: #e2c189;
}
.color-scheme-brown .site-footer {
    background: #3d2814;
}
.color-scheme-brown .site-footer a, .color-scheme-brown .site-footer .site-header .site-navigation .menu-toggle, .site-header .site-navigation .color-scheme-brown .site-footer .menu-toggle {
    color: #a9947b;
}

/* Color Sceme: Green */
.color-scheme-green {
    background-color: #2f362d;
}
.color-scheme-green a, .color-scheme-green .site-header .site-navigation .menu-toggle, .site-header .site-navigation .color-scheme-green .menu-toggle {
    color: #366d55;
}
.color-scheme-green a:visited, .color-scheme-green .site-header .site-navigation .menu-toggle:visited, .site-header .site-navigation .color-scheme-green .menu-toggle:visited {
    color: #3d7b60;
}
.color-scheme-green blockquote,
.color-scheme-green pre,
.color-scheme-green th,
.color-scheme-green code,
.color-scheme-green kbd,
.color-scheme-green tt,
.color-scheme-green var,
.color-scheme-green .wp-caption,
.color-scheme-green .entry-attachment,
.color-scheme-green .paging-navigation,
.color-scheme-green .post-navigation,
.color-scheme-green #image-navigation,
.color-scheme-green .page-header {
    background-color: #f0f6ea;
}
.color-scheme-green blockquote,
.color-scheme-green table,
.color-scheme-green th,
.color-scheme-green td
                    .wp-caption,
.color-scheme-green .entry-attachment,
.color-scheme-green .wp-caption img,
.color-scheme-green .entry-attachment img, .color-scheme-green.blog .format-aside, .color-scheme-green.archive .format-aside,
.color-scheme-green .hentry,
.color-scheme-green .paging-navigation,
.color-scheme-green .post-navigation,
.color-scheme-green #image-navigation,
.color-scheme-green .page-header {
    border-color: #b7c7bd;
}
.color-scheme-green .site-header {
    background-color: #7e9a88;
}
.color-scheme-green .site-header .site-branding .site-title a, .color-scheme-green .site-header .site-branding .site-title .site-navigation .menu-toggle, .color-scheme-green .site-header .site-navigation .site-branding .site-title .menu-toggle {
    color: #f0ecd0;
}
.color-scheme-green .site-header .site-navigation a, .color-scheme-green .site-header .site-navigation .menu-toggle, .color-scheme-green .site-header .site-navigation .menu-toggle {
    background-color: #4e6456;
    border-color: #597262;
    color: #e7f1cd;
}
.color-scheme-green .site-header .site-navigation a:hover, .color-scheme-green .site-header .site-navigation .menu-toggle:hover, .color-scheme-green .site-header .site-navigation .menu-toggle:hover {
    background-color: #597262;
}
.color-scheme-green #header-image {
    background-color: #f0f6ea;
}
.color-scheme-green .sidebar {
    background-color: #f0f6ea;
}
.color-scheme-green #main {
    background-color: #fefef6;
    border: none;
}
.color-scheme-green .comments-area article, .color-scheme-green .comments-area .pingback, .color-scheme-green .comments-area .pingback {
    background-color: #f5f9f1;
    border-color: #f0f6ea;
}
.color-scheme-green .comments-area .bypostauthor article, .color-scheme-green .comments-area .bypostauthor .pingback {
    border-color: #bdd7a3;
}
.color-scheme-green .site-footer {
    background-color: #4e6456;
}
.color-scheme-green .site-footer a, .color-scheme-green .site-footer .site-header .site-navigation .menu-toggle, .site-header .site-navigation .color-scheme-green .site-footer .menu-toggle {
    color: #e7f1cd;
}

/* Color Scheme: Dark */
.color-scheme-dark {
    background-color: #5a5245;
    color: #a8a8a8;
}
.color-scheme-dark button,
.color-scheme-dark input,
.color-scheme-dark select,
.color-scheme-dark textarea {
    color: #a8a8a8;
}
.color-scheme-dark a, .color-scheme-dark .site-header .site-navigation .menu-toggle, .site-header .site-navigation .color-scheme-dark .menu-toggle {
    color: #b8a892;
}
.color-scheme-dark a:visited, .color-scheme-dark .site-header .site-navigation .menu-toggle:visited, .site-header .site-navigation .color-scheme-dark .menu-toggle:visited {
    color: #b09e86;
}
.color-scheme-dark blockquote,
.color-scheme-dark pre,
.color-scheme-dark th,
.color-scheme-dark code,
.color-scheme-dark kbd,
.color-scheme-dark tt,
.color-scheme-dark var,
.color-scheme-dark .wp-caption,
.color-scheme-dark .entry-attachment,
.color-scheme-dark .paging-navigation,
.color-scheme-dark .post-navigation,
.color-scheme-dark #image-navigation,
.color-scheme-dark .page-header {
    background: #36332e;
}
.color-scheme-dark blockquote,
.color-scheme-dark table,
.color-scheme-dark th,
.color-scheme-dark td,
.color-scheme-dark input,
.color-scheme-dark button,
.color-scheme-dark textarea,
.color-scheme-dark .wp-caption,
.color-scheme-dark .entry-attachment,
.color-scheme-dark .wp-caption img,
.color-scheme-dark .entry-attachment img, .color-scheme-dark.blog .format-aside, .color-scheme-dark.archive .format-aside,
.color-scheme-dark .hentry,
.color-scheme-dark .paging-navigation,
.color-scheme-dark .post-navigation,
.color-scheme-dark #image-navigation,
.color-scheme-dark .page-header {
    border-color: #2f2e2d;
}
.color-scheme-dark .site-header {
    background: #2f2e2d;
}
.color-scheme-dark .site-header .site-branding .site-title a, .color-scheme-dark .site-header .site-branding .site-title .site-navigation .menu-toggle, .color-scheme-dark .site-header .site-navigation .site-branding .site-title .menu-toggle {
    color: #9b8972;
}
.color-scheme-dark .site-header .site-branding .site-description {
    color: #a8a8a8;
}
.color-scheme-dark .site-header .site-navigation a, .color-scheme-dark .site-header .site-navigation .menu-toggle, .color-scheme-dark .site-header .site-navigation .menu-toggle {
    background: #36332e;
    border-color: #282622;
    color: #c6c8c9;
}
.color-scheme-dark .site-header .site-navigation a:hover, .color-scheme-dark .site-header .site-navigation .menu-toggle:hover, .color-scheme-dark .site-header .site-navigation .menu-toggle:hover {
    background: #282622;
}
.color-scheme-dark #header-image {
    background-color: #36332e;
}
.color-scheme-dark .sidebar {
    background: #36332e;
}
.color-scheme-dark #main {
    background: #413e37;
    border: none;
}
.color-scheme-dark .comments-area article, .color-scheme-dark .comments-area .pingback, .color-scheme-dark .comments-area .pingback {
    background-color: #4c4841;
    border-color: #36332e;
}
.color-scheme-dark .comments-area .bypostauthor article, .color-scheme-dark .comments-area .bypostauthor .pingback {
    border-color: #6d675d;
}
.color-scheme-dark .avatar, .color-scheme-dark .wp-post-image {
    background-color: #2f2e2d;
    border-color: #36332e;
}
.color-scheme-dark .site-footer {
    background: #2f2e2d;
}
.color-scheme-dark .site-footer a, .color-scheme-dark .site-footer .site-header .site-navigation .menu-toggle, .site-header .site-navigation .color-scheme-dark .site-footer .menu-toggle {
    color: #c6c8c9;
}

/* Tux: Anpassungen ... */

hr {
    border: 0;
    height: 1px;
    margin: 12px 0px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.more-link { display:block;border:none !important;text-decoration:underline !important;margin-top:5px; }

.archive-meta { color:blue; font-style:italic; font-size:12px; }

/* Links */

.entry-content a:link, .entry-content a:link:visited {
    border-bottom: 1px dotted blue;
}
.entry-content a:link:hover, .entry-content a:link:visited:hover {
    border-bottom: 1px solid blue;
}

.entry-meta a:link, .entry-meta a:visited,
.sidebar a:link, .sidebar a:visited {
    border-bottom:none;
}

.entry-meta a:link:hover, .entry-meta a:visited:hover,
.sidebar a:link:hover, .sidebar a:visited:hover {
    border-bottom:1px dashed blue;
}

/* Headeranimation: */
.entry-title {
    transition: 1s all ease;
}

.entry-title:hover {
    background-color: #dddddd;
}

/* Suchfeld */

#s {
    width:180px;
    border-radius: 5px;
    font-size:12px;
}

/* Musikrückschauen */

/*
  musik-intro-hervorhebung:   Hervorgehobene Passagen in der Einleitung
  musik-review-header-nr:     Zählung der Überschriften einzelner Abschnitte
  musik-review-header-text:   Überschriften einzelner Abschnitte
  musik-review-lyrics:        Textzitate für ein Album (oben)
  musik-review-lyrics-inline: Textzitate für ein Album (im Text)
  musik-review-bandname:      Erwähnter Bandname
  musik-review-hoerproben:    Text "Hörproben:"
  musik-review-album-cover:   SPAN um das Cover herum
   (<span class=".."><a href=""><img src=""></a></span>)
  musik-review-album-covr1:   "Großes" Coverbild (Hauptliste)
  musik-review-album-covr2:   "Kleines" Coverbild (Nebenlisten)
  musik-review-album-titel:   Titelüberschrift eines rezensierten Albums
*/

.musik-intro-hervorhebung   { color:green; }
.musik-review-header-nr     { color:blue;font-size:14px;font-weight:bold; }
.musik-review-header-text   { color:blue;font-size:14px;font-weight:bold;text-decoration:underline; }
.musik-review-lyrics        { color:red; }
.musik-review-lyrics-inline { font-style:italic; }
.musik-review-bandname      { color:green; }
.musik-review-hoerproben    { color:red; }
.musik-review-album-cover   { float:right;margin-left:1em; }
.musik-review-album-covr1   { width:100px;height:100px; }
.musik-review-album-covr2   { width:80px;height:80px; }
.musik-review-album-titel   { color:green;font-weight:bold; }

.musik-review-album-cover a img { border:none; }

/* Plugins */

/* --- latest toots --- */
#twitterbox {
    padding: 2px 2px 2px 2px;
}

.include-mastodon-feed .status {
    background: none;
    margin: 0;
    padding: 0;
}

.include-mastodon-feed .status .account a img.avatar {
    display: none;
}

/* --- related posts --- */
#crp_related * {
    font-size:11px;
    border-bottom:none !important;
}

/* --- organize series --- */
.seriesbox {
    border-width: 1px 1px 1px 1px !important;
    font-family:DejaVuSansBook !important;
    font-size:11px !important;
}

.serieslist-li, .serieslist-li-current {
    font-family:DejaVuSansBook !important;
    font-size:11px !important;
    padding-left:10px !important;
}

.seriesmeta {
    padding:3px 2px 3px 2px !important;
    font-style:italic !important;
    font-size:11px !important;
}

/* --- last.fm --- */
#sidebar p.lastfm-track {
    margin:0px;
    padding:0px;
}

/* --- YouTube Lyte --- */
div.lL {
    padding-bottom:5px !important;
}

/* --- category images --- */
.catimage {
    transition: all 0.5s ease;
    margin-left:4px;
}

.catimage:hover {
    transform: scale(1.5);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.5, M12=-0, M21=0, M22=1.5);
}

/* --- WP-PageNavi --- */
.wp-pagenavi .pages {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.wp-pagenavi .last {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* --- Series --- */
fieldset {
    border:1px solid darkgray;
    border-radius:8px;	
    padding: 3px 5px 5px 10px;
}

/* --- Kommentaromat --- */

.wpkommentaromat_add {
    padding: 9px !important;
}

/* --- WP-Monalisa --- */

#comments > div > .wpml_commentbox {
    display: none;
}

/* --- WP YouTube Lyte --- */

div.lL, div.lL a:link {
    padding-top: 6px;
    font-style: italic;
    color: darkgray;
    font-size: 0.85em;
    border: none;
}

/* --- WP-GeSHi --- */

.wp-geshi-highlight span {
    font-family: Hack, Consolas, Inconsolata, Courier, monospace !important;
    font-size: 0.875em !important;
}

/* --- Mastodon --- */

.include-mastodon-feed { margin: 0px; }

/* --- Amazon --- */

.amazonhinweis {
    width: 100%;
    text-align: end;
    font-style: italic;
    font-size: 0.8em;
    padding-bottom: 5px;
}

/* --- LOGO --- */

#logo {
    background-color:white;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 3px 3px 8px #282828;
    filter: alpha(opacity=97);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
    opacity: 0.93;
    transition: opacity 1s ease;
    padding:5px 16px 2px 16px;
    width: 550px;
}

#logo:hover {
    opacity: 1;
}

#logo .maintext .h1 .blau1 {
    color:#237AB2;
}
#logo .maintext .h1 .blau2 {
    color:#2925BE;
}
#logo .maintext .h1 .rot {
    color: #FF4B4B;
}

#logo .maintext, #logo .triangle {
    float:left;
}

#logo .maintext {
    margin-left: 8px;
    text-align: left;
}

#logo .subtext {
    font-family:"NotoSans",sans-serif;
    font-size:18px;
    font-style:italic;
    font-weight:bold;
    color:#86985F;
    float:right;
    line-height:1.5em;
    padding-top:4px;
    max-width:200px;
}

#logo .maintext .h1 {
    font-size:32px;
    font-weight:bold;
    font-family:"NotoSans", sans-serif;
    letter-spacing:1px;
    display:block;
    text-transform:lowercase;
    padding-top:7px;
}
#logo .maintext .h2 {
    color:#8A8A8A;
    font-size:14px;
    font-family:Hack, Consolas, Inconsolata, monospace;
    display:block;
    font-weight:bold;
    text-transform:lowercase;
    padding-top:8px;
}