@CHARSET "UTF-8";

html,
body {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.screenVisibleOverflow {
  overflow-y: visible !important;
  overflow-x: auto !important;
}

@media print {
  html,
  body {
    overflow: visible !important;
  }
}

.clear {
  clear: both;
}
.clearleft {
  clear: left;
}

html,
body,
#sitecontainer {
  margin: 0px;
  padding: 0px;
}

body.celementsmenubarvisible {
  margin-top: 29px !important;
}

body.forceColors,
#cel_linkPicker,
body {
  background: white;
}

#sitecontainer {
  position: relative;
  width: 1075px;
  margin-left: auto;
  margin-right: auto;
  background: rgb(229,229,229);
}

#bannerWrapper {
  position: relative;
  float: right;
  width: 280px;
  overflow: hidden;
  background: rgb(229,229,229);
}
#banner {
  margin-top: 33px;
}
#sponsoren {
  overflow: auto;
}

#left {
  width: 750px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 280px;
  margin-left: 15px;
  background: white;
}
#header {
  padding: 15px 0px 10px 0px;
  position: relative;
}

#header div#cell\:PZ2014Layout\.followOnFb {
  float: right;
}

#tagesagenda {
  position: absolute;
  top: 17px;
  right: 207px;
  width: 105px;
  height: 105px;
  overflow: hidden;
}
#tagesagenda p {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
#tagesagenda a {
  display: inline-block;
  width: 105px;
  height: 105px;
}
#tagesagenda a:hover img,
body[class*="Tagesagenda "] #tagesagenda img {
  margin-top: -105px;
}

#navWrapper {
  padding-top: 25px;
  padding-bottom: 15px;
}
#balken {
  padding: 3px 3px 2px 3px;
  background: rgb(229,229,229);
}

/* Content */
#container {
  position: relative;
  padding-bottom: 15px;
}
#container .spalte {
  width: 360px;
  overflow: hidden;
}
#contentRight {
  float: right;
  padding-left: 30px;
}
#container .spalte .slide-inner {
  overflow: hidden;
}

#contentImage {
  position: absolute;
  top: 28px;
  left: 0px;
  width: 360px;
  height: 100%;
  overflow: hidden;
}
body.celementsmenubarvisible #contentImage {
  left: -15px;
  width: 375px;
}
body.celementsmenubarvisible #contentImage .rteContent {
  padding-left: 15px;
  min-height: 300px;
}

/* ------------
   SCROLLBALKEN
   ------------ */
.spalte .scrollcontainer {
  overflow: hidden;
  position: relative;
  width: 360px;
  margin: 28px 0px;
}
.spalte.prozAgendaKompakt .scrollcontainer {
  width: 750px;
}

.spalte .scrollwrapper {
  width: 100%;
  height: 100%;
}
.swiper-scrollbar {
  background: none;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 13px;
  background: rgba(152,152,152,0.2);
}
.swiper-scrollbar:hover {
  opacity: 1 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(152,152,152,0.4);
}
.swiper-scrollbar .swiper-scrollbar-drag:hover {
  background: rgba(152,152,152,0.7);
}
.swiper-scrollbar .swiper-scrollbar-drag:active {
  background: rgba(152,152,152,1);
}
.scrollbarPDC {
  z-index: 3;
}

/* Verlauf*/
#sitecontainer .verlauf {
  display: none;
}
#sitecontainer .verlaufTop .verlauf.top/*,
#sitecontainer .prozAgendaOpenFlag .verlauf.top,
#sitecontainer .prozBlogOpenFlag .verlauf.top*/ {
  display: block;
  position: absolute;
  z-index: 2;
  top: 17px;
  height: 20px;
  width: 100%;
  background-image: url('/download/PZ2014Layout/WebHome/verlaufTop.png?ver=1');
  background-repeat: repeat-x;
  background-position: top left;
}
#sitecontainer .verlaufBottom .verlauf.bottom/*,
#sitecontainer .prozAgendaOpenFlag .verlauf.bottom,
#sitecontainer .prozBlogOpenFlag .verlauf.bottom*/ {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 17px;
  height: 20px;
  width: 100%;
  background-image: url('/download/PZ2014Layout/WebHome/verlaufBottom.png?ver=1');
  background-repeat: repeat-x;
  background-position: top left;
}

/* alter scrollbalken*/
#scrollbar,
#scrollbarL {
  font-size: 0px;
  line-height: 0px;
  height: 100%;
  width: 360px;
  position: absolute;
}
/*
#scrollbar #scrollTrack,
#scrollbarL #scrollTrackL {
  display: none;
  position: absolute;
  right: 0px;
  top: 28px;
  bottom: 32px;
  padding: 0 0 0 7px;
  width: 13px;
  z-index: 10;
  filter:	alpha(opacity = 75);
  opacity: 0.75;
}
#scrollbar #scrollTrack:hover,
#scrollbarL #scrollTrackL:hover {
  background-image: url('/download/PZ2014Layout/WebHome/scrollTrack.png');
  background-position: 12px 0;
  background-repeat: repeat-y;
}
.endlessScroll #dragBar,
.endlessScroll #dragBarL {
  height: 30px;
}
#scrollbar #scrollTrack #dragBar,
#scrollbarL #scrollTrackL #dragBarL {
  position: absolute;
}
#scrollbar #scrollTrack:hover #dragBar,
#scrollbarL #scrollTrackL:hover #dragBarL {
  width: 13px;
  background: #989898;
  min-height: 30px;
  margin-left: 6px;
}
#scrollbar #scrollTrack:hover #dragBar:active,
#scrollbarL #scrollTrackL:hover #dragBarL:active {
  background: black;
}*/
#scrollbarL #scrollLeftL,
#scrollbar #scrollLeft,
#scrollbarL #scrollRightL,
#scrollbar #scrollRight {
  position: absolute;
  top: 0px;
  background: #E6E6E6;
  width: 360px;
  height: 17px;
  border-top: 1px solid #c1c1c1;
}
#scrollbar #scrollRight,
#scrollbarL #scrollRightL {
  bottom: 10px;
  top: auto;
  border-top: 0px solid transparent;
  border-bottom: 1px solid #c1c1c1;
}
/*
a.mouseover_up,
a.mouseover_down {
  display: block;
  height: 17px;
  background-image: url("/download/PZ2014Layout/WebHome/scrollUp.png?celwidth=11&celheight=11&vers=2");
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 1px;
}
a.mouseover_up:hover {
  background-image: url("/download/PZ2014Layout/WebHome/scrollUp-Hover.png?celwidth=11&celheight=11&vers=3");
}
a.mouseover_down {
  background-image: url("/download/PZ2014Layout/WebHome/scrollDown.png?celwidth=11&celheight=11&vers=2");
}
a.mouseover_down:hover {
  background-image: url("/download/PZ2014Layout/WebHome/scrollDown-Hover.png?celwidth=11&celheight=11&vers=3");
}*/

body.celementsmenubarvisible #scrollbarL div.cel_cm_pagedependent_content,
body.celementsmenubarvisible #scrollbarL div.cel_cm_rte_content,
body.celementsmenubarvisible #scrollbar div.cel_cm_pagedependent_content,
body.celementsmenubarvisible #scrollbar div.cel_cm_rte_content {
  min-height: 15px;
  min-width: 100px;
}

/* -- Navigation --*/
#navWrapper li {
  font-family: "Frutiger",Arial,sans-serif;
}
#pfad li {
  font-family: Helvetica, sans-serif;
}
#navRight {
  float: right;
}
#navWrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#navWrapper ul li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid rgb(159,159,159);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 18px;
}
#nav ul li + li,
#navRight ul li + li {
  margin-left: 31px;
}
#navWrapper ul li a {
  color: black;
}
#navWrapper ul li:hover a,
#navWrapper ul li.active a {
  color: #900;
}
#balken a {
  color: black;
}
#balken a:hover {
  color: rgb(159,159,159);
}


/* -- Pfad -- */
#pfad {
  min-height: 19px;
}
#pfad ul {
  list-style: none;
}
#balken ul li,
#balken p {
  font-size: 14px;
  line-height: 19px;
}
#pfad > ul > li {
  float: left;
  position: relative;
}
#pfad > ul > li + li {
  margin-left: 3px;
  padding-left: 10px;
  background-image: url('/download/PZ2014Layout/WebHome/pfad.png?celheight=10');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
#pfad a:hover {
  color: #900;
}

/* -- Banner --- */
table.banner td {
  font-size: 0px;
  line-height: 0px;
}

/* -- endlessContent --*/
#container .swiper-slide {
    height: auto;
    float: none;
}
div.endlessContent,
div.article_abstract,
.cel_pagetype_Formular li.cel_nav_item1 {
  position: relative;
  padding: 5px 0px;
  border-top: 1px solid rgb(229,229,229);
  clear: both;
}
.prozMainNode div.endlessContent,
.prozMainNode div.article_abstract {
  border-top: 0px solid transparent;
}

.endlessContent.active,
.article_abstract.active {
  background-color: rgb(252,250,223);
}
#sitecontainer .endlessContent.active h2 {
  color: #900;
}
.endlessContent:hover,
.article_abstract:hover,
.veranstaltung .veranstaltungsort:hover {
  background-color: rgb(242,250,254);
  cursor: pointer;
}
#sitecontainer .endlessContent:hover h2 {
  color: #900;
}
#parentDisc {
  display: none;
}
#parentDisc > div  {
  position: relative;
  padding: 5px 0px;
}


/* -- Darstellung .prozMainNode -- */
#sitecontainer .prozMainNode {
  padding: 10px 0;
}
#sitecontainer .prozMainNode div.endlessContent {
  margin: 2px 10px;
}
#sitecontainer .prozMainNode div.endlessContent + div.endlessContent {
  border: 0px solid transparent;
}
#sitecontainer .prozMainNode h2 {
  font-family: 'FrutigerLTStd', Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
  background: rgba(256,256,256,0.5);
  padding: 5px 5px 2px 5px;
  margin: 0px;
  display: inline-block;
  color: black;
}

#sitecontainer .prozMainNode div.endlessContent.active,
#sitecontainer .prozMainNode div.endlessContent:hover {
  background: transparent;
}
#sitecontainer .prozMainNode div.cel_nav_restricted_rights.endlessContent,
#sitecontainer .prozMainNode div.cel_nav_restricted_rights.endlessContent.active {
  background: #ff9999;
}

#sitecontainer .prozMainNode div.endlessContent.active h2 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D9D4D2B7', endColorstr='#D9D4D2B7');
  background-color: rgba(252,250,223,0.8);
  color: #900;
}
#sitecontainer .prozMainNode div.endlessContent:hover h2 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D9D4D2B7', endColorstr='#D9D4D2B7');
  background-color: rgba(252,250,223,0.8);
  color: #900;
}

/* Agenda */
body #sitecontainer .veranstaltung h1 {
  margin-top: 4px;
}
body #sitecontainer .veranstaltungsort h1 {
  margin-top: 8px;
}
body #sitecontainer .veranstaltung .termine {
  display: none;
}
body #sitecontainer .veranstaltung .text h2 {
  font-family: 'FrutigerLTStd', Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: black;
}
body #sitecontainer .veranstaltung .descriptionAccordeon .fa-arrow-down,
body #sitecontainer .veranstaltung .descriptionAccordeon .fa-arrow-up,
body #sitecontainer .veranstaltung .performanceDateTime .intext-icon,
body #sitecontainer .veranstaltung .url_google .intext-icon {
  padding: 0px 5px 0px 1px;
  font-size: 12px;
  line-height: 17px;
}
body #sitecontainer .veranstaltung .descriptionAccordeon .fa-arrow-up,
body #sitecontainer .veranstaltung .performanceDateTime .fa-calendar.intext-icon {
  vertical-align: top;
}

body #sitecontainer .veranstaltung .veranstaltungsort {
  margin: 20px 0px;
}

body #sitecontainer .veranstaltung .text h2 + p,
#sitecontainer .veranstaltung .strasse,
#sitecontainer .veranstaltung .zusatz,
#sitecontainer .veranstaltung .ort,
#sitecontainer .veranstaltung .url,
#sitecontainer .veranstaltung .url_google,
#sitecontainer .veranstaltung .performanceDateTime.time,
#sitecontainer .veranstaltungsort .ortsdetails p,
#sitecontainer .veranstaltungsort .kontakt p {
  margin-top: 0px;
}
#sitecontainer .veranstaltung .termine {
  margin-top: 15px;
}
#sitecontainer .veranstaltung .description {
  margin-top: 9px;
}
#sitecontainer .veranstaltung .description .descriptionContent {
  max-height: 18px;
  overflow: hidden;
  transition: max-height 5s ease-out;
}
#sitecontainer .veranstaltung .description.short .descriptionContent {
  max-height: 54px;
  overflow: hidden;
  transition: max-height .25s ease-out;
}
#sitecontainer .veranstaltung .description.full .descriptionContent {
  max-height: 999px;
}
#sitecontainer .veranstaltung .description .descriptionAccordeon .down,
#sitecontainer .veranstaltung .description.full .descriptionAccordeon .up {
  display: inline;
}
#sitecontainer .veranstaltung .description.full .descriptionAccordeon .down,
#sitecontainer .veranstaltung .description .descriptionAccordeon .up {
  display: none;
}
#sitecontainer .veranstaltung .description.short .descriptionAccordeon .down,
#sitecontainer .veranstaltung .description.short .descriptionAccordeon .up {
  display: none;
}
#sitecontainer .veranstaltung .termine li {
  margin-top: 9px;
}
#sitecontainer .veranstaltung .termine li + li {
  border-top: 1px solid #E6E6E6;
  padding-top: 9px;
}
#sitecontainer .veranstaltung .termine li p {
  margin: 0px;
}
#sitecontainer .veranstaltung .termine li.inactive p {
  color: #989898;
}

#sitecontainer .veranstaltungsort .kontakt .url,
#sitecontainer .veranstaltungsort .ortsdetails {
  margin-top: 9px;
}
#sitecontainer .veranstaltungsort .ortsdetails .label p {
  padding-left: 8px;
}
#sitecontainer .veranstaltungsort .googlemap p {
  margin: 0 0 8px 0;
  background: #E6E6E6;
  border-bottom: 1px solid #C1C1C1;
  padding: 0 2px;
  text-align: right;
}
#sitecontainer .veranstaltungsort .bild {
  float: right;
  margin: 2px 0 0 0;
  padding: 0px;
}
#sitecontainer .veranstaltungsort .ortsdetails table td {
  width: 100px;
}
#sitecontainer .veranstaltungsort .ortsdetails table td + td {
  width: 260px;
}
#sitecontainer .veranstaltungsort .ortsdetails table td p {
  font-size: 12px;
  line-height: 16px;
}

#sitecontainer .veranstaltungsort .url_google .halflings {
  padding-right: 4px;
}
#sitecontainer .veranstaltungsort .googlemap .url_google .halflings {
  font-size: 10px;
}

.veranstaltungsort .veranstaltungen .weiterLink {
  border-top: 1px solid #E5E5E5;
  padding-top: 10px;
}



/* -- Suche -- */
#searchbar {
  position: relative;
  display: none;
  font-size: 14px;
  line-height: 14px;
}
body.celementsmenubarvisible #searchbar {
  display: block;
}
#search {
  position: absolute;
  right: 2px;
  z-index: 1;
}
#search input {
  color: #828282;
  border: 0px solid rgb(229,229,229);
  margin: 0px 0px 0px 4px;
  width: 128px;
  padding: 0px 20px 0px 20px;
  outline-color: rgb(159,159,159);
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  height: 18px;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
#search input:focus,
body.celdocpath_Content\.WebSearch #search input {
  color: black;
  width: 316px;
}
#search .searchLoupe {
  display: block;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-color: white;
  background-image: url('/download/PZ2014Layout/WebHome/icon-search-828282.png?ver=2&celheight=14');
  background-position: center;
  background-repeat: no-repeat;
}
#search .searchLoupe:hover {
  background-image: url('/download/PZ2014Layout/WebHome/icon-search-990000.png?ver=2&celheight=14');
}

#search .searchClose {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-color: white;
  background-image: url('/download/PZ2014Layout/WebHome/icon-close-828282.png?ver=2&celheight=14');
  background-position: center;
  background-repeat: no-repeat;
}
#search .searchClose:hover {
  background-image: url('/download/PZ2014Layout/WebHome/icon-close-990000.png?ver=2&celheight=14');
}

/* Balken Top */
#scrollLeft > div,
#scrollLeftL > div,
#scrollRight > div,
#scrollRightL > div {
  height: 100%;
}
#scrollLeftL_PDC,
#scrollLeft_PDC,
#scrollRight_PDC,
#scrollRightL_PDC {
  position: relative;
  padding: 0 0 0 5px;
}
#scrollLeftL_PDC,
#scrollLeft_PDC,
#scrollRight_PDC,
#scrollRightL_PDC,
#scrollLeftL_PDC p,
#scrollLeft_PDC p,
#scrollRight_PDC p,
#scrollRightL_PDC p {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
}
#scrollRight_PDC,
#scrollRightL_PDC {
  padding-top: 2px;
}


/* Gallery Presentation */
#sitecontainer .presentationList ul .celimage_slideshow {
  background: #E5E5E5;
}
.cel_cm_celimage_slideshow {
  cursor: pointer;
}


/* Abonnierter Blog */
.article_abstract .subscribeToArticle,
.newSubscribableArticleWarning,
.cel_pagetype_Blog > a[href="?subscribable=1"] {
  display: none;
}

/* Presentations */
.presentationList .navigation-clear {
  clear: left;
}

/* Overlay */
body .highslide-dimming {
  background: transparent;
}

body #sitecontainer div.testSpace {
  visibility: hidden;
  background: none repeat scroll 0 0 lightgray;
  color: white;
  display: block;
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 3px;
  opacity : 0.8;
  position: absolute;
  left: -10px;
  text-align: center;
  top: 35px;
  transform: rotate(-45deg);
  transform-origin: left top 0;
  width: 60px;
}

/* tooltip */
.tooltip {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 1;
  width: 150px;
  min-height: 30px;
  padding: 2px 2px 2px 28px;
  background: #015470;
  background-image: url('/download/PZ2014Layout/WebHome/tooltip.png?ver=3');
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 20px;
}
.tooltip p {
  color: white;
  font-size: 12px;
  line-height: 16px;
}

/** loading indicator **/
#container div.attListLoading img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#container div.presentationList > ul > li {
    display: block;
    float: none;
}

/* Klassen */
#sitecontainer .link_arrow {
  color: black;
  background-image: url('/download/PZ2014Layout/WebHome/agendaArrwoRight.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 8px;
}
#sitecontainer .link_arrow:hover {
  color: #900;
  background-image: url('/download/PZ2014Layout/WebHome/agendaArrwoRightHover.png');
}

/* Social Media Links */
#sitecontainer #header .socialmedialink {
  margin: 1px;
}

#sitecontainer #header .socialmedialink img {
  background: rgb(130,130,130);
  border-radius: 8px;
  padding: 4px;
}

#sitecontainer #header .socialmedialink a:hover img {
  background: #900;
}

/* Print-Link */
#sitecontainer #printandshare_leaf_link p {
  padding-right: 6px;
  padding-left: 2px;
  margin-top: 0px;
}

#sitecontainer #printandshare_leaf_link .print {
  float: right;
}

#sitecontainer #printandshare_leaf_link .halflings,
#sitecontainer .printandshare_leaf_link .share img.shareImg {
  top: 1px;
}

#sitecontainer #printandshare_leaf_link .halflings:hover {
  color: #900;
}

#sitecontainer #printandshare_leaf_link .halflings-print {
  padding-left: 3px;
}

#sitecontainer .printandshare_leaf_link .share a {
  font-size: 14px;
  color: rgb(130,130,130);
  background: rgb(130,130,130);
}

#sitecontainer .printandshare_leaf_link .share a:hover {
  color: #900;
  background: #900;
}

#sitecontainer .printandshare_leaf_link .share a.mailto {
  padding: 0px 4px;
  background: transparent;
}

#sitecontainer .printandshare_leaf_link .share img.shareImg {
  vertical-align: text-top;
  width: 22px;
  height: 16px;
}
