/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 20 2023 | 10:15:34 (pm)
/*
/******* Do not edit this file *******/

body {
    background-color: #fefefe;
    -webkit-font-smoothing:antialiased;
}

/* 01. HEADER ================================================== */

.blog .novella-collection-item .novella-entry-title, .archive .novella-collection-item .novella-entry-title {
    font-size: 1.8em;
    letter-spacing: 0.01em;
    line-height: 1.2;      
}

@media (max-width: 768px) {
.blog .novella-collection-item .novella-entry-title, .archive .novella-collection-item .novella-entry-title {
    font-size: 1.4em;
    letter-spacing: 0.02em;
    line-height: 1.2;      
}
}

.novella-header {
    box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.75);
    height: 52px;
}

@media (max-width: 768px) {
.novella-header .novella-site-logo {
    height: 25px;
    position: absolute;
    top: 13px;
    padding-left: 5px;
}
}

.novella-header .novella-site-logo {
    max-height: 31px;
    position: absolute;
    top: 10px;
}

progress {
    height: 58px;
    color: #3e3e3e;
}

.novella-site-title:first-letter {
  	font-weight: 700;
    color: #fff;
	background-color: #D9304F;
  	font-size: 1.4em;
  	margin-right:0.2em;
  	letter-spacing: 0.1em;
  	padding-left: 0.25em;
  	padding-right: 0.15em;
  	padding-top: 0.12em;
  	vertical-align:-10%;
}

.novella-entry.novella-parallax.has-thumbnail .novella-entry-content {
    background: none repeat scroll 0 0 #fefefe;
}

.novella-header .novella-site-title small {
    padding: 0.2em 0 0.5em 0;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.novella-collection-item {
  margin-bottom:0.2em;
}

.novella-nav-wrap h6 {
    color: #3e3e3e;
}

.novella-header .novella-nav-wrap.overlay li a {
    font-weight: 700;
    font-size: 0.9em;
    color: #3e3e3e;
}

.modal-backdrop.in {
    opacity: 0.95;
}

.viewable .novella-nav-wrap.overlay {
    opacity: 0.95;
}

.novella-chapter-nav li a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #3e3e3e;
}

.aesop-article-chapter-wrap .aesop-cover-title {
	letter-spacing: 8px;
    line-height: 1.7;
    word-wrap: break-word;
}

.novella-header .novella-nav-wrap ul li a {
	letter-spacing: 0.03em;
    font-weight: 500;
    color: #727272;
}

.novella-header .novella-site-title a {
    color: #000;
  	letter-spacing: 0.3em;
    font-style: normal;
    text-transform: uppercase;
  	font-weight: 400;
  	font-size: 0.75em;
  	padding-top: 0.2em;
}

.novella-header .novella-site-title a:hover, a:focus {
    color: #5e8ea3;
  	text-decoration: none;
}

.novella-header .novella-story-nav li a {
    color: #727272;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.novella-collection-item .novella-entry-category {
   text-shadow: none;
}

@media (max-width: 768px) {
.novella-entry .novella-entry-mast .novella-entry-mast-img:after {
    opacity: 0;
}
}  

.novella-story-highlights-toggle.mobile-toggle, .novella-chapter-toggle.mobile-toggle {
    background: none;
    box-shadow: none;
  padding: 0.6rem 0.9rem 0.6rem 0.6rem;
    color: #cbcbcb;
    
}
.novella-chapter-toggle.mobile-toggle {
    bottom: 40px;
    right: -85px;
   z-index: 3;
}

.novellacon {
   font-size: 1.4em;
}

span.entry-subtitle {
    padding-top: 0.3em;
}  



.novella-entry-author {
    font-size: 1em;
  	padding-top: 1em;
}

.novella-entry .novella-entry-mast .novella-entry-author span {
    font-size: 1em;
  padding-right: 0.2em;
}

.coaut-trenn {
    padding-left: 0.2rem;
}

.est-time {
  padding-left: 0.2rem;
}


/* 02. CONTENT ================================================== */


.novella-single {
	background-color: #fefefe;
}

.novella-entry-content {
	    z-index: 2;
}

.novella-entry-content h4 {
  margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  padding-top: 2.5rem;
  line-height: 1.4;
}

a, .novella-collection-item .novella-entry-category {
    color: #97c4d8;
}

.novella-entry-mast-inner a:hover, a:focus{
    color: #8fb9cc;
    text-decoration: underline;
}

.novella-entry-content a {
    color: #7496a6;
}
	
	

span.glossaryLink, a.glossaryLink {
    color: #7496a6 !important;
}

a.glossaryLink:hover {
	    color: #5e8ea3 !important;
    text-decoration: underline !important;
}

.footnote_plugin_tooltip_text {
    color: #7496a6;
}

blockquote {
  margin-left: auto;
    margin-right: auto;
  max-width: 800px;
    padding: 1em 0.5em;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

@media (max-width: 768px) {
.novella-entry-content p {
word-wrap: break-word;
}
}

.novella-entry-content blockquote { 
  	border: medium none;
}

.novella-entry-content blockquote p {
	font-size: 1.05em !important;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01rem;
    line-height: 1.7;
  	max-width: 1000px;
  color: #727272;
}

@media (max-width: 768px) {
.novella-entry-content blockquote p {
  padding-left: 0;
    padding-right: 0;
}
}

.novella-page {
    margin: 0 auto 3rem;
  	padding-left: 0;
    padding-right: 0;
}

.novella-page h1 {
    word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

.novella-entry .novella-entry-mast .novella-entry-title {
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 0.01em;
    line-height: 1.2;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-title {
    font-size: 2.5em;
}

.novella-entry .novella-entry-mast .novella-entry-cats {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
.novella-entry .novella-entry-mast .novella-entry-cats {
  text-shadow: none;
}
}

.novella-entry .novella-entry-mast .novella-entry-title .entry-subtitle {
    display: block;
    font-size: 0.8em;
  	font-family: Lato,sans-serif;
	font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
.novella-entry .novella-entry-mast .novella-entry-title .entry-subtitle {
  text-shadow: none;
}
}

.novella-collection-item .novella-entry-title .entry-subtitle {
    display: block;
    font-size: 0.8em;
  	font-family: Lato,sans-serif;
	font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
.novella-entry .novella-entry-mast .novella-entry-title .entry-subtitle {
  text-shadow: none;
}
}

.dropcap:first-letter {
    color: #3f3f3f;
}

.dropcap:first-letter {
    color: #8fb0bf;
    float: left;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 2rem;
    padding-right: 0.4rem;
    padding-top: 1.2rem;
}

.aesop-documument-component object {
    height: 980px;
}

.aesop-character-component .aesop-character-avatar {
    border-radius: 50%;
}
.aesop-character-component .aesop-character-cap {
    font-size: 0.8em;
  	font-family: Lato,sans-serif;
    font-style: normal;
    line-height: 1.5;
}

.aesop-character-component .aesop-character-title {
    font-weight: 700;
    color: #3e3e3e;
}

.novella-collection-item .novella-archive-entry-inner {
    padding: 120px 0 0 0;    
}

.novella-collection-item .novella-entry-author span {
     padding-right: 0.2rem;
     font-size: 0.9em;
}

.novella-collection-item .novella-entry-author {
    text-shadow: none;
	letter-spacing: 0.02em;
}

.novella-collection-item .novella-archive-entry-inner div{
    background-color:#000;
  	background-color: rgba(0,0,0,0.6);
  	padding: 3% 5% 5% 5%;
  	max-width: none;
  	text-shadow: none;
}

.novella-collection-item .novella-archive-entry-inner div .aesop-collection-item-excerpt {
  	color: #fff;
  	font-size: 0.9em;
  	line-height: 1.4;
  	padding: 2% 10% 0 0;
  	text-shadow: none;
    background-color: transparent;
  	background-color: transparent; 	
}

@media (max-width: 768px) {
.novella-collection-item .novella-archive-entry-inner div .aesop-collection-item-excerpt {
  	font-size: 0.9em;
  	line-height: 1.3;
  	padding: 3% 0 0 0;
}
}

#benachrichtigung {
    color: #8c8c8c;
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
    width: 100%;
}

#bildnachweis {
	border-top: 3px solid #727272;
	margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
}

@media (max-width: 768px) {
#bildnachweis  {
padding-left: 1.4rem;
    padding-right: 1.4rem;
}
}

.bildnachweis-titel p{
	padding: 40px 0 0 0;
	border-bottom: 1px solid #aaaaaa !important;
    display: block !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    margin-bottom: 0.25em !important;
    margin-top: 1em !important;
    overflow: hidden !important;
    font-size: 1.2em !important;
    text-align: left !important;
    vertical-align: middle;
}




.bildnachweis-text p{
    font-family: Lato,sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    font-style: normal;
    text-align: left;
    padding: 0 0 0 33px;
}

.nonlatina {
	font-weight: 700;
}

.novella-read-more {
    padding-top: 3rem;
    background-color: #fefefe;
}

.novella-read-more .novella-read-more-title {
    font-weight: 700;
    color: #3e3e3e;
}	

.novella-read-more .novella-collection-item .novella-archive-entry-inner {
    padding: 3rem 0 0 0;
}

.novella-comments-wrap {
    background-color: #fefefe;
}

.comment-reply-title {
	font-size: 1.5em;
}

.video-content {
	   margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100%;
    max-height: 394px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.column-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding: 1em 0.5em;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.column-center {
    font-size: 0.82em;
    font-style: italic;
    color: #727272;
}

.column-center span{
    font-family: Lato, sans-serif;
    font-size: 0.9em;
    padding: 2% 1% 1% 1%;
    color: #3e3e3e;
    font-style: normal;
    font-weight: 700;
}


/* 03. FOOTER ================================================== */

.novella-footer-text a {
  word-wrap: normal !important;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}


/* 03. PAGE ================================================== */
@media (max-width: 768px) {
.novella.page .novella-entry .novella-entry-mast-img {
    height: 225px;
}
.novella.page .novella-entry .novella-entry-mast-inner-wrap {
    padding: 0;
}
.novella.page .novella-entry .novella-entry-mast-inner {
    margin-top: 255px;
    width: 100%;
}
.novella.page .novella-entry .novella-entry-title, .novella.single .novella-entry .novella-entry-author {
    color: #000;
    text-shadow: none;
}
.novella.page .novella-entry .post-categories, .novella.single .novella-entry .novella-entry-author {
    font-size: 0.8em;
    line-height: 1;
}
.novella.page .novella-entry .post-categories {
    margin-bottom: 0.6rem;
}
.novella.page .novella-entry.no-thumbnail .novella-entry-mast {
    height: 0;
}
.novella.page .novella-entry.no-thumbnail .novella-entry-content {
    margin-top: 0;
}
.novella.page .novella-entry.novella-parallax .novella-entry-mast-inner.novella-hidden {
    opacity: 1 !important;
}
.novella.page .novella-entry.novella-parallax .novella-entry-mast {
    position: static !important;
}
.novella.page .novella-entry.novella-parallax .novella-entry-content {
    margin-top: auto !important;
    padding-top: 0;
}
.novella.page .novella-entry.novella-parallax .novella-entry-mast-img {
    top: 50px;
}
.novella.page.admin-bar .novella-entry.novella-parallax .novella-entry-mast-img {
    top: 82px;
}

.novella.page .novella-entry .novella-entry-title {
    font-size: 1.6em;
}
.novella.page .novella-entry .novella-entry-title, .novella.single .novella-entry .novella-entry-author {
    color: #000;
    text-shadow: none;
}

.novella-entry-content h4 {
    line-height: 1.4;
    margin-bottom: 2.5rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}
}



/* 04. PLUGINS ================================================== */





.twoclick-content {
	background-color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100%;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 35px !important;
}

.glossary-container {
  	float: none;
    margin-left: auto;
    margin-right: auto;
  	padding-left: 1rem;
    max-width: 700px;
    width: 100%;
  	min-height:450px;
}

.glossaryList {
   list-style-type: none;
}

span.glossaryLink, a.glossaryLink {
    border-bottom: none;
    text-decoration: none !important;
}

.listNav {
  	float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100%;
}

.ln-letters {
  	padding-bottom: 20px;
}

.ln-letters a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e3e3e3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    background-color: #ebebeb;
    border-radius: 4px;
    display: block;
    float: left;
    font-size: 7pt;
    padding: 2px 6px;
  	margin: 3px;
    text-decoration: none;
}

.ln-letters a.ln-last {
    border-right: 1px solid #e3e3e3;
}

.ln-letters a:hover, .ln-letters a.ln-selected {
    background-color: #dedede;
}

.large .ln-letters a {
    font-size: 1.15em;
}

.ln-letters a.ln-disabled {
    color: #3e3e3e;
}

.ln-letter-count {
    color: #fefefe;
}

.glossary_itemdesc {
    font-size: 0.8em;
  	margin-bottom:1.2em;
}

.authorbible {
	display:block;
	font-family: Lato,sans-serif;
	text-align:right;
	font-size:0.7em;
	padding:2% 1% 1% 1%;
	color:#3e3e3e;
	font-style:normal;
	font-weight: 700;
}

.bibleserver {
font-family: Lato,sans-serif;
}

.indextitle a {
  color: #3e3e3e;
    display: block;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.4;
    margin-top: 2rem;
    text-transform: none;
  text-align: center;
	border-bottom:1px solid #aaa;
  letter-spacing: 8px;
  padding-bottom: 10px;
}

.indextitle {
    padding-top: 40px;
  margin-bottom: 20px;
}

.inhaltliste {
  float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100%;
  	padding-bottom: 6%;
  text-align: center;
  font-style:italic;
}

@media (max-width: 700px) {
.inhaltliste {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}
}

.inhaltliste h4 {
  font-size: 1.1em;
  letter-spacing: 8px;
  font-weight: 500;
  color: #3e3e3e;
	border-bottom:1px solid #aaa;
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
.inhaltliste h4 {
    padding-left: 0;
    padding-right: 0;
}
}

.inhaltliste a {
  font-size: 0.85em;
  color: #3e3e3e;
}

.inhaltliste span {
  font-size: 1.2em;
  color: #7496a6;
}

.columnlist {
  float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100%;
  	padding-bottom: 6%;
}

@media (max-width: 700px) {
.columnlist {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}
}

.columtitel {
    font-size: 1em;
    line-height: 1.2;
    color: #8fb0bf;
  font-family: Lato,sans-serif;
  font-weight: 700;
	text-transform: uppercase;
}

.content-column {
	  	padding-bottom: 4%;
}

.sh-link {
  border-top:1px solid #d9d9d9;
   margin-right: 1.5em;
}

@media (max-width: 700px) {
.sh-link {
    margin-right: 0;
}
}

.sh-link a {
    font-size: 0.65em;
    font-style: italic;
    display: block;
  	text-align: right;
    padding-top: 1px;
}

.sh-link a:hover, a:focus {
    color: #5e8ea3;
  	text-decoration: none;
}

.lcp_catlist {
  padding-left: 20px;
  color: #8fb0bf;
}

.lcp_catlist li {
  padding-top: 10px;
  color: #8fb0bf;
  line-height: 1.2;
}

.lcp_catlist a {
  font-family: Lato,sans-serif;
    font-size: 1em;
    font-style: normal;
    line-height: 1;
  color: #3e3e3e;
}

.audioplayer {
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    max-width: 700px;
    width: 100%;
    text-align: center;
    color: #8c8c8c;
	font-size: 0.8em;
    font-style: italic;
}

@media (max-width: 768px) {
.audioplayer  {
padding-left: 1.4rem;
    padding-right: 1.4rem;
}
}

.audioplayer hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 1em;
    margin-top: 1em;
}


.audioplayer .sc_player_container1 input[type="submit"], input[type="reset"], input[type="button"] {
    -moz-user-select: none;
    background-color: #fefefe;
    border: none;
    border-radius: 0;
}

.audioplayer .sc_player_container1 input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, input.active[type="submit"], input.active[type="reset"], input.active[type="button"] {
    background-image: none;
    box-shadow: none;
    outline: 0 none;
}

.audioplayer .sc_player_container1 input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background-color: transparent;
}