@charset "UTF-8";
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-condensed-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-condensed-300italic - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/open-sans-condensed-v12-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-condensed-v12-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-condensed-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-condensed-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
#---------------BASICS {
}
body {
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #000000;
	color: #2D2C2C;
	line-height: 18px;
	background-image: url(images/hg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
a {
	text-transform: none;
	color: #F5E201;
	text-decoration: none;
}
a:hover {
	text-transform: none;
	color: #FFFFFF;
}
.trennlinie {
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#---------------HEADER {
}
#header-wrapper {
}
#header-container {
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 960px;
	position: relative;
}
#header-infobalken {
    margin-right: auto;
    margin-left: auto;
    width: 930px;
    position: relative;
    background-color: #F5E201;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
}
#header-infobalken a {
    color: #000000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}
#header-logo {
	position: absolute;
	top: 5px;
	left: 0px;
}
#header-kontakt {
	position: absolute;
	top: 35px;
	right: 5px;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #F5E201;
	line-height: 20px;
	font-weight: 700;
}
#header-kontakt2 {
	position: absolute;
	top: 55px;
	right: 5px;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-style: normal;
	text-transform: uppercase;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: 700;
}
#header-kontakt3 {
	position: absolute;
	top: 80px;
	right: 5px;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-style: normal;
	text-transform: uppercase;
	font-size: 25px;
	color: #B9B9B9;
	line-height: 25px;
	font-weight: 700;
}
#header-kontakt3 a {
	font-family: "Open Sans Condensed", "sans-serif;";
	font-style: normal;
	text-transform: uppercase;
	font-size: 25px;
	color: #B9B9B9;
	line-height: 25px;
	font-weight: 700;
}
#header-navigation {
	list-style-position: inside;
	list-style-type: none;
	font-size: 14px;
	font-weight: 300;
	float: right;
	font-family: "Open Sans Condensed", "sans-serif;";
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	position: absolute;
	top: 10px;
	right: 5px;
}
#header-navigation a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#header-navigation a:hover  {
	color: #F5E201;
	text-decoration: none;
	text-transform: uppercase;
}
#header-navigation li {
	float: left;
	padding-top: 0px;
	padding-left: 15px;
}
#header-navigation ul {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#---------------NAVIGATION {
}
#navigation-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    margin-top: 5px;
    margin-bottom: 10px;
    z-index: 1000;
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    position: relative;
    background-color: #FFFFFF;
}
#navigation-container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	z-index: 1000;
}
/* ===== Top ===== */
#navigation ul {
	list-style:none;
	margin:0;
	padding:0px 0;
}
#navigation ul li{
	float: left;
}
/* ===== First Level ===== */				
#navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
	#navigation ul ul li {
	border: none;
	color: #000000;
}
	#navigation ul li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	#navigation ul li:hover a {
	position: relative;
	color: #3A3A3A;
	background-color: #FFFFFF;
}
#navigation ul ul,	#navigation ul li:hover ul ul {
	position: absolute;
	display: none;
	color: #FFFFFF;
}
#navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
	display: block;
	top: 0px;
	left: 100%;
	color: #FFFFFF;
}
#navigation ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#navigation ul ul {
}
#navigation ul ul ul {
	background: #909691 !important;
	border-color: #e4e4e4;
	margin-left: -14px;
}
#navigation ul ul li a {
	float: none;
	width: 200px;
	line-height: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom: 1px solid #E4E4E4;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #000000;
	height: 20px;
}
#navigation ul ul ul li a {
	color:#fff;
	font-weight:bold;
}
#navigation ul ul li:hover>a {
	background:#fff !important;
	color:#999 !important;
}
#navigation ul ul ul li:hover>a {
	background:#eee !important;
	color: #777 !important;
}
#---------------FOOTER {
}
#footer-wrapper {
	background-color: #191919;
}
#footer-container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	margin-top: 10px;
	color: #B7B7B7;
}
#footer-container a {
	color: #B7B7B7;
}
#footer-container a:hover  {
	color: #FFFFFF;
}
#footer-navigation {
	list-style-position: inside;
	list-style-type: none;
	font-size: 17px;
	font-weight: 700;
	float: right;
	font-family: "Open Sans Condensed", "sans-serif;";
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#footer-navigation a {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-navigation a:hover  {
	color: #F5E201;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-navigation li {
	float: right;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#footer-navigation ul {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer-inhalt-container {
	position: relative;
	padding-bottom: 20px;
	height: 50px;
}
#footer-inhalt-logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer-inhalt-infotext {
	position: absolute;
	top: 0px;
	text-align: left;
	left: 1px;
}
#---------------SINGLE {
}
#single-container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#single-dachzeile {
	color: #FFFFFF;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 25px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
#single-titel {
	color: #F5E201;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
#single-content {
	padding-top: 10px;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 16px;
	line-height: 22px;
	color: #3E3E3E;
	min-height: 250px;
}
#single-infozeile {
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 10px;
	text-transform: uppercase;
}
#single-infozeile a {
	color: #B7B7B7;
	text-transform: uppercase;
}
#single-infozeile a:hover  {
	color: #F5E201;
	text-transform: uppercase;
}
#---------------PAGE {
}
#page-container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	min-height: 500px;
	padding-top: 10px;
}
#page-dachzeile {
	color: #EFEFEF;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 25px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
#page-titel {
	color: #F5E201;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
#page-untertitel {
	color: #FFFFFF;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
#page-content {
	padding-top: 10px;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	min-height: 250px;
}
#---------------ARCHIVE {
}
#archive-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
}
.archive-news-container {
	background-color: #0E283F;
}
.archive-news-thumbnail {
	width: 230px;
	height: auto;
	float: left;
}
.archive-news-thumbnail img {
	width: 230px;
	height: auto;
}
.archive-news-inhalt-container {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	width: 700px;
}
.archive-news-trennlinie {
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.archive-news-datum {
	font-family: "Open Sans Condensed", "sans-serif;";
	font-weight: 300;
	color: #B7B7B7;
	font-size: 14px;
	text-transform: uppercase;
}
.archive-news-titel a {
	color: #FFFFFF;
	text-transform: uppercase;
}
.archive-news-titel {
	font-family: "Open Sans Condensed", "sans-serif;";
	font-weight: 700;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 1px;
	line-height: 20px;
	padding-bottom: 5px;
}
.archive-news-excerpt {
	color: #B7B7B7;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
.archive-news-button {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #B7B7B7;
	color: #FFFFFF;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-weight: 300;
	font-size: 15px;
	float: right;
	line-height: 15px;
}
.archive-news-button a {
	color: #3A3A3A;
}
.archive-news-button a:hover  {
	color: #FFFFFF;
}
#---------------GALERIE {
}
.gallery {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
}
.gallery a{
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery-item  {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-bottom: 10px;
}
.gallery-icon {
	height: auto;
	overflow: hidden;
}
.gallery-icon img{
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	position: relative;
}
.gallery dl {
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.attachment-thumbnail {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.attachment-thumbnail img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.attachment-thumbnail a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery br+br {
	display: none;
}

#---------------MODUL-SLIDER {
}
#slider-wrapper {
	margin-left: auto;
	margin-right: auto;
}
#slider-container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 350px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
#slider-bilder {
	z-index: 10;
}
#---------------MODUL-LOGOKARUSSELL {
}
#logokarussell-wrapper {
}
#logokarussell-container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#---------------MODUL-NEWS {
}
#news-wrapper {
}
#news-container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-bottom: 10px;
	position: relative;
	margin-top: 10px;
}
#news-container-titel {
	padding-left: 5px;
	padding-right: 5px;
}
.newsbox-container {
	width: 230px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #191919;
	-webkit-transition: all 50ms linear 0ms;
	-o-transition: all 50ms linear 0ms;
	transition: all 50ms linear 0ms;
	margin-bottom: 10px;
}
.newsbox-thumbnail {
	width: 100%;
	height: 150px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-bottom: 10px solid #F5E201;
}
.newsbox-thumbnail img {
	width: 100%;
	height: auto;
	-webkit-transition: all 50ms ease-in-out 0ms;
	-o-transition: all 50ms ease-in-out 0ms;
	transition: all 50ms ease-in-out 0ms;
}
.newsbox-thumbnail img:hover {
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.newsbox-inhalt-container {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newsbox-datum {
	font-family: "Open Sans Condensed", "sans-serif;";
	font-weight: 700;
	color: #FFFFFF;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 17px;
}
.newsbox-titel {
	font-family: "Open Sans Condensed", "sans-serif;";
	font-weight: 700;
	color: #F5E201;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 1px;
	line-height: 20px;
	height: 100px;
}
.newsbox-titel a {
	color: #F5E201;
	text-transform: uppercase;
}
.newsbox-excerpt {
	color: #B7B7B7;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	height: 100px;
	margin-bottom: 10px;
}
.newsbox-button {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #B7B7B7;
	color: #FFFFFF;
	font-family: "Open Sans Condensed", "sans-serif;";
	font-weight: 300;
	font-size: 15px;
	float: right;
	line-height: 15px;
}
.newsbox-button a {
	color: #3A3A3A;
}
.newsbox-button a:hover  {
	color: #FFFFFF;
}
#---------------MODUL-INFOBOX {
}
#infobox-container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#infobox-wrapper {
}
#---------------SONSTIGES {
}
#pagenavi-container {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-pagenavi {
	clear: both;
	padding: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #999;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #CCC;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
}

.wp-caption.alignleft {
	margin-top: 4px;
	margin-left: 0;
	margin-bottom: 4px;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
}

.wp-caption.alignright {
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	padding-top: 10px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 5px;
}

.wp-caption {
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	font-size: 14px;
	line-height: 15px;
	text-align: right;
	display: none;
}

div.wp-caption .wp-caption-text {
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
}
#start-wrapper {
	background-image: url(images/hg_start.jpg);
	background-position: center top;
	position: absolute;
	margin-left: 0px;
	background-color: #F5E201;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#start-hpslogo {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #020202;
	width: 440px;
	height: 100px;
	top: 50%;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
}
