.button.green,
.button.green:visited {
	background: #99b656;
	color:#fafaf4;
}

.button.green:hover,
.button.green:active {
	background: #753b24;
	color: #ffffff;
}

blockquote {
    font-size: 17px; 
}

.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: block;
}
.posted-on .updated:before {
content: "zuletzt bearbeitet: ";
}
.posted-on .entry-date:before {
content: "veröffentlicht: "; font-size: 10px;
}
.posted-on .entry-date {
font-size: 10px;
}

.slideshow-window {
 background-color: #ffffff ;
	border: 10px solid #e6e6e6;
}
pre {
	background: #f3f3f3;
	font-size: 16px;
	font-style: italic
}

/* Style Label */
.label {
    color: black;
    height: 30px;
	  padding-left: 8px;
	  padding-right: 8px;
	  padding-bottom: 5px;
	  padding-top: 5px;
	  font-size: 9px;
}

.Werbelink {background-color: #efefef;}

/* Style Punkte */
.dot:after {
    content: "●";
    margin-left: 10px;
    font-size: 16px;
}

.dot.green:after {
    color: #99B656;
}

.dot.blue:after {
    color: #3f77b0;
}

.dot.red:after {
	color: #ce686a;
}

.generate-back-to-top,
.generate-back-to-top:visited {
    border-radius: 40px; 
    line-height: 40px;
    width: 40px; 
}

.style
h7 {
  color:#000000; 
  font-size: 11pt; 
	font-family: handlee, sans-serif; 
}

/* Bildunterschrift */
figure {
    margin: 1em;
		padding: 3px;
    text-align: center;
    font-size: 10pt;
		font-family: Noto Sans;
}

/* Zitat Autor */
cite {
	font-size: 10pt;
	font-style: normal;
}

/*Cookie Notice Button zustimmen*/
#cn-accept-cookie {
    background: #fff;
    line-height: 18px;
    padding: 6px 36px;
    background-color: #fff;
    border: 1px solid #BBB;
    color: #333;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
    white-space: nowrap;
}

/* Externe-Link-Symbole färben und hochstellen */
i.fa-external-link {
  color: #ce686a; 
  font-size: 0.75em; 
  vertical-align: super; 
  margin-left: 0.15em;  
}