/* Hintergrundfarbe für CE */
.bgcolor-0{
	background-color: #ffffff;
}

.bgcolor-1{
	background-color: #E3DACC;
}

.bgcolor-2{
	background-color: rgb(114, 72, 40);
}

.bgcolor-transparent{
	background-color: transparent;
}

.bgbox{
	background-color:#eee;
}

div.bgbox:hover{
	background-color:#ccc;
}

body,p{
	font-family: 'Open Sans', sans-serif;
}

.main .raster-1:first-child{
	background-size: cover;
		border-bottom: 3px solid #724828;
}

header{
	background-image:
		repeating-linear-gradient(rgb(114, 72, 40) 0%,
				rgb(114, 72, 40) 6%, rgb(137, 92, 59) 6%,
				rgb(137, 92, 59) 12%, rgb(114, 72, 40) 12%);
	padding: 1.25rem 0;
}


h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-family: 'Niconne', cursive;
	color: rgb(114, 72, 40);
}

a {
	font-size: 1em;
	color: #444;
	text-decoration: none;
}

a:hover, a:focus{
	color: rgb(114, 72, 40);
}

footer{
	background-color: #3D2200;
	color: #fff;
}

footer p, footer a, footer a:hover, footer a:focus{
	color: #fff;
}

footer .icon-text-element{
	text-align: center;
}
