a {
	color:#4e5859;
}
label {
	font-weight:normal;
	letter-spacing:0.04em;
}
body {
	background-color:#f9f1e9;
}
#header.navbar-inverse {
	background-color:#e3c4a0;
}

#footer {
	margin-top:50vH;
}
#footer ul  {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     align-content: center;
}
#footer li  {
     flex: 0 1 auto;
}
#footer li:after  {
	content:" | ";
	display:inline-block;
}
#footer li:last-child:after  {
	content:"";
}
#header.navbar-inverse #logo > a {
	background-image:url("Rantzauer_Toepferbedarf.gif");
	background-repeat:no-repeat;
	background-size:100% auto;	
	display:block;
	width:201px;

	font-size:0;
	height:149px;
	margin:0 auto;

}

span.attributename label {
	user-select:none;
	cursor:pointer;
}





form[name='subscribeform'] .adminmessage {
    background-color: #ff8b00;
    padding: 1em 2em;
    font-size: 120%;
}



p.poweredby {
margin-top:10vH;
display:none;
}
