/*
 Theme Name:   Twenty Sixteen Child - RUMARBURG
 Theme URI:    
 Description:  RUMARBURG Theme
 Author:       Michael Fritsch
 Author URI:   http://www.michael-fritsch.net
 Template:     twentysixteen
 Version:      1.0.0
 License:      Private
 License URI:  
 Tags:         
 Text Domain:  rumarburg
*/

.site-header {
	padding: 2.625em 7.6923%;
	padding-top:20px;
	padding-bottom:20px;
}

@media screen and (min-width: 44.375em) {
	.site-header {
		padding: 3.9375em 7.6923%;
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media screen and (min-width: 61.5625em) {
	.site-header {
		padding: 5.25em 4.5455%;
		padding-top:20px;
		padding-bottom:20px;
	}
}

.rum-header-menu {
	padding: 0 4.5455%;
	margin: 0;
	text-align: right;
	background-color: #f6f6f6;
}
.rum-header-menu li { list-style-type: none; display: inline; font-size: 12px; }
.rum-header-menu li a {
	color:#000;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	border-right: thin solid #000;
	padding: 0 7px 0 3px;
}
.rum-header-menu li a:hover { color:#b21c13; text-decoration:underline;}
.rum-header-menu li:last-child > a {border-right: none;}

.rum-footer {
	background-color: #f6f6f6;
}
.rum-footer-menu {

}
.rum-footer-menu li { list-style-type: none; display: inline; font-size: 12px; }
.rum-footer-menu li a {
	color:#000;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	border-right: thin solid #000;
	padding: 0 7px 0 3px;
}
.rum-footer-menu li a:hover { color:#b21c13; text-decoration:underline;}
.rum-footer-menu li:last-child > a {border-right: none;}

.site-branding .site-title a {
	font-size: 16px; 
   color: #1a1a1a;
}

#page {
	background: rgba(255, 255, 255, 1);
}

#rum-breadcrumb {
	font-size: 14px;
}