
.site-info  {
	display:none;
}

/*header {
		border: dotted;
		border-color: red;
}*/

body {
	opacity: 0.9;
}

#masthead .site-description {
  text-align: center;
  text-transform: uppercase;
  margin: -15px 0 30px;
  line-height: 24px;
  font-family: "Roboto Condensed";
  font-size: 20px;
}

.hentry .entry-title {
  margin-top: 60px;
	margin-bottom: 0;
  text-align: left;
  font-size: 30px;
}

.hentry .entry-content,
.hentry .entry-summary {
  padding: 0px 0 0;
}

.hentry h1 {
	font-size: 24px;
}
.hentry h2 {
	font-size: 20px;
}

.hentry h3 {
	font-size: 16px;
}

.hentry {
  border-bottom: 1px solid #eeeeee;
  margin: 10px 40px 0px 50px;
	padding: 0;
  position: relative;
}

#masthead .site-title {
  font-family: "Amatic SC";
  line-height: 50px;
  font-size: 44px;
	font-weight: bold;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

#secondary .widget-title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Roboto Condensed";
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}

.hentry .entry-meta {
  text-align: center;
  color: #777777;
  font-size: 12px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  letter-spacing: 1px;
	display:none;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #CCCCCC;
}

.single .post-navigation {
  background: #444444;
  color: #fff;
}

.mittagstisch td {
	padding:5px 10px 5px 10px;
}

@media print  {
	
	#masthead, body, * {
	padding: 0;
	margin: 0;
	
	}
	
#masthead .site-title {
  font-family: "Amatic SC";
  line-height: 50px;
  font-size: 50px;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
	
#masthead .site-description {
  text-align: left;
  text-transform: uppercase;
  margin: -15px 0 30px;
  line-height: 30px;
  font-family: "Roboto Condensed";
  font-size: 24px;
}
	
	#primary * {
		margin:0;
		padding:0;
	}
	#primary .entry-header {
		padding-top:10px;
	}
	h1 { font-size:12px;}
 .hidden-lg {
    display: none !important;
  }
	 a[href]:after {
    content: none;
  }
.single .post-navigation { display: none;
	}
}