
body {
        padding-top: 60px;
        padding-bottom: 40px;
      }

      .post {
        padding: 15px 0px;
        border-bottom: 1px dotted #ccc;
      }

      img {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
      }

      .widget h3 { display: block; background: #212121; color: #f1f1f1; text-transform: capitalize; border-radius: 5px; margin-bottom: 10px; text-align: center; padding: 5px 0px;}

      .feat-img img { padding: 5px; border: 1px solid #ccc;}

      .post:first-of-type { padding-top: 0px;}
      .widget ul { margin-left: 0px;}
      .widget ul li { list-style: none; font-size: 14px;}
      .widget ul li a { display: block; padding: 5px 0px; color: #888; border-top: 1px dotted #ccc;}
	  .widget ul li a:hover { background: #fff; text-decoration: none; padding-left: 5px;}

	  <!-- leyrer anpassungen -->

	  a:hover.aanchor { text-decoration: none; }
	  a h2 { color: black; }
	  .widget h3 { background: #D3D3D3; color: #808080; }
	  .navbar .brand { color: red; }
	  .listtrailer {
      	font-size: smaller;
		text-align: right;
	}

	/* START Fuer die WCM-Artikel */
#wcm-link {
	background-color:#c6dcf1;
	text-align:left;
}

.wcm-story-bild {
	vertical-align: top;
	float:right;
	padding-left:1em;
}
/* ENDE Fuer die WCM-Artikel */

/* START Fuer Kommentare */
.comments {
	padding-top:2em;
}

.comment {
	padding-bottom:1em;
}

/* ENDe Fuer Kommentare */

q {
	/* the first pair of characters is for quotations, the second pair for nested quotations within quotations */
	quotes: '\00BB' '\00AB' '\203A' '\2039';
	font-style: italic;
}

q::before { 
  content: "»";
}
q::after { 
  content: '«';
}

/*
.seemore 
{
	color: #6B6BFF;
}

.snippet {
	font-family: Courier, sans-serif;
	background-color:#F0F0F0;
}


code {
	font-size: larger;
	font-family: Courier, "Courier New", Monospace;
	text-align:left;
}

.JavaCode {
	background-color:black;
	color:white;
	color:white;
	text-align:left;
	font-family:Courier, sans-serif;
	padding:0.5em;
}

pre {
	background-color:black;
	color:#00FF00;
	color:#00FF00;
	text-align:left;
	font-family:Courier, sans-serif;
	font-size:8px;
	padding:0.5em;
}

.console {
	background-color:black;
	color:#00FF00;
	color:#00FF00;
	text-align:left;
	font-family:Courier, sans-serif;
}
*/

.durchstreichen {
	text-decoration: line-through;
}

/* Trauerflor START */

/* The ribbons */

.corner-ribbon{
  width: 300px;
  background: #e43;
  z-index: 99999;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 55px;
  left: -75px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #000;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/* Trauerflor ENDE */

/* Goodreads START */
  .gr_custom_container_1480790664 {
    /* customize your Goodreads widget container here*/
    border: 1px solid gray;
    border-radius:10px;
    padding: 10px 5px 10px 5px;
    background-color: #FFFFFF;
    color: #000000;
    width: 200px
  }
  .gr_custom_header_1480790664 {
    /* customize your Goodreads header here*/
    border-bottom: 1px solid gray;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 120%
  }
  .gr_custom_each_container_1480790664 {
    /* customize each individual book container here */
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #aaa;
  }
  .gr_custom_book_container_1480790664 {
    /* customize your book covers here */
    overflow: hidden;
    height: 60px;
      float: left;
      margin-right: 4px;
      width: 39px;
  }
  .gr_custom_author_1480790664 {
    /* customize your author names here */
    font-size: 10px;
  }
  .gr_custom_tags_1480790664 {
    /* customize your tags here */
    font-size: 10px;
    color: gray;
  }
  .gr_custom_rating_1480790664 {
    /* customize your rating stars here */
    float: right;
  }
/* GOODREADS Ende */
