body {
 font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
 font-size: 20px;
 font-weight: 400;
 line-height: 1.5em;
 padding: 0;
 margin: 0;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 26px;
  }
}

p{
  margin: 0 !important;
word-break: break-word;
	line-height: 1.3;
}

#wrapper{
  margin: 0 auto;
  width: 100%;
	max-width: 800px;
	min-width: 500px;
  min-height: 500px;
  box-sizing: border-box;
word-break: break-word;
}

form {
 background-color: #fefefe;
 padding: 20px;
 margin: 10px 0;
 width: inherit;
 -moz-box-shadow:8px 8px 8px #888;
clear: both;
 line-height: 20px;
 text-align: left;
 box-sizing: border-box;
}

.tleft{
  text-align: left;
  display: inline-block;
}
.tleft select{

}
.anzahl,.rss{
	font-size: .8em;
}

.zaehler{
}
.ueberschrift{
  font-size: 1.5em;
  margin: 0 0 10px;
  display: inline-block;
  text-align: left;
  line-height: 1.25em;
  font-weight: 700;
  text-decoration: none;
}
a:link {
 color: #000;
 text-decoration: none;
}
a:visited{
  color: inherit;
}
a:hover {
 text-decoration: underline;
}

.titel {
 padding: 15px 0;
}

.titel_link {
 font-size: 25px;
 font-weight: 700;
 margin: 0 0 5px;
 display: inline-block;
 text-decoration: underline;
 text-align: left;
 line-height: 1.25em;
}
.titel p {
font-family: serif;
	font-weight: bold;
}

.schlagzeile {
 margin: 20px 0 0;
    border-top: 3px solid #000;
    padding-top: 10px;
}

.text{
	font-family: serif;
  margin: 0;
  line-height: 1.25em;
	word-break: break-word;
	text-align-last: left;
}
.text a{
text-decoration: underline;
}
.text a:hover{
text-decoration: none;
}

#Status {
 color: #EE0000;
}

img {
  padding: 0 !important;
  width: 100%;
  height: auto;
 border: solid 1px #000000;
 margin: 0 0 10px!important;
}

.bitc{
  width: 210px;
  height: auto;
float: left;
}

.ether{
  width: 210px;
  height: auto;
float: right;
}
/*Ticker*/

#ticker{
  width: 600px;
  margin: 0 0 10px;
  box-sizing: border-box;
}

/* Date */
#dt-box{
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
}

#time{
	font-weight: 400;
}
#dt-box.refresh-30{
	
}