/*
 * Layout: Travel
 * $Id: styles.css 22219 2013-06-10 09:51:57Z sthurn $
 * Copyright Zeta Software GmbH 2014
 */
/***** TAGS *****/
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #474E58;
	background-color: #3C3F43;
	background-image: url(stock-images/noise.png);
}
h1 {
	margin: 0px 20px 20px 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	color: #474E58;
	text-shadow: 1px 1px 1px #ffffff;
	background-image: url(stock-images/contentline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
h2 {
	margin: 15px 0 15px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #474E58;
	text-shadow: 1px 1px 1px #ffffff;
}
h3, h4, h5, h6 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #474E58;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
ul, ol {
	margin: 0 0 15px 25px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
}
ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
}
table {
	margin: 0 0 15px 0;
	padding: 0;
}
td {
	vertical-align: top;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
}
/***** LINKS *****/
a {
	color: #0065A5;
	text-decoration: none;
}
a:hover {
	color: #0065A5;
	text-decoration: underline;
}
/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}
/***** BODYBOX *****/
#bodybox {
	margin: 0;
	padding: 0;
	min-width: 1080px;
	background-color: #ffffff;
	background-image: url(../_media/stock-images/pattern.jpg);
}
/***** LINE *****/
#line {
	margin: 0;
	padding: 0;
	background-image: url(stock-images/opacity.png);
	background-repeat: repeat-x;
}
/***** WRAPPER *****/
#wrapper {
	margin: 0 auto;
	padding: 10px 40px 0 40px;
	width: 1000px;
}
/***** TOPLINE *****/
#topline {
	margin: 0;
	padding: 20px 10px;
	min-height: 40px;
	position: relative;
}
/***** WEBDESCRIPTION *****/
#webdescription {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#logo {
	float: left;
	margin: 0 20px 0 0;
	padding: 0px 0 0 0;
}
#webtext {
	float: left;
	margin: 0;
	padding: 10px 4px 0 0;
}
#webname {
	font-family: Georgia, serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	text-shadow: 1px 1px 2px #ffffff;
}
#webname a {
	color: #474E58;
	text-decoration: none;
}
#slogan {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #5e6774;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}
/***** EXTRAMENU *****/
#xmenu, #xmenuright {
	margin: 0;
	padding: 0;
	position: absolute !important;
	top: 48px;
	right: 230px;
}
#xmenuright {
	right: 0;
}
#xmenu span, #xmenuright span {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0;
}
#xmenu span.row-separator, #xmenuright span.row-separator {
	width: 2px;
	background-image: url(stock-images/menuline.png);
	background-repeat: repeat-y;
}
#xmenu a, #xmenuright a {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #5e6774;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;
}
#xmenu a:hover, #xmenuright a:hover {
	color: #474E58;
	text-decoration: none;
}
/***** SEARCH *****/
#search {
	margin: 0;
	padding: 0;
	position: absolute !important;
	top: 44px;
	right: 10px;
}
#searchform {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 23px;
	position: relative;
}
#searchform input {
	font-family: Arial, Helvetica, sans-serif;
}
#searchfieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#searchfield {
	margin: 0;
	padding: 0 5px 0 23px;
	width: 102px;
	height: 23px;
	border: 0;
	font-size: 12px;
	color: #474E58;
	background-color: #fafafa;
	background-image: url(../_media/stock-images/magnifier.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#searchbutton {
	margin: 0;
	padding: 0;
	width: 70px;
	height: 23px;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fafafa;
	background-color: #3C3F43;
	background-image: url(stock-images/noise.png);
	position: absolute;
	top: 0;
	right: 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#searchbutton:hover {
	cursor: pointer;
	color: #e1e1e1;
	background-color: #54585e;
}
/***** FRAMEBOX *****/
#framebox {
	margin: 0;
	padding: 10px 10px 0 10px;
	background-image: url(stock-images/opacity.png);
	position: relative;
}
/***** NAVBAR *****/
#navbar {
	margin: 0;
	padding: 0 10px;
	width: 960px;
	height: 45px;
	background-color: #3C3F43;
	background-image: url(stock-images/noise.png);
	position: relative;
	z-index: 6001;
}
/***** MAINMENU *****/
ul.mainmenu {
	margin: 0;
	padding: 0;
}
ul.mainmenu li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	position: relative;
	background-color: transparent;
}
ul.mainmenu li.row-separator, ul.mainmenu li.row-separator:hover {
	padding: 0;
	width: 2px;
	height: 45px;
	background-image: url(stock-images/menuline.png);
	background-repeat: repeat-y;
}
ul.mainmenu li.row-separator:hover {
	background-color: transparent;
}
ul.mainmenu li:hover, ul.mainmenu li.topmenuactive {
	background-color: #242628;
	background-image: url(stock-images/noise.png);
}
ul.mainmenu li.topmenuactive {
	background-color: #242628;
}
ul.mainmenu li:hover a {
	color: #e1e1e1;
}
ul.mainmenu li.topmenuactive:hover a, ul.mainmenu li.topmenuactive a {
	color: #e1e1e1;
}
ul.mainmenu li a {
	display: block;
	margin: 0;
	padding: 15px 15px 0 30px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #fafafa;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #0c0c0d;
}
ul.mainmenu li a.sf-with-ul {
	background: url(../_media/stock-images/arrow.png) no-repeat right;
}
.sf-sub-indicator {
	display: none;
}
/***** DROPDOWN *****/
ul.mainmenu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -99999px;
	left: 0;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
ul.mainmenu ul li {
	float: none;
	padding: 1px;
	background-color: transparent !important;
	background-image: url(stock-images/opacity.png) !important;
}
ul.mainmenu ul span.row-separator, ul.mainmenu ul span.row-separator:hover {
	display: block;
	margin: 0;
	padding: 0;
	height: 2px;
	background-color: #3C3F43;
	background-image: url(stock-images/dropline.png);
	background-repeat: repeat-x;
}
ul.mainmenu ul li span {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #3C3F43;
	background-image: url(stock-images/noise.png);
}
ul.mainmenu ul li span:hover {
	background-color: #242628;
}
ul.mainmenu ul li span.dropdownactive {
	background-color: #242628;
}
ul.mainmenu ul li span a {
	padding: 8px 30px;
	height: auto;
	font-size: 12px;
	color: #fafafa !important;
	text-shadow: 1px 1px 1px #0c0c0d !important;
}
ul.mainmenu ul li span:hover a {
	color: #fafafa !important;
}
ul.mainmenu ul li span.dropdownactive a {
	color: #e1e1e1 !important;
}
ul.mainmenu li:hover ul, ul.mainmenu li.sfHover ul {
	top: 45px;
	left: -1px;
	z-index: 299;
}
/***** SUBNAV1 *****/
ul.submenu {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.submenu li {
	margin: 0;
	padding: 10px 0 12px 0;
	list-style: none;
	background-image: url(stock-images/contentline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
ul.submenu li a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0065A5;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff !important;
	white-space: nowrap;
}
ul.submenu li a:hover {
	color: #0065A5;
	text-decoration: underline;
}
ul.submenu li a.subnav1active {
	font-weight: bold;
	color: #0084d8;
	text-decoration: none;
}
ul.submenu li a.subnav1active:hover {
	text-decoration: underline;
}
ul.submenu li span {
	display: block;
	float: left;
	padding: 0 8px 0 0;
	line-height: 13px;
	font-size: 16px;
	color: #0065A5;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}
/***** SUBNAV2 *****/
ul.submenu ul {
	margin: 0;
	padding: 5px 0 10px 13px;
}
ul.submenu ul li {
	padding: 0 0 5px 0;
	background-image: none;
}
ul.submenu ul li a {
	font-size: 12px;
	color: #0065A5;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff !important;
}
ul.submenu ul li a:hover {
	color: #0065A5;
	text-decoration: underline;
}
ul.submenu ul li a.subnav2active {
	font-weight: normal;
	color: #0084d8;
	text-decoration: none;
}
ul.submenu ul li a.subnav2active:hover {
	text-decoration: underline;
}
/***** RADIUS *****/
#navbar, #framebox, .newsbox h2 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
/***** INSET SHADOW *****/
ul.mainmenu li.topmenuactive, ul.mainmenu ul li span.dropdownactive, .newsbox h2, #contentbox a.button span, input.button {
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
}
/***** FLEXSLIDER *****/
.flexslider {
	margin: 0 !important;
	border: 0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
	-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}
.flexslider ul.slides li {
	position: relative;
	list-style: none;
}
.flex-caption {
	width: 980px;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.flex-caption h2 {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 0px transparent;
}
.flex-caption p {
	margin: 0;
	padding: 0;
}
.flex-caption a {
	color: #ffffff;
	text-decoration: underline;
}
.flex-caption a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.flex-direction-nav li {
	list-style: none !important;
}
.flex-control-nav {
	right: 6px !important;
	bottom: 6px !important;
	text-align: right !important;
	overflow: hidden !important;
}
.flex-control-nav li {
	margin: 0 3px !important;
}
.flex-control-paging li a {
	background: #ffffff  !important;
	background: rgba(255, 255, 255, 0.5) !important;
	text-indent: 9999px !important;
}
.flex-control-paging li a.flex-active {
	background: #ffffff !important;
	background: rgba(255, 255, 255, 0.9) !important;
}
/***** WEBBOX *****/
#webbox, #webboxplus {
	margin: 0;
	padding: 20px 0 40px 20px;
	background-color: #fafafa;
	background-image: url();
	position: relative;
	z-index: 98;
}
#webboxplus {
	padding: 40px 0 40px 20px;
}
/***** BREADCRUMB *****/
#breadcrumb {
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
	font-size: 12px;
	color: #474E58;
}
#breadcrumb a {
	padding: 0 5px;
	color: #0065A5;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
}
#breadcrumb a:hover {
	color: #0065A5;
	text-decoration: underline;
}
#breadcrumb span {
	font-size: 16px;
	color: #5e6774;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}
/***** CONTENTBOX *****/
#contentbox {
	margin: 0;
	padding: 0;
}
#contentbox a {
	text-shadow: 1px 1px 1px #ffffff;
}
#contentbox input[type="text"], #contentbox textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474E58;
}
/***** BUTTON *****/
#contentbox a.button, input.button {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	color: #e0e2e5;
	text-shadow: 1px 1px 1px #242628 !important;
	background-color: #3C3F43;
	background-image: url(stock-images/noise.png);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#contentbox #sidebarright a.button, #contentbox #sidebarleft a.button, input.button {
	margin: 0 10px 0px 0;
}
#contentbox a.button:hover, input.button:hover {
	color: #ffffff;
	background-color: #242628;
}
#contentbox a.button span, input.button {
	display: block;
	margin: 0;
	padding: 5px 10px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
/***** CONTENT *****/
#floatcontentleft, #floatcontentright {
	float: left;
	margin: 0;
	padding: 0;
	width: 710px;
	line-height: 21px;
	overflow: hidden;
}
#floatcontentright {
	float: right;
}
#content {
	margin: 0;
	padding: 0;
	line-height: 21px;
}
#floatcontentleft.boxshadow img, #floatcontentright.boxshadow img, #content.boxshadow img {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
/***** SIDEBAR *****/
#sidebarright, #sidebarleft {
	float: right;
	margin: 0;
	padding: 0 20px;
	width: 210px;
	overflow: hidden;
}
#sidebarleft {
	float: left;
	padding: 0 20px 0 0;
}
#sidebarright.boxshadow img, #sidebarleft.boxshadow img {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.zpWeatherWidget img{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/***** NEWS *****/
.news {
	margin: 0 0 0px 0;
	line-height: 21px;
}
.news .articlearea {
	padding: 0;
}
.news .newsbox {
	padding: 0;
}
.news h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fafafa;
	text-shadow: 1px 1px 1px transparent;
	background-color: #3C3F43;
	background-image: url(stock-images/noise.png);
}
.newstext {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	color: #474E58;
	background-color: #f1f2f3;
	background-image: url();
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.newstext p {
	margin: 0 0 15px 0;
}
.newstext a {
	color: #0065A5;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff !important;
}
.newstext a:hover {
	color: #0065A5;
	text-decoration: underline;
}
/***** ARTICLES *****/
.articlearea {
	margin: 0;
	padding: 0 20px 0 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: #474E58;
}
.floatarticle {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.floatarticle > div {
	margin: 0;
	padding: 0 20px 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474E58;
}
#formular textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474E58;
}
#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 #474E58;
}
/***** TEASER *****/
#banner {
	margin: 0;
	padding: 20px 10px;
	font-size: 12px;
	color: #474E58;
	line-height: 21px;
}
#afterfooter {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 21px;
	min-width: 1080px;
	color: #ffffff;
	background-color: #3C3F43;
	background-image: url(stock-images/noise.png);
}
#afterfooter .footerline {
	margin: 0;
	padding: 0;
	background-image: url(stock-images/dropline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#afterfooter .wrapper {
	margin: 0 auto;
	padding: 20px 50px;
	width: 980px;
}
#afterfooter .wrapper a {
	color: #ffffff;
	text-decoration: none;
}
#afterfooter .wrapper a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#banner span:not([style]), #afterfooter .wrapper span {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}
#banner p, #afterfooter .wrapper p {
	margin: 0;
	padding: 0;
}
/***** FOOTER *****/
#footer {
	margin: 0;
	padding: 0;
}
#bottomfooter {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
}
#bottomfooter .wrapper {
	margin: 0 auto;
	padding: 20px 40px;
	width: 1000px;
}
#bottomfooter .wrapper a {
	color: #ffffff;
	text-decoration: none;
}
#bottomfooter .wrapper a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footermenu {
	margin: 0 0 5px 0;
	padding: 0;
}
#footermenu span.row-separator {
	width: 2px;
	background-image: url(stock-images/menuline.png);
	background-repeat: repeat-y;
}
#footermenu a {
	padding: 0 10px;
}
#footerinfo {
	margin: 0;
	padding: 0 10px;
}
/***** 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: 5px 10px;
	font-weight: bold;
	text-align: left;
	color: #fafafa;
	background-color: #3C3F43;
}
.zpSO-OnlineShop-table td {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
}
.zpSO-OnlineShop-row1 td, .zpSO-OnlineShop-row2 td {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
}
.zpSO-OnlineShop-row2 td {
	background-image: url(stock-images/opacity.png);
}
/***** ZP *****/
.zp {
	color: #ffffff !important;
	text-decoration: none !important;
}
/***** CLEAR *****/
.clear {
	clear: both;
}
.clearx {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/***** FORM ANTI SPAM *****/
.asfield {
	display: none;
}
/*** CSS for Print ***/
@media print {
	body {
		font-family: Arial, sans-serif;
		font-size: 12pt;
		color: #000000;
		background-color: #ffffff;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #000000;
		page-break-after: avoid;
		font-size: 21pt;
	}
	h1 {
		page-break-before: always;
	}
	h2 {
		font-size: 16pt;
	}
	h3, h4, h5, h6 {
		font-size: 12pt;
	}
	ul, ol {
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
		max-width: 75%;
	}
	/* Links */
	a, a:hover {
		color: #000000;
		text-decoration: none;
	}
	/* Wrapper */
	#wrapper {
		margin: 0;
		padding: 0;
		width: auto;
	}
	/* Framebox */
	#framebox {
		padding: 0;
		background-image: none;
	}
	/* Content */
	#floatcontentleft, #floatcontentright {
		float: none;
		width: auto;
		line-height: normal;
	}
	#content {
		line-height: normal;
	}
	/* Articles */
	.bildunterschrift {
		color: #000000;
	}
	/* Display None */
	#banner, #topline, #navbar, .flexslider, #breadcrumb, #sidebarright, #sidebarleft, #formular, .button, #footer {
		display: none !important;
	}
	@page {
		margin: 2cm;
	}
}
/* #zetainclude "..\..\..\ZPIncludes\css-grid.inc" */
/* BEGIN ZP Grid Style */
div.zpRow {
	margin-bottom: 15px;
}
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: 15px;
	}
	.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: 15px !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: 15px !important;
	}
}
/* END ZP Grid Style */

/* Remove eventual borders from 1px images */
img[width="1px"], img[width="1"]{
	border: none !important;
}


/* #zetainclude "zpTABs.inc" */  

/* begin general, global styles */

video{
  max-width: 100%;
  height: auto;
}

/* end general, global styles */


/* BEGIN zpTABs Styles */

div.zpAccordion {
  margin: 10px 0;
}
div.zpAccordion .accordion-heading {
  position: relative;
  padding: 10px;
  padding-right: 30px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  color: #777777;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 14px;
  text-transform: none;
  font-family: inherit;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  margin: 0;
}
div.zpAccordion .accordion-heading:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 8px;
  background-repeat: no-repeat;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAjCAQAAACDHrTmAAABS0lEQVR4AezVQW3DMBTG8b8hhEIkIzCFUMggNBBmCC4EF8JCIRRCYIdSCIWdPmlR3yy39mHS9p3aRs77ye/VduBnAhFFyaxs2BnIRO5YmUjsRA7qk5i4sjo/kYCN+PAYIhs2ZeRgMTiBDPAUJxMAiM7r48r1TBHRpAAcvBkFtfbOUsEZSATVcl5f4cbt9Lqd5WdKoeA7c5ljU8B5FRBHr7IpWrwTajiaLCuqKwo4j35WkULPv7f0wqXA0VNNVoGiARGmbvtF2YgqKPjTnJF0pggjzgdDgWINtd3SDhgYyQw2Bag/AprbhLwmRZzZ2IHEztpzgNvT7a/dnm6HHu3pdx3Qnn4XJd0T2F9bI8yvyD/mr2I+Xx/gr2brQAAAAIBh0P2ld42iqM05cNKBkw6cdOCkAycdOOnASQdOOnDSgZMOnHTgpAMnHTjowAfUuC3yqCcvNAAAAABJRU5ErkJggg==);
  background-position: 0px 0px;
  width: 18px;
  height: 12px;
}
div.zpAccordion .accordion-content {
  display: none;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 20px 30px 20px 30px;
}
div.zpAccordion.active .accordion-heading:after {
  background-position: -20px 0px;
}
div.zpAccordion.active .accordion-content {
  display: block;
}
div.zpTABs * {
  text-shadow: none !important;
}
div.zpTABs {
  margin: 30px 0;
  width: 100%;
}
div.zpTABs > ul.zpTABs {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
div.zpTABs > ul.zpTABs > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  background: #f7f7f7;
  float: left;
  border: 1px solid #e7e7e7;
  border-right-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  color: #777777;
}
div.zpTABs > ul.zpTABs > li a.zpTABs {
  display: block !important;
  padding: 15px 20px !important;
  color: inherit !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
div.zpTABs > ul.zpTABs > li::before,
div.zpTABs > ul.zpTABs > li::after {
  display: none !important;
}
div.zpTABs > ul.zpTABs > li.active {
  border-bottom-width: 0;
  color: #5e5e5e;
  background: #ffffff;
}
div.zpTABs > ul.zpTABs > li.active a.zpTABs {
  color: inherit;
}
div.zpTABs > ul.zpTABs > li.last {
  border-right-width: 1px;
}
div.zpTABs > ul.zpTABs > li.tab.active::after,
div.zpTABs > ul.zpTABs > li.tab.active::before {
  display: block !important;
  content: '';
  position: absolute;
  bottom: -1px;
  height: 0px;
  width: 999em;
  border-bottom: 1px solid #e7e7e7;
  pointer-events: none;
}
div.zpTABs > ul.zpTABs > li.tab.active::before {
  right: 100%;
  margin-right: 0px;
}
div.zpTABs > ul.zpTABs > li.tab.active::after {
  left: 100%;
  margin-left: 0px;
}
div.zpTABs > ul.zpTABs > li.acc {
  display: none;
}
div.zpTABs > div {
  padding: 30px;
  clear: both;
  display: none;
}
div.zpTABs > div.active {
  margin-top: -1px;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.zpTABs > div.active *:not(a) {
  color: #777777;
}
div.zpTABs.small > ul.zpTABs {
  float: none;
}
div.zpTABs.small > ul.zpTABs > li {
  float: none;
  border-width: 1px;
  border-bottom-width: 0;
}
div.zpTABs.small > ul.zpTABs > li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.zpTABs.small > ul.zpTABs > li.last {
  border-bottom-width: 1px;
}
div.zpTABs.small > ul.zpTABs > li.active.last {
  border-bottom-width: 0;
}
div.zpTABs.small > ul.zpTABs > li.active {
  background: #f7f7f7;
}
div.zpTABs.small > ul.zpTABs > li.acc {
  display: none;
  white-space: normal;
  overflow: inherit;
  padding: 15px 20px !important;
}
div.zpTABs.small > ul.zpTABs > li.acc:last-child,
div.zpTABs.small > ul.zpTABs li.acc.last {
  border-bottom-width: 1px;
  border-top-width: 0;
}
div.zpTABs.small > ul.zpTABs > li.acc.active {
  display: block;
}
div.zpTABs.small > div {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  div.zpTABs > ul.zpTABs {
    float: none;
  }
  div.zpTABs > ul.zpTABs > li {
    float: none;
    border-width: 1px;
    border-bottom-width: 0;
  }
  div.zpTABs > ul.zpTABs > li.last {
    border-bottom-width: 1px;
  }
  div.zpTABs > ul.zpTABs > li.active.last {
    border-bottom-width: 0;
  }
  div.zpTABs > ul.zpTABs > li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.zpTABs > ul.zpTABs > li.active {
    background: #f7f7f7;
  }
  div.zpTABs > ul.zpTABs > li.acc {
    display: none;
    white-space: normal;
    overflow: inherit;
    padding: 15px 20px !important;
  }
  div.zpTABs > ul.zpTABs > li.acc:last-child,
  div.zpTABs > ul.zpTABs li.acc.last {
    border-bottom-width: 1px;
    border-top-width: 0;
  }
  div.zpTABs > ul.zpTABs > li.acc.active {
    display: block;
  }
  div.zpTABs > div {
    display: none !important;
  }
}



/* END zpTABs Styles */
/* #endzetainclude */
/* #endzetainclude */
/* #zetainclude "..\..\..\ZPIncludes\css-typeahead.inc" */

/* #endzetainclude */
