@charset "utf-8";
/*
 Theme Name: krr
 Author: n/a
 Theme URI: n/a
 Description: n/a
 Version: 1.06 – 21-10-2022
 */
/* * + * {margin-top:1em;}*/

@media only screen and (max-width: 960px) {
    div#page {
        margin: 0 4% !important;
        width: 92% !important;
    }

    header {
        position: static !important;
        width: 100% !important;
    }

    header nav {
        text-align: center;
        margin-bottom: 10px !important;
    }

    header nav a {
        border: none !important;
        padding: 10px !important;
    }

    header form#searchform {
        display: none !important;
    }

    div.left {
        margin-top: 0 !important;
        width: 100% !important;
    }

    div.right {
        display: none;
    }
}

a {
    color: #446;
    text-decoration: none;
}

a:hover {
    border-bottom: 2px solid #666;
}

address {
    display: inline;
    font-style: normal;
}

input, select, textarea, button {
    font-family: inherit;
    font-size: inherit;
}

.selected {
    border-bottom: 2px solid #666;
}

body {
    color: #446;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0 0 6em;
}

div#page {
    margin: 0 auto;
    width: 960px;
}

/* HEADER */
header {
    background: white;
    position: fixed;
    width: 960px;
    z-index: 9999;
}

header nav {
    margin: 0 0 30px;
}

/* 2020-04-13:  padding:10px 20px auf ug wert geaendert */
header nav a {
    border-bottom: 2px solid white;
    border-left: 1px solid #ddd;
    display: inline-block;
    padding: 10px 20px;
}

header nav a:first-child {
    background: url(1409927797_Streamline-18-20.png) no-repeat center;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiBoZWlnaHQ9IjQ4cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDhweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IkV4cGFuZGVkIj48Zz48Zz48cGF0aCBkPSJNNDIsNDhIMjhWMzVoLTh2MTNINlYyN2MwLTAuNTUyLDAuNDQ3LTEsMS0xczEsMC40NDgsMSwxdjE5aDEwVjMzaDEydjEzaDEwVjI4YzAtMC41NTIsMC40NDctMSwxLTFzMSwwLjQ0OCwxLDFWNDh6Ii8+PC9nPjxnPjxwYXRoIGQ9Ik00NywyN2MtMC4yNDksMC0wLjQ5Ny0wLjA5Mi0wLjY5MS0wLjI3N0wyNCw1LjM4NEwxLjY5MSwyNi43MjNjLTAuMzk5LDAuMzgxLTEuMDMyLDAuMzY4LTEuNDE0LTAuMDMxICAgICBjLTAuMzgyLTAuMzk5LTAuMzY3LTEuMDMyLDAuMDMxLTEuNDE0TDI0LDIuNjE2bDIzLjY5MSwyMi42NjFjMC4zOTgsMC4zODIsMC40MTMsMS4wMTUsMC4wMzEsMS40MTQgICAgIEM0Ny41MjYsMjYuODk2LDQ3LjI2NCwyNyw0NywyN3oiLz48L2c+PGc+PHBhdGggZD0iTTM5LDE1Yy0wLjU1MywwLTEtMC40NDgtMS0xVjhoLTZjLTAuNTUzLDAtMS0wLjQ0OC0xLTFzMC40NDctMSwxLTFoOHY4QzQwLDE0LjU1MiwzOS41NTMsMTUsMzksMTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+") no-repeat center;
    background-size: 20px;
    text-indent: -99999px;
    width: 20px;
}

header h1 {
    margin: 0 0 0.5em;
}

header h1 a {
    color: red;
    letter-spacing: -0.025em;
    line-height: 100%;
}

header h1 a:hover {
    border-bottom: 2px solid red;
}

/* SUCHE */
header form {
    position: absolute;
    left: 640px;
    top: 5px;
}

header input {
    display: inline-block;
    padding: 4px;
}

header input[type="submit"] {
    border: 1px solid #666;
    cursor: pointer;
    margin-left: 2px;
    padding: 5px 10px;
}

/* CONTENT */
div.left {
    float: left;
    margin-top: 8em;
    width: 600px;
}

article {
    border-top: 6px solid #446;
    padding: 0 0 2em;
    transition: background 0.5s;
}

section.archiv article,
section.aufnahmen article,
section.suche article,
section.termine article {
    padding-bottom: 0.1px;
}

/* modified: clear: both; to clear archiv/aufnahmen/search results */
article>* {
    padding: 0.1em 1px;
    clear: both;
}

a:hover article {
    background: #ddf;
}

h2, h3 {
    font-size: 160%;
    line-height: 120%;
    margin: 0.1em 0 0.625em;
}

section.post-body p:last-child {
    margin-bottom: 0;
}

section.post-body a {
    color: #666;
}

section.post-body img {
    max-width: 100%;
    height: auto;
}

section.post-footer {
    margin-top: 1em;
}

h4 {
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
}

/* added: float: left; to show h4 in archiv/aufnahmen/search results leftsided*/
h4.vortrag-diskussion,
h4.roter-freitag,
h4.arbeitskreis,
h4.kurs,
h4.veroeffentlichung,
h4.text,
h4.hinweis {
    letter-spacing: 0.025em;
    text-transform: uppercase;
    float: left;
}

h4.vortrag-diskussion {
    color: #666;
}

h4.roter-freitag {
    color: red;
}

h4.arbeitskreis {
    color: #00f;
}

h4.kurs {
    color: #090;
}

h4.veroeffentlichung, h4.text {
    color: #000;
}

h5 {
    margin: 0 0 1em;
}

h6 {
    font-size: 100%;
    margin: 0 0 0.5em;
}

hr {
    border: none;
    border-top: 6px solid #446;
}

.ical {
    color: #666;
}

section.post-footer small {
    color: #666;
    display: block;
    font-size: 12px;
    margin: 1em 0;
}

p {
    margin: 0 0 1em;
}

section.aufnahmen {
    margin: 0;
}

section.aufnahmen-list h2 {
    border-top: 6px solid #999;
    margin: 0;
    padding: 0.2em 0 0.3em;
}

/* 2020.05.27: new width:100% */
/* alternative est., remove when time permits
table {
    border-spacing: 0;
    color: #446;
    width: 100%;
}

table.aufnahmen td {
    text-align: left;
    vertical-align: text-top;
}
*/
/* 2020.05.27: hole new definition, spaced 2nd column */
/* alternative est., remove when time permits
table.aufnahmen td:nth-child(2n) {
    text-align: right !important;
    width: 25%;
}

table.aufnahmen a {
    display: block;
    border: none;
    padding: 0.35em 0.25em 0.5em;
}

table.aufnahmen tr:nth-child(2n) {
    background: #eee;
}

table.aufnahmen tr:hover {
    background: #ddf;
    border: none;
}
*/

audio.player {
    display: block;
    margin: 1em 0;
    width: 100%;
}

ul {
    margin: 0;
    padding-left: 1em;
}

ul.aufnahmen, div.right ul {
    margin: 0;
    padding: 0;
}

ul a {
    display: block;
    padding: 0 0.1em;
}

ul a:hover {
    background: #ddd;
    border: none;
}

li {
    margin: 0 0 0.5em;
}

ul.aufnahmen li, div.right li {
    border-bottom: 1px solid #446;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.aufnahmen li:first-child,
div.right li:first-child {
    border-top: 1px solid #446;
}

ul.aufnahmen li time {
    font-style: italic;
}

/* alternative est., remove when time permits
ul.social_share_privacy_area li {
    border: none;
}

ul.social_share_privacy_area a {
    display: inline;
    padding: 0;
}
*/

footer {
    clear: both;
}

/* SIDEBAR */
div.right {
    color: #666;
    float: right;
    margin-top: 8em;
    width: 320px;
}

div.right section {
    border-top: 6px solid #999;
    margin-bottom: 1em;
    padding: 0.1em;
}

div.right a {
    color: #666;
}

div.right h5 {
    margin: 0 0 1em;
}

div.right h6 {
    margin: 1em 0 0.5em;
}

/* no embedding anymore, remove when time permits
div.right h6.youtube a:hover {
    border: none;
}
*/

/* Heft-Titelbild, entnommen aus Post-Kategorie "veroeffentlichung" */
a.excerpt-image {
    background: #ccc linear-gradient(to bottom, #eee, #ccc);
    border: none;
    display: block;
    width: 100%;
}
a.excerpt-image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 200px;
}

.widgettitle a:hover {
    background: none;
}

/* unterdrückt RSS Icon */
.widgettitle a:first-child {
    display: none;
}
.widget_rss cite {
    display: none;
}

div.right li {
    border-color: #bbb;
    line-height: 130%;
}

div.right li li:last-child {
    border: none;
}

div.right li a {
    padding: 0.2em 1px;
}

/* added: float: right; to show dates in archiv/aufnahmen/search results rightsided*/
.alignright {
    float: right;
}