@charset "utf-8";
/* Susanne Prött - Familienkrise
Udo Reinsch 2016 */
body {
	background: #f0cfa2;  Old browsers 
	background: -moz-linear-gradient(top, #fff3e1 0%, #f0cfa2 100%); 
	background: -webkit-linear-gradient(top, #fff3e1 0%,#f0cfa2 100%); 
	background: linear-gradient(to bottom, #fff3e1 0%,#f0cfa2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e1', endColorstr='#f0cfa2',GradientType=0 );
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.container {
	background-image:url(grafx/container-back-familienkrise.png);
}
.header-right .title, .header-left .title{
	color:#26294a;
}
.left-wrapper nav{
	background-color:#fbbf45;
}
.left-wrapper nav ul li a {
	color:#26294a;
}
.left-wrapper nav ul li.active a, .left-wrapper nav ul li a:hover {
	color:#a12a5e;
}
.left-wrapper .subnavi-wrapper nav ul li.active a, .left-wrapper .subnavi-wrapper nav ul li a:hover{
	color:#a12a5e;
}
.left-wrapper article h1{
	color:#26294a;
}
.left-wrapper article h2{
        color:#26294a;
}
.left-wrapper article a{
	color:#a12a5e;
}
.left-wrapper article ul li{
	background: url(grafx/dot-familienkrise.png) no-repeat left 5px;
}
.right-wrapper .streifen {
	background-color:#fbbf45;
}
.right-wrapper .between-img {
	background-color:#fbbf45;	
}
.right-wrapper .navi-extern, .left-wrapper .content-wrapper .navi-extern  {
	color:#a12a5e;
}
footer {
	background-color:#fbbf45;
	color:#26294a;
}
footer a{
	color:#26294a;
}
footer a:hover{
	color:#a12a5e;
}
footer ul li.active a {
    color:#a12a5e;
}
footer ul li a:after {
    color: #26294a;
}
footer .footer-streifen {
	background-color:#a12a5e;
}
input:focus, textarea:focus {
	border: 1px solid #fbbf45;	
}
.btn {
	background-color:#fbbf45;
}
/*-----------------------------------------media queries*/
@media only screen and (max-width:1024px) {
	.container {
		background-image:url(grafx/container-back-familienkrise-small.png);
	}

}