@charset "utf-8";
/* CSS Document */
#header.sticky, #header .header-body.sticky, #header .container.sticky, .header-logo img.sticky, .navbar-nav.sticky {
		transition: 0.5s;
}
.page-imprint #header {
	background: rgba(34, 34, 34, 0.9);
}
#header.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
	background: rgba(34, 34, 34, 0.9);
}
#header .header-body.sticky {
    height: 80px;
}
#header .container.sticky {
	padding: 0
}
.header-logo img.sticky {
    margin-top: -25px;
}
.navbar-nav.sticky {
    margin-top: -10px;
}

@media (max-width:899.9px){

#header .container.sticky {
	  padding-left: 15px;
    padding-right: 15px;
}
	.navbar-toggle.sticky {
		margin-top:-22px
	}
}