@charset "UTF-8";
/* CSS Document 



/*Dunkel rot: rgba(103,14,51,1.0) #670E33 */

body {
	font-size: 18px;
	line-height: 27px;
}

body.site {
	border-top:none;
	padding: 0px;
}
body.site.fluid {
	background-color: rgba(240,240,240,1.00);
}
.body {
	margin: 0px auto 0px auto;
	max-width: 1000px;
	background-color: rgba(255,255,255,1.00);
	padding: 15px;
}


.logo {
	position: relative;
	top:-250px;
	right: 40px;
	text-indent: -100000px;
	min-width: 250px;
	width: 80%;
	height: 100%;
	float: right;
	background-image: url(../../../images/web/logo_runke_kosmetik.svg);
	background-repeat: no-repeat;
	background-size:250px;
    background-position:bottom right;
}
.header {
	background-repeat: no-repeat;
	background-size: cover;
    background-position:35% top;
	height: 420px;
	margin-bottom: 0px;
}

div#teileroben {
	position: relative;
	height: 8px;
	padding: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#670e33+0,670c33+100&1+0,0.34+70,0.12+100 */
	background: -moz-linear-gradient(bottom, rgba(103,14,51,1) 0%, rgba(103,13,51,0.34) 70%, rgba(103,12,51,0.12) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(103,14,51,1) 0%,rgba(103,13,51,0.34) 70%,rgba(103,12,51,0.12) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(103,14,51,1) 0%,rgba(103,13,51,0.34) 70%,rgba(103,12,51,0.12) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f670c33', endColorstr='#670e33',GradientType=0 ); /* IE6-9 */
}
div#teiler {
	position: relative;
	height: 8px;
	margin-bottom: 30px;
	padding: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#670e33+0,670c33+100&1+0,0.34+70,0.12+100 */
	background: -moz-linear-gradient(top, rgba(103,14,51,1) 0%, rgba(103,13,51,0.34) 70%, rgba(103,12,51,0.12) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(103,14,51,1) 0%,rgba(103,13,51,0.34) 70%,rgba(103,12,51,0.12) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(103,14,51,1) 0%,rgba(103,13,51,0.34) 70%,rgba(103,12,51,0.12) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#670e33', endColorstr='#1f670c33',GradientType=0 ); /* IE6-9 */
}




.container-fluid {
	max-width: 1000px;
	margin: 0px auto 0px auto;
}

main {
	padding-bottom: 50px;
}

ul.nav-child {
	margin-left: 10px;
}

a {
	color: rgba(103,13,51,1);
	}
a:hover, .nav > li > a:hover, .nav > li > a:focus{
	background-color: rgba(103,13,51,1);
	padding: 3px 13px 3px 13px;
	margin: -3px -13px -3px -13px;
	color: rgba(255,255,255,0.90);
	text-decoration: none;
}
header a:hover {
	background:rgba(0,0,0,0.00);
}
li {
	line-height: 27px;
}
.page-header h2, .page-header h1 {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.page-header h2, .page-header h2 a {
	margin: 6px 0px 6px 0px;
	color: rgba(103,13,51,1);
	background-color: rgba(103,13,51,0.1);
	font-weight: 700;
}
.page-header h2 a {
	background-color: rgba(103,13,51,0);
}


hr {
	display: none;
}
.subheading-category {
	font-size: 30px;
	color: rgba(103,13,51,1);
}

.page-header {
	border:none;
	margin: 40px 0px 5px 0px;
	padding: 0px;
}
footer {
	margin-top: 20px;
	margin-bottom: 30px;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}