body {
	background: #bb3c25;
}

h1, h2, h3
{
  color: #bb3c25;
}

@media screen and (min-width : 460px) {
	h1, h2, h3
	{
		 color: #bb3c25;
	}
}

@media screen and (min-width : 768px) {
	h1, h2, h3
	{
		 color: #bb3c25;
	}
}

.cd-top2
{
	background: #bb3c25 url(../images/cd-top-arrow.svg) no-repeat center 25%;
}

#page_footer
{
	background: #bb3c25;
}

input[type="submit"],
button
{
	background: #bb3c25;
}

.current a,
.sf-menu li a:hover
{
	color: #bb3c25!important;
	cursor: pointer;
}

#mood_logo 
{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 160px;
	background: url(../images/logo.svg) no-repeat;
	background-position: center;
	background-size: 140px;
	top: 0px;
}

@media only screen and (min-width:768px) {
	#mood_logo 
	{
		background: url(../images/logo.svg) no-repeat;
		background-position: center;
		background-size: 220px;
		background-size: 220px;
		top: 30px;
	}
}

.cell_tag_heute
{
	background: rgba(0,173,186,0.34);
}

#page_content {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #f8f4ed;
}
	
	.page_content {
		position: relative;
		display: block;
		width: 100%;
		background: #f8f4ed;
		overflow: hidden;
	}
	
	.alt {
		background: #f1ebe1;
		overflow: visible;
		display: inline-block;
		margin: 50px 0px 0px 0px;
		padding: 30px 0px 30px 0px;
	}
	
#themen li {
		background: white;
	}