@charset "utf-8";

/*
* Layout: Boxes
* $Id: styles.css 25928 2014-03-10 13:45:05Z sseiz $
* Copyright Zeta Software GmbH 2012
*/

/***** TAGS *****/
html {
	overflow-y: scroll;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 48px 0 30px 0;
	font-size: 80%;
	line-height: 1.4;
	color: #CCCCCC;
	background-color: #000000;
	
	background-repeat: repeat;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 2.35em;
	font-weight: bold;
	line-height: normal;
	color: #E63E1A;
	position: relative;
}
h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 1.9em;
	font-weight: bold;
	line-height: normal;
	color: #E63E1A;
}
h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	color: #E63E1A;
}
.zpRow:first-child h1, .zpRow:first-child h2, .zpRow:first-child h3, .zpRow:first-child h4, .zpRow:first-child h5, .zpRow:first-child h6{
	margin-top: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}
ul, ol {
	margin: 0 0 10px 25px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: square;
}
ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
}
table {
	margin: 0 0 10px 0;
	padding: 0;
}
td {
	vertical-align: top;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
}

/***** LINKS *****/
a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}
/***** WRAPPER *****/
#wrapper {
	margin: 0 auto;
	padding: 0 ;
	width: 980px;
}
/***** FRAMEBOX *****/
#framebox {
	width: 978px;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	margin: 0;
	padding: 0;
}
/***** TOPLINE *****/
#topline {
	margin: 0;
	padding: 0 30px 5px 30px;
	min-height: 1px;
	background-color: #010101;
}
/***** WEBDESCRIPTION *****/
#webdescription {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 608px;
}
#logo {
	float: left;
	margin: 0 15px 0 0;
	padding: 5px 0 0 0;
	overflow: hidden;
	line-height: 0; /* fixes a bottom margin below images caused by html5 doctype */
}
#webtext {
  float: left; /* if this isn't floated, when a logo is displayed (which floats), FF will cut the text off and miscalculate the width */
	margin: 0;
	padding: 1em 0 0 0;
	overflow: hidden;
}
#webname {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 2.35em;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}
#webname a {
	color: #E63E1A;
	text-decoration: none;
}
#slogan {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #CCCCCC;
	text-transform: none;
	white-space: nowrap;
}
/***** SEARCH *****/
#search {
	float: right;
	margin: 0;
	padding: 1.7em 0 0 0;
	/* disabled so typeahead will be shown
	overflow: hidden;*/
}
#searchform {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 30px;
	position: relative;
}
#searchform input {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#searchfieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#searchfield {
	margin: 0;
	padding: 0 33px 0 10px;
	width: 175px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	font-size: 1em;
	color: white;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
#searchbutton {
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	border: 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
/***** NAVBAR *****/
#navbar {
	/* border-top: 4px solid #B2B2B2; */
	top: 0px;
	width: 918px;
	height: 48px;
	margin: 0;
	padding: 0 30px 0 30px;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #bbbbbb;
	background-color: #010101;
	
	position: fixed;
	margin-left: -1px; /* since it's enclosed in #framebox we need to shift to the left a lottle */
	z-index: 500;
}
/***** MAINMENU *****/
ul.mainmenu {
  width: 100%;
	margin: 0;
	padding: 0;
	z-index: 299;
}
ul.mainmenu li {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	background-color: #010101;
	float: left;
}
ul.mainmenu li:hover{
	background-color: #010101;
}
ul.mainmenu li a {
	display: block;
	margin: 0;
	padding: 14px 20px;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
ul.mainmenu li:hover a {
	color: #E63E1A;
}
ul.mainmenu li.topmenuactive a {
  color: #E63E1A;
	font-weight: bold;
}
ul.mainmenu li.topmenuactive:hover a {
  color: #E63E1A;
	font-weight: bold;
}

/***** SLIDES *****/
#slides {
	width: 978px;
	height: 160px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #010101;
	position: relative;
	z-index: 98;
	line-height: 0; /* fixes a bottom margin below images caused by html5 doctype */
}
.slides_container {
	display: none;
	height: 160px;
}
.slides_container div.slide {
	display: block;
	width: 978px;
	height: 160px;
	position: relative;
}
#slides a.next, #slides a.prev {
	width: 24px;
	height: 28px;
	background-image: url(../_media/stock-images/arrows.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 12px;
	z-index: 99;
	text-indent: -9999px;
}
#slides a.next {
	left: 942px;
	background-position: -24px 0px;
}
.caption {
	margin: 0;
	padding: 10px 40px;
	width: 407px;
	border-top: 1px solid #B2B2B2; /* Todo: */
	border-left: 1px solid #B2B2B2; /* Todo: */
	border-right: 1px solid #B2B2B2; /* Todo: */
	font-size: 1em;
	line-height: 1.4;
	text-align: center;
	color: #E63E1A;
	background-color: #2E2E2E;
	background-image: url(../_media/stock-images/dscn1300.jpg);
	position: absolute;
	left: 245px;
	bottom: 0;
}
.caption span {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 2.3em;
	font-weight: normal;
	color: #CCCCCC;
	line-height: normal;
	text-align: center;
}
.caption p {
	margin: 0 0 0px 0;
	padding: 0;
}
.caption a {
	color: #CCCCCC;
	text-decoration: none;
}
.caption a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
div.pag {
	margin: 0;
	padding: 10px 0 0 30px;
	height: 14px;
	text-align: left;
	position: absolute;
	top: 10px;
	z-index: 99;
}
div.pag span {
	display: inline-block;
}
ul.pagination {
	margin: 0;
	padding: 0;
}
ul.pagination li {
	float: left;
	margin-right: 4px;
	padding: 0 1px;
	list-style: none;
}
ul.pagination li a {
	float: left;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	text-decoration: none;
	text-indent: -999999px;
	background-image: url(stock-images/pagination-transparent.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
ul.pagination li.current a {
	background-position: 0 -14px;
}
ul.pagination li a:hover {
	background-position: 0 -28px;
}

/***** BREADCRUMB *****/
#breadcrumb {
	margin: 0;
	padding: 15px 30px;
	font-size: 1em;
	color: #CCCCCC;
	background: #010101 url(../_media/stock-images/horizontal-line.png) bottom repeat-x;;
	
}
#breadcrumb a {
	padding: 0 5px;
	color: #CCCCCC;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#breadcrumb span {
	color: #CCCCCC;
}

/***** CONTENTBOX *****/
#contentbox {
  overflow: hidden;
	margin: 0;
	padding: 30px;
	font-size: 1em;
	background: #010101 url(../_media/stock-images/content-bg-lines.png) center repeat-y;
}
#contentbox.nosubmenunews, #contentbox.nonews, #contentbox.nosubmenu{
	background: #010101;
}

#contentbox input[type=text], #contentbox textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}

/***** BUTTON *****/
#contentbox a.button, input.button {
	display: inline-block;
	margin: 0 10px 30px 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
	color: #ffffff;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
#contentbox #sidebarright a.button, #contentbox #sidebarleft a.button, input.button {
	margin: 0 10px 30px 0;
}
#contentbox a.button:hover, input.button:hover {
	color: #CCCCCC;
	background-color: #ffffff;
}
#contentbox a.button span, input.button {
	display: block;
	margin: 0;
	padding: 8px 15px;
}

/***** SUBNAVIGATION *****/
#subnavbar{
	width: 200px;
  margin: 0 0 30px 0;
  font-size: 1em;
  line-height: 1.6;
  float: left;
}
#contentbox.nosubmenu #subnavbar, #contentbox.nosubmenunews #subnavbar{
	display: none;
}
#subnavbar ul{
  margin: 0;
  padding: 0;
}
#subnavbar ul li{
  padding: 0px;
  list-style: none;
  font-weight: bold;
}
#subnavbar ul li:before{
  color: #E63E1A;
  content: "›"; /* content:"»"; */
  padding-right: 5px;
}
#subnavbar a, #subnavbar a.open{
	color: #CCCCCC;
	text-decoration: none;
}
#subnavbar a:hover{
	color: #E63E1A;
	text-decoration: underline;
}
#subnavbar a.active, #subnavbar a.subnav2active, #subnavbar a.subnav3active{
  color: #E63E1A;
  text-decoration: none;
}
#subnavbar ul li li{
  padding-left: 13px;
}

/***** CONTENT *****/
#floatcontentleft, #floatcontentright {
	float: left;
	width: 458px;
	padding: 0 30px;
	margin: 0;
	line-height: 1.4;
	overflow: hidden;
}
#contentbox.nonews #floatcontentleft{
	width: 688px;
	padding-right: 0;
}
#contentbox.nosubmenu #floatcontentleft{
	width: 688px;
	padding-left: 0;
}
#contentbox.nosubmenunews #floatcontentleft{
	width: 918px;
	padding-left: 0;
	padding-right: 0;
	height: 248px;
}

#content {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
/***** SIDEBAR *****/

#sidebarright {
	width: 200px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
#contentbox.nonews #sidebarright, #contentbox.nosubmenunews #sidebarright{
	display: none;
}

/***** NEWS *****/
.newsbox {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.newsbox h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	font-size: 1.9em;
	font-weight: bold;
	color: #E63E1A;
}
.newstext {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #CCCCCC;
}
.newstext p {
	margin: 0 0 10px 0;
}
.newstext a {
	color: #CCCCCC;
	text-decoration: none;
}
.newstext a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/***** ARTICLES *****/
.articlearea {
	margin: 0;
	padding: 0;
}
.articleimage {
	margin: 0;
	padding: 4px 0 0 0;
}
.articletext {
	margin: 0;
	padding: 0;
}
.twocolumnleft {
	float: left;
	margin: 0;
	padding: 0;
}
.twocolumnleft > div {
	margin: 0;
	padding: 0 12px 0 0;
}
.twocolumnright {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.twocolumnright > div {
	margin: 0;
	padding: 0 0 0 12px;
}
.bildunterschrift {
	display: block;
	color: #CCCCCC;
}
.floatarticle {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
.floatarticle > div {
	margin: 0;
	padding: 0 30px 0 0;
}

/***** FORM GLOBAL *****/
#formular .asfield{display: none;}
#formular input[type=text], #formular textarea, #formular select{
	font-size: inherit;
	background: #ffffff;
	padding: 6px 8px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#formular label {
	padding: 3px 10px 3px 0;
}
#formular label.field{
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 0;
}
#formular input[type=submit]{
	display: block;
	margin-top: 20px;
}

/***** FORM *****/
#formular {
	display: inline-block;
	margin: 0;
	padding: 0 0 10px 0;
}
#formular p {
	margin: 0;
	padding: 0;
}
#formular table {
	margin: 0;
	padding: 0;
}
#formular td {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: middle;
}
#formular input {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}
#formular textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}
#formular .label, #formular .field {
	padding: 3px 10px 3px 0;
}
#formular .desc {
	padding: 10px 10px 10px 0;
}
#formular .multiline {
	padding: 4px 10px 0 0;
	vertical-align: top;
}
#formular .submit {
	padding: 0;
}
#formular .separator {
	margin: 10px 10px 10px 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
}
/***** TEASER *****/
#banner, #afterlogo, #aftermenu, #afterfooter {
	margin: 0;
	padding: 20px 30px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	line-height: 1.4;
	background: #ffffff url(../_media/stock-images/horizontal-line.png) bottom repeat-x;;
	
}
#afterlogo{
	background: #010101;
	border-bottom: none;
	color: #E63E1A;
}
#afterfooter{
	background: #000000 url(../_media/stock-images/horizontal-line.png) top repeat-x;;
	
  color: #ffffff;
	border-bottom: 0;
}
#banner a, #afterlogo a, #aftermenu a, #afterfooter a {
	color: #CCCCCC;
	text-decoration: none;
}
#banner a:hover, #afterlogo a:hover, #aftermenu a:hover, #afterfooter a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#banner span, #banner h2, #afterlogo span, #aftermenu span, #afterfooter span, #afterfooter h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #E63E1A;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.9em;
	font-weight: normal;
	line-height: normal;
}
#banner p, #afterlogo p, #aftermenu p, #afterfooter p {
	margin: 0 0 10px 0;
	padding: 0;
}
/***** FOOTER *****/
#footer {
	margin: 0;
	padding: 20px 30px;
	font-size: 0.92em;
	color: #ffffff;
	background: #000000 url(../_media/stock-images/horizontal-line-top.png) top repeat-x;;
	
	overflow: hidden;
}
#footerinfo {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#footerinfo .zp{
  color: #ffffff !important;
}

/***** EXTRAMENU *****/
#xmenu {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#xmenu a {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 1em;
	color: #CCCCCC;
	text-decoration: none;
}
#xmenu a:hover {
	color: #E63E1A;
	text-decoration: underline;
}
/***** ONLINESHOP *****/
/* #zetainclude "..\..\..\ZPIncludes\css-zpshop.inc" */
/* common, global styles for zp onlineshop */
.zpSO-OnlineShop-table.zpSO-OnlineShop-addresstable{
	width: auto;
}
.zpSO-OnlineShop-addresstable input[type=text], .zpSO-OnlineShop-addresstable textarea{
	width:95%;
}
.zpSO-OnlineShop-error{
	color: #FF0000;
}
/* #endzetainclude */
.zpSO-OnlineShop-table {
	width: 100%;
}
.zpSO-OnlineShop-table th {
	margin: 0;
	padding: 8px 10px;
	font-weight: bold;
	text-align: left;
	color: #E63E1A;
	background-color: #010101;
}
.zpSO-OnlineShop-table td {
	margin: 0;
	padding: 8px 10px;
	text-align: left;
}
.zpSO-OnlineShop-row1 td, .zpSO-OnlineShop-row2 td {
	margin: 0;
	padding: 8px 10px;
	text-align: left;
}
.zpSO-OnlineShop-row2 td {
	background-image: url(stock-images/opacity.png);
}
/***** ZP *****/
.zp {
	color: #ffffff !important;
	text-decoration: none !important;
}

/***** To DO: SITEMAP *****/
#sitemap{
   line-height: 22px;
   padding: 20px 30px; 
   background-color: #fff; 
   color: #272727; 
   border-bottom: 1px solid #E6E6E6; 
   overflow: hidden;
}

div.sitemap-item{
  float: left; 
  margin:0 40px 10px 0;
  padding:0;
}

.sitemap-item span{
  color: #272727;
  font-weight: normal !important;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.sitemap-item a:hover{
  color: #272727;
}

.sitemap-item ul{
  padding: 0;
  margin: 0;
}
.sitemap-item li {
	list-style-type: none;
	line-height: 22px;
}
.sitemap-item li a{
  color: #666666;
}
/***** END To DO: SITEMAP *****/

/***** CLEAR *****/
.clear {
	clear: both;
	width: 83px;
	text-align: left;
}
.clearx, .clearfix {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/***** FORM ANTI SPAM *****/
.asfield {
	display: none;
}

/* #zetainclude "..\..\..\ZPIncludes\css-grid.inc" */  
/* Grid Style */
div.zpRow {
	margin-bottom: 30px;
}
div.zpRow:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
div.zpRow div.zpColumn {
	display: block;
	float: left;
	margin-left: 3.2%;
}
div.zpRow div.zpColumn img.singleImage {
	max-width: 100% !important;
	height: auto !important;
}
div.zpRow div.zpColumn .zpImageGallery a.fancybox {
	max-width: 100%; /* Bugfix to keep image responsive in IE11 */
}
div.zpRow div.zpColumn.zpColumnWidth1 {
	width: 100%;
	float: none;
}
div.zpRow div.zpColumn.zpColumnWidth2 {
	width: 48.4%;
}
div.zpRow div.zpColumn.zpColumnWidth3 {
	width: 31.2%;
}
div.zpRow div.zpColumn.zpColumnWidth4 {
	width: 22.6%;
}
div.zpRow div.zpColumn:first-child {
	margin-left: 0;
}
div.zpRow div.zpColumn div.zpColumnItem {
	overflow: hidden;
}
/* Media Queries */
@media only screen and (max-width: 768px) {
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3,
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4 {
		width: 48.4%;
	}
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3:nth-of-type(1),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(1),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(2) {
		margin-bottom: 30px;
	}
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3:nth-of-type(3),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(3) {
		margin-left: 0;
		clear: left;
	}
}
@media only screen and (max-width: 568px) {
	.responsivelayout div.zpRow div.zpColumn {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 30px !important;
		float: none !important;
	}
}
@media print {
	div.zpRow {
		margin-bottom: 0 !important;
	}
	div.zpRow div.zpColumn {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 10px !important;
	}
}
/* #endzetainclude */ 


/* #zetainclude "..\..\..\ZPIncludes\css-typeahead.inc" */

/* #endzetainclude */