<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zpratings .ratings:not(.loaded) {
  visibility: hidden;
}
.zpratings .ratings .stars {
  font-size: 150%;
}
.zpratings .ratings .zprating {
  cursor: pointer;
}
.zpratings .ratenow {
  float: right;
}
.zpratings .ratenow .button {
  margin: 0 0 10px 10px;
}
.zpratings .ratenow .button:disabled,
.zpratings .ratenow .button[disabled] {
  opacity: 0.5;
}
#zpratingform {
  width: 440px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #333333;
  padding: 20px;
}
#zpratingform h1:first-child,
#zpratingform h2:first-child,
#zpratingform h3:first-child {
  margin-top: 0;
  margin-bottom: 0.8em;
}
#zpratingform h1,
#zpratingform h2,
#zpratingform h3,
#zpratingform h4,
#zpratingform h5,
#zpratingform h6,
#zpratingform p {
  color: #333333;
}
#zpratingform.autohidelabels .resizablefield label:not(.default) {
  left: 15px;
}
#zpratingform:after {
  content: "";
  display: table;
  clear: both;
}
#zpratingform #zpratingbar span {
  cursor: pointer;
  font-size: 200%;
}
#zpratingform #zpratingbar span:not(:last-child) {
  padding-right: 10px;
}
#zpratingform .zpratingcomment {
  width: 100%;
  margin-top: 1em;
  max-height: 200px;
  box-sizing: border-box;
}
#zpratingform .error {
  color: red;
}
#zpratingform input.typetext,
#zpratingform input.name,
#zpratingform input.passwd,
#zpratingform input.passwd1 {
  width: 100%;
}
#zpratingform a,
#zpratingform a:not(.button),
#zpratingform a:hover {
  color: #0371DF;
}
#zpratingform .button {
  float: right;
  margin-top: 0;
  margin-left: 10px;
  background: none;
  background-color: #0371DF;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
#zpratingform .button:hover {
  opacity: 0.8;
}
#zpratingform .button:disabled,
#zpratingform .button[disabled] {
  opacity: 0.5;
}

.zgmap{
	max-width: 100%; /* make map widget more responsive */
	border: 0;
}
a.button, input.button {
	display: inline-block;
	padding: 0;
	line-height: normal;
	border: 1px solid;
}
a.button span, input.button {
	display: block;
	padding: 8px 15px;
}
/*! $Id: zpgrid.less 89920 2020-10-09 13:21:53Z sseiz $ */

/* Sanitize and default Values in case #val() Values from ZPp are empty or not plain numbers */
/* BEGIN ZP 12 Grid Style */

div.zpRow {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.zpRow div.zpColumn img.singleImage {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}
div.zpRow div.zpColumn .zpImageGallery img.singleImage {
  display: block;
}
div.zpRow div.zpColumn .zpImageGallery a.fancybox {
  max-width: 100%;
  /* Bugfix to keep image responsive in IE11 */

}
div.zpRow div.zpColumn div.zpColumnItem {
  display: block;
  float: left;
  padding: 0;
}
/* END ZP 12 Grid Style */

/* *** Global Rules applying to all Layouts ***/

/* break long words in headlines by default, so they don't destroy the layout, in case a layout doesn't activate hyphenation */

h1,
h2,
h3,
h4,
h5,
h6,
a,
.zphyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.zphyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-chars: auto 3;
  -moz-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-chars: auto 3;
  hyphenate-limit-chars: auto 3;
}
/* flex-slider general overrides */

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
/* more responsive iFrames and iFrame Containers */

iframe,
object,
embed,
.zpwIFrame,
.zpwFacebook_Like-Button,
.zpwFacebook_Like-Box,
div.fb-like {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
iframe {
  border: 0;
}
/* Remove eventual borders from 1px images and images in special parents with classes */

img[width="1px"],
img[width="1"],
.plain &gt; img,
.noborder &gt; img,
img.plain,
img.noborder,
.zpwBild.plain a,
.zpwBild.noborder a,
.zpwBild.plain a &gt; img,
.zpwBild.noborder a &gt; img {
  border: none !important;
  box-shadow: none !important;
}
ol.zpBreadcrumbs,
#breadcrumb ol.zpBreadcrumbs,
.breadcrumb ol.zpBreadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
ol.zpBreadcrumbs li,
#breadcrumb ol.zpBreadcrumbs li,
.breadcrumb ol.zpBreadcrumbs li {
  list-style: none;
  display: inline;
}
ol.zpBreadcrumbs span:not(.divider),
#breadcrumb ol.zpBreadcrumbs span:not(.divider),
.breadcrumb ol.zpBreadcrumbs span:not(.divider) {
  color: inherit;
}
/* *** End Global Rules applying to all Layouts ***/

/* ADDED StS ZP 13 Grid */

div.zpRow .zpColumn,
.zpColumnItem {
  box-sizing: border-box;
  /* IE Bugfix */
  max-width: 100%;
  /* IE Bugfix */

}
.zpColumnItem {
  width: 100%;
  /* fill enclosing zpColumn, so inline editing resizing refletcs the column and not the columnItem */

}
div.zpRow .zpColumn {
  padding: 0 15px;
}
div.zpRow .zpFakeColumn.flexbreak {
  visibility: hidden;
  width: 100% !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* ***** 12-column grid ***** */

.c1,
.c2,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12 {
  box-sizing: border-box;
}
div.zpRow .zpColumn.c12,
.zpColumnItem.c12,
.zp-form .c12,
.zpgrid .c12 {
  float: left;
  width: 100%;
}
div.zpRow .zpColumn.c11,
.zpColumnItem.c11,
.zp-form .c11,
.zpgrid .c11 {
  float: left;
  width: 91.666666667%;
}
div.zpRow .zpColumn.c10,
.zpColumnItem.c10,
.zp-form .c10,
.zpgrid .c10 {
  float: left;
  width: 83.333333333%;
}
div.zpRow .zpColumn.c9,
.zpColumnItem.c9,
.zp-form .c9,
.zpgrid .c9 {
  float: left;
  width: 75%;
}
div.zpRow .zpColumn.c8,
.zpColumnItem.c8,
.zp-form .c8,
.zpgrid .c8 {
  float: left;
  width: 66.666666667%;
}
div.zpRow .zpColumn.c7,
.zpColumnItem.c7,
.zp-form .c7,
.zpgrid .c7 {
  float: left;
  width: 58.333333333%;
}
div.zpRow .zpColumn.c6,
.zpColumnItem.c6,
.zp-form .c6,
.zpgrid .c6 {
  float: left;
  width: 50%;
}
div.zpRow .zpColumn.c5,
.zpColumnItem.c5,
.zp-form .c5,
.zpgrid .c5 {
  float: left;
  width: 41.666666667%;
}
div.zpRow .zpColumn.c4,
.zpColumnItem.c4,
.zp-form .c4,
.zpgrid .c4 {
  float: left;
  width: 33.333333333%;
}
div.zpRow .zpColumn.c3,
.zpColumnItem.c3,
.zp-form .c3,
.zpgrid .c3 {
  float: left;
  width: 25%;
}
div.zpRow .zpColumn.c2,
.zpColumnItem.c2,
.zp-form .c2,
.zpgrid .c2 {
  float: left;
  width: 16.666666667%;
}
div.zpRow .zpColumn.c1,
.zpColumnItem.c1,
.zp-form .c1,
.zpgrid .c1 {
  float: left;
  width: 8.333333333%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c1,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c1,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c1,
.zparea[data-numcolumns="8"] .zpColumnItem.c1,
.zpgrid[data-numcolumns="8"] .zp-form .c1,
.zparea[data-numcolumns="8"] .zp-form .c1,
.zpgrid[data-numcolumns="8"] .zpgrid .c1,
.zparea[data-numcolumns="8"] .zpgrid .c1,
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c2,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c2,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c2,
.zparea[data-numcolumns="8"] .zpColumnItem.c2,
.zpgrid[data-numcolumns="8"] .zp-form .c2,
.zparea[data-numcolumns="8"] .zp-form .c2,
.zpgrid[data-numcolumns="8"] .zpgrid .c2,
.zparea[data-numcolumns="8"] .zpgrid .c2 {
  float: left;
  width: 12.5%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c3,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c3,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c3,
.zparea[data-numcolumns="8"] .zpColumnItem.c3,
.zpgrid[data-numcolumns="8"] .zp-form .c3,
.zparea[data-numcolumns="8"] .zp-form .c3,
.zpgrid[data-numcolumns="8"] .zpgrid .c3,
.zparea[data-numcolumns="8"] .zpgrid .c3 {
  float: left;
  width: 25%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c4,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c4,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c4,
.zparea[data-numcolumns="8"] .zpColumnItem.c4,
.zpgrid[data-numcolumns="8"] .zp-form .c4,
.zparea[data-numcolumns="8"] .zp-form .c4,
.zpgrid[data-numcolumns="8"] .zpgrid .c4,
.zparea[data-numcolumns="8"] .zpgrid .c4,
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c5,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c5,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c5,
.zparea[data-numcolumns="8"] .zpColumnItem.c5,
.zpgrid[data-numcolumns="8"] .zp-form .c5,
.zparea[data-numcolumns="8"] .zp-form .c5,
.zpgrid[data-numcolumns="8"] .zpgrid .c5,
.zparea[data-numcolumns="8"] .zpgrid .c5 {
  float: left;
  width: 37.5%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c6,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c6,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c6,
.zparea[data-numcolumns="8"] .zpColumnItem.c6,
.zpgrid[data-numcolumns="8"] .zp-form .c6,
.zparea[data-numcolumns="8"] .zp-form .c6,
.zpgrid[data-numcolumns="8"] .zpgrid .c6,
.zparea[data-numcolumns="8"] .zpgrid .c6 {
  float: left;
  width: 50%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c7,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c7,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c7,
.zparea[data-numcolumns="8"] .zpColumnItem.c7,
.zpgrid[data-numcolumns="8"] .zp-form .c7,
.zparea[data-numcolumns="8"] .zp-form .c7,
.zpgrid[data-numcolumns="8"] .zpgrid .c7,
.zparea[data-numcolumns="8"] .zpgrid .c7,
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c8,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c8,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c8,
.zparea[data-numcolumns="8"] .zpColumnItem.c8,
.zpgrid[data-numcolumns="8"] .zp-form .c8,
.zparea[data-numcolumns="8"] .zp-form .c8,
.zpgrid[data-numcolumns="8"] .zpgrid .c8,
.zparea[data-numcolumns="8"] .zpgrid .c8 {
  float: left;
  width: 62.5%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c9,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c9,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c9,
.zparea[data-numcolumns="8"] .zpColumnItem.c9,
.zpgrid[data-numcolumns="8"] .zp-form .c9,
.zparea[data-numcolumns="8"] .zp-form .c9,
.zpgrid[data-numcolumns="8"] .zpgrid .c9,
.zparea[data-numcolumns="8"] .zpgrid .c9 {
  float: left;
  width: 75%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c10,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c10,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c10,
.zparea[data-numcolumns="8"] .zpColumnItem.c10,
.zpgrid[data-numcolumns="8"] .zp-form .c10,
.zparea[data-numcolumns="8"] .zp-form .c10,
.zpgrid[data-numcolumns="8"] .zpgrid .c10,
.zparea[data-numcolumns="8"] .zpgrid .c10,
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c11,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c11,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c11,
.zparea[data-numcolumns="8"] .zpColumnItem.c11,
.zpgrid[data-numcolumns="8"] .zp-form .c11,
.zparea[data-numcolumns="8"] .zp-form .c11,
.zpgrid[data-numcolumns="8"] .zpgrid .c11,
.zparea[data-numcolumns="8"] .zpgrid .c11 {
  float: left;
  width: 87.5%;
}
.zpgrid[data-numcolumns="8"] div.zpRow .zpColumn.c12,
.zparea[data-numcolumns="8"] div.zpRow .zpColumn.c12,
.zpgrid[data-numcolumns="8"] .zpColumnItem.c12,
.zparea[data-numcolumns="8"] .zpColumnItem.c12,
.zpgrid[data-numcolumns="8"] .zp-form .c12,
.zparea[data-numcolumns="8"] .zp-form .c12,
.zpgrid[data-numcolumns="8"] .zpgrid .c12,
.zparea[data-numcolumns="8"] .zpgrid .c12 {
  float: left;
  width: 100%;
}
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c1,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c1,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c1,
.zparea[data-numcolumns="6"] .zpColumnItem.c1,
.zpgrid[data-numcolumns="6"] .zp-form .c1,
.zparea[data-numcolumns="6"] .zp-form .c1,
.zpgrid[data-numcolumns="6"] .zpgrid .c1,
.zparea[data-numcolumns="6"] .zpgrid .c1,
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c2,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c2,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c2,
.zparea[data-numcolumns="6"] .zpColumnItem.c2,
.zpgrid[data-numcolumns="6"] .zp-form .c2,
.zparea[data-numcolumns="6"] .zp-form .c2,
.zpgrid[data-numcolumns="6"] .zpgrid .c2,
.zparea[data-numcolumns="6"] .zpgrid .c2 {
  float: left;
  width: 16.666666667%;
}
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c3,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c3,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c3,
.zparea[data-numcolumns="6"] .zpColumnItem.c3,
.zpgrid[data-numcolumns="6"] .zp-form .c3,
.zparea[data-numcolumns="6"] .zp-form .c3,
.zpgrid[data-numcolumns="6"] .zpgrid .c3,
.zparea[data-numcolumns="6"] .zpgrid .c3,
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c4,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c4,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c4,
.zparea[data-numcolumns="6"] .zpColumnItem.c4,
.zpgrid[data-numcolumns="6"] .zp-form .c4,
.zparea[data-numcolumns="6"] .zp-form .c4,
.zpgrid[data-numcolumns="6"] .zpgrid .c4,
.zparea[data-numcolumns="6"] .zpgrid .c4 {
  float: left;
  width: 33.333333333%;
}
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c5,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c5,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c5,
.zparea[data-numcolumns="6"] .zpColumnItem.c5,
.zpgrid[data-numcolumns="6"] .zp-form .c5,
.zparea[data-numcolumns="6"] .zp-form .c5,
.zpgrid[data-numcolumns="6"] .zpgrid .c5,
.zparea[data-numcolumns="6"] .zpgrid .c5,
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c6,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c6,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c6,
.zparea[data-numcolumns="6"] .zpColumnItem.c6,
.zpgrid[data-numcolumns="6"] .zp-form .c6,
.zparea[data-numcolumns="6"] .zp-form .c6,
.zpgrid[data-numcolumns="6"] .zpgrid .c6,
.zparea[data-numcolumns="6"] .zpgrid .c6 {
  float: left;
  width: 50%;
}
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c7,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c7,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c7,
.zparea[data-numcolumns="6"] .zpColumnItem.c7,
.zpgrid[data-numcolumns="6"] .zp-form .c7,
.zparea[data-numcolumns="6"] .zp-form .c7,
.zpgrid[data-numcolumns="6"] .zpgrid .c7,
.zparea[data-numcolumns="6"] .zpgrid .c7,
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c8,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c8,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c8,
.zparea[data-numcolumns="6"] .zpColumnItem.c8,
.zpgrid[data-numcolumns="6"] .zp-form .c8,
.zparea[data-numcolumns="6"] .zp-form .c8,
.zpgrid[data-numcolumns="6"] .zpgrid .c8,
.zparea[data-numcolumns="6"] .zpgrid .c8 {
  float: left;
  width: 66.666666667%;
}
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c9,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c9,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c9,
.zparea[data-numcolumns="6"] .zpColumnItem.c9,
.zpgrid[data-numcolumns="6"] .zp-form .c9,
.zparea[data-numcolumns="6"] .zp-form .c9,
.zpgrid[data-numcolumns="6"] .zpgrid .c9,
.zparea[data-numcolumns="6"] .zpgrid .c9,
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c10,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c10,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c10,
.zparea[data-numcolumns="6"] .zpColumnItem.c10,
.zpgrid[data-numcolumns="6"] .zp-form .c10,
.zparea[data-numcolumns="6"] .zp-form .c10,
.zpgrid[data-numcolumns="6"] .zpgrid .c10,
.zparea[data-numcolumns="6"] .zpgrid .c10 {
  float: left;
  width: 83.333333333%;
}
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c11,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c11,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c11,
.zparea[data-numcolumns="6"] .zpColumnItem.c11,
.zpgrid[data-numcolumns="6"] .zp-form .c11,
.zparea[data-numcolumns="6"] .zp-form .c11,
.zpgrid[data-numcolumns="6"] .zpgrid .c11,
.zparea[data-numcolumns="6"] .zpgrid .c11,
.zpgrid[data-numcolumns="6"] div.zpRow .zpColumn.c12,
.zparea[data-numcolumns="6"] div.zpRow .zpColumn.c12,
.zpgrid[data-numcolumns="6"] .zpColumnItem.c12,
.zparea[data-numcolumns="6"] .zpColumnItem.c12,
.zpgrid[data-numcolumns="6"] .zp-form .c12,
.zparea[data-numcolumns="6"] .zp-form .c12,
.zpgrid[data-numcolumns="6"] .zpgrid .c12,
.zparea[data-numcolumns="6"] .zpgrid .c12 {
  float: left;
  width: 100%;
}
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c1,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c1,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c1,
.zparea[data-numcolumns="4"] .zpColumnItem.c1,
.zpgrid[data-numcolumns="4"] .zp-form .c1,
.zparea[data-numcolumns="4"] .zp-form .c1,
.zpgrid[data-numcolumns="4"] .zpgrid .c1,
.zparea[data-numcolumns="4"] .zpgrid .c1,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c2,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c2,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c2,
.zparea[data-numcolumns="4"] .zpColumnItem.c2,
.zpgrid[data-numcolumns="4"] .zp-form .c2,
.zparea[data-numcolumns="4"] .zp-form .c2,
.zpgrid[data-numcolumns="4"] .zpgrid .c2,
.zparea[data-numcolumns="4"] .zpgrid .c2,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c3,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c3,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c3,
.zparea[data-numcolumns="4"] .zpColumnItem.c3,
.zpgrid[data-numcolumns="4"] .zp-form .c3,
.zparea[data-numcolumns="4"] .zp-form .c3,
.zpgrid[data-numcolumns="4"] .zpgrid .c3,
.zparea[data-numcolumns="4"] .zpgrid .c3 {
  float: left;
  width: 25%;
}
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c4,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c4,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c4,
.zparea[data-numcolumns="4"] .zpColumnItem.c4,
.zpgrid[data-numcolumns="4"] .zp-form .c4,
.zparea[data-numcolumns="4"] .zp-form .c4,
.zpgrid[data-numcolumns="4"] .zpgrid .c4,
.zparea[data-numcolumns="4"] .zpgrid .c4,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c5,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c5,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c5,
.zparea[data-numcolumns="4"] .zpColumnItem.c5,
.zpgrid[data-numcolumns="4"] .zp-form .c5,
.zparea[data-numcolumns="4"] .zp-form .c5,
.zpgrid[data-numcolumns="4"] .zpgrid .c5,
.zparea[data-numcolumns="4"] .zpgrid .c5,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c6,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c6,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c6,
.zparea[data-numcolumns="4"] .zpColumnItem.c6,
.zpgrid[data-numcolumns="4"] .zp-form .c6,
.zparea[data-numcolumns="4"] .zp-form .c6,
.zpgrid[data-numcolumns="4"] .zpgrid .c6,
.zparea[data-numcolumns="4"] .zpgrid .c6 {
  float: left;
  width: 50%;
}
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c7,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c7,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c7,
.zparea[data-numcolumns="4"] .zpColumnItem.c7,
.zpgrid[data-numcolumns="4"] .zp-form .c7,
.zparea[data-numcolumns="4"] .zp-form .c7,
.zpgrid[data-numcolumns="4"] .zpgrid .c7,
.zparea[data-numcolumns="4"] .zpgrid .c7,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c8,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c8,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c8,
.zparea[data-numcolumns="4"] .zpColumnItem.c8,
.zpgrid[data-numcolumns="4"] .zp-form .c8,
.zparea[data-numcolumns="4"] .zp-form .c8,
.zpgrid[data-numcolumns="4"] .zpgrid .c8,
.zparea[data-numcolumns="4"] .zpgrid .c8,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c9,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c9,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c9,
.zparea[data-numcolumns="4"] .zpColumnItem.c9,
.zpgrid[data-numcolumns="4"] .zp-form .c9,
.zparea[data-numcolumns="4"] .zp-form .c9,
.zpgrid[data-numcolumns="4"] .zpgrid .c9,
.zparea[data-numcolumns="4"] .zpgrid .c9 {
  float: left;
  width: 75%;
}
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c10,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c10,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c10,
.zparea[data-numcolumns="4"] .zpColumnItem.c10,
.zpgrid[data-numcolumns="4"] .zp-form .c10,
.zparea[data-numcolumns="4"] .zp-form .c10,
.zpgrid[data-numcolumns="4"] .zpgrid .c10,
.zparea[data-numcolumns="4"] .zpgrid .c10,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c11,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c11,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c11,
.zparea[data-numcolumns="4"] .zpColumnItem.c11,
.zpgrid[data-numcolumns="4"] .zp-form .c11,
.zparea[data-numcolumns="4"] .zp-form .c11,
.zpgrid[data-numcolumns="4"] .zpgrid .c11,
.zparea[data-numcolumns="4"] .zpgrid .c11,
.zpgrid[data-numcolumns="4"] div.zpRow .zpColumn.c12,
.zparea[data-numcolumns="4"] div.zpRow .zpColumn.c12,
.zpgrid[data-numcolumns="4"] .zpColumnItem.c12,
.zparea[data-numcolumns="4"] .zpColumnItem.c12,
.zpgrid[data-numcolumns="4"] .zp-form .c12,
.zparea[data-numcolumns="4"] .zp-form .c12,
.zpgrid[data-numcolumns="4"] .zpgrid .c12,
.zparea[data-numcolumns="4"] .zpgrid .c12 {
  float: left;
  width: 100%;
}
.zpColumn.c5 .zp-form .c1,
.zpColumn.c4 .zp-form .c1,
.zpColumn.c3 .zp-form .c1,
.zpColumn.c2 .zp-form .c1,
.zpColumn.c1 .zp-form .c1,
.zpColumn.c5 .zp-form .c2,
.zpColumn.c4 .zp-form .c2,
.zpColumn.c3 .zp-form .c2,
.zpColumn.c2 .zp-form .c2,
.zpColumn.c1 .zp-form .c2,
.zpColumn.c5 .zp-form .c3,
.zpColumn.c4 .zp-form .c3,
.zpColumn.c3 .zp-form .c3,
.zpColumn.c2 .zp-form .c3,
.zpColumn.c1 .zp-form .c3,
.zpColumn.c5 .zp-form .c4,
.zpColumn.c4 .zp-form .c4,
.zpColumn.c3 .zp-form .c4,
.zpColumn.c2 .zp-form .c4,
.zpColumn.c1 .zp-form .c4,
.zpColumn.c5 .zp-form .c5,
.zpColumn.c4 .zp-form .c5,
.zpColumn.c3 .zp-form .c5,
.zpColumn.c2 .zp-form .c5,
.zpColumn.c1 .zp-form .c5,
.zpColumn.c5 .zp-form .c6,
.zpColumn.c4 .zp-form .c6,
.zpColumn.c3 .zp-form .c6,
.zpColumn.c2 .zp-form .c6,
.zpColumn.c1 .zp-form .c6,
.zpColumn.c5 .zp-form .c7,
.zpColumn.c4 .zp-form .c7,
.zpColumn.c3 .zp-form .c7,
.zpColumn.c2 .zp-form .c7,
.zpColumn.c1 .zp-form .c7,
.zpColumn.c5 .zp-form .c8,
.zpColumn.c4 .zp-form .c8,
.zpColumn.c3 .zp-form .c8,
.zpColumn.c2 .zp-form .c8,
.zpColumn.c1 .zp-form .c8,
.zpColumn.c5 .zp-form .c9,
.zpColumn.c4 .zp-form .c9,
.zpColumn.c3 .zp-form .c9,
.zpColumn.c2 .zp-form .c9,
.zpColumn.c1 .zp-form .c9,
.zpColumn.c5 .zp-form .c10,
.zpColumn.c4 .zp-form .c10,
.zpColumn.c3 .zp-form .c10,
.zpColumn.c2 .zp-form .c10,
.zpColumn.c1 .zp-form .c10,
.zpColumn.c5 .zp-form .c11,
.zpColumn.c4 .zp-form .c11,
.zpColumn.c3 .zp-form .c11,
.zpColumn.c2 .zp-form .c11,
.zpColumn.c1 .zp-form .c11,
.zpColumn.c5 .zp-form .c12,
.zpColumn.c4 .zp-form .c12,
.zpColumn.c3 .zp-form .c12,
.zpColumn.c2 .zp-form .c12,
.zpColumn.c1 .zp-form .c12 {
  width: 100%;
}
.zpColumn.c5 .zp-form.zp-editable .resizablefield input,
.zpColumn.c4 .zp-form.zp-editable .resizablefield input,
.zpColumn.c3 .zp-form.zp-editable .resizablefield input,
.zpColumn.c2 .zp-form.zp-editable .resizablefield input,
.zpColumn.c1 .zp-form.zp-editable .resizablefield input,
.zpColumn.c5 .zp-form.zp-editable .resizablefield textarea,
.zpColumn.c4 .zp-form.zp-editable .resizablefield textarea,
.zpColumn.c3 .zp-form.zp-editable .resizablefield textarea,
.zpColumn.c2 .zp-form.zp-editable .resizablefield textarea,
.zpColumn.c1 .zp-form.zp-editable .resizablefield textarea {
  max-width: none !important;
}
/* *** always scale columns in a .noresize Row (i.e. news columns) *** */

div.zpRow.noresize .zpColumn.c1,
div.zpRow.noresize .zpColumn.c2,
div.zpRow.noresize .zpColumn.c3,
div.zpRow.noresize .zpColumn.c4,
div.zpRow.noresize .zpColumn.c5,
div.zpRow.noresize .zpColumn.c6,
div.zpRow.noresize .zpColumn.c7,
div.zpRow.noresize .zpColumn.c8,
div.zpRow.noresize .zpColumn.c9,
div.zpRow.noresize .zpColumn.c10,
div.zpRow.noresize .zpColumn.c11,
div.zpRow.noresize .zpColumn.c12 {
  width: 100%;
}
div.zpRow.noresize .zpSpacer {
  clear: both;
}
/* *** 2-Column Breakpoint (ipad portrait) *** */

@media (max-width: 768px) {
  .responsivelayout div.zpRow .zpColumn.c1,
  .responsivelayout .zpColumnItem.c1,
  .responsivelayout .zpgrid .c1:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c2,
  .responsivelayout .zpColumnItem.c2,
  .responsivelayout .zpgrid .c2:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c3,
  .responsivelayout .zpColumnItem.c3,
  .responsivelayout .zpgrid .c3:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c4,
  .responsivelayout .zpColumnItem.c4,
  .responsivelayout .zpgrid .c4:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c5,
  .responsivelayout .zpColumnItem.c5,
  .responsivelayout .zpgrid .c5:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c6,
  .responsivelayout .zpColumnItem.c6,
  .responsivelayout .zpgrid .c6:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c7,
  .responsivelayout .zpColumnItem.c7,
  .responsivelayout .zpgrid .c7:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c8,
  .responsivelayout .zpColumnItem.c8,
  .responsivelayout .zpgrid .c8:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c9,
  .responsivelayout .zpColumnItem.c9,
  .responsivelayout .zpgrid .c9:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c10,
  .responsivelayout .zpColumnItem.c10,
  .responsivelayout .zpgrid .c10:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c11,
  .responsivelayout .zpColumnItem.c11,
  .responsivelayout .zpgrid .c11:not(.resizablefield) {
    width: 50% !important;
  }
  .responsivelayout .zpColumn.zpSpacer:first-child + .zpColumn.odd:last-child {
    width: 80% !important;
    margin-left: 10%;
  }
  .responsivelayout .zpColumn.odd {
    clear: left;
  }
  .responsivelayout .zpColumn:not(.styled):nth-last-child(1n+3) {
    margin-bottom: 1em !important;
  }
  .responsivelayout div.zpRow .zpColumn.c12,
  .responsivelayout .zpColumnItem.c12,
  .responsivelayout .zp-form .c12,
  .responsivelayout .zpgrid .c12 {
    width: 100% !important;
  }
  .responsivelayout .zp-form.zp-editable .resizablefield input,
  .responsivelayout .zp-form.zp-editable .resizablefield textarea {
    max-width: none !important;
  }
  .responsivelayout .zpSpacer.hor,
  .responsivelayout div.zpRow .zpColumn.zpSpacer:not(:only-child) {
    display: none;
  }
}
/* *** 1-Column Breakpoint (iphone 6 landscape) *** */

@media (max-width: 479px) {
  /* *** 1-Column Breakpoint (iphone 6 landscape) *** */
  
  .responsivelayout div.zpRow .zpColumn.c1,
  .responsivelayout .zpColumnItem.c1,
  .responsivelayout .zp-form .c1,
  .responsivelayout .zpgrid .c1:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c2,
  .responsivelayout .zpColumnItem.c2,
  .responsivelayout .zp-form .c2,
  .responsivelayout .zpgrid .c2:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c3,
  .responsivelayout .zpColumnItem.c3,
  .responsivelayout .zp-form .c3,
  .responsivelayout .zpgrid .c3:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c4,
  .responsivelayout .zpColumnItem.c4,
  .responsivelayout .zp-form .c4,
  .responsivelayout .zpgrid .c4:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c5,
  .responsivelayout .zpColumnItem.c5,
  .responsivelayout .zp-form .c5,
  .responsivelayout .zpgrid .c5:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c6,
  .responsivelayout .zpColumnItem.c6,
  .responsivelayout .zp-form .c6,
  .responsivelayout .zpgrid .c6:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c7,
  .responsivelayout .zpColumnItem.c7,
  .responsivelayout .zp-form .c7,
  .responsivelayout .zpgrid .c7:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c8,
  .responsivelayout .zpColumnItem.c8,
  .responsivelayout .zp-form .c8,
  .responsivelayout .zpgrid .c8:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c9,
  .responsivelayout .zpColumnItem.c9,
  .responsivelayout .zp-form .c9,
  .responsivelayout .zpgrid .c9:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c10,
  .responsivelayout .zpColumnItem.c10,
  .responsivelayout .zp-form .c10,
  .responsivelayout .zpgrid .c10:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c11,
  .responsivelayout .zpColumnItem.c11,
  .responsivelayout .zp-form .c11,
  .responsivelayout .zpgrid .c11:not(.resizablefield),
  .responsivelayout div.zpRow .zpColumn.c12,
  .responsivelayout .zpColumnItem.c12,
  .responsivelayout .zp-form .c12,
  .responsivelayout .zpgrid .c12:not(.resizablefield) {
    width: 100% !important;
  }
  .responsivelayout .zp-form.zp-editable .resizablefield input,
  .responsivelayout .zp-form.zp-editable .resizablefield textarea {
    max-width: none !important;
  }
  .responsivelayout .zpSpacer {
    clear: both;
  }
  .responsivelayout div.zpRow .zpColumn:not(.styled) {
    margin-bottom: 1em !important;
  }
}
@media (max-width: 320px) {
  .responsivelayout .zp-form .c1,
  .responsivelayout .zp-form .c2,
  .responsivelayout .zp-form .c3,
  .responsivelayout .zp-form .c4,
  .responsivelayout .zp-form .c5,
  .responsivelayout .zp-form .c6,
  .responsivelayout .zp-form .c7,
  .responsivelayout .zp-form .c8,
  .responsivelayout .zp-form .c9,
  .responsivelayout .zp-form .c10,
  .responsivelayout .zp-form .c11,
  .responsivelayout .zp-form .c12 {
    width: 100% !important;
  }
  .responsivelayout .zp-form.zp-editable .resizablefield input,
  .responsivelayout .zp-form.zp-editable .resizablefield textarea {
    max-width: none !important;
  }
  .responsivelayout .zpSpacer {
    clear: both;
  }
}
/* Breakout Styles for layouts which don't support them edge to edge */

.zpBreakout &gt; iframe {
  display: block;
}
body:not(.withnews) .zpContainer.zpBreakout:not(.hasNews) {
  padding-top: 15px;
  padding-bottom: 15px;
}
body:not(.withnews) .zpContainer.zpBreakout:not(.hasNews) + .zpContainer:not(.zpBreakout) {
  margin-top: 15px;
}
body:not(.withnews) .zpBreakout:not(.hasNews) .zpRow {
  width: 100%;
  margin: 0 auto;
  float: none;
}
/* Breakout Styles for responsive layouts which support them edge to edge */

.responsivelayout.supportsbreakout body:not(.withnews) .zpContainer.zpBreakout:not(.hasNews) {
  /* we don't use overflow hidden on body to avoid horizontal scrollbar because dropdown menues (e.g. on the far right) might need an overflow */
  width: calc(100vw - 9px);
  /* -9px compensates possible scrollbar Safari: -8, Chrome: -9 */
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  padding: 15px 0 15px 9px;
  /* padding-left is equal to amount to compensate scrollbar */

}
.responsivelayout.supportsbreakout body.touch:not(.withnews) .zpContainer.zpBreakout:not(.hasNews) {
  width: 100vw;
  /* Do not compensate on transparent Scrollbars on touch devices like e.g. the ipad. */

}
.responsivelayout.supportsbreakout body:not(.withnews) .zpContainer.zpBreakout:not(.hasNews) + .zpContainer:not(.zpBreakout) {
  margin-top: 15px;
}
.responsivelayout.supportsbreakout body:not(.withnews) .zpContainer.zpBreakout:not(.hasNews) &gt; .zpRow {
  max-width: 1320px;
}
.responsivelayout.supportsbreakout body:not(.withnews) .zpContainer.zpBreakout:not(.hasNews) + .zpRow {
  margin-top: 15px;
}
.responsivelayout.supportsbreakout body:not(.withnews) .span8 .zpContainer.zpBreakout:not(.hasNews) {
  margin-left: calc(-50vw + 77%);
}
.supportsbreakout body:not(.withnews) .zpColumn.c12 .zpBreakout:not(.hasNews) {
  /* we don't use overflow hidden on body to avoid horizontal scrollbar because dropdown menues (e.g. on the far right) might need an overflow */
  width: calc(100vw - 9px);
  /* -9px compensates possible scrollbar Safari: -8, Chrome: -9 */
  margin-left: calc(-50vw + 50%);
  /* Todo: this might break if less compression is used! */
  box-sizing: border-box;
  padding: 0;
  overflow: hidden !important;
}
.zpVerticalCenter,
div.zpRow.zpVerticalCenter,
div.zpRow .zpVerticalCenter,
div.zpRow .zpColumn.zpVerticalCenter,
div svn .zpColumn .zpVerticalCenter {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zpwSpacer {
  visibility: hidden;
  box-sizing: border-box;
  height: 30px;
  margin: 0 !important;
}
/*
.zpgrid,
.zpgrid #grid {
  max-width: @contentcopy-max-image-width + 30px;
}
*/

.zpgrid.copiedlayout {
  margin-left: -15px;
  margin-right: -15px;
}
/*** ZP 14 Additions *** */

.zparea img:not(.zplogo):not(.limitsvg)[src$=".svg"] {
  width: auto;
  max-width: 100%;
}
/*** Container Scroll Animation ***/

@media screen {
  .js body:not(.zpreducemotion) .zpanimatewrap {
    overflow: hidden !important;
  }
  .js body:not(.zpreducemotion) .zpanimate.slideleft {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* used 100vw here, but the IE animated left to right instead of right to left */
    opacity: 0;
  }
  .js body:not(.zpreducemotion) .zpanimate.slideleft.show {
    -webkit-transition: opacity 1000ms ease-out 500ms, transform 500ms ease-out 200ms;
    transition: opacity 1000ms ease-out 500ms, transform 500ms ease-out 200ms;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .js body:not(.zpreducemotion) .zpanimate.slideright {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    /* used 100vw here, but the IE animated left to right instead of right to left */
    opacity: 0;
  }
  .js body:not(.zpreducemotion) .zpanimate.slideright.show {
    -webkit-transition: opacity 1000ms ease-out 500ms, transform 500ms ease-out 200ms;
    transition: opacity 1000ms ease-out 500ms, transform 500ms ease-out 200ms;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .js body:not(.zpreducemotion) .zpanimate.fadein {
    opacity: 0;
  }
  .js body:not(.zpreducemotion) .zpanimate.fadein.show {
    -webkit-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in;
    opacity: 1;
  }
  .js body:not(.zpreducemotion) .zpanimate.floatin {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  .js body:not(.zpreducemotion) .zpanimate.floatin.show {
    -webkit-transition: opacity 2500ms ease-out 500ms, transform 1500ms ease-out 200ms;
    transition: opacity 2500ms ease-out 500ms, transform 1500ms ease-out 200ms;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .js body:not(.zpreducemotion) .zpanimate.zoomout {
    opacity: 0;
  }
  .js body:not(.zpreducemotion) .zpanimate.zoomout.show {
    opacity: 1;
  }
  .js body:not(.zpreducemotion) .zpanimate.zoomout.show:not(.played) {
    animation-name: zoomout;
    animation-duration: 500ms;
  }
  .js body:not(.zpreducemotion) .zpeffect.zphoverscale {
    -webkit-transition: transform 500ms ease;
    transition: transform 500ms ease;
  }
  .js body:not(.zpreducemotion) .zpeffect.zphoverscale.zplazyloaded {
    -webkit-transition: transform 500ms ease, opacity 600ms;
    transition: transform 500ms ease, opacity 600ms;
  }
  .js body:not(.zpreducemotion) .zpeffect.zphoverscale:hover,
  .js body:not(.zpreducemotion) .zpeffect.zphoverscale.hover,
  .js body:not(.zpreducemotion) a:hover .zpeffect.zphoverscale {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  @keyframes zoomout {
    0% {
      opacity: 0;
      -webkit-transform: scale(5, 5);-ms-transform: scale(5, 5);transform: scale(5, 5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1, 1);-ms-transform: scale(1, 1);transform: scale(1, 1);
    }
  }
}
@media print {
  .zpanimate.show {
    opacity: 1;
  }
}
/*** Class to make tables more responsive - for general use i.e. in Online-CMS ***/

table.zpresponsive {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  table.zpresponsive {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#ui-datepicker-div {
  padding: 0;
  z-index: 200 !important;
  background-color: #ffffff !important;
  font-family: inherit !important;
  color: #333333 !important;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
  border: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  border-radius: 0;
  border: 0;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  opacity: 0.8;
  padding-bottom: 1px;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td,
#ui-datepicker-div .ui-datepicker-calendar td a,
#ui-datepicker-div .ui-datepicker-calendar td span {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default {
  background: transparent;
  border: 0;
  color: #333333;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-highlight {
  color: #ffffff;
  background-color: red;
  border-radius: 50px;
  font-weight: bolder;
}
#ui-datepicker-div input,
#ui-datepicker-div select,
#ui-datepicker-div textarea,
#ui-datepicker-div button {
  font-family: inherit;
}
#ui-datepicker-div .ui-state-default {
  background: #e6e6e6;
}
.zp-form.zp14 .recaptchatable,
.zp-shopform .recaptchatable,
.zpsajaxmodal .recaptchatable,
.eventCalendar.table .filter .recaptchatable {
  background-color: #ffffff;
}
.zp-form.zp14 .resizablefield.fieldinnewline,
.zp-shopform .resizablefield.fieldinnewline,
.zpsajaxmodal .resizablefield.fieldinnewline,
.eventCalendar.table .filter .resizablefield.fieldinnewline {
  clear: both;
}
.zp-form.zp14 label#recaptchalabel,
.zp-shopform label#recaptchalabel,
.zpsajaxmodal label#recaptchalabel,
.eventCalendar.table .filter label#recaptchalabel,
.zp-form.zp14 label#recaptchalabel.multiline.field,
.zp-shopform label#recaptchalabel.multiline.field,
.zpsajaxmodal label#recaptchalabel.multiline.field,
.eventCalendar.table .filter label#recaptchalabel.multiline.field,
.zp-form.zp14 #recaptcha_widget_div,
.zp-shopform #recaptcha_widget_div,
.zpsajaxmodal #recaptcha_widget_div,
.eventCalendar.table .filter #recaptcha_widget_div,
.zp-form.zp14 div.g-recaptcha,
.zp-shopform div.g-recaptcha,
.zpsajaxmodal div.g-recaptcha,
.eventCalendar.table .filter div.g-recaptcha {
  padding-left: 15px;
  padding-right: 15px;
}
.zp-form.zp14 input.typetext,
.zp-shopform input.typetext,
.zpsajaxmodal input.typetext,
.eventCalendar.table .filter input.typetext {
  vertical-align: middle;
  box-sizing: border-box;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 15px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #9A9A9A;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.zp-form.zp14 input,
.zp-shopform input,
.zpsajaxmodal input,
.eventCalendar.table .filter input,
.zp-form.zp14 textarea,
.zp-shopform textarea,
.zpsajaxmodal textarea,
.eventCalendar.table .filter textarea,
.zp-form.zp14 select,
.zp-shopform select,
.zpsajaxmodal select,
.eventCalendar.table .filter select {
  font-family: inherit;
  font-size: inherit;
}
.zp-form.zp14 input.typetext,
.zp-shopform input.typetext,
.zpsajaxmodal input.typetext,
.eventCalendar.table .filter input.typetext,
.zp-form.zp14 textarea,
.zp-shopform textarea,
.zpsajaxmodal textarea,
.eventCalendar.table .filter textarea,
.zp-form.zp14 select,
.zp-shopform select,
.zpsajaxmodal select,
.eventCalendar.table .filter select {
  color: #333333;
  background: #ffffff;
  border: 1px solid #9A9A9A;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.zp-form.zp14 select,
.zp-shopform select,
.zpsajaxmodal select,
.eventCalendar.table .filter select {
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  min-height: 2.5rem;
  padding: 0 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='7px' viewBox='0 0 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E     %3Cpolygon class='chevron' stroke='none' fill='%23333333' fill-rule='evenodd' points='6.05023193 6.71226044 6.02769279 6.73479958 5.6741394 6.38124619 1.14644661 1.85355339 0.792893219 1.5 1.5 0.792893219 1.85355339 1.14644661 6.02825928 5.3211525 10.2249378 1.12447395 10.5784912 0.770920563 11.285598 1.47802734 10.9320446 1.83158073 6.40435181 6.35927353 6.05079842 6.71282692'%3E%3C/polygon%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.zp-form.zp14 select.zpmultilineselect,
.zp-shopform select.zpmultilineselect,
.zpsajaxmodal select.zpmultilineselect,
.eventCalendar.table .filter select.zpmultilineselect {
  background-image: none;
}
.zp-form.zp14 select::-ms-expand,
.zp-shopform select::-ms-expand,
.zpsajaxmodal select::-ms-expand,
.eventCalendar.table .filter select::-ms-expand {
  display: none;
}
.zp-form.zp14 input.typetext.error,
.zp-shopform input.typetext.error,
.zpsajaxmodal input.typetext.error,
.eventCalendar.table .filter input.typetext.error,
.zp-form.zp14 textarea.typetext.error,
.zp-shopform textarea.typetext.error,
.zpsajaxmodal textarea.typetext.error,
.eventCalendar.table .filter textarea.typetext.error,
.zp-form.zp14 select.error,
.zp-shopform select.error,
.zpsajaxmodal select.error,
.eventCalendar.table .filter select.error {
  border: 1px solid red;
}
.zp-form.zp14 .error-text,
.zp-shopform .error-text,
.zpsajaxmodal .error-text,
.eventCalendar.table .filter .error-text {
  clear: both;
  display: block;
  margin-bottom: 1em;
  color: red;
}
.zp-form.zp14.autohidelabels .resizablefield,
.zp-shopform.autohidelabels .resizablefield,
.zpsajaxmodal.autohidelabels .resizablefield,
.eventCalendar.table .filter.autohidelabels .resizablefield {
  position: relative;
}
.zp-form.zp14.autohidelabels .resizablefield.nofloat,
.zp-shopform.autohidelabels .resizablefield.nofloat,
.zpsajaxmodal.autohidelabels .resizablefield.nofloat,
.eventCalendar.table .filter.autohidelabels .resizablefield.nofloat {
  float: none;
}
.zp-form.zp14.autohidelabels .resizablefield input + .error-text,
.zp-shopform.autohidelabels .resizablefield input + .error-text,
.zpsajaxmodal.autohidelabels .resizablefield input + .error-text,
.eventCalendar.table .filter.autohidelabels .resizablefield input + .error-text,
.zp-form.zp14.autohidelabels .resizablefield textarea + .error-text,
.zp-shopform.autohidelabels .resizablefield textarea + .error-text,
.zpsajaxmodal.autohidelabels .resizablefield textarea + .error-text,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea + .error-text,
.zp-form.zp14.autohidelabels .resizablefield select + .error-text,
.zp-shopform.autohidelabels .resizablefield select + .error-text,
.zpsajaxmodal.autohidelabels .resizablefield select + .error-text,
.eventCalendar.table .filter.autohidelabels .resizablefield select + .error-text {
  margin-top: -0.8em;
}
.zp-form.zp14.autohidelabels .resizablefield.zpradio,
.zp-shopform.autohidelabels .resizablefield.zpradio,
.zpsajaxmodal.autohidelabels .resizablefield.zpradio,
.eventCalendar.table .filter.autohidelabels .resizablefield.zpradio,
.zp-form.zp14.autohidelabels .resizablefield.zpcheckbox,
.zp-shopform.autohidelabels .resizablefield.zpcheckbox,
.zpsajaxmodal.autohidelabels .resizablefield.zpcheckbox,
.eventCalendar.table .filter.autohidelabels .resizablefield.zpcheckbox,
.zp-form.zp14.autohidelabels .resizablefield.zpfile,
.zp-shopform.autohidelabels .resizablefield.zpfile,
.zpsajaxmodal.autohidelabels .resizablefield.zpfile,
.eventCalendar.table .filter.autohidelabels .resizablefield.zpfile {
  margin-bottom: 1em;
}
.zp-form.zp14.autohidelabels .resizablefield.zpradio label.field.default,
.zp-shopform.autohidelabels .resizablefield.zpradio label.field.default,
.zpsajaxmodal.autohidelabels .resizablefield.zpradio label.field.default,
.eventCalendar.table .filter.autohidelabels .resizablefield.zpradio label.field.default,
.zp-form.zp14.autohidelabels .resizablefield.zpcheckbox label.field.default,
.zp-shopform.autohidelabels .resizablefield.zpcheckbox label.field.default,
.zpsajaxmodal.autohidelabels .resizablefield.zpcheckbox label.field.default,
.eventCalendar.table .filter.autohidelabels .resizablefield.zpcheckbox label.field.default,
.zp-form.zp14.autohidelabels .resizablefield.zpfile label.field.default,
.zp-shopform.autohidelabels .resizablefield.zpfile label.field.default,
.zpsajaxmodal.autohidelabels .resizablefield.zpfile label.field.default,
.eventCalendar.table .filter.autohidelabels .resizablefield.zpfile label.field.default {
  margin-top: 0;
}
.zp-form.zp14.autohidelabels .resizablefield label:not(.default),
.zp-shopform.autohidelabels .resizablefield label:not(.default),
.zpsajaxmodal.autohidelabels .resizablefield label:not(.default),
.eventCalendar.table .filter.autohidelabels .resizablefield label:not(.default) {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 0.8em;
  color: #333333;
  opacity: 0.7;
  margin: 0;
  padding: 0;
  line-height: 1;
  height: 1.2em;
  overflow: hidden;
  z-index: 2;
}
.zp-form.zp14.autohidelabels .resizablefield input.typetext,
.zp-shopform.autohidelabels .resizablefield input.typetext,
.zpsajaxmodal.autohidelabels .resizablefield input.typetext,
.eventCalendar.table .filter.autohidelabels .resizablefield input.typetext,
.zp-form.zp14.autohidelabels .resizablefield select,
.zp-shopform.autohidelabels .resizablefield select,
.zpsajaxmodal.autohidelabels .resizablefield select,
.eventCalendar.table .filter.autohidelabels .resizablefield select,
.zp-form.zp14.autohidelabels .resizablefield textarea,
.zp-shopform.autohidelabels .resizablefield textarea,
.zpsajaxmodal.autohidelabels .resizablefield textarea,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea {
  padding: 20px 15px 0 15px;
  min-height: 3.6em;
  height: auto;
  line-height: 2.1;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.zp-form.zp14.autohidelabels .resizablefield input.typetext[type="color"],
.zp-shopform.autohidelabels .resizablefield input.typetext[type="color"],
.zpsajaxmodal.autohidelabels .resizablefield input.typetext[type="color"],
.eventCalendar.table .filter.autohidelabels .resizablefield input.typetext[type="color"],
.zp-form.zp14.autohidelabels .resizablefield select[type="color"],
.zp-shopform.autohidelabels .resizablefield select[type="color"],
.zpsajaxmodal.autohidelabels .resizablefield select[type="color"],
.eventCalendar.table .filter.autohidelabels .resizablefield select[type="color"],
.zp-form.zp14.autohidelabels .resizablefield textarea[type="color"],
.zp-shopform.autohidelabels .resizablefield textarea[type="color"],
.zpsajaxmodal.autohidelabels .resizablefield textarea[type="color"],
.eventCalendar.table .filter.autohidelabels .resizablefield textarea[type="color"] {
  height: 3.6em;
}
.zp-form.zp14.autohidelabels .resizablefield select.zpmultilineselect,
.zp-shopform.autohidelabels .resizablefield select.zpmultilineselect,
.zpsajaxmodal.autohidelabels .resizablefield select.zpmultilineselect,
.eventCalendar.table .filter.autohidelabels .resizablefield select.zpmultilineselect {
  padding: 30px 15px 10px 15px;
}
.zp-form.zp14.autohidelabels .resizablefield label.zpmultilineselect,
.zp-shopform.autohidelabels .resizablefield label.zpmultilineselect,
.zpsajaxmodal.autohidelabels .resizablefield label.zpmultilineselect,
.eventCalendar.table .filter.autohidelabels .resizablefield label.zpmultilineselect {
  background: #ffffff;
  top: 3px;
  padding-top: 10px;
  height: calc(10px + 1.2em);
}
.zp-form.zp14.autohidelabels .resizablefield select.nolabel,
.zp-shopform.autohidelabels .resizablefield select.nolabel,
.zpsajaxmodal.autohidelabels .resizablefield select.nolabel,
.eventCalendar.table .filter.autohidelabels .resizablefield select.nolabel {
  min-height: 0;
  padding: 5px 15px 5px 15px;
}
.zp-form.zp14.autohidelabels .resizablefield textarea,
.zp-shopform.autohidelabels .resizablefield textarea,
.zpsajaxmodal.autohidelabels .resizablefield textarea,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea {
  padding: 27px 15px 0 15px;
  line-height: 1.4;
}
.zp-form.zp14.autohidelabels .resizablefield label.block,
.zp-shopform.autohidelabels .resizablefield label.block,
.zpsajaxmodal.autohidelabels .resizablefield label.block,
.eventCalendar.table .filter.autohidelabels .resizablefield label.block {
  display: block;
  margin: 0;
}
.zp-form.zp14.autohidelabels .resizablefield label.block:not(:only-of-type):last-of-type,
.zp-shopform.autohidelabels .resizablefield label.block:not(:only-of-type):last-of-type,
.zpsajaxmodal.autohidelabels .resizablefield label.block:not(:only-of-type):last-of-type,
.eventCalendar.table .filter.autohidelabels .resizablefield label.block:not(:only-of-type):last-of-type {
  margin: 0 0 1em 0;
}
.zp-form.zp14.autohidelabels .resizablefield.nolabel label,
.zp-shopform.autohidelabels .resizablefield.nolabel label,
.zpsajaxmodal.autohidelabels .resizablefield.nolabel label,
.eventCalendar.table .filter.autohidelabels .resizablefield.nolabel label {
  opacity: 0;
}
.zp-form.zp14.autohidelabels .resizablefield.nolabel input.typetext,
.zp-shopform.autohidelabels .resizablefield.nolabel input.typetext,
.zpsajaxmodal.autohidelabels .resizablefield.nolabel input.typetext,
.eventCalendar.table .filter.autohidelabels .resizablefield.nolabel input.typetext {
  padding: 10px 15px 10px 15px;
}
.zp-form.zp14.autohidelabels .resizablefield.nolabel textarea,
.zp-shopform.autohidelabels .resizablefield.nolabel textarea,
.zpsajaxmodal.autohidelabels .resizablefield.nolabel textarea,
.eventCalendar.table .filter.autohidelabels .resizablefield.nolabel textarea {
  padding: 17px 15px 10px 15px;
}
.zp-form.zp14.autohidelabels .resizablefield input.typetext::-webkit-input-placeholder,
.zp-shopform.autohidelabels .resizablefield input.typetext::-webkit-input-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield input.typetext::-webkit-input-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield input.typetext::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels .resizablefield input.typetext:-moz-placeholder,
.zp-shopform.autohidelabels .resizablefield input.typetext:-moz-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield input.typetext:-moz-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield input.typetext:-moz-placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels .resizablefield input.typetext::-moz-placeholder,
.zp-shopform.autohidelabels .resizablefield input.typetext::-moz-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield input.typetext::-moz-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield input.typetext::-moz-placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels .resizablefield input.typetext:-ms-input-placeholder,
.zp-shopform.autohidelabels .resizablefield input.typetext:-ms-input-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield input.typetext:-ms-input-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield input.typetext:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  /* opacity: 0.7; IE would apply the opacity to the field, not just the placeholder-text */

}
.zp-form.zp14.autohidelabels .resizablefield input.typetext::placeholder,
.zp-shopform.autohidelabels .resizablefield input.typetext::placeholder,
.zpsajaxmodal.autohidelabels .resizablefield input.typetext::placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield input.typetext::placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels .resizablefield textarea::-webkit-input-placeholder,
.zp-shopform.autohidelabels .resizablefield textarea::-webkit-input-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield textarea::-webkit-input-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels .resizablefield textarea:-moz-placeholder,
.zp-shopform.autohidelabels .resizablefield textarea:-moz-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield textarea:-moz-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea:-moz-placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels .resizablefield textarea::-moz-placeholder,
.zp-shopform.autohidelabels .resizablefield textarea::-moz-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield textarea::-moz-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea::-moz-placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels .resizablefield textarea:-ms-input-placeholder,
.zp-shopform.autohidelabels .resizablefield textarea:-ms-input-placeholder,
.zpsajaxmodal.autohidelabels .resizablefield textarea:-ms-input-placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  /* opacity: 0.7; IE would apply the opacity to the field, not just the placeholder-text */

}
.zp-form.zp14.autohidelabels .resizablefield textarea::placeholder,
.zp-shopform.autohidelabels .resizablefield textarea::placeholder,
.zpsajaxmodal.autohidelabels .resizablefield textarea::placeholder,
.eventCalendar.table .filter.autohidelabels .resizablefield textarea::placeholder {
  color: #333333;
  opacity: 0.7;
}
.zp-form.zp14.autohidelabels:not(.placeholder) input.typetext::-webkit-input-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) input.typetext::-webkit-input-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) input.typetext::-webkit-input-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) input.typetext::-webkit-input-placeholder {
  opacity: 0;
}
.zp-form.zp14.autohidelabels:not(.placeholder) input.typetext:-moz-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) input.typetext:-moz-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) input.typetext:-moz-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) input.typetext:-moz-placeholder {
  opacity: 0;
}
.zp-form.zp14.autohidelabels:not(.placeholder) input.typetext::-moz-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) input.typetext::-moz-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) input.typetext::-moz-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) input.typetext::-moz-placeholder {
  opacity: 0;
}
.zp-form.zp14.autohidelabels:not(.placeholder) input.typetext:-ms-input-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) input.typetext:-ms-input-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) input.typetext:-ms-input-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) input.typetext:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0);
  /* opacity: 0; IE would apply the opacity to the field, not just the placeholder-text */

}
.zp-form.zp14.autohidelabels:not(.placeholder) input.typetext::placeholder,
.zp-shopform.autohidelabels:not(.placeholder) input.typetext::placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) input.typetext::placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) input.typetext::placeholder {
  opacity: 0;
}
.zp-form.zp14.autohidelabels:not(.placeholder) textarea::-webkit-input-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) textarea::-webkit-input-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) textarea::-webkit-input-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) textarea::-webkit-input-placeholder {
  opacity: 0;
}
.zp-form.zp14.autohidelabels:not(.placeholder) textarea:-moz-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) textarea:-moz-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) textarea:-moz-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) textarea:-moz-placeholder {
  opacity: 0;
}
.zp-form.zp14.autohidelabels:not(.placeholder) textarea::-moz-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) textarea::-moz-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) textarea::-moz-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) textarea::-moz-placeholder {
  opacity: 0;
}
.zp-form.zp14.autohidelabels:not(.placeholder) textarea:-ms-input-placeholder,
.zp-shopform.autohidelabels:not(.placeholder) textarea:-ms-input-placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) textarea:-ms-input-placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0);
  /* opacity: 0; IE would apply the opacity to the field, not just the placeholder-text */

}
.zp-form.zp14.autohidelabels:not(.placeholder) textarea::placeholder,
.zp-shopform.autohidelabels:not(.placeholder) textarea::placeholder,
.zpsajaxmodal.autohidelabels:not(.placeholder) textarea::placeholder,
.eventCalendar.table .filter.autohidelabels:not(.placeholder) textarea::placeholder {
  opacity: 0;
}
/* Global helper classes */

.zpclearfix:after {
  content: "";
  display: table;
  clear: both;
}
.cscroll::-webkit-scrollbar {
  height: 10px !important;
  width: 10px !important;
  background: #C0C0C0;
}
.cscroll::-webkit-scrollbar-thumb {
  background: #888888;
}
.printonly {
  display: none !important;
}
/* Global Print Styles */

@media print {
  @page {
    margin: 1cm 2cm;
  }
  body {
    margin: 1cm 2cm;
    max-width: 21cm !important;
    padding: 0;
    font-size: 12pt;
    line-height: 1.4;
    color: black;
    background-color: #ffffff;
    background-image: none;
  }
  .printonly {
    display: initial !important;
  }
  .printonly.chromeprintwarning {
    display: inline-block !important;
  }
  .screenonly {
    display: none !important;
  }
  img.zplazyloading {
    display: none !important;
  }
  .zpContainer,
  .zpBreakout,
  .zpContainer.zpBreakout {
    width: auto !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  div.zpRow {
    margin-bottom: 0 !important;
  }
  html,
  body {
    height: auto;
    /* solves a problem with printing to pdf when height is 100% */
  
  }
  body {
    background: #ffffff;
    color: black;
  }
  body:before,
  body:after {
    content: none !important;
  }
  .zp13slider-control-nav zp13slider-control-paging,
  .zp13slider-direction-nav,
  .flex-control-nav,
  .flex-direction-nav {
    display: none !important;
  }
}
#content .zpContainer.styled .zpRow:last-child,
.zpContainer.styled .zpRow:last-child {
  margin-bottom: 0;
}
a.xmenulink {
  display: inline-block;
  vertical-align: top;
}
i.zpextralang {
  color: inherit;
  font-style: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 0 !important;
}
i.zpextralang:after {
  pointer-events: none;
  content: '';
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 0.35355em);
  right: 1px;
  height: 0.5em;
  width: 0.5em;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
select#zpextralang {
  width: auto;
  height: auto !important;
  position: relative;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  padding-right: calc(0.7071em + 5px);
  background: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
select#zpextralang option {
  color: initial;
}
select#zpextralang::-ms-expand {
  display: none;
}
video {
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .touch .zpContainer.styled {
    background-attachment: scroll !important;
  }
}
.zp-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.zplazyloading {
  position: relative;
  opacity: 0.1;
}
.zplazyloaded {
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  opacity: 1;
}

/*
 * xFancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 7104;
	display: none;
}

#fancybox-loading div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 7101;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 7101;
	outline: none;
	display: none;
	/* added by StS so we can use a general box-sizing rule with border-box in layouts. Otherwise, placing of element here would be based on wrong calculations */
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	/*background: #fff;*/
	border-radius: 5px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 7102;
	border: 0px solid #fff;
	border-radius: 5px;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 6101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 7103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('js/fancybox/blank.gif');
	z-index: 7102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 7102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 7001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	/*background-image: url('js/fancybox/fancybox-x.png');*/
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	/*background-image: url('js/fancybox/fancybox.png');*/
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	/*background-image: url('js/fancybox/fancybox-y.png');*/
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	/*background-image: url('js/fancybox/fancybox.png');*/
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	/*background-image: url('js/fancybox/fancybox-x.png');*/
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	/*background-image: url('js/fancybox/fancybox.png');*/
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	/*background-image: url('js/fancybox/fancybox-y.png');*/
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	/*background-image: url('js/fancybox/fancybox.png');*/
	background-position: -40px -122px;
}

#fancybox-title {
	/*font-family: Helvetica;
	font-size: 12px;*/
	z-index: 7102;
}

.fancybox-title-inside {
	/*text-align: center;*/
	color: #fff;
	/*background: #fff;*/
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('js/fancybox/fancy_title_over.png');
	display: block;
}
#fancybox-title-over:empty{
	display: none;
}
#fancybox-title-over p:last-child{
	margin-bottom: 0;
}

.fancybox-title-inside #fancybox-title-over,
.fancybox-title-outside #fancybox-title-over{
	background-image: none;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('js/fancybox/fancybox.png') -55px -90px no-repeat;
}
/*! 
 * ZP Blog CSS
 * Copyright Zeta Software GmbH
 * $Id: blog.less 86339 2020-05-18 07:44:42Z sseiz $ 
 */

.zpblog:not(.zpbloglist) .bloglist.filtered &gt; p span.zpblogtag:not(.selected) {
  opacity: 0.6;
}
.zpblog:not(.zpbloglist) .bloglist.incols {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.zpblog:not(.zpbloglist) .bloglist.incols &gt; p {
  padding-left: 15px;
  padding-right: 15px;
}
.zpblog:not(.zpbloglist) .bloglist.incols .filterheader {
  width: 100%;
}
.zpblog:not(.zpbloglist) .zpblogentry {
  margin-top: 15px;
}
.zpblog:not(.zpbloglist) .zpblogentry.c3,
.zpblog:not(.zpbloglist) .zpblogentry.c4,
.zpblog:not(.zpbloglist) .zpblogentry.c6 {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogheader {
  opacity: 0.8;
  border-top: 1px solid;
  margin-bottom: 0.5em;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogheader .blogarticledate,
.zpblog:not(.zpbloglist) .zpblogentry .blogheader .blogauthor {
  display: inline-block;
  margin-right: 1em;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogheader .xblogauthor a {
  border: 0 !important;
  text-decoration: none !important;
  color: inherit !important;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogarticle {
  margin-bottom: 0.5em;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogarticle h2 a {
  color: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogarticle img.blogaufmacher {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogfooter {
  opacity: 0.8;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogfooter .blogtags {
  display: inline-block;
  margin-right: 1em;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogfooter .blogtags .zpblogtag {
  display: inline-block;
}
.zpblog:not(.zpbloglist) .zpblogentry .blogfooter div.zpblogshowcomments {
  display: inline-block;
  margin-right: 1em;
  /*
				span.disqus-comment-count{
					position: relative;
					top: -3px;
		
					box-sizing: border-box;
					border-radius: 9px;
					min-width: 18px;
					font-size: x-small;
					text-align: center;
					padding: 2px 5px;
					color: #333;
					background-color: rgba(255, 255, 255, 0.75);
					box-shadow: 0 0 0 1px #333
				}
				*/

}
.zpblog:not(.zpbloglist) .zpblogentry .blogfooter div.zpblogshowcomments span.disqus-comment-count:empty:before {
  content: "0";
}
.zpblog:not(.zpbloglist) .zpblogentry .blogfooter div.zpblogshowcomments:empty {
  margin-right: 0;
}
.zpblog:not(.zpbloglist) .zpblogpaging {
  margin-top: 2em;
  width: 100%;
}
.zpblog:not(.zpbloglist) .zpblogpaging a.prevp,
.zpblog:not(.zpbloglist) .zpblogpaging a.nextp,
.zpblog:not(.zpbloglist) .zpblogpaging a.prevp:hover,
.zpblog:not(.zpbloglist) .zpblogpaging a.nextp:hover {
  position: relative;
  color: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
}
.zpblog:not(.zpbloglist) .zpblogpaging a.prevp {
  float: left;
  margin-right: 1em;
  padding-left: 1.2em;
}
.zpblog:not(.zpbloglist) .zpblogpaging a.nextp {
  float: right;
  padding-right: 1.2em;
}
.zpblog:not(.zpbloglist) .zpblogpaging a.nextp:after,
.zpblog:not(.zpbloglist) .zpblogpaging a.prevp:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  margin: -0.5em auto 0 auto;
  left: 0.3em;
  right: auto;
  height: 1em;
  width: 1em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-bottom-color: transparent;
  display: inline-block;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.zpblog:not(.zpbloglist) .zpblogpaging a.nextp:after {
  right: 0.3em;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.zpSO-Uplink img.zpnol-icon,
div.articlearea a.zpSO-Uplink img.zpnol-icon {
  border: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

/*! $Id: blogartikel.less 75113 2019-04-29 07:49:35Z sseiz $ */

.zpblogartikel .blogarticle:after,
.bloglist .blogarticle:after,
.zpblogentry .blogarticle:after {
  content: "";
  display: table;
  clear: both;
}
.zpblogartikel span.zpblogtag.plain:not(:last-child),
.bloglist span.zpblogtag.plain:not(:last-child),
.zpblogentry span.zpblogtag.plain:not(:last-child) {
  margin-right: 0.5em;
}
.zpblogartikel span.zpblogtag.plain:not(:only-child):not(:last-child) a:after,
.bloglist span.zpblogtag.plain:not(:only-child):not(:last-child) a:after,
.zpblogentry span.zpblogtag.plain:not(:only-child):not(:last-child) a:after {
  content: ",";
}
.zpblogartikel span.zpblogtag:not(.plain),
.bloglist span.zpblogtag:not(.plain),
.zpblogentry span.zpblogtag:not(.plain) {
  position: relative;
  box-sizing: border-box;
  height: 30px;
  line-height: 26px;
  padding: 2px 10px;
  display: inline-block;
  color: #ffffff;
  background: #126DBF;
  border-radius: 0 6px 6px 0;
  margin-left: 15px;
  margin-bottom: 10px;
}
.zpblogartikel span.zpblogtag:not(.plain):not(:last-child),
.bloglist span.zpblogtag:not(.plain):not(:last-child),
.zpblogentry span.zpblogtag:not(.plain):not(:last-child) {
  margin-right: 0.5em;
}
.zpblogartikel span.zpblogtag:not(.plain):before,
.bloglist span.zpblogtag:not(.plain):before,
.zpblogentry span.zpblogtag:not(.plain):before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: -15px;
  width: 15px;
  height: 30px;
  display: inline-block;
  border-color: transparent #126DBF transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
}
.zpblogartikel span.zpblogtag:not(.plain):after,
.bloglist span.zpblogtag:not(.plain):after,
.zpblogentry span.zpblogtag:not(.plain):after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 12px;
  left: -4px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #fff;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}
.zpblogartikel span.zpblogtag:not(.plain) &gt; a,
.bloglist span.zpblogtag:not(.plain) &gt; a,
.zpblogentry span.zpblogtag:not(.plain) &gt; a {
  color: inherit !important;
  text-decotration: none !important;
  border: none !important;
}
.zpblogartikel .blogheader {
  opacity: 0.8;
  border-top: 1px solid;
  margin-bottom: 0.5em;
}
.zpblogartikel .blogheader .blogarticledate,
.zpblogartikel .blogheader .blogauthor {
  display: inline-block;
  margin-right: 1em;
}
.zpblogartikel img.blogaufmacher {
  max-width: 100%;
  height: auto;
}
.zpblogartikel img.blogaufmacher.extended {
  max-width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
.zpblogartikel .bloginsert {
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
  padding: 20px 30px;
  margin-right: 25%;
  margin-top: -15px;
  margin-bottom: 15px;
}
.zpblogartikel .bloginsert * {
  color: #333333;
}
.zpblogartikel .bloginsert a {
  color: #333333 !important;
  text-decoration: underline !important;
  border: 0 !important;
}
.zpblogartikel .bloginsert a:hover {
  text-decoration: none !important;
}
@media (max-width: 600px) {
  .zpblogartikel .bloginsert {
    margin-right: 0;
  }
}
.zpblogartikel .bloginsert .blogheader {
  border-top: none;
}
.zpblogartikel .bloginsert.noimage {
  margin-top: 0;
}
.zpblogartikel .blogfooter {
  opacity: 0.8;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.zpblogartikel .blogfooter .blogtags {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.zpblogartikel .blogfooter div.zpblogshowcomments:not(.commentsshown) {
  display: inline-block;
  margin-right: 1em;
}
.zpblogartikel .blogfooter div.zpblogshowcomments:not(.commentsshown) span.disqus-comment-count:empty:before {
  content: "0";
}
.zpblogartikel .blogfooter div.zpblogshowcomments:empty {
  margin-right: 0;
}
.zpblogartikel .zpblogreadmore {
  margin: 0 !important;
  padding: 0 !important;
}
.zpblogartikel .zpblogreadmore a {
  display: none;
}
.zpblogartikel span.disqus-comment-count:empty:before {
  content: "0";
}
.zpblogartikel .zpblogpaging {
  margin-top: 2em;
  width: 100%;
}
.zpblogartikel .zpblogpaging a.prevp,
.zpblogartikel .zpblogpaging a.nextp,
.zpblogartikel .zpblogpaging a.prevp:hover,
.zpblogartikel .zpblogpaging a.nextp:hover {
  position: relative;
  color: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
}
.zpblogartikel .zpblogpaging a.prevp {
  float: left;
  margin-right: 1em;
  padding-left: 1.2em;
}
.zpblogartikel .zpblogpaging a.nextp {
  float: right;
  padding-right: 1.2em;
}
.zpblogartikel .zpblogpaging a.nextp:after,
.zpblogartikel .zpblogpaging a.prevp:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  margin: -0.5em auto 0 auto;
  left: 0.3em;
  right: auto;
  height: 1em;
  width: 1em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-bottom-color: transparent;
  display: inline-block;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.zpblogartikel .zpblogpaging a.nextp:after {
  right: 0.3em;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.zpRow.quelltext{
	margin-top: 0;
	margin-bottom: 0;
}
/*! $Id: zpsearch.css 92002 2021-02-09 11:49:38Z sseiz $ */

.SO-SiteSearchResult{
	margin-bottom: 1em;
}
.zpwSuche p.restitle{
	opacity: 0.75; 
	margin-bottom: 1em !important;
}
.SO-SiteSearchResult h3{
	margin: 0;
}
.zpwSuche .rescount{
	opacity: 0.75; 
}

form.SO-SiteSearchForm{
	max-width: 100%;
}
.SO-SiteSearchForm.autohidelabels input.button{
	margin-top: 20px;
}
.SO-SiteSearchForm:not(.autohidelabels) label{
	font-family: inherit;
	font-size: inherit;
	padding: 3px 10px 3px 0;
}
.SO-SiteSearchForm.zp-form.zp14.autohidelabels .resizablefield label:not(.default){
	left: 15px;
}

.SO-SiteSearchForm input.typetext{
	font-family: inherit;
	font-size: inherit;
	color: #333333;
	background: #ffffff;
	padding: 6px 8px;
	border: 1px solid #9A9A9A;
	border: 1px solid rgba(0,0,0,0.4);
	max-width: 100%;
	
	box-sizing: border-box;
	height: auto;
}
.SO-SiteSearchForm.autohidelabels .resizablefield.c12 input.typetext{
	width: 560px;
}
/*########################## CSS-Code #################################*/
/*########################## HOVER 1904 ###########################*/
/*########################## WIDGET ZP ################################*/
.wzp-1904 {
  position: relative;
  display: inline-block;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  margin-bottom: 50px;
}
.wzp-1904 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease !important;
  transition: all 0.45s ease !important;
}
.wzp-1904 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.wzp-1904 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wzp-1904 h3 {
  margin: 0;
  opacity: 0;
}
.wzp-1904 h4 {
  margin: 0;
  opacity: 0;
}
.wzp-1904 p {
  margin: 0;
  opacity: 0;
line-height:  3.5;
}
.wzp-1904 p a {
  margin: 0;
  padding: 3px 8px;
  text-transform: uppercase;
}
.wzp-1904 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
}
.wzp-1904 h4 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-transform: uppercase;
}
.wzp-1904 p {
  -webkit-transform: translateY(100%) scale(0);
  transform: translateY(150%);
}
.wzp-1904:hover p {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0);
  opacity: 1;
}
.wzp-1904:hover h3,
.wzp-1904:hover h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.wzp-1904:hover h3,
.wzp-1904:hover h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 400px) {
.wzp-1904 {margin:0px;}
}
/*########################## ENDE HOVER 1904 ###########################*/
/*########################## CSS-Code #################################*/
/*########################## HOVER 1902 ###########################*/
/*########################## WIDGET ZP ################################*/
.hover1902-container {
  text-align:center;
}
.hover1902 {
  font-size: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  text-align: left;
}
.hover1902 *,
.hover1902:before,
.hover1902:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hover1902 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.hover1902:before,.hover1902:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  z-index: 1;
  opacity: 0;
}
.hover1902:before {
  width: 0;
  height: 1px;
}
.hover1902:after {
  height: 0;
  width: 1px;
}
.hover1902 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  transform: scale(0);
  -webkit-transform:  scale(0);
}
.hover1902:hover figcaption {
  position: absolute;
  transform: scale(1);
  -webkit-transform:  scale(1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.hover1902 p,
.hover1902 h3,
.hover1902 h4 {
  margin: 0;
  opacity: 0;
}
.hover1902 h3 {
  text-transform: uppercase;
}
.hover1902 h4 {
  text-transform: uppercase;
  padding-bottom:10px;
}
.hover1902 p a {
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none !important;  
}
.hover1902:hover img,
.hover1902.hover img {
  zoom: 1;
}
.hover1902:hover:before,
.hover1902.hover:before,
.hover1902:hover:after,
.hover1902.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.hover1902:hover:before,
.hover1902.hover:before {
  width: 40px;
}
.hover1902:hover:after,
.hover1902.hover:after {
  height: 40px;
}
.hover1902:hover p,
.hover1902.hover p,
.hover1902:hover h3,
.hover1902.hover h3,
.hover1902:hover h4,
.hover1902.hover h4 {
  opacity: 1;
}
.hover1902:hover h3,
.hover1902.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hover1902:hover h4,
.hover1902.hover h4 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hover1902:hover p,
.hover1902.hover p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 400px) {
.hover1902 {margin:0px;}
}
/*########################## ENDE HOVER 1902 ###########################*/
video{
  max-width: 100%;
  height: auto;
}

/*########################## CSS-Code #################################*/
/*########################## HOVER 1901 ###########################*/
/*########################## WIDGET ZP ################################*/
.hover1901 {
  font-size: 100%;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 10px 5px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hover1901 *,
.hover1901 *:before,
.hover1901 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.hover1901 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.hover1901:before,.hover1901:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0.3;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.hover1901:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}
.hover1901:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}
.hover1901 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}
.hover1901 figcaption:before,.hover1901 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}
.hover1901 figcaption:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}
.hover1901 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}
.hover1901 h3,
.hover1901 p {
  margin: 0;
  opacity: 0;
  transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0);
}
.hover1901 h3 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-transform: uppercase;
}
.hover1901:hover h3,
.hover1901.hover h3,
.hover1901:hover p,
.hover1901.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.hover1901:hover:before,
.hover1901.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.hover1901:hover:after,
.hover1901.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}
.hover1901:hover figcaption:before,
.hover1901.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.hover1901:hover figcaption:after,
.hover1901.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hover1901 p a {
  text-transform: uppercase;
  text-decoration: none !important;  
}
.inhaltsbreite {
  text-decoration: none;  
}
@media (max-width: 400px) {
.hover1901 {margin:0px;}
}
/*########################## ENDE HOVER 1901 ###########################*/
/*########################## CSS-Code #################################*/
/*########################## IMAGE FLIP ###########################*/
/*########################## WIDGET ZP ################################*/
.cont-wzpimgflip {
margin-top: 1em !important;
margin-bottom: 1em !important;
}
.wzpimgflip {
  border-style: solid;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  -webkit-perspective: 50em;
  perspective: 50em;
  font-size: 100%;
}
.wzpimgflip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.wzpimgflip img {
  vertical-align: top;
  max-width: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  backface-visibility: hidden;
}
.wzpimgflip figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(90deg) translate(0%, -50%);
  transform: rotateY(90deg) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  opacity: 0;
  padding: 0 20px;
}
.wzpimgflip h3 {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.5em;
}
.wzpimgflip p {
  margin: 0 0 15px;
  line-height: 1.2;
margin-bottom:20px !important;
}
.wzpimgflip .wzpimgflipbutton {
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.1s !important;
}
.wzpimgflip .wzpimgflipbutton:hover {
  padding: 7px 12px;
}
.wzpimgflip:hover img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.wzpimgflip:hover figcaption {
  -webkit-transform: rotateY(0deg) translate(0, -50%);
  transform: rotateY(0deg) translate(0, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media (max-width: 400px) {
.wzpimgflip {margin:10px 0 10px 0;}
}
/*########################## ENDE IMAGE FLIP ###########################*/
/*############################################### CSS-Code #################################*/
/*############################################# WZP BOTTOM BAR #############################*/
/*############################################### WIDGET ZP ###############################*/
.wzp-footfix {
   position:fixed;
   left:0;
   bottom:0;
   height:auto ;
   width:100%;
}
.wzp-spalten{
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s !important;
}
.wzp-spalten:hover {
opacity: 0.6;
}
a.wzp-spalten {
  text-decoration: none;
}
.wzp-icon { 
  position:relative;
  top:2px;
  padding-right:7px;
 }
.wzpgrid5{ width: 20%; float: left;}
.wzpgrid4{ width: 25%; float: left;}
.wzpgrid3{ width: 33.33%; float: left;}
.wzpgrid2{ width: 50%; float: left;}
/*########################################## ENDE WZP BOTTOM BAR ##########################*/
/*########################## CSS-Code #################################*/
/*########################## HOVER 1903 ###########################*/
/*########################## WIDGET ZP ################################*/
.wzp-1903 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  text-align: left;
}
@media (max-width: 400px) {
.wzp-1903 {
  margin: 0px;
}}
.wzp-1903 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wzp-1903 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.wzp-1903 figcaption {
  z-index: 1;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  opacity: 1;
}
.wzp-1903:hover figcaption {
  opacity: 0;
  bottom: -200px;
}
.wzp-1903 h3,
.wzp-1903 h4 {
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wzp-1903 p {
  z-index: 1;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -5%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 15px;
  text-transform: uppercase;
  opacity: 0;
}
.wzp-1903:hover p {
  opacity: 1;
}
.wzp-1903 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.1903-cont {
  text-align:center !important;
}
/*########################## ENDE HOVER 1903 ###########################*/
/*! $Id: form.css 89931 2020-10-09 15:09:15Z sseiz $ original file from:  Widgets/formular */

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

/***** FORM GLOBAL DEFAULTS *****/
.zp-form input {
	max-width: 100%;
}

.zp-form .separator {
	margin: 10px 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid;
	box-sizing: border-box;
	width: 100%;
}

.zp-form .asfield{display: none;}
.zp-form input.typetext, .zp-form input[type="text"], .zp-form input[type="number"], .zp-form input[type="email"], .zp-form input[type="tel"], .zp-form input[type="url"], .zp-form input[type="date"], .zp-form input[type="time"], .zp-form input[type="color"], .zp-form input[type="search"], .zp-form textarea{
	font-family: inherit;
	font-size: inherit;
	color: #333333;
	background: #ffffff;
	padding: 6px 8px;
	border: 1px solid #9A9A9A;
	border: 1px solid rgba(0,0,0,0.4);
	max-width: 100%;
	
	box-sizing: border-box;
	height: auto;
}
.zp-form input[type="color"]{
	height: 3.6em;
	padding: 0;
	border: 0;
}
.zp-form input[type="date"]{
	-webkit-appearance: none;
}

.zp-form select{
	padding: 6px 5px;
	border: 1px solid #9A9A9A;
	border: 1px solid rgba(0,0,0,0.4);
}

.zp-form ::-webkit-input-placeholder{
	opacity:  1;
	color: rgba(0,0,0,0.4);
}
.zp-form :-moz-placeholder{
	opacity:  1;
	color: rgba(0,0,0,0.4);
}
.zp-form ::-moz-placeholder{
	opacity:  1;
	color: rgba(0,0,0,0.4);
}
.zp-form :-ms-input-placeholder{
	opacity:  1;
	color: rgba(0,0,0,0.4);
}
/* fix a specificity issue with IE 11(-) which would otherwise apply the text-color fromthe rule in line 8 */
.zp-form input.typetext:-ms-input-placeholder{ 
	opacity:  1;
	color: rgba(0,0,0,0.4);
}

.zp-form select{
	font-family: inherit;
	font-size: inherit;
	color: #333333;
}
.zp-form label {
	font-family: inherit;
	font-size: inherit;
	padding: 3px 10px 3px 0;
}
.zp-form label.field{
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 0;
}
.zp-form input[type="submit"],
.zp-form input[type="reset"]{
	font-family: inherit;
	font-size: inherit;
	display: inline-block;
	margin-top: 20px;
}
.zp-form input[type="reset"].button,
.zp-form input[type="reset"].button:hover{
	float: right;
	border: 1px solid #666666 !important;
	color: #666666 !important;
	background: transparent !important;
	background-color: #fafafa !important;
}
.zp-form input[type="reset"].button:hover{
	background-color: #ececec;
}
.zp-form:not(.zp14) div.recaptchawrapper{
	float: left; /* gains layout */
	margin-top: 10px;
	margin-left:  15px;
	margin-right: 15px;
}
.zp-form:not(.zp14) .recaptchatable{
	background-color: #fff
}
.zp-form .recaptchatable #recaptcha_image, 
.zp-form #recaptcha_area img{
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}


/* *** BEGIN Form-Editor *** */
form.zp-form.zp-editable{
	min-width: 100%; 
	max-width: calc(100% + 30px);
	margin-left:  -15px;
	margin-right: -15px;
}
form.zp-form.zp-editable div.formvalidateerror{
	margin-left: 15px;
	margin-right: 15px;
}
form.zp-form.zp-editable .resizablefield{
	padding-left:  15px;
	padding-right: 15px;
	box-sizing: border-box;
	float: left;
	/*clear: left;*/
}
form.zp-form.zp-editable .resizablefield.fieldinnewline{
	clear: both;
}
/* #formQuick is used in ProjectTemplates e.g. Ferienhaus and we don't want 100% width fields there */
form.zp-form.zp-editable input.typetext,
form.zp-form.zp-editable input[type="file"],
form.zp-form.zp-editable textarea,
form.zp-form.zp-editable select,
form.zp-form.zp-editable radio,
form.zp-form.zp-editable checkbox{
	width: 100%;
}

form.zp-form.zp-editable .formbuttons{
	margin-left: 15px;
	margin-right: 15px;
	clear: both;
	overflow: hidden;
	padding-bottom: 6px;
}

/* *** END Form-Editor *** */

/*
 * jQuery FlexSlider v2.0 (global singleHeader Widget)
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.zp13slider-container a:active,
.zp13slider a:active,
.zp13slider-container a:focus,
.zp13slider a:focus  {outline: none;}

ul.zp13slider{
	margin: 0; 
	padding: 0 !important; 
	list-style: none !important;
} 
.zp13slider-control-nav,
.zp13slider-direction-nav {
	margin: 0 !important; 
	padding: 0 !important; 
	list-style: none !important;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.zp13sliderWidget {margin: 0; padding: 0;}
.zp13sliderWidget ul.zp13slider &gt; li {
	display: none;  /* Hide the slides before the JS is loaded. Avoids image jumping */
	-webkit-backface-visibility: hidden; 
	list-style-type: none !important; 
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0 !important; 
	margin-bottom: 0 !important; 
	padding: 0 !important;
} 
.zp13sliderWidget li:before, .zp13sliderWidget li:after{content: none !important;}
.zp13sliderWidget ul.zp13slider img {width: 100%; max-width: none; height: auto; display: block; padding: 0; margin: 0; border: 0; box-shadow: none;}
.zp13slider-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
ul.zp13slider:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] ul.zp13slider {display: block;} 
* html ul.zp13slider {height: 1%;}

/* No JavaScript Fallback and KenBurns (needed to se can nicely cross fade */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js ul.zp13slider &gt; li,
.loaded .zp13sliderWidget.burns ul.zp13slider &gt; li{
	display: block !important;
}


/* FlexSlider Default Theme
*********************************/
/*.zp13slider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}*/
.zp13sliderWidget {position: relative; zoom: 1; overflow: hidden; z-index: 1;} /* overflow is needed to not cause the relative positioned pev/next arrows cause a wide page */

.zp13slider-viewport {max-height: 2000px; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease;}
.loading .zp13slider-viewport {max-height: 300px;}
.zp13sliderWidget ul.zp13slider {zoom: 1;}

.carousel li {margin-right: 5px}

.zp13slider-direction-nav .zp13slider-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* Control Nav */
.zp13slider-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; z-index: 10;}
.zp13slider-control-nav li {margin: 0 6px; display: inline-block; zoom: 1;}

.zp13slider-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.zp13slider-control-thumbs img {display: block; opacity: .7; cursor: pointer;}
.zp13slider-control-thumbs img:hover {opacity: 1;}
.zp13slider-control-thumbs .zp13slider-active {opacity: 1; cursor: default;}

/* New ZP13 Rules for Slideshow */
.supportsbreakout body:not(.withnews) div.zp13sliderWidget.zpBreakout{
	/* we don't use overflow hidden on body to avoid horizontal scrollbar because dropdown menues (e.g. on the far right) might need an overflow */
	width: calc(100vw - 9px);  /* -9px compensates possible scrollbar Safari: -8, Chrome: -9 */
	margin-left: calc(-50vw + 50%);  /* Todo: this might break if less compression is used! */
	box-sizing: border-box;
	padding: 0; /* padding-left is equal to amount to compensate scrollbar */
	overflow:hidden !important;
	
}
.supportsbreakout body.touch:not(.withnews) div.zp13sliderWidget.zpBreakout{
	width: 100vw;  /* Do not compensate on transparent Scrollbars on touch devices like e.g. the ipad. */
}
div.zp13sliderWidget.zpBreakout{
	border: 0;
	box-shadow: none;
}
div.zp13sliderWidget li img{
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.zp13sliderWidget ul.zp13slider{
	overflow:hidden;
	-webkit-animation: fadeIn 1800ms ease-out;
	     -o-animation: fadeIn 1800ms ease-out;
	   -moz-animation: fadeIn 1800ms ease-out;
	        animation: fadeIn 1800ms ease-out; 
}
.zp13sliderWidget ul.zp13slider &gt; li{
	position: relative;
	list-style: none !important;
}



/* set the initial state of each slide to the same as the end of animation, to avid jumps once the class is removed */
.zp13sliderWidget.burns ul.zp13slider &gt; li:nth-child(odd) img{
  	        transform: scale(1.2) translate(7%,4%);
    -webkit-transform: scale(1.2) translate(7%,4%); /* Safari and Chrome */
         -o-transform: scale(1.2) translate(7%,4%); /* Opera */
       -moz-transform: scale(1.2) translate(7%,4%); /* Firefox */

}
/* set the initial state of each slide to the same as the end of animation, to avid jumps once the class is removed */
.zp13sliderWidget.burns ul.zp13slider &gt; li:nth-child(even) img{
  	        transform: scale(1.2) translate(-7%,4%);
    -webkit-transform: scale(1.2) translate(-7%,4%); /* Safari and Chrome */
         -o-transform: scale(1.2) translate(-7%,4%); /* Opera */
       -moz-transform: scale(1.2) translate(-7%,4%); /* Firefox */
}
.zp13sliderWidget.burns ul.zp13slider &gt; li.zp13slider-active-slide:nth-child(odd) img{
	-webkit-animation: kburnsright 10s linear forwards;
	     -o-animation: kburnsright 10s linear forwards;
	   -moz-animation: kburnsright 10s linear forwards;
	        animation: kburnsright 10s linear forwards; 

}
.zp13sliderWidget.burns ul.zp13slider &gt; li.zp13slider-active-slide:nth-child(even) img{
	-webkit-animation: kburnsleft 10s linear forwards;
	     -o-animation: kburnsleft 10s linear forwards;
	   -moz-animation: kburnsleft 10s linear forwards;
	        animation: kburnsleft 10s linear forwards; 
}
.zp13sliderWidget ul.zp13slider &gt; li &gt; a,
.zp13sliderWidget ul.zp13slider &gt; li &gt; a:hover{
	text-decoration: none;
}
@-webkit-keyframes kburnsright {
  from {
  	        transform: scale(1.0);
    -webkit-transform: scale(1.0); /* Safari and Chrome */
         -o-transform: scale(1.0); /* Opera */
       -moz-transform: scale(1.0); /* Firefox */
  }
  to {
  	        transform: scale(1.2) translate(7%,4%);
    -webkit-transform: scale(1.2) translate(7%,4%); /* Safari and Chrome */
         -o-transform: scale(1.2) translate(7%,4%); /* Opera */
       -moz-transform: scale(1.2) translate(7%,4%); /* Firefox */
  }
}
@keyframes kburnsright {
  from {
  	        transform: scale(1.0);
         -o-transform: scale(1.0); /* Opera */
       -moz-transform: scale(1.0); /* Firefox */
  }
  to {
  	        transform: scale(1.2) translate(7%,4%) rotateZ(0.01deg); /* rotate transform seems to fix stuttering in IE */
         -o-transform: scale(1.2) translate(7%,4%); /* Opera */
       -moz-transform: scale(1.2) translate(7%,4%); /* Firefox */
  }
}
@-webkit-keyframes kburnsleft {
  from {
  	        transform: scale(1.0);
        -ms-transform: scale(1.0); /* IE 9 */
    -webkit-transform: scale(1.0); /* Safari and Chrome */
         -o-transform: scale(1.0); /* Opera */
       -moz-transform: scale(1.0); /* Firefox */
  }
  to {
  	        transform: scale(1.2) translate(-7%,4%);
    -webkit-transform: scale(1.2) translate(-7%,4%); /* Safari and Chrome */
         -o-transform: scale(1.2) translate(-7%,4%); /* Opera */
       -moz-transform: scale(1.2) translate(-7%,4%); /* Firefox */
  }
}
@keyframes kburnsleft {
  from {
  	        transform: scale(1.0);
         -o-transform: scale(1.0); /* Opera */
       -moz-transform: scale(1.0); /* Firefox */
  }
  to {
  	        transform: scale(1.2) translate(-7%,4%) rotateZ(0.01deg); /* rotate transform seems to fix stuttering in IE */
         -o-transform: scale(1.2) translate(-7%,4%); /* Opera */
       -moz-transform: scale(1.2) translate(-7%,4%); /* Firefox */
  }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.zp13sliderWidget:not(.captionbelow) .zp13slider-caption{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: auto;
	right: auto;
	top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);	
	padding: 0 45px;
	box-sizing: border-box;
	max-height: 90%;
	overflow:auto;
}
.zp13sliderWidget.captionbelow .zp13slider-caption{
	padding: 0 45px;
	box-sizing: border-box;
	line-height: inherit;
}
.zp13sliderWidget.captiontop .zp13slider-caption{
	bottom: auto; 
	top: 0; 
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;

}
.zp13sliderWidget.captionbottom .zp13slider-caption{
	bottom: 0; 
	top: auto;
	
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.zp13sliderWidget .zp13slider-caption.relative{
	position: relative;
	margin: 0 auto 60px auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;

}
.zp13sliderWidget .zp13slider-caption{
	text-align: center;
	color: #ffffff;
  	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
  	line-height: normal;
}
.zp13sliderWidget .zp13slider-caption h1, 
.zp13sliderWidget .zp13slider-caption h2, 
.zp13sliderWidget .zp13slider-caption h3{
	text-align: inherit;
	color: inherit;
	text-shadow: inherit;
	border: 0;
}
.zp13sliderWidget .zp13slider-caption h1:first-child, 
.zp13sliderWidget .zp13slider-caption h2:first-child, 
.zp13sliderWidget .zp13slider-caption h3:first-child{
	margin-top: 0;
}

/* Direction Nav */
/* TODO: remove if this IE-Fix is no longer needed .zp13slider-direction-nav {*height: 0;} */

.zp13slider-direction-nav{
	position: absolute;
	width: 100%;
	top: calc(50% - 15px);
}
.zp13slider-direction-nav a {
	width: 29px; height: 29px; margin: 0; display: block; 
	background: url(images/zp13_slides_bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; top: 0; z-index: 10; cursor: pointer; 
	text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease;
	text-decoration: none !important;;
	border: none !important;
}
.zp13slider-direction-nav .zp13slider-next, .zp13slider-direction-nav .next {background-position: 100% 0; right: -36px; }
.zp13slider-direction-nav .zp13slider-prev, .zp13slider-direction-nav .prev {left: -36px;}
.zp13sliderWidget:hover .zp13slider-next, .zp13sliderWidget:hover .next {opacity: 0.75; right: 15px;}
.zp13sliderWidget:hover .zp13slider-prev, .zp13sliderWidget:hover .prev {opacity: 0.75; left: 15px;}
.zp13sliderWidget:hover .zp13slider-next:hover, 
.zp13sliderWidget:hover .next:hover, 
.zp13sliderWidget:hover .zp13slider-prev:hover, 
.zp13sliderWidget:hover .prev:hover {opacity: 1;}

.zp13sliderWidget .zp13slider-control-nav li,
.zp13sliderWidget .zp13slider-direction-nav li{
	list-style: none !important;
}
.zp13sliderWidget .zp13slider-control-nav{
	position: absolute;
	bottom: 15px;
	top: auto;
}

.zp13sliderWidget.captionbottom .zp13slider-control-nav{
	bottom: auto;
	top: 20px;
}

.zp13sliderWidget .zp13slider-control-thumbs{
	position: static;
	margin: 5px 0 0 0;
}

.zp13sliderWidget .zp13slider-control-nav li{ 
	list-style-type: none !important; position: relative; width: 26px; height: 26px; margin: 0; padding: 0; text-align: left;
}
.zp13sliderWidget .zp13slider-control-thumbs li{ 
	width: auto;
	height: auto;
	float: left;
	margin: 0;
}
.zp13sliderWidget .zp13slider-control-nav li a{
	width: 20px;
	height: 20px;
	display: block; 
	background-color: transparent; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 	
}
.zp13sliderWidget .zp13slider-control-nav li a.zp13slider-active { 
	cursor: default; 
}

.zp13sliderWidget .zp13slider-control-nav li a:before{
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffffff;
	display: inline-block;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}
.zp13sliderWidget .zp13slider-control-nav li a.zp13slider-active:before, 
.zp13sliderWidget .zp13slider-control-nav li a:hover:before{
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	width: 20px;
	height: 20px;
	border: 2px solid #ffffff;
	background-color: transparent;
}

/*.zp13sliderWidget.burns .zp13slider-control-nav,*/
.zp13sliderWidget.burns .zp13slider-direction-nav{
	display: none; /* next/prev won't work reliably with css animations running, so we hide the controls */
}

.zp13sliderWidget.defaultbg.captionbelow .zp13slider-caption{
	color: inherit;
	text-shadow: none !important;
}

/* *** Responsive Breakpoints *** */
@media (max-width: 640px) {
	.zp13sliderWidget:not(.burns) .zp13slider-caption{
		position: static;
		top: auto;
		bottom: auto;
		padding-top:    1em;
		padding-bottom: 1em;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-height: none;
	}
	.zp13sliderWidget:not(.burns) .zp13slider-caption &gt; :first-child{
		margin-top: 0;
	}
	.zp13sliderWidget:not(.burns) .zp13slider-caption &gt; :last-child{
		margin-bottom: 0;
	}
	
	.zp13sliderWidget.defaultbg .zp13slider-caption{
		color: inherit;
		text-shadow: none !important;
	}
	.zp13sliderWidget:not(.burns) .zp13slider-direction-nav{
		top: 39px;
		bottom: auto;
	}
	.zp13sliderWidget:not(.burns) .zp13slider-control-nav{
		top: 21px;
		bottom: auto;
	}
}

@media print {
	.zp13slider-control-nav zp13slider-control-paging,
	.zp13slider-direction-nav
	{
		display: none !important;
	}
}
/*
 * Layout: Clean Style Responsive
 * $Id: styles.less 88798 2020-07-28 07:03:11Z sseiz $
 * Copyright Zeta Software GmbH 2015
 */

/* Global */

html {
  overflow-y: scroll;
}
body {
  font-family: Architects Daughter;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  color: #B4B4B4;
  background-color: #000000;
  background-repeat: repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-chars: auto 3;
  -moz-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-chars: auto 3;
  hyphenate-limit-chars: auto 3;
}
p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-chars: auto 3;
  -moz-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-chars: auto 3;
  hyphenate-limit-chars: auto 3;
}
h1 {
  font-family: Architects Daughter;
  margin: 0px 0 15px 0;
  padding: 0;
  font-size: 42px;
  font-weight: normal;
  line-height: normal;
  color: #E5E5E5;
  position: relative;
}
h2 {
  font-family: Architects Daughter;
  margin: 0px 0 15px 0;
  padding: 0;
  font-size: 42px;
  font-weight: normal;
  line-height: normal;
  color: #E5E5E5;
}
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0px 0 5px 0;
  padding: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  color: #333333;
}
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: square;
}
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;
  max-width: 100%;
  height: auto;
}
/* Links */

a {
  color: #1E8FC7;
  text-decoration: none;
}
a:hover {
  color: #1E8FC7;
  text-decoration: underline;
}
/* Top */

#top {
  margin: 0;
  padding: 0;
}
/* Wrapper */

#wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1352px;
}
/* Framebox */

#framebox {
  margin: 0;
  padding: 0;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
/* Topline */

#topline {
  margin: 0;
  padding: 20px 30px;
  min-height: 1px;
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
/* Webdescription */

#webdescription {
  float: left;
  margin: 0;
  padding: 0;
}
#logo {
  float: left;
  margin: 0 15px 0 0;
  padding: 0px 0 0 0;
}
#webtext {
  float: left;
  margin: 0;
  padding: 8px 0 0 0;
}
#webname {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
#webname a {
  color: #878787;
  text-decoration: none;
}
#slogan {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: #5B5B5B;
  text-transform: none;
}
/* Search */

#search,
#msearch {
  float: right;
  margin: 0;
  padding: 7px 0 0 0;
}
#msearch.mobile {
  float: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
#msearch.mobile .zpsearchform {
  width: 100%;
  box-sizing: border-box;
  height: auto;
}
#msearch.mobile .zpsearchform .zpsearchfield {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.zpsearchform {
  margin: 0;
  padding: 0;
  width: 220px;
  min-height: 30px;
  position: relative;
}
.zpsearchform input {
  font-family: Architects Daughter;
}
.zpsearchfield {
  margin: 0;
  padding: 0 33px 0 10px;
  width: 175px;
  min-height: 28px;
  border: 1px solid #7A7A7A;
  font-size: 17px;
  color: #FCFCFC;
  background-color: #7A7A7A;
  position: absolute;
  top: 0;
  left: 0;
}
.zpsearchbutton {
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  border: 0;
  position: absolute;
  top: 1px;
  right: 1px;
}
/* Navbar */

#navbar {
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #7A7A7A;
  background-color: #000000;
}
#mobilenavtoggle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #FCFCFC;
  font-weight: bold;
  text-align: right;
  display: none;
}
/* Mainmenu */

ul.mainmenu {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 6001;
  float: left;
}
ul.mainmenu li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
ul.mainmenu li a {
  display: block;
  margin: 0;
  padding: 8px 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #DADADA;
  background-color: transparent;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.notouch ul.mainmenu li &gt; a:hover {
  color: #FFFFFF;
  background-color: #7A7A7A;
}
ul.mainmenu li &gt; a.active,
ul.mainmenu &gt; li.open &gt; a {
  color: #FCFCFC;
  background-color: #7A7A7A;
}
/* Dropdown */

.dropdown-submenu &gt; a:after {
  content: "â€º";
  color: inherit;
  margin-left: 8px;
  /*
    content: ""; 
    width: 0;
    height: 0;
    display: inline-block;
    float: none;
    margin-top: -3px;
    margin-left: 5px;
    vertical-align: middle;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #FFFFFF;
    opacity: 0.75; 
    */

}
/*
.notouch .dropdown-submenu &gt; a:hover:after {
	border-left-color: #ffffff;
}
.dropdown-submenu a.active:after, 
{
	border-left-color: #ffffff;
}
*/

ul.mainmenu &gt; li &gt; ul {
  padding: 10px;
}
ul.mainmenu ul {
  position: absolute;
  margin: 0;
  display: none;
}
ul.mainmenu ul ul {
  background-color: #878787;
  top: 0;
  left: 100%;
  border-left: 1px solid #ffffff;
}
ul.mainmenu ul li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.mainmenu ul li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.mainmenu ul li &gt; a {
  padding: 8px 15px;
  height: auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  background-color: #878787;
  text-transform: none;
}
.notouch ul.mainmenu ul li &gt; a:hover {
  color: #ffffff;
  background-color: #6d6d6d;
}
ul.mainmenu ul li &gt; a.active {
  color: #ffffff;
  background-color: #6d6d6d;
}
.notouch ul.mainmenu &gt; li:hover &gt; ul {
  top: 26px;
  left: -10px;
  z-index: 299;
}
/* Header */

#header {
  margin: 0;
  padding: 30px;
  background-color: #000000;
  border-bottom: 1px solid #878787;
}
.flexslider {
  box-shadow: none;
}
.flexslider .slides &gt; li {
  position: relative;
}
.flex-caption {
  margin: 0;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.45;
  color: #ffffff;
  background-color: transparent;
  background-image: url(../assets/stock-images/caption.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.flex-caption span,
.flex-caption h1,
.flex-caption h2,
.caption h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  line-height: normal;
}
.flex-caption p {
  margin: 0 0 10px 0;
  padding: 0;
}
.flex-caption a {
  color: #1E8FC7;
  text-decoration: none;
}
.flex-caption a:hover {
  color: #1E8FC7;
  text-decoration: underline;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-control-nav,
.flex-control-paging {
  position: relative;
  margin-top: 10px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.flex-control-nav li {
  margin: 0 2px;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  background: #dadada;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background: #1E8FC7;
}
/* Breadcrumb */

#breadcrumb {
  margin: 0;
  padding: 20px 30px;
  font-size: 12px;
  color: #333333;
  background-color: #FCFCFC;
  border-bottom: 1px solid #e3e3e3;
}
#breadcrumb a {
  padding: 0 5px;
  color: #1E8FC7;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #1E8FC7;
  text-decoration: underline;
}
#breadcrumb span.divider {
  color: #e3e3e3;
}
/* Contentbox */

#contentbox {
  margin: 0;
  padding: 30px;
  background-color: #000000;
  border-bottom: 1px solid #878787;
}
/* Button */

#contentbox a.button,
input.button,
a.button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 12px !important;
  font-weight: normal !important;
  text-decoration: none;
  text-transform: uppercase !important;
  line-height: normal;
  color: #ffffff !important;
  background-color: #7A7A7A !important;
}
#contentbox #sidebarright a.button,
#contentbox #sidebarleft a.button,
input.button {
  margin: 0 10px 0 0;
}
#contentbox a.button:hover,
input.button:hover,
a.button:hover {
  color: #ffffff !important;
  background-color: #6d6d6d !important;
}
#contentbox a.button span,
a.button span,
input.button {
  display: block;
  margin: 0;
  padding: 8px 15px !important;
}
/* Content */

#floatcontentleft,
#floatcontentright {
  float: left;
  margin: 0;
  padding: 0;
  width: 75%;
  width: calc(77% - 30px);
  line-height: 1.45;
}
#floatcontentright {
  float: right;
}
#floatcontentleft:after,
#floatcontentright:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
#content {
  margin: 0;
  padding: 0;
  line-height: 1.45;
}
/* Sidebar */

#sidebar {
  display: table-cell;
  width: 25%;
  width: calc(23% + 30px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.sidebarright {
  float: right;
  padding-left: 30px;
}
.sidebarleft {
  float: left;
  padding-right: 30px;
}
/* News */

.newsbox {
  margin: 0;
  padding: 0;
  line-height: 1.45;
}
.newsbox h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #333333;
}
.newstext {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #333333;
}
.newstext p {
  margin: 0 0 15px 0;
}
.newstext a {
  color: #1E8FC7;
  text-decoration: none;
}
.newstext a:hover {
  color: #1E8FC7;
  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 &gt; div {
  margin: 0;
  padding: 0 12px 0 0;
}
.twocolumnright {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.twocolumnright &gt; div {
  margin: 0;
  padding: 0 0 0 12px;
}
.bildunterschrift {
  display: block;
  color: #B4B4B4;
}
.floatarticle {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.floatarticle &gt; div {
  margin: 0;
  padding: 0 30px 0 0;
}
/* Form */

.zp-form {
  max-width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 0 10px 0;
}
.zp-form p {
  margin: 0;
  padding: 0;
}
.zp-form table {
  margin: 0;
  padding: 0;
}
.zp-form td {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.zp-form input,
.zp-form input.typetext,
.zp-form textarea,
.zp-form select {
  font-family: Architects Daughter;
  font-size: 1.3em;
  color: #1b1b1b;
}
.zp-form .label,
.zp-form .field {
  padding: 3px 10px 3px 0;
}
.zp-form .desc {
  padding: 10px 10px 10px 0;
}
.zp-form .multiline {
  padding: 4px 10px 0 0;
  vertical-align: top;
}
.zp-form .submit {
  padding: 0;
}
.zp-form .separator {
  margin: 10px 10px 10px 0;
  padding: 0;
  line-height: 1px;
  height: 1px;
  border-bottom: 1px solid #B4B4B4;
}
.zp-form input.button {
  border: 0;
}
/* Form Anti Spam */

.asfield {
  display: none;
}
/* Teaser */

#banner h1,
#banner h2,
#banner h3,
#afterfooter h1,
#afterfooter h2,
#afterfooter h3 {
  font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #333333;
  font-weight: normal;
}
#banner,
#afterfooter {
  margin: 0;
  padding: 20px 30px;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  background-color: #FCFCFC;
  border-bottom: 1px solid #878787;
}
#afterfooter {
  border-top: 1px solid #878787;
  border-bottom: 0;
}
#banner a:not(.button),
#afterfooter a:not(.button) {
  color: #1E8FC7;
  text-decoration: none;
}
#banner a:not(.button):hover,
#afterfooter a:not(.button):hover {
  color: #1E8FC7;
  text-decoration: underline;
}
#banner p,
#afterfooter p {
  margin: 0 0 15px 0;
  padding: 0;
}
/* Footer */

#footer {
  margin: 0;
  padding: 20px 30px;
  font-size: 12px;
  color: #333333;
  background-color: #000000;
  min-height: 14px;
}
#footerinfo {
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* Extramenu */

#xmenu {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#xmenu a {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #7A7A7A;
  text-decoration: none;
}
#xmenu a:hover {
  color: #7A7A7A;
  text-decoration: underline;
}
/***** ONLINESHOP *****/

.zpSO-OnlineShop-table {
  width: 100%;
}
.zpSO-OnlineShop-table th {
  margin: 0;
  padding: 8px 10px;
  font-weight: bold;
  text-align: left;
  color: #FCFCFC;
  background-color: #7A7A7A;
}
.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-color: rgba(0, 0, 0, 0.05);
}
/* ZP */

.zp {
  color: #333333 !important;
  text-decoration: none !important;
}
/* Clear */

.clear {
  clear: both;
}
.clearx:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive Breakpoints */

@media (min-width: 769px) {
  .notouch ul.mainmenu li:hover &gt; ul {
    display: block;
  }
}
@media (max-width: 768px) {
  /* hamburger nav */
  
  #navbar {
    background-color: #000000;
  }
  #mobilenavtoggle {
    display: block;
  }
  #search.desktop {
    display: none;
  }
  #navbar.on #msearch.mobile {
    display: block;
  }
  ul.mainmenu {
    display: none;
    float: none;
    margin: 0 !important;
  }
  ul.mainmenu.on {
    display: block;
  }
  ul.mainmenu li:not(.active) &gt; ul {
    display: none;
  }
  ul.mainmenu li.active &gt; ul {
    display: block;
  }
  .notouch ul.mainmenu &gt; li:hover &gt; ul {
    top: auto;
    left: auto;
  }
  ul.mainmenu &gt; li &gt; ul {
    padding: 0;
  }
  ul.mainmenu li,
  ul.mainmenu li.active {
    float: none;
    display: list-item;
    margin: 0;
  }
  .touch ul.mainmenu li a {
    padding-left: 0;
  }
  ul.mainmenu li a,
  .notouch ul.mainmenu li a,
  ul.mainmenu ul li &gt; a,
  .notouch ul.mainmenu ul li &gt; a {
    color: #DADADA;
    background-color: transparent;
  }
  ul.mainmenu li a.active,
  .notouch ul.mainmenu li a.active,
  ul.mainmenu ul li &gt; a.active,
  .notouch ul.mainmenu ul li &gt; a.active {
    color: #FCFCFC;
    background-color: #7A7A7A;
  }
  ul.mainmenu li.haschilds &gt; a {
    position: relative;
    padding-left: 2.2em;
  }
  ul.mainmenu li.haschilds &gt; a:before {
    content: '';
    box-sizing: content-box;
    position: absolute;
    top: 47%;
    margin-top: -0.25em;
    left: 11px;
    height: 0.5em;
    width: 0.5em;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    display: block;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  ul.mainmenu li.haschilds.open &gt; a:before,
  ul.mainmenu li.haschilds.clicked &gt; a:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -0.5em;
    left: 13px;
  }
  ul.mainmenu.on,
  ul.mainmenu.on ul {
    position: relative;
    margin: 0 0 0 15px;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    border: 0;
    min-width: 160px;
    float: none;
    padding: 0;
    background-color: transparent;
  }
  .dropdown-submenu &gt; a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  /* remove news column */
  
  #floatcontentleft,
  #floatcontentright,
  #sidebar {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 580px) {
  #wrapper {
    padding: 0;
  }
  #framebox {
    border: 0;
  }
  #topline,
  #navbar,
  #header,
  .flex-caption,
  #breadcrumb,
  #banner,
  #afterfooter,
  #contentbox,
  #footer {
    padding: 20px;
  }
  #header {
    padding: 0;
  }
  .flex-caption {
    position: relative;
  }
  div.zpRow &gt; div.zpColumn &gt; div.zpColumnItem {
    overflow: visible;
  }
  div.articlearea.popupimage {
    margin-left: -20px;
    margin-right: -20px;
  }
  div.articlearea.popupimage span.imagedescription {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* CSS for Print */

@media print {
  /* Global */
  
  body {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #ffffff;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color: #000000;
    page-break-after: avoid;
  }
  h2 {
    font-size: 12pt;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 10pt;
  }
  ul,
  ol {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  /* Links */
  
  a,
  a:hover {
    color: #000000;
    text-decoration: none;
  }
  /* Wrapper */
  
  #wrapper {
    margin: 0;
    padding: 0;
    width: auto;
  }
  /* Framebox */
  
  #framebox {
    width: auto;
    border: 0;
  }
  /* Contentbox */
  
  #contentbox {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  #floatcontentleft,
  #floatcontentright,
  #content {
    float: none;
    width: auto;
    line-height: normal;
  }
  /* Articles */
  
  .floatarticle {
    float: none;
  }
  .floatarticle &gt; div {
    padding: 0;
  }
  /* Button */
  
  #contentbox a.button,
  input.button,
  #contentbox a.button:hover,
  input.button:hover {
    font-size: 10pt;
    text-transform: none;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
  }
  #footer {
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
    color: black;
  }
  #footerinfo {
    float: none;
  }
  /* Display None */
  
  #search,
  #navbar,
  #header,
  #slides,
  #breadcrumb,
  .zp-form,
  #sidebar,
  #banner,
  #afterfooter,
  #xmenu {
    display: none;
  }
  @page {
    margin: 2cm;
  }
}
/* ZP-Grid */

.zpgrid {
  margin-left: -15px;
  margin-right: -15px;
}
.zpContainer.styled div.zpRow .zpColumn {
  margin-top: 1em;
}
.zpContainer.zpBreakout {
  width: auto !important;
  max-width: 1350px !important;
  margin: 0 -15px !important;
  padding: 0 15px !important;
}
#floatcontentleft .zpContainer.zpBreakout,
#floatcontentright .zpContainer.zpBreakout {
  margin: 0 !important;
  padding: 0 !important;
}
.zpContainer.zpBreakout .zpRow {
  width: auto !important;
}
body:not(.withnews) .zpColumn .zpBreakout:not(.hasNews) {
  width: auto !important;
  margin-left: -30px !important;
  margin-right: -30px !important;
}
#sidebar div.zpRow .zpColumn {
  padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.zpImageGallery.zpSlideshow {
  z-index: 1;
}
.zpImageGallery.zpSlideshow .slide {
  height: auto !important;
}
.zpImageGallery.zpSlideshow .slide &gt; a.fancybox {
  display: block;
  line-height: 0;
  height: auto;
}
.zpImageGallery.zpSlideshow .slide div.caption {
  bottom: 0;
}
.zpImageGallery[data-kind='gallery'] .zppaging {
  padding-top: 1em;
  clear: both;
  width: 100%;
  text-align: center;
}
.zpImageGallery[data-kind='gallery'] .zppaging span {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.zpImageGallery[data-kind='gallery'] .zppaging span.pageno {
  display: inline;
  vertical-align: initial;
}
.zpImageGallery[data-kind='gallery'] .zppaging span a {
  box-sizing: border-box;
  width: 3em;
  height: 3em;
  padding: 0.6em 1em;
  position: relative;
  color: inherit;
  text-decoration: none;
  border: 0 !important;
  display: inline-block;
  text-indent: 3em;
  white-space: nowrap;
  overflow: hidden;
}
.zpImageGallery[data-kind='gallery'] .zppaging span a[href=''],
.zpImageGallery[data-kind='gallery'] .zppaging span a.off {
  pointer-events: none;
  opacity: 0.5;
}
.zpImageGallery[data-kind='gallery'] .zppaging span a:hover:before {
  color: initial;
  opacity: 0.5;
}
.zpImageGallery[data-kind='gallery'] .zppaging span a:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid;
}
.zpImageGallery[data-kind='gallery'] .zppaging span a:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  margin: -0.5em auto 0 auto;
  left: 0.5em;
  right: 0;
  height: 1em;
  width: 1em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-bottom-color: transparent;
  display: inline-block;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.zpImageGallery[data-kind='gallery'] .zppaging span.zppprev {
  margin-right: 2em;
}
.zpImageGallery[data-kind='gallery'] .zppaging span.zppnext {
  margin-left: 2em;
}
.zpImageGallery[data-kind='gallery'] .zppaging span.zppnext a:after {
  left: 0;
  right: 0.5em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zpImageGallery[data-kind='gallery'] .gallery-item {
  overflow: hidden;
}
.zpImageGallery[data-kind='gallery'] .gallery-item.mouseover:hover div.zpiacaption.mouseover {
  opacity: 1;
}
.zpImageGallery[data-kind='gallery']:not(.flexgal) .gallery-item {
  position: relative;
}
.zpImageGallery[data-kind='gallery']:not(.flexgal) .gallery-item &gt; a.fancybox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.zpImageGallery[data-kind='gallery'].flexgal {
  display: flex;
  flex-wrap: wrap;
}
.zpImageGallery[data-kind='gallery'].flexgal .gallery-item {
  position: relative;
  flex-grow: 1;
}
.zpImageGallery[data-kind='gallery'].flexgal .gallery-item img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.zpImageGallery[data-kind='gallery'].flexgal .gallery-item.last {
  flex-grow: 10;
  min-width: 80px;
  height: 1px !important;
}
@media screen and (max-width: 576px) {
  .zpImageGallery[data-kind='gallery'].flexgal {
    flex-direction: row;
  }
  .zpImageGallery[data-kind='gallery'].flexgal .gallery-item {
    height: auto !important;
    width: 100% !important;
  }
  .zpImageGallery[data-kind='gallery'].flexgal .gallery-item img {
    width: 100% !important;
    max-height: 75vh;
    min-width: 0;
  }
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption {
  height: 1.8em;
  overflow: hidden;
  color: inherit;
  text-decoration: inherit;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption p {
  font-size: 1em;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover {
  pointer-events: none;
  display: flex;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  opacity: 0;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h1,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h2,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h3,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h4,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h5,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h6,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover p {
  color: #ffffff;
  white-space: normal;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h1:last-child,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h2:last-child,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h3:last-child,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h4:last-child,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h5:last-child,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover h6:last-child,
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover p:last-child {
  margin-bottom: 0;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover a {
  pointer-events: auto;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.mouseover &gt; span {
  padding: 10px 5%;
  line-height: 0;
  align-self: center;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.over {
  position: relative;
  margin-top: -1.8em;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.over p {
  height: 1.8em;
  padding: 2px 4px;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.7);
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.under {
  margin-top: 15px;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.under p {
  padding: 0 !important;
}
.zpImageGallery[data-kind='gallery'] div.zpiacaption.off {
  display: none;
}
@media print {
  @page :left, @page :right {
    margin: 1cm 2cm;
  }
  body {
    margin: 1cm 2cm;
    max-width: 21cm !important;
    padding: 0;
    font-size: 12pt;
    line-height: 18pt;
    color: black;
    background-color: #ffffff;
    background-image: none;
  }
  .noprint,
  #nav,
  #search,
  #xmenu {
    display: none !important;
  }
  .zpwBilderalbum .zpslidewrap {
    width: auto !important;
    height: auto !important;
  }
}

/*!
 * ZP Untermenue Widget CSS
 * $Id: untermenu.less 83140 2020-01-28 14:04:07Z sseiz $
 * Copyright Zeta Software GmbH
 */

.zpSO-SubMenu.metro {
  margin-left: -15px;
  margin-right: -15px;
}
.zpSO-SubMenu.metro &gt; a.menu-item {
  transition: all 200ms;
  width: calc(33.333333333% - 33px);
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  min-height: 0px;
  padding: 25px;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.zpSO-SubMenu.metro &gt; a.menu-item.cols1 {
  width: 100%;
}
.zpSO-SubMenu.metro &gt; a.menu-item.cols2 {
  width: calc(50% - 33px);
}
.zpSO-SubMenu.metro &gt; a.menu-item.cols3 {
  width: calc(33.333333333% - 33px);
}
.zpSO-SubMenu.metro &gt; a.menu-item.cols4 {
  width: calc(25% - 33px);
}
.zpSO-SubMenu.metro &gt; a.menu-item.cols5 {
  width: calc(20% - 33px);
}
.zpSO-SubMenu.metro &gt; a.menu-item.cols6 {
  width: calc(16.6666666666% - 33px);
}
@media screen and (max-width: 960px) {
  .zpSO-SubMenu.metro &gt; a.menu-item {
    width: calc(33.333333333% - 33px) !important;
  }
}
@media screen and (max-width: 768px) {
  .zpSO-SubMenu.metro &gt; a.menu-item {
    width: calc(50% - 33px) !important;
  }
}
@media screen and (max-width: 680px) {
  .zpSO-SubMenu.metro &gt; a.menu-item {
    width: calc(100% - 33px) !important;
  }
}
.zpSO-SubMenu.metro &gt; a.menu-item span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zpSO-SubMenu.metro &gt; a.menu-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
table.zpSO-SubMenu td {
  vertical-align: top;
}
ul.zpSO-SubMenu.tabular:not(.defaults) {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 100%;
}
ul.zpSO-SubMenu.tabular:not(.defaults) li {
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  width: 100%;
  vertical-align: top;
  position: relative;
}
ul.zpSO-SubMenu.tabular:not(.defaults) li.cols1 {
  width: 100%;
}
ul.zpSO-SubMenu.tabular:not(.defaults) li.cols2 {
  width: calc(50% - 33px);
}
ul.zpSO-SubMenu.tabular:not(.defaults) li.cols3 {
  width: calc(33.333333333% - 33px);
}
ul.zpSO-SubMenu.tabular:not(.defaults) li.cols4 {
  width: calc(25% - 33px);
}
ul.zpSO-SubMenu.tabular:not(.defaults) li.cols5 {
  width: calc(20% - 33px);
}
ul.zpSO-SubMenu.tabular:not(.defaults) li.cols6 {
  width: calc(16.6666666666% - 33px);
}
@media screen and (max-width: 960px) {
  ul.zpSO-SubMenu.tabular:not(.defaults) li {
    width: calc(33.333333333% - 33px) !important;
  }
}
@media screen and (max-width: 768px) {
  ul.zpSO-SubMenu.tabular:not(.defaults) li {
    width: calc(50% - 33px) !important;
  }
}
@media screen and (max-width: 680px) {
  ul.zpSO-SubMenu.tabular:not(.defaults) li {
    width: 100% !important;
  }
}
ul.zpSO-SubMenu.tabular:not(.defaults) li:before {
  position: absolute;
  left: 0;
}
ul.zpSO-SubMenu.tabular.defaults {
  max-width: 100%;
}
ul.zpSO-SubMenu.tabular.defaults li {
  float: left;
  box-sizing: border-box;
}
ul.zpSO-SubMenu.tabular.defaults li.cols1 {
  width: 100%;
}
ul.zpSO-SubMenu.tabular.defaults li.cols2 {
  width: 50%;
}
ul.zpSO-SubMenu.tabular.defaults li.cols3 {
  width: 33.333333333%;
}
ul.zpSO-SubMenu.tabular.defaults li.cols4 {
  width: 25%;
}
ul.zpSO-SubMenu.tabular.defaults li.cols5 {
  width: 20%;
}
ul.zpSO-SubMenu.tabular.defaults li.cols6 {
  width: 16.666666667%;
}
@media screen and (max-width: 960px) {
  ul.zpSO-SubMenu.tabular.defaults li {
    width: 33.333333333% !important;
  }
}
@media screen and (max-width: 768px) {
  ul.zpSO-SubMenu.tabular.defaults li {
    width: 50% !important;
  }
}
@media screen and (max-width: 680px) {
  ul.zpSO-SubMenu.tabular.defaults li {
    width: 100% !important;
  }
}

html:not(.zppreview) {
  position: relative;
}
.zpconsentinfo {
  /*
	background-color: #e80000;
	padding: 10px 20px;
	color: #ffffff;
	h1, h2, h3, h5, h5, h6{
		color: inherit;
	}
	*/
  text-align: center;
  /*
	a{
		color: #ffffff !important;
		text-decoration: underline !important;
		&amp;:hover{
			color: #ffffff !important;
			text-decoration: none !important;
		}
	}
	*/

}
.zpconsentinfo p.butt {
  text-align: center;
  margin-top: 1em;
}
.zpconsentinfo p.description {
  display: inline;
}
.zpconsentinfo button {
  cursor: pointer;
  padding: 10px 16px;
  color: #ffffff;
  background-color: #ebebeb;
  border: 0;
  font-size: 1rem;
}
.zpconsentinfo button.default {
  color: #ffffff;
  background-color: #0371DF;
}
#consenttoggle {
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  pointer-events: none;
  opacity: 1;
  position: absolute;
  z-index: 7000;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90vw;
  color: #333333;
  line-height: 0;
  text-align: center;
  -webkit-transform-origin: 0 bottom;
  -ms-transform-origin: 0 bottom;
  transform-origin: 0 bottom;
}
#consenttoggle &gt; a.toggleconsent {
  pointer-events: auto;
  display: inline-block;
  color: inherit !important;
  text-decoration: none !important;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin: auto;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #333333;
  border-bottom-width: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
#consenttoggle &gt; a.toggleconsent:hover {
  color: inherit !important;
}
#consenttoggle.dark {
  color: #ffffff;
}
#consenttoggle.dark &gt; a.toggleconsent {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}
#consenttoggle.textonly &gt; a.toggleconsent {
  display: inline-block;
  width: auto;
  max-width: 90vw;
  height: auto;
  padding: 8px 8px 5px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#consenttoggle.left_top {
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  max-width: calc(100vh - 3em - 13px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: left;
}
#consenttoggle.left_middle {
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  max-width: calc(100vh - 3em - 13px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#consenttoggle.left_bottom {
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  max-width: calc(100vh - 3em - 13px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: right;
}
#consenttoggle.right_top {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  max-width: calc(100vh - 3em - 13px);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% bottom;
  -ms-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  text-align: right;
}
#consenttoggle.right_middle {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  max-width: calc(100vh - 3em - 13px);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% bottom;
  -ms-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
}
#consenttoggle.right_bottom {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  max-width: calc(100vh - 3em - 13px);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% bottom;
  -ms-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  text-align: left;
}
#consenttoggle.bottom_left_fix {
  position: fixed;
  left: 40px;
  right: auto;
  text-align: left;
}
#consenttoggle.bottom_middle_fix {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}
#consenttoggle.bottom_right_fix {
  position: fixed;
  left: auto;
  right: 40px;
  text-align: right;
}
#consenttoggle.bottom_left {
  left: 40px;
  right: auto;
  text-align: left;
}
#consenttoggle.bottom_middle {
  left: 0;
  right: 0;
  margin: auto;
}
#consenttoggle.bottom_right {
  left: auto;
  right: 40px;
  text-align: right;
}
#consenttoggle svg {
  max-width: 100%;
  height: auto;
}
#consenttoggle.hidden {
  opacity: 0;
}
#consenttoggle.hidden &gt; a.toggleconsent {
  pointer-events: none;
}
#consent * {
  box-sizing: border-box;
}
#consent.hidden {
  display: none;
  pointer-events: none;
}
#consent {
  box-sizing: border-box;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 90vh;
  max-width: 640px;
  width: 99%;
  overflow-y: auto;
}
#consent.backdrop {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
#consent #zpconsentlinks {
  text-align: center;
  font-size: smaller;
}
#consent h1,
#consent h2,
#consent h3,
#consent h4,
#consent h5,
#consent h6,
#consent p {
  color: inherit;
}
#consent a,
#consent a:not(.button):not(.close) {
  color: #0371DF;
}
#consent a.close {
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
  line-height: 1;
  padding: 1px 2px;
}
#consent a.close:hover {
  color: #ffffff;
  background-color: #0371DF;
}
#consent h3,
#consent h4 {
  font-size: 1.5rem;
  margin: 0;
}
#consent h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
#consent p.center {
  text-align: center;
}
#consent .consentcategory {
  font-weight: bolder;
}
#consent div.buttons {
  text-align: center;
  margin: 1.5em 0;
}
#consent div.buttons a.settings {
  display: none;
  margin-top: 6px;
  margin-right: 20px;
  color: #7c7c7c;
}
#consent button {
  cursor: pointer;
  padding: 10px 16px;
  color: #333333;
  background-color: #ebebeb;
  border: 1px solid #333333;
  font-size: 1rem;
}
#consent button:active {
  opacity: 0.8;
}
#consent button.default {
  color: #ffffff;
  background-color: #0371DF;
  border: 1px solid #0371DF;
}
#consent button:hover {
  border: 1px solid #9e9e9e;
}
#consent form {
  max-width: 100%;
  overflow: hidden;
}
#consent .consent:not(.consentcategory),
#consent div.cat {
  background-color: #E0E0E0;
  border-radius: 3px;
  padding: 0.5em 8px;
  min-width: 200px;
  max-width: 100%;
  margin-bottom: 0.5em;
}
#consent .consent:not(.consentcategory) &gt; p,
#consent div.cat &gt; p {
  margin: 0;
  margin-bottom: 0.5em;
}
#consent .consent:not(.consentcategory) div,
#consent div.cat div {
  display: none;
  background-color: #ffffff;
  border-radius: 3px;
  color: #333333;
  padding: 4px 8px 0.5em 8px;
}
#consent .consent:not(.consentcategory) div p,
#consent div.cat div p {
  margin: 0;
}
#consent .consent:not(.consentcategory) p.description,
#consent div.cat p.description {
  font-style: italic;
}
#consent a.collapse {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  margin-right: 6px;
}
#consent a.collapse:after {
  pointer-events: none;
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(49.64645%);
  left: 1px;
  height: 0.5em;
  width: 0.5em;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-width: 1px 1px 0 0;
  -webkit-transition: transform 200ms ease;
  transition: transform 200ms ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#consent .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 26px;
  margin-left: 2em;
  margin-bottom: 0.5em;
  float: right;
  clear: both;
  /* Rounded sliders */

}
#consent .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: relative;
}
#consent .switch .slider {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26px;
  background-color: #e80000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#consent .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#consent .switch .slider:after {
  content: "Aus";
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 30px;
  color: #ffffff;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
#consent .switch input:checked + .slider {
  background-color: green;
}
#consent .switch input.partial:checked + .slider {
  background-color: #ccc;
}
#consent .switch input.partial:checked + .slider:after {
  color: #333333;
  font-style: italic;
}
#consent .switch input:focus + .slider {
  box-shadow: 0 0 1px green;
}
#consent .switch input:checked + .slider:before {
  left: auto;
  right: 4px;
}
#consent .switch input:checked + .slider:after {
  content: "An";
  color: #ffffff;
  left: 4px;
  right: auto;
}
#consent .switch .slider.round {
  border-radius: 26px;
}
#consent .switch .slider.round:before {
  border-radius: 50%;
}
#consent.dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.85);
}
#consent.dark a,
#consent.dark a:not(.button):not(.close) {
  color: #4CA6FF;
}
#consent.dark a.close {
  border: 1px solid #ffffff;
  color: #fafafa;
}
#consent.dark div.buttons a.settings {
  color: #c7c7c7;
}
#consent.dark div.cat {
  background-color: #333333;
}
#consent.dark div.cat div {
  color: inherit;
  background-color: #000000;
}
#consent.dark button:hover {
  border: 1px solid #ffffff;
}
html:not([lang^="de"]) #consent .switch .slider:after {
  content: "Off";
}
html:not([lang^="de"]) #consent .switch input:checked + .slider:after {
  content: "On";
}

/*! $Id: singleimage.less 69012 2018-11-14 12:49:25Z sseiz $ */

.zpwBild {
  overflow: hidden;
}
.zpImageGallery[data-kind='singleimage'] &gt; a.fancybox.svg {
  display: inline !important;
}
.zpImageGallery[data-kind='singleimage'] &gt; a.fancybox.svg img {
  width: 100%;
}
.zpImageGallery[data-kind='singleimage'] img.zoomImg:hover {
  cursor: zoom-in;
}
.zpImageGallery[data-kind='singleimage'] img.zoomImg.zoomed:hover {
  cursor: all-scroll;
}
.ie .zpImageGallery[data-kind='singleimage'] img.zoomImg:hover {
  cursor: pointer;
}
.zpwBild &gt; a.zpnolayoutlinkstyles {
  display: inline-block;
  max-width: 100%;
}</pre></body></html>