body {
	font-size: 1.105em;
	font-weight: 400;
	font-family: "Spectral", serif;
	color: #363737;
	line-height: 1.87em;
	font-kerning: auto;
	text-shadow: 0px 0.1px;
	background: #f6eee3;
}

@font-face {
	font-family: '1785 GLC Baskerville Normal';
	font-style: normal;
	font-weight: normal;
	src: local('1785 GLC Baskerville Normal'), url('1785 GLC Baskerville-N.woff') format('woff');
}

a {
	color: /*#b67174*/ #6b0000;
	text-decoration: none;
}

blockquote {
	margin: 0em;
	padding-left: 0.97em;
	border-left: #504D44 1px dotted;
}

li {
  margin: 3.85em 0em;
	list-style-position: inside;
}

ol {
	padding-left: 0px;
	margin-top: 0px;
}

p span {
	display: inline;
	margin-left: 1.69em;
}

q {
	display: inline;
}
 
q:before {
  font: normal 1.024em '1785 GLC Baskerville Normal', 'Averia Serif Libre', Cambria, serif;
  content: open-quote;
}
 
q:after {
  font: normal 1.024em '1785 GLC Baskerville Normal', 'Averia Serif Libre', Cambria, serif;
  content: close-quote;
}

.nummer {
	color: #363737;
  width: 100%; 
	text-align: center; 
  border-bottom: 1px solid #363737; 
  line-height: 0.097em;
	padding-top: 0em;
  margin: 1.6em 0 0.7em 0;
}

.nummer abbr { 
    background: #f6eee3; 
    padding:0 1.6em; 
}

.nummer abbr a { 
	background: #f6eee3; 
	border-bottom: 0px;
}

.datum {
	font-size: small;
	color: gray;
  width: 100%; 
	text-align: center; 
  border-bottom: 1px solid gray; 
  line-height: 0.097em;
	padding-top:0.7em;
  margin: 0.7em 0 1.6em 0;
}

.datum abbr { 
    background: #f6eee3; 
    padding:0 1.6em; 
}

.mar {
	text-align: center;
}

.motto {
	font-size: small;
	text-align: right;
	line-height: 1.42em;
}

.post {
	padding: 2.05em 0em;
}

.titel {
	font-weight: bold;
	font-size: 0.97em;
}

#fles {
	width: 34em;
	margin: 0px auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 7px;
  right: 7px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: #f6eee3;
  color: #363737;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
	background-color: rgba(192,192,192,0.0);
}

::-webkit-scrollbar {
	background: #f6eee3;
	width: 13px;
	height: 10px;
	right: 10px;
}
		
::-webkit-scrollbar-thumb {
	background-color: #363737;
	height: auto;
	border: 4px solid #363737;
	right: 10px;
}
				
@media only screen and (max-width: 600px) {

#fles {
	width: 97%;
	margin: 0px auto;
}

.post {
	margin: 0em auto;
	padding: 2.05em 0em;
	width: 88%;
}
