@font-face { font-family: 'Lato Regular';
             src: url('../Lato/Lato-Regular.ttf') format('truetype'); }

/* BRR 04/18: Ausblenden des Titels im header-Bereich */
.main-navigation a {
	visibility: hidden;
}

#colophon, #masthead .single-entry-title {
	background: #333;
}

footer {
	position: relative;
	width: 100%;
	height: 50px;
	bottom: 0px;
}

#br_footer_left {
	position: absolute;
	left: 0px;
	width: 50%;
	text-align: right;
	padding-right: 50px;
}

#footer-sidebar {
	border: none;
	height: 50px;
	position: absolute;
	width: 50%;
	left: 50%;
	bottom: 0px;
	background: #333;
}

#footer-menu {
	position: absolute;
	top: 10px;
	width: auto;
	font-size: 0.8em;
	padding-left: 50px;
}

/*.menu-footermenue-container {
	border: 5px solid green;
	margin: 0px auto;
	text-align: center;
}*/

.menu-footermenue-container .menu {
	margin: 0px auto;
	width: auto;
	text-align: left;
}

.menu-footermenue-container .menu-item {
	padding: 0 10px;
	padding-left: 10px;
}

#content {
	background: #ccc;
	/*position: relative;
	height: 100%;
	top: 0px;
	z-index: 100;*/
	min-height: 100%;
}

#primary-mono {
	background: #ccc;
	border: none;
	padding: 0px;
}

.br_start_background {
	background: #ccc;
	height: 80px;
}

.br_start_background_footer {
	background: #ccc;	 
}


.starttable {
	border-collapse: separate;
	border-spacing: 9px;
}

.starttable td {
	width: 260px; 
	text-align: center;
	vertical-align: top;
	background-color: #ccc;
}

.starttable h1 {
	border-bottom: 5px solid #222;
	padding-bottom: 10px;
}

#site-navigation {
	position: relative;
	top: 10px; 
	height: 0px;
}

.single-entry-title {
	width: 100%;
	position: absolute;
	top: 10px;
	font-family: Lato Regular;
}

@media screen and (max-width: 600px) {
	footer { 
		height: 90px;
	} 

	#br_footer_left {
		padding-right: 5px;
	}

	#footer-sidebar {
		height: 90px; */
	}

	#footer-menu {
		padding-left: 5px;
	}

	.starttable, tr, td {
		padding:0;
	}

	.starttable tr, .starttable td {
		float: left;
		width: 100%;
	}
}