@font-face {
    font-family: 'labol';
    src: url('/fonts/labol.woff2') format('woff2'),
         url('/fonts/labol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lareg';
    src: url('/fonts/lareg.woff2') format('woff2'),
         url('/fonts/lareg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
	font: 100%/1.4 'lareg', Verdana, Geneva, sans-serif;
	margin: 40px 0 0 0;
	color: #666;
	background: #000;
	color: #FFF;
	font-weight: 400;
}
.pagewrap {
	width: 780px;
	margin: 0 auto;
}
header {
}
.logo {
	margin: 0 0 30px 0;
}
.content {
	clear: both;
}
footer {
	margin: 60px 0 20px 0;
	padding: 5px 0 0 0;
	border-top: 1px #ECD9AB dotted;
}
ul, li {
	margin: 0;
	padding: 0;
}
/*.menu {
	width: 100%;
	height: 30px;
	font-weight: 700;
	margin: 20px 0 0 0;
	border-bottom: 1px #ECD9AB dotted;
}
.menu li {
	float: left;
	list-style: none;
	padding: 0 75px 0 0;
}
.menu li:last-child {
	padding: 0;
}
.menu a:link, .menu a:visited {
	color: #ECD9AB;
	text-decoration: none;
}
.menu a:hover, .menu a:active, .menu a:focus {
	color: #ffffff;
}
.menu .active a {
	color: #ffffff;
}*/

nav {
	border-bottom: 1px dotted #ECD9AB;
	margin: 0 0 31px 0;
	clear: both;
	font-weight: bold;
	height: 31px;
	text-transform: uppercase;
}
nav ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
nav ul a {
	display: block;
	color: #ECD9AB;
	text-decoration: none;
    font: 100%/1.4 'labol', Verdana, Geneva, sans-serif;
	font-weight: 700;
	line-height: 32px;
	padding: 0
}
nav ul li {
	float: left;
	margin: 0;
	padding: 0 60px 0 0;
}
nav ul li:last-child {
	float: left;
	margin: 0;
	padding: 0;
}
/*nav ul li a:hover {
	color: #c32420;
}*/
nav ul li.active {
}
nav ul li.active a {
	color: #fff;
}
nav ul li.active ul a {
	background: #fff;
	color: #000;
	color: #000;
	width: 760px;
}
nav ul li.active a:hover {
	border-bottom: 0px solid #c32420;
	display: block;
}
nav ul ul li a:hover {
	background: #ECD9AB;
	border-bottom: 0px solid #c32420;
	color: #000;
	width: 760px;
	display: block;
}
/*nav ul ul li.active a {
	background: #ECD9AB;
	border-bottom: 0px solid #c32420;
	color: #000;
	width: 760px;
}*/
nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 780px;
	background: #fff;
	padding: 0;
}
nav ul li:hover:after {
	content: "";
	width: 100%;
	display: block;
}
nav ul li.active:hover:after {
	border-bottom: 0px solid #c32420;
	content: "";
	width: 100%;
	display: block;
}
/*nav ul li.item-107:hover:after {
	border-bottom: 20px solid #c32420;
	content: "";
	width: 100%;
	display: block;
}*/
nav ul ul li:hover:after {
	border: 0px solid #000;
}
nav ul ul li {
	float: none;
	margin: 0;
	display: block;
}
nav ul ul a {
	line-height: 120%;
	padding: 0;
	color: #000;
	padding: 10px;
}
nav ul ul a:before {
	content: " • ";
}
nav ul ul ul {
	top: 0;
	left: 100%
}
nav ul li:hover > ul {
	display: block;
	z-index: 3000;
}
a img {
	border: none;
}
.content a:link, .content a:visited, footer a:link, footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.content a:hover, .content a:active, .content a:focus, footer a:hover, footer a:active, footer a:focus {
	text-decoration: none;
}
.impressum a {
	text-decoration: none;
}
.impressum {
	float: right;
	padding: 5px 0 0 0;
	font-size: 60%;
}
h2, h1 {
    font: 100%/1.4 'labol', Verdana, Geneva, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 30px 0;
}
.blog-featured p {
	margin: 0;
	padding: 0;
}
.blog-featured h2 {
	border-top: 1px #ECD9AB dotted;
    font: 100%/1.4 'labol', Verdana, Geneva, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}
hr {
	border-top: 1px #ECD9AB dotted;
	border-bottom: solid 0px #fff;
	border-right: solid 0px transparent;
	border-left: solid 0px transparent;
	background-color: transparent;
	height: 1px;
}
.cols-1, .blog-item {
	padding: 20px 0;
}
strong {
    font: 100%/1.4 'labol', Verdana, Geneva, sans-serif;
	font-weight: 700;
}

.overlay, .hamburg{
    display:none;
}
#cookiehintinfo a{
    color:black;
}
