/******************* BOXES *******************/

.fakenewsbox {
  background-color: var(--tabelle1);
  font-family: open sans;
  font-size: 11px;
  line-height: 15px;
  color: #eee;
  text-align: justify;
  padding: 10px;
  height: 130px;
  overflow: auto;
}


.fakenewssmallbox {
  background-color: var(--tabelle1);
  font-family: calibri, open sans;
  font-size: 11px;
  line-height: 12px;
  color: #eee;
  text-align: left;
  padding: 10px;
  height: 100px;
  overflow: auto;
}


.fakenewslinkbox {
  background-color: var(--tabelle1);
  font-family: open sans;
  font-size: 11px;
  line-height: 15px;
  color: #eee;
  text-align: justify;
  padding: 10px;
  height: 130px;
  overflow: auto;
}


/******************* NEWSPAPER *******************/

.fakenewspaper {
  background-color: #2E3B3E;
  font-family: times;
  font-size: 11px;
  line-height: 15px;
  color: #eee;
  text-align: justify;
  padding: 10px;
  height: 250px;
  overflow: hidden;
}

.fakenewspaperi {
  background-color: var(--tabelle1);
  font-family: open sans;
  padding: 10px;
  height: 230px;
  overflow: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 1px 1px 1px #444;
}

.fakenewspaperbody {
  background-color: var(--tabelle1);
  font-family: open sans;
  font-size: 10px;
  line-height: 15px;
  width: 100%;
  color: #1b1b1b;
  text-align: justify;
}

.fakenewspaperhead {
  font-family: vidaloka;
  font-size: 38px;
  border-bottom: double;
  border-top: double;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center,
}

.fakenewspapersub {
  font-family: vidaloka;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
font-weight:bold;
  text-align: center;
  width: 300px;
  padding-top: 3px;
  padding-bottom: 5px;
}

.fakenewspapersl {
  font-family: vidaloka;
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: -10px;
  letter-spacing: 2px;
  text-align: left;
}

.fakenewspapersr {
  font-family: vidaloka;
  font-size: 9px;
  margin-bottom: -10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
}

/******************* SCROLLBARS *******************/

#fakenews ::-webkit-scrollbar {
  width: 4px;
  background: #888;
  border-radius: 5px;
}

#fakenews ::-webkit-scrollbar-thumb {
  background: #666;
  height: 4px;
  border-radius: 5px;
}

#fakenews ::-webkit-scrollbar-track {
  background-color: #888;
  opacity: 0.8;
  border-radius: 5px;
}

/******************* LINKS *******************/

.fakenewssmallbox a {
  color: #fff;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewssmallbox a:hover {
  color: #fff;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewsbox a {
  color: #fff;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewsbox a:hover {
  color: #444;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}




.fakenewslinklist {
  font-family: 'Roboto Condensed', serif;
  border-left: 3px solid #222;
  margin-top: 2px;
  padding: 1px;
  color: #eee;
  width: 120px;
  background-color: #1F2729;
  text-decoration: none;
  font-style: normal;
  padding: 4px;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.5;
}

.fakenewslinklist a:link {
  text-decoration: none;
  color: #fff;
}

.fakenewslinklist a:visited {
  text-decoration: none;
  color: #fff;
}

.fakenewslinklist a:hover {
  text-decoration: none;
  color: #444;
}

.fakenewslinklist a:active {
  text-decoration: none;
  color: #fff;
}

#navi {
text-transform: uppercase;
font-family: corbel;
	padding-left:25px;
	font-weight:light;
	font-size: 16px;
}
#nav_oben
 {
background: #1F2729;
	 opacity: 0.6;
}


/******************* HEADERS & ACCENT COLOR *******************/

.fakenewsheadline {
  font-family: 'abril fatface', sans-serif;
  color: #fff;
  border-right: 3px solid #666;
  font-size: 24px;
  font-weight: normal;
  background-color: #171E1F;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
}

.accent {
  color: #ededed;
}

.fakenewsheadline a:link {
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  background-color: #171E1F;
  padding: 5px;
  text-transform: uppercase;
  text-align: right;
  border-radius: 5px;
}