@charset "UTF-8";/* intended for @import declarations  */
 /* this normalize.css could be used to override setting from /Lib/normalize-css/normalize.css */

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
} /* intended to declare fundament website typographical css rules  */
 /* css definitions for Banner */
/* Parallax effect*/
.parallax-section {
  position: relative;
  width: 100%;
  /*height: 600px;*/
  /*defined in BannerRenderer in demand of WebSiteDefPos Size*/
}

.parallax-child-section {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 600px;*/
  /*defined in BannerRenderer in deman of WebSiteDefPos Size*/
}

#ParallaxBanner {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  will-change: transform;
  z-index: 1000;
}

.parallax-child-section-row {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;
}

/*The Background-image is positon:fixed so it's centering in the viewport instead of the column.
	If we use a banner in a bootstrap-colum structure, we have to change the position in demand of the 
	We have to change the position in demand of the width
*/
@media (min-width: 992px) {
  .WcmsPageWideBannerPlaceHolder.col-md-8 .parallax-child-section-row {
    background-position: 12% center;
  }
}
@media (min-width: 1400px) {
  .WcmsPageWideBannerPlaceHolder.col-md-8 .parallax-child-section-row {
    background-position: 25% center;
  }
}
@media (min-width: 1600px) {
  .WcmsPageWideBannerPlaceHolder.col-md-8 .parallax-child-section-row {
    background-position: 35% center;
  }
}
/*414px for IPhone Plus, 
	We display the whole image for smaller screens (Bannermotif should be minimum widht of 414px) */
@media (max-width: 414px) {
  .parallax-child-section-row {
    background-size: contain;
  }
} /* css definitions for wcms pages of WcmsZone.Branch */
/* CSS definitions for Zone Branch */
/*************************************************************************************************/
/* common styles for the Branch		    						  						         */
/*************************************************************************************************/
.BranchRight {
  float: left;
  margin-left: 10px;
}

.Branch_hide {
  display: none;
}

/*************************************************************************************************/
/* styles for the BranchSearch page																 */
/*************************************************************************************************/
.BranchSearch .headLine {
  margin-left: 5px;
  display: inline-block;
}

.BranchSearchResult {
  margin-top: 10px;
}

.BranchShowPicture {
  display: none;
}

.BranchSearchResultList {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

.BranchSearchResultLogo {
  /*float: left;*/
}

.BranchSearchResultLogo ul {
  padding: 0px;
}

.BranchSearchResultLogo li {
  list-style: none;
  float: left;
}

.BranchSearchResultListItem {
  clear: both;
}

.BranchSearchResultListItemGradient {
  clear: both;
  background-color: #e2ecf5;
  background: url(/Layout/RealEstate/RealEstateSearchPremium_bg.gif) repeat-x;
  background: -moz-linear-gradient(top center, #e2ecf5, #fff);
}

.BranchSearchResultListSeperator {
  border-bottom: 1px dashed #e8e8e8;
  clear: both;
  margin: 0px 0px 5px 0px;
  padding-top: 5px;
}

.BranchSearchResultListItemGradient .BranchSearchResultItemHeading {
  float: left;
}

.BranchSearchResultItemHeading a:link,
.BranchSearchResultItemHeading a:visited {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  width: 410px;
}

.BranchSearchResultItemHeading a:hover {
  text-decoration: underline;
}

.BranchSearchResultItemHeading img.userHint {
  height: 11px;
  padding-right: 2px;
}

.BranchSearchResultItemPicture {
  position: relative;
  border: none;
  float: left;
}

.BranchSearchResultItemPicture img.topRangeOverlay {
  position: absolute;
}

.BranchSearchResultItemPicture img.thumb {
  border: 1px solid #999999;
  margin: 2px;
}

.BranchSearchResultItemItemData {
  padding-left: 100px;
  padding-top: 5px;
  font-size: 1.5em;
}

.BranchSearchResultItemItemData ul {
  font-size: 0.8em;
  line-height: 1.5em;
  list-style-type: none;
  padding-left: 0;
}

.BranchSearchResultItemItemData ul li {
  float: left;
  width: 470px;
}

.BranchSearchResultItemItemLinks {
  float: right;
  width: 78px;
}

.BranchSearchResultItemItemLinks ul {
  font-size: 0.8em;
  list-style-type: none;
  padding-left: 0;
}

.BranchSearchResultItemItemLinks a:link,
.BranchSearchResultItemItemLinks a:visited {
  clear: both;
  cursor: pointer;
  display: block;
  float: none;
  line-height: 21px;
  margin-top: 2px;
  padding-left: 7px;
  text-decoration: none;
  width: 70px;
}

.BranchSearchResultItemItemLinks a:hover {
  text-decoration: underline;
}

.BranchSearchResultItemAddress {
  float: left;
  width: 345px;
}

/*************************************************************************************************/
/* styles for the BranchSearchCriteriaCtrl page												     */
/*************************************************************************************************/
/*************************************************************************************************/
/* styles for the BranchShow page															     */
/*************************************************************************************************/
.BranchShow {
  /* LAyoutstyles for BranchShow.xsl*/
}
.BranchShow .BranchSearchUrl {
  color: #246bb3;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowRightContent {
  float: left;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowLeftContent {
  float: left;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowAdvertiserName {
  font-weight: bold;
  margin-top: 10px;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowAdvertiserLogo {
  width: 150px;
  margin-right: 10px;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowPicItem {
  width: 350px;
  margin: 5px 5px 10px 0;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowHeaderOneColumn {
  /*background-color:#f2f2f2;
  border:1px solid #999999;*/
  border-bottom: none;
  padding: 2px 5px 2px 0;
  width: 650px;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowContentOneColumn {
  /*border:1px solid #999999;*/
  margin-bottom: 10px;
  padding: 2px 5px 2px 0;
  width: 650px;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowHeaderTwoColumnMajor {
  background-color: #f2f2f2;
  border: 1px solid #999999;
  border-bottom: none;
  padding: 2px 5px 2px 5px;
  width: 500px;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowContentTwoColumnMajor {
  border: 1px solid #999999;
  margin-bottom: 10px;
  padding: 2px 5px 2px 5px;
  width: 490px;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowHeaderTwoColumn {
  padding: 2px 5px 2px 0;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowHeaderTwoColumnMinor {
  background-color: #f2f2f2;
  border: 1px solid #999999;
  border-bottom: none;
  padding: 2px 5px 2px 5px;
  width: 300px;
}
.BranchShow .BranchShowAdvertiserBP .BranchShowContentTwoColumnMinor {
  /*border:1px solid #999999;*/
  margin-bottom: 10px;
  padding: 0 5px 2px 0;
  width: 300px;
}

/*************************************************************************************************/
/* styles for the BranchEdit page															     */
/*************************************************************************************************/
.BranchSearchResultItemItemLinks a.BranchEditEditieren {
  line-height: 15px;
  margin-bottom: 5px;
} /*for BannerModule */
.BannerModule {
  margin-bottom: 30px;
}

/* for the text which is shown over ads */
.WcmsAdHint {
  font-size: 8pt;
  text-decoration: none;
  margin-bottom: 5px !important;
  display: block;
}

#WallpaperBanner {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
#WallpaperBanner .BannerModule {
  margin-bottom: 10px;
}

.WcmsSkycraperBannerPlaceHolder {
  position: absolute;
  left: 1175px !important;
}

@media (max-width: 1200px) {
  .WcmsSkycraperBannerPlaceHolder {
    left: 945px !important;
  }
}
@media (max-width: 992px) {
  .WcmsSkycraperBannerPlaceHolder {
    left: 725px !important;
  }
}
@media (max-width: 560px) {
  .WcmsSkycraperBannerPlaceHolder {
    left: 725px !important;
  }
} /*for BannerOMSModule */
.BannerOMSModule {
  text-align: right;
  clear: both;
}

#WallpaperBanner .BannerOMSModule {
  margin-bottom: 10px;
}

/*html, body, div {
   margin: 0;
   padding: 0;
}*/
#adl_sb_table {
  width: 100% !important;
}

#oms_gpt_superbanner {
  width: 100%;
  margin-bottom: 10px;
}

#billboard {
  width: 800px;
  margin: 0 auto;
}

#rectangle1 {
  padding-top: 50px;
  padding-left: 50px;
}

#rectangle2 {
  padding-top: 50px;
  padding-left: 50px;
}

#oms_gpt_medium_rectangle_pos1 {
  text-align: center;
  margin-bottom: 10px;
}

oms_gpt_medium_rectangle_pos2, #oms_gpt_medium_rectangle_pos3 {
  text-align: center;
  margin-bottom: 10px;
}

#content {
  width: 80%;
  height: 1400px;
  background: #333;
  padding-top: 50px;
}

@media (max-width: 1024px) {
  #content {
    width: 100%;
  }
} /*for BannerSDGModule */
#SDG_Banner_banner {
  width: 800px;
  margin: auto;
}

#SDG_Banner_billboard {
  width: 800px;
  margin: auto;
} .bootstrap-datepicker-container {
  --color-bg-bootstrap-datepicker-holiday-public: #7d61bf;
  --color-bg-bootstrap-datepicker-holiday-school: #bb60bf;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-public-holiday {
  background-color: var(--color-bg-bootstrap-datepicker-holiday-public);
  opacity: 0.5;
  color: #ffffff;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-public-holiday:hover {
  background: #eeeeee;
  opacity: 1;
  color: #555;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-public-holiday.active {
  background-color: var(--color-bg-bootstrap-datepicker-active);
  opacity: 1;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-public-holiday.disabled:hover {
  background-color: var(--color-bg-bootstrap-datepicker-holiday-public);
  opacity: 0.5;
  color: #ffffff;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-school-holiday {
  background-color: var(--color-bg-bootstrap-datepicker-holiday-school);
  opacity: 0.5;
  color: #ffffff;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-school-holiday:hover {
  background: #eeeeee;
  opacity: 1;
  color: #555;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-school-holiday.active {
  background-color: var(--color-bg-bootstrap-datepicker-active);
  opacity: 1;
}
.bootstrap-datepicker-container .datepicker table tr td.highlighted-school-holiday.disabled:hover {
  background-color: var(--color-bg-bootstrap-datepicker-holiday-school);
  opacity: 0.5;
  color: #ffffff;
}
.bootstrap-datepicker-container .bootstrap-datepicker-legend {
  margin-top: 15px;
  text-align: left;
}
.bootstrap-datepicker-container .bootstrap-datepicker-legend .public-holidays {
  margin-bottom: 5px;
}
.bootstrap-datepicker-container .bootstrap-datepicker-legend .public-holidays span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: var(--color-bg-bootstrap-datepicker-holiday-public);
  opacity: 0.5;
  margin-right: 10px;
}
.bootstrap-datepicker-container .bootstrap-datepicker-legend .school-holidays {
  margin-bottom: 5px;
}
.bootstrap-datepicker-container .bootstrap-datepicker-legend .school-holidays span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: var(--color-bg-bootstrap-datepicker-holiday-school);
  opacity: 0.5;
  margin-right: 10px;
} /*************************************************************************************************/
/* cookie consent div */
/*************************************************************************************************/
#fi-cookieconsent {
  background-color: #5a5a5a;
  border: none;
  border-radius: 0;
  color: #fff;
  display: none;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  z-index: 999;
}
#fi-cookieconsent .text {
  padding: 0 15px;
  display: block;
}
#fi-cookieconsent a {
  color: #fff;
  line-height: 19px;
  padding: 4px 8px;
  white-space: nowrap;
}
@media print {
  #fi-cookieconsent {
    display: none !important;
  }
}

#close-fi-cookieconsent {
  background-color: #303030;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  line-height: 19px;
  padding: 4px 8px;
  margin-left: 8px;
  text-decoration: none;
  white-space: nowrap;
} /*************************************************************************************************/
/* pure css loaders */
/*************************************************************************************************/
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}

.lds-spinner {
  color: currentcolor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentcolor;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid currentcolor;
  border-color: currentcolor transparent currentcolor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentcolor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentcolor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentcolor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-facebook,
.lds-facebook div {
  box-sizing: border-box;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: currentcolor;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
} /*for MapsModule */
.MapModule {
  /* DataPrivacy Handling*/
}
.MapModule .mapsembedcontainer .submitprivacypolicyelement {
  height: 240px;
}
@media (max-width: 415px) {
  .MapModule .mapsembedcontainer .submitprivacypolicyelement input {
    margin-left: 50px;
    margin-top: 155px;
  }
}
@media (min-width: 415px) {
  .MapModule .mapsembedcontainer .submitprivacypolicyelement input {
    margin-top: 60px;
    margin-left: 240px;
  }
}
@media (max-width: 415px) {
  .MapModule .mapsembedcontainer .submitprivacypolicyelement.maps {
    background-image: url("/Layout/News/DataPrivacyGoogle_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .MapModule .mapsembedcontainer .submitprivacypolicyelement.maps {
    background-image: url("/Layout/News/DataPrivacyGoogle_Landscape.jpg");
  }
}

/*Layout WebStoryShowMeta (Service-Column) and EventShow*/
.WcmsPageWideBannerRightPlaceHolder .MapModule,
.EventShowContent .MapModule {
  /* DataPrivacy Handling for Youtube and Other Videos */
}
.WcmsPageWideBannerRightPlaceHolder .MapModule .mapsembedcontainer .submitprivacypolicyelement,
.EventShowContent .MapModule .mapsembedcontainer .submitprivacypolicyelement {
  height: 240px;
}
@media (max-width: 415px) {
  .WcmsPageWideBannerRightPlaceHolder .MapModule .mapsembedcontainer .submitprivacypolicyelement input,
.EventShowContent .MapModule .mapsembedcontainer .submitprivacypolicyelement input {
    margin-left: 50px;
    margin-top: 155px;
  }
}
@media (min-width: 415px) {
  .WcmsPageWideBannerRightPlaceHolder .MapModule .mapsembedcontainer .submitprivacypolicyelement input,
.EventShowContent .MapModule .mapsembedcontainer .submitprivacypolicyelement input {
    margin-top: 135px;
    margin-left: 35px;
  }
}
@media (max-width: 415px) {
  .WcmsPageWideBannerRightPlaceHolder .MapModule .mapsembedcontainer .submitprivacypolicyelement.maps,
.EventShowContent .MapModule .mapsembedcontainer .submitprivacypolicyelement.maps {
    background-image: url("/Layout/News/DataPrivacyGoogle_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .WcmsPageWideBannerRightPlaceHolder .MapModule .mapsembedcontainer .submitprivacypolicyelement.maps,
.EventShowContent .MapModule .mapsembedcontainer .submitprivacypolicyelement.maps {
    background-image: url("/Layout/News/DataPrivacyGoogle_Landscape.jpg");
  }
} /* the WcmsMediaUploadCtrl */
.WcmsMediaUploadCtrl .absWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.WcmsMediaUploadCtrl .collapsible_body {
  padding-bottom: 0.5em !important;
}
.WcmsMediaUploadCtrl table {
  width: 100%;
}
.WcmsMediaUploadCtrl table tr {
  width: 100%;
  list-style: none;
  margin-left: 20px;
}
.WcmsMediaUploadCtrl table tr li {
  float: left;
  margin-left: 20px;
}
.WcmsMediaUploadCtrl .media-list ul {
  list-style: none;
  padding: 0px;
}
.WcmsMediaUploadCtrl .media-list ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.WcmsMediaUploadCtrl .media-list li.template {
  display: none;
}
.WcmsMediaUploadCtrl a.media_upload:active,
.WcmsMediaUploadCtrl a.media_upload:link,
.WcmsMediaUploadCtrl a.media_upload:visited,
.WcmsMediaUploadCtrl a.media_upload:hover {
  float: left;
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 10px;
}
.WcmsMediaUploadCtrl a.media_add:active,
.WcmsMediaUploadCtrl a.media_add:link,
.WcmsMediaUploadCtrl a.media_add:visited,
.WcmsMediaUploadCtrl a.media_add:hover {
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 15px;
}
.WcmsMediaUploadCtrl a.media_add input {
  right: 0;
  left: auto;
  font-size: 30px;
  opacity: 0;
  cursor: pointer;
}
.WcmsMediaUploadCtrl .upload-area input {
  opacity: 0;
  position: absolute;
}
.WcmsMediaUploadCtrl .upload-area table {
  margin-bottom: 0.4em;
}
.WcmsMediaUploadCtrl .upload-area table.empty {
  display: none;
}
.WcmsMediaUploadCtrl .upload-area table tr {
  border: 1px solid #AAA;
}
.WcmsMediaUploadCtrl .upload-area table tr.template {
  display: none;
}
.WcmsMediaUploadCtrl .upload-area td.thumb {
  width: 70px;
}
.WcmsMediaUploadCtrl .upload-area td.thumb div {
  width: 64px;
  height: 48px;
  background: url(/Layout/Common/other.png) no-repeat center center;
  background-size: contain;
}
.WcmsMediaUploadCtrl .upload-area td.info {
  position: relative;
}
.WcmsMediaUploadCtrl .upload-area td.info div.name {
  bottom: auto;
  font-weight: bolder;
  font-size: 16px;
  border-bottom: 1px solid #DDD;
  padding-top: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.WcmsMediaUploadCtrl .upload-area td.info div.size {
  height: 16px;
  top: auto;
  color: #AAA;
  font-size: 12px;
  padding-top: 1px;
}
.WcmsMediaUploadCtrl .upload-area td.info div.size div.ajax-error {
  display: block;
  min-height: 0;
  background-size: contain;
  padding-left: 20px;
}
.WcmsMediaUploadCtrl .upload-area td.info div.progress {
  height: 16px;
  top: auto;
  left: 150px;
  color: #AAA;
  font-size: 12px;
  padding-top: 1px;
}
.WcmsMediaUploadCtrl .upload-area td.remove {
  width: 24px;
  vertical-align: top;
  padding: 4px;
  text-align: right;
  color: #AAA;
}
.WcmsMediaUploadCtrl .upload-area td.remove a:hover,
.WcmsMediaUploadCtrl .upload-area td.remove a:focus {
  color: #000;
}
.WcmsMediaUploadCtrl .upload-area.isUploading td.remove a {
  visibility: hidden;
}
.WcmsMediaUploadCtrl .thumbnail {
  width: 150px;
  height: 112px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  border: 1px solid #CCC;
}
.WcmsMediaUploadCtrl .thumbnail.image {
  background-image: url(/Layout/Common/image.png);
}
.WcmsMediaUploadCtrl .thumbnail.audio {
  background-image: url(/Layout/Common/audio.png);
}
.WcmsMediaUploadCtrl .thumbnail.video {
  background-image: url(/Layout/Common/video.png);
}
.WcmsMediaUploadCtrl .thumbnail.generaldoc {
  background-image: url(/Layout/Common/other.png);
}
.WcmsMediaUploadCtrl .thumbnail > div.play {
  font-size: 50px;
  line-height: 112px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  color: #CCC;
}
.WcmsMediaUploadCtrl .thumbnail > div.name {
  visibility: hidden;
  height: 1.6em;
  top: auto;
  background: #DDD;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #CCC;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.WcmsMediaUploadCtrl .thumbnail > div.removeItem {
  display: none;
  padding: 5px;
  right: -16px;
  width: 32px;
  top: -10px;
  left: auto;
  height: 32px;
  bottom: auto;
  background: #CCC;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 16px;
  border: 1px solid #888;
}
.WcmsMediaUploadCtrl .thumbnail:hover > div.play {
  color: #444;
}
.WcmsMediaUploadCtrl a:focus .thumbnail > div.name,
.WcmsMediaUploadCtrl .thumbnail:hover > div.name,
.WcmsMediaUploadCtrl .thumbnail.audio > div.name {
  visibility: visible;
}
.WcmsMediaUploadCtrl a:focus .thumbnail > div.removeItem,
.WcmsMediaUploadCtrl .thumbnail:hover > div.removeItem {
  display: block;
}
.WcmsMediaUploadCtrl .ui-button:hover {
  text-decoration: none !important;
} /* Classes for Wcms-Modules */
.WcmsModule {
  /*PMODIF JST 2023-07-11 changed Layout*/
  /*background-color:#fff;*/
  margin-bottom: 30px;
  /* module links */
}
@media screen and (min-width: 768px) {
  .WcmsModule.MaxModuleWidth {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.WcmsModule.no-margin-bottom {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .WcmsModule.no-margin-mobile {
    margin-bottom: 0;
  }
}
.WcmsModule hr {
  border: 1px solid #DDDDDD;
}
A.moreLink:active,
A.moreLink:link,
A.moreLink:visited {
  color: #005EA8;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: "Greycliff CF";
  font-style: normal;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .WcmsContainer.MaxContainerWidth {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.center-headline .headLine {
  text-align: center;
  /*center blue line above headline*/
}
.center-headline .headLine:before {
  left: calc(50% - 20px);
}

.headLine {
  display: block;
  color: #000;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  /*PMODIF AG 2024-08-09 Change font size*/
  font-size: 26px;
  line-height: 32px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  /*PMODIF END*/
  /*blue line above headline*/
}
.headLine:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -20px;
  width: 40px;
  height: 7px;
  background-color: #005EA8;
}

.noLine .headLine::before {
  content: none;
} .PrintMotifRotatorModule .fi-printmotif-rotator-navigation {
  height: 50px;
  position: relative;
}
.PrintMotifRotatorModule .fi-printmotif-rotator-navigation div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}
.PrintMotifRotatorModule .fi-printmotif-rotator-prev {
  position: absolute;
  left: 0px;
  top: 0px;
}
.PrintMotifRotatorModule .fi-printmotif-rotator-next {
  position: absolute;
  right: 0px;
  top: 0px;
}
.PrintMotifRotatorModule .fi-printmotif-rotator-image {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .PrintMotifRotatorModule .fi-printmotif-rotator-image {
    width: 100%;
  }
} .SearchModule {
  max-width: 400px;
} /*for SocialNetworksBookmarksModule */
.SocialNetworksBookmarksModule {
  border-top: none;
}
.SocialNetworksBookmarksModule .headLine {
  display: block;
  margin-bottom: 5px;
}
.SocialNetworksBookmarksModule ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px 0px 0.66em;
}
.SocialNetworksBookmarksModule ul li {
  display: inline;
  margin-right: 0.3125em;
  vertical-align: baseline;
  padding-left: 0px;
  background: none;
} /*for VideoShowModule */
.VideoShowModule {
  /* special css when using video show module in a inline box */
}
.VideoShowModule .VideoShowDate {
  font-weight: bold;
}
.VideoShowModule .VideoShowUseRightsEnd {
  min-width: 100%;
}
.VideoShowModule .VideoShowPlayer {
  /* html5 player */
  /* Youtube videos */
  /*facebook*/
  /* flash videos */
  /* DataPrivacy Handling for Youtube and Other Videos */
}
.VideoShowModule .VideoShowPlayer video {
  background-color: #000;
}
.VideoShowModule .VideoShowPlayer .videoIFrameWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.VideoShowModule .VideoShowPlayer .videoIFrameWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VideoShowModule .VideoShowPlayer .videoIFrameWrapperFB {
  aspect-ratio: 16/9;
}
.VideoShowModule .VideoShowPlayer .videoIFrameWrapperFB iFrame {
  aspect-ratio: 16/9;
}
.VideoShowModule .VideoShowPlayer .videoIFrameWrapperFBHF {
  aspect-ratio: 16/9;
}
.VideoShowModule .VideoShowPlayer .videoIFrameWrapperFBHF iframe {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.VideoShowModule .VideoShowPlayer .videoObjectWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.VideoShowModule .VideoShowPlayer .videoObjectWrapper object, .VideoShowModule .VideoShowPlayer .videoObjectWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VideoShowModule .VideoShowPlayer .videourlembedcontainer .submitprivacypolicyelement {
  height: 240px;
}
@media (max-width: 767px) {
  .VideoShowModule .VideoShowPlayer .videourlembedcontainer .submitprivacypolicyelement input {
    /*margin-left: 50px;*/
    margin-top: 155px;
  }
}
@media (min-width: 768px) {
  .VideoShowModule .VideoShowPlayer .videourlembedcontainer .submitprivacypolicyelement input {
    margin-top: 60px;
    margin-left: 240px;
  }
}
@media (max-width: 415px) {
  .VideoShowModule .VideoShowPlayer .videourlembedcontainer .submitprivacypolicyelement.youtube {
    background-image: url("/Layout/News/DataPrivacyYoutube_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .VideoShowModule .VideoShowPlayer .videourlembedcontainer .submitprivacypolicyelement.youtube {
    background-image: url("/Layout/News/DataPrivacyYoutube_Landscape.jpg");
  }
}
@media (max-width: 415px) {
  .VideoShowModule .VideoShowPlayer .videourlembedcontainer .submitprivacypolicyelement.othervideo {
    background-image: url("/Layout/News/DataPrivacyOtherVideo_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .VideoShowModule .VideoShowPlayer .videourlembedcontainer .submitprivacypolicyelement.othervideo {
    background-image: url("/Layout/News/DataPrivacyOtherVideo_Landscape.jpg");
  }
}
.VideoShowModule .VideoShowCopyright {
  float: right;
}
.VideoShowModule .VideoShowDuration {
  float: left;
}
.InlineVideoBox .VideoShowModule .VideoShowPlayer {
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
}
.InlineVideoBox .VideoShowModule .VideoShowAttributes {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .InlineVideoShowModule .player-fullwidth .VideoShowModule .row .col-md-6, .InlineVideoSHowModule .player-fullwidth .VideoShowModule .row .col-md-6 {
    width: 100%;
  }
} /*************************************************************************************************/
/* general Wcms stylesheet definitions */
/*************************************************************************************************/
/*************************************************************************************************/
/* general Wcms stylesheet definitions */
/*************************************************************************************************/
/*******************************************************/
/*spacing*/
/*******************************************************/
.margin-top-0 {
  margin-top: 0em;
}

.margin-top-05 {
  margin-top: 0.5em;
}

.margin-top-10 {
  margin-top: 1em;
}

.margin-top-15 {
  margin-top: 1.5em;
}

.margin-top-20 {
  margin-top: 2em;
}

.margin-top-25 {
  margin-top: 2.5em;
}

.margin-top-30 {
  margin-top: 3em;
}

.margin-right-0 {
  margin-right: 0em;
}

.margin-right-05 {
  margin-right: 0.5em;
}

.margin-right-10 {
  margin-right: 1em;
}

.margin-right-15 {
  margin-right: 1.5em;
}

.margin-right-20 {
  margin-right: 2em;
}

.margin-right-25 {
  margin-right: 2.5em;
}

.margin-right-30 {
  margin-right: 3em;
}

.margin-left-0 {
  margin-left: 0em;
}

.margin-left-05 {
  margin-left: 0.5em;
}

.margin-left-10 {
  margin-left: 1em;
}

.margin-left-15 {
  margin-left: 1.5em;
}

.margin-left-20 {
  margin-left: 2em;
}

.margin-left-25 {
  margin-left: 2.5em;
}

.margin-left-30 {
  margin-left: 3em;
}

.margin-bottom-0 {
  margin-bottom: 0em;
}

.margin-bottom-05 {
  margin-bottom: 0.5em;
}

.margin-bottom-10 {
  margin-bottom: 1em;
}

.margin-bottom-15 {
  margin-bottom: 1.5em;
}

.margin-bottom-20 {
  margin-bottom: 2em;
}

.margin-bottom-25 {
  margin-bottom: 2.5em;
}

.margin-bottom-30 {
  margin-bottom: 3em;
}

.padding-top-05 {
  padding-top: 0.5em;
}

.padding-top-10 {
  padding-top: 1em;
}

.padding-top-15 {
  padding-top: 1.5em;
}

.padding-top-20 {
  padding-top: 2em;
}

.padding-top-25 {
  padding-top: 2.5em;
}

.padding-top-30 {
  padding-top: 3em;
}

.padding-right-05 {
  padding-right: 0.5em;
}

.padding-right-10 {
  padding-right: 1em;
}

.padding-right-15 {
  padding-right: 1.5em;
}

.padding-right-20 {
  padding-right: 2em;
}

.padding-right-25 {
  padding-right: 2.5em;
}

.padding-right-30 {
  padding-right: 3em;
}

.padding-left-05 {
  padding-left: 0.5em;
}

.padding-left-10 {
  padding-left: 1em;
}

.padding-left-15 {
  padding-left: 1.5em;
}

.padding-left-20 {
  padding-left: 2em;
}

.padding-left-25 {
  padding-left: 2.5em;
}

.padding-left-30 {
  padding-left: 3em;
}

.padding-bottom-05 {
  padding-bottom: 0.5em;
}

.padding-bottom-10 {
  padding-bottom: 1em;
}

.padding-bottom-15 {
  padding-bottom: 1.5em;
}

.padding-bottom-20 {
  padding-bottom: 2em;
}

.padding-bottom-25 {
  padding-bottom: 2.5em;
}

.padding-bottom-30 {
  padding-bottom: 3em;
}

.default-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .default-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/*******************************************************/
/*Font-Styles */
/*******************************************************/
.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-size-small {
  font-size: small;
}

.font-size-x-small {
  font-size: x-small;
}

/*******************************************************/
/*table*/
/*******************************************************/
table.word-wrap {
  table-layout: fixed;
  width: 100%;
}
table.word-wrap td {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*******************************************************/
/*border*/
/*******************************************************/
.border-top-10 {
  border-style: solid none none none;
  border-top-width: 1px;
  border-color: #cccccc;
  padding-top: 1em;
}

.border-bottom-10 {
  border-style: none none solid none;
  border-bottom-width: 1px;
  border-color: #cccccc;
  padding-bottom: 1em;
}

.border-top--bottom-10 {
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #cccccc;
  padding-top: 1em;
  padding-bottom: 1em;
}

.no-border {
  border: none;
}

/*************************************************************************************************/
/* image layout */
/*************************************************************************************************/
img.wcms-image-layout {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
img.wcms-image-layout.wcms-img-fitting-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
img.wcms-image-layout.wcms-img-fitting-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
img.wcms-image-layout.wcms-img-fitting-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
img.wcms-image-layout.wcms-img-fitting-none {
  -o-object-fit: none;
     object-fit: none;
}
img.wcms-image-layout.wcms-img-aspect-ratio-auto {
  aspect-ratio: auto;
}
img.wcms-image-layout.wcms-img-aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}
img.wcms-image-layout.wcms-img-aspect-ratio-3-4 {
  aspect-ratio: 3/4;
}
img.wcms-image-layout.wcms-img-aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}
img.wcms-image-layout.wcms-img-aspect-ratio-16-4 {
  aspect-ratio: 16/4;
}
img.wcms-image-layout.wcms-img-aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}
img.wcms-image-layout.wcms-img-object-position-ignore {
  -o-object-position: unset !important;
     object-position: unset !important;
}
img.wcms-image-layout.wcms-img-object-position-centered {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
img.wcms-image-layout.wcms-img-object-position-middle-top {
  -o-object-position: 50% 5%;
     object-position: 50% 5%;
}
img.wcms-image-layout.wcms-img-object-position-middle-bottom {
  -o-object-position: 50% 95%;
     object-position: 50% 95%;
}
img.wcms-image-layout.wcms-img-border-none {
  border-style: none;
}
img.wcms-image-layout.wcms-img-border-thin {
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
}
img.wcms-image-layout.wcms-img-border-thin-spaced {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
}

/*************************************************************************************************/
/* flexbox */
/*************************************************************************************************/
.wcms-flexbox-container {
  display: flex;
  justify-content: flex-start;
  float: none;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .wcms-flexbox-container {
    align-items: unset !important;
  }
}
.wcms-flexbox-container.wcms-flexbox-halign.wcms-justify-content-left {
  justify-content: flex-start;
}
.wcms-flexbox-container.wcms-flexbox-halign.wcms-justify-content-right {
  justify-content: flex-end;
}
.wcms-flexbox-container.wcms-flexbox-halign.wcms-justify-content-center {
  justify-content: center;
}
.wcms-flexbox-container.wcms-flexbox-halign.wcms-justify-content-space-between {
  justify-content: space-between;
}
.wcms-flexbox-container.wcms-flexbox-halign.wcms-justify-content-space-around {
  justify-content: space-around;
}
.wcms-flexbox-container.wcms-flexbox-halign.wcms-justify-content-space-evenly {
  justify-content: space-evenly;
}
.wcms-flexbox-container.wcms-flexbox-valign.wcms-align-items-stretch {
  align-items: stretch;
}
.wcms-flexbox-container.wcms-flexbox-valign.wcms-align-items-top {
  align-items: flex-start;
}
.wcms-flexbox-container.wcms-flexbox-valign.wcms-align-items-bottom {
  align-items: flex-end;
}
.wcms-flexbox-container.wcms-flexbox-valign.wcms-align-items-center {
  align-items: center;
}
.wcms-flexbox-container.wcms-flexbox-valign.wcms-align-items-baseline {
  align-items: baseline;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-row-nowrap-xs {
  flex-flow: row nowrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-row-wrap-xs {
  flex-flow: row wrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-row-wrap-reverse-xs {
  flex-flow: row wrap-reverse;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-row-reverse-nowrap-xs {
  flex-flow: row-reverse nowrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-row-reverse-wrap-xs {
  flex-flow: row-reverse wrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-row-reverse-wrap-reverse-xs {
  flex-flow: row-reverse wrap-reverse;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-column-nowrap-xs {
  flex-flow: column nowrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-column-wrap-xs {
  flex-flow: column wrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-column-wrap-reverse-xs {
  flex-flow: column wrap-reverse;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-column-reverse-nowrap-xs {
  flex-flow: column-reverse nowrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-column-reverse-wrap-xs {
  flex-flow: column-reverse wrap;
}
.wcms-flexbox-container.wcms-flexbox-flow.wcms-column-reverse-wrap-reverse-xs {
  flex-flow: column-reverse wrap-reverse;
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-row-nowrap {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-row-wrap {
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-row-wrap-reverse {
    flex-flow: row wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-row-reverse-nowrap {
    flex-flow: row-reverse nowrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-row-reverse-wrap {
    flex-flow: row-reverse wrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-row-reverse-wrap-reverse {
    flex-flow: row-reverse wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-column-nowrap {
    flex-flow: column nowrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-column-wrap {
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-column-wrap-reverse {
    flex-flow: column wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-column-reverse-nowrap {
    flex-flow: column-reverse nowrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-column-reverse-wrap {
    flex-flow: column-reverse wrap;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container.wcms-flexbox-flow.wcms-column-reverse-wrap-reverse {
    flex-flow: column-reverse wrap-reverse;
  }
}
.wcms-flexbox-container .wcms-flexbox-item {
  flex-basis: auto;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-1 {
  order: 1;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-2 {
  order: 2;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-3 {
  order: 3;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-4 {
  order: 4;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-5 {
  order: 5;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-6 {
  order: 6;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-7 {
  order: 7;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-8 {
  order: 8;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-9 {
  order: 9;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-xs-10 {
  order: 10;
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-1 {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-2 {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-3 {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-4 {
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-5 {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-7 {
    order: 7;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-8 {
    order: 8;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-9 {
    order: 9;
  }
}
@media screen and (min-width: 768px) {
  .wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-order-10 {
    order: 10;
  }
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size {
  flex-basis: 0%;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-grow-1 {
  flex-grow: 1;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-grow-2 {
  flex-grow: 2;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-grow-3 {
  flex-grow: 3;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-grow-4 {
  flex-grow: 4;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-grow-5 {
  flex-grow: 5;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-shrink-1 {
  flex-shrink: 1;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-shrink-2 {
  flex-shrink: 2;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-shrink-3 {
  flex-shrink: 3;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-shrink-4 {
  flex-shrink: 4;
}
.wcms-flexbox-container .wcms-flexbox-item.wcms-flex-item-size-shrink-5 {
  flex-shrink: 5;
}

/*************************************************************************************************/
/* enhancement for submenus */
/*************************************************************************************************/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu.open > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

/*************************************************************************************************/
/* misc */
/*************************************************************************************************/
/* need to adapt height of buttons in button groups */
.input-group-btn button {
  height: 36px;
}

.borderBottom {
  border-style: none none solid none;
  border-width: 1px;
  border-color: #ccc;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*=col-] {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .row-eq-height {
    flex-direction: column;
  }
}

.no-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.no-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.row.vertical-align {
  display: flex;
  flex-direction: row;
}

.row.vdivide [class*=col-]:not(:last-child) {
  border-right-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

/*centered position of things*/
.centered {
  text-align: center;
}

/* clear styles before using element */
.clear {
  clear: both;
}

/* background-colors in gray */
.bkg-gray-darker {
  background-color: #222222;
}

.bkg-gray {
  background-color: #555555;
}

.bkg-gray-light {
  background-color: #777777;
}

.bkg-gray-light {
  background-color: #777777;
}

.bkg-gray-lighter {
  background-color: #cccccc;
}

.bkg-gray-lightest {
  background-color: #eeeeee;
}

/*************************************************************************************************/
.WcmsError {
  color: red;
  font-weight: bold;
}

/*************************************************************************************************/
.WcmsHint {
  color: #0000ff;
}

/*************************************************************************************************/
.WcmsSmall {
  font-size: 0.8em;
}

/*************************************************************************************************/
.WcmsSmallBR {
  font-size: 0.3em;
}

/*************************************************************************************************/
input[type=text].WcmsError {
  color: Black;
  font-weight: normal;
  background-color: #f0686b;
}

/*************************************************************************************************/
/* fi loader */
/*************************************************************************************************/
.fi-loader .fi-loader-popup {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fi-loader .fi-loader-text {
  display: block;
}

/*************************************************************************************************/
/* bootstrap extension */
/*************************************************************************************************/
.form-group.required .control-label:after, .form-group.required label:not(div.radio > label):after {
  content: "*";
  margin-left: 0.3em;
  font-size: 0.8em;
}

.glyphicon-refresh-animate {
  animation: spin 0.7s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/*************************************************************************************************/
/* bootstrap fixes */
/*************************************************************************************************/
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  line-height: 36px;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  line-height: 1.428571429;
}

/*************************************************************************************************/
/* bootstrap-validator */
/*************************************************************************************************/
.help-block.with-errors {
  margin-top: 0px;
  margin-bottom: 0px;
}
.help-block.with-errors ul.list-unstyled {
  margin-top: 5px;
  margin-bottom: 5px;
}

.panel-body .help-block.with-errors ul.list-unstyled {
  padding-left: 15px;
  padding-right: 15px;
}

.form-horizontal .help-block.with-errors ul.list-unstyled {
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

/*************************************************************************************************/
/* asp-validation: asp-validation-summary etc. */
/*************************************************************************************************/
/* asp-validation Div should be not displayed if it is rendered as alert-danger */
div.alert.alert-danger.validation-summary-valid {
  display: none;
}

/*************************************************************************************************/
/* jquery-ui defaults */
/*************************************************************************************************/
/* Do not let the modal dialogs appear too big! */
body > .ui-dialog.ui-widget {
  font-size: small;
}

/* Do not let the datepicker appear too big! */
body > .ui-datepicker.ui-widget {
  font-size: small;
}

/* Do not let the timepicker dialogs appear too big! */
body > .ui-timepicker.ui-widget {
  font-size: small;
  /*bootstrap crashes the style of jquery timepicker */
}
body > .ui-timepicker.ui-widget .ui-timepicker-hour-cell > a, body > .ui-timepicker.ui-widget .ui-timepicker-minute-cell > a {
  box-sizing: content-box;
}

/* Default for collapsible content */
.ui-autocomplete {
  font-size: 0.9em;
  white-space: nowrap;
}

/*************************************************************************************************/
.Wcms {
  background-color: #F8F8F8;
}
.Wcms a.text-link:active,
.Wcms a.text-link:link,
.Wcms a.text-link:visited {
  color: #666;
  font-weight: 600;
  text-decoration: underline;
}
.Wcms .btn-secondary {
  color: #005EA8;
  background-color: #DDD;
  border-color: #ccc;
}
.Wcms .btn-secondary:focus, .Wcms .btn-secondary.focus {
  color: #005EA8;
  background-color: #c4c4c4;
  border-color: #8c8c8c;
}
.Wcms .btn-secondary:hover {
  color: #005EA8;
  background-color: #c4c4c4;
  border-color: #adadad;
}
.Wcms .btn-secondary:active, .Wcms .btn-secondary.active, .open > .Wcms .btn-secondary.dropdown-toggle {
  color: #005EA8;
  background-color: #c4c4c4;
  background-image: none;
  border-color: #adadad;
}
.Wcms .btn-secondary:active:hover, .Wcms .btn-secondary:active:focus, .Wcms .btn-secondary:active.focus, .Wcms .btn-secondary.active:hover, .Wcms .btn-secondary.active:focus, .Wcms .btn-secondary.active.focus, .open > .Wcms .btn-secondary.dropdown-toggle:hover, .open > .Wcms .btn-secondary.dropdown-toggle:focus, .open > .Wcms .btn-secondary.dropdown-toggle.focus {
  color: #005EA8;
  background-color: #b2b2b2;
  border-color: #8c8c8c;
}
.Wcms .btn-secondary.disabled:hover, .Wcms .btn-secondary.disabled:focus, .Wcms .btn-secondary.disabled.focus, .Wcms .btn-secondary[disabled]:hover, .Wcms .btn-secondary[disabled]:focus, .Wcms .btn-secondary[disabled].focus, fieldset[disabled] .Wcms .btn-secondary:hover, fieldset[disabled] .Wcms .btn-secondary:focus, fieldset[disabled] .Wcms .btn-secondary.focus {
  background-color: #DDD;
  border-color: #ccc;
}
.Wcms .btn-secondary .badge {
  color: #DDD;
  background-color: #005EA8;
}
.Wcms .btn-file {
  position: relative;
  overflow: hidden;
}
.Wcms .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
@media only screen and (max-width: 767px) {
  .Wcms .btn-xs-block {
    display: block;
    width: 100%;
    margin-top: 1em;
  }
}
.Wcms .col-edit-button {
  text-align: left;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .Wcms .col-edit-button {
    text-align: right;
    margin-top: 0px;
  }
}
.Wcms.StoryTelling .WcmsPagePlaceholder {
  margin-top: 0px;
}
.Wcms .WcmsContentHeader h1 {
  /*display: block;
  color: $web-portal-brand-primary;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #ccc;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: normal;*/
  display: block;
  color: #000;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  /*blue line above headline*/
}
@media screen and (min-width: 768px) {
  .Wcms .WcmsContentHeader h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
.Wcms .WcmsContentHeader h1:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -20px;
  width: 40px;
  height: 7px;
  background-color: #005EA8;
}
.Wcms .no-textdecoration {
  text-decoration: none;
}  .WcmsFooter {
  border-top: none;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 80px 30px 60px 30px;
  color: #333333;
  background-color: white;
  font-size: 12px;
}

/*.WcmsFooter:before {
	content: '';
	position: absolute;
	height: 80px;
	width: 80px;
	display: block;
	background-size: contain;
	background-image: url(https://www.blick-aktuell.de/Custom/Images/blick-aktuell-start.png);
	margin-top: -120px;
	left: calc(50% - 80px / 2);
}*/
.footer-title {
  font-size: 18px;
  text-transform: inherit;
  /*PMODIF AG 2024-07-31 Modify layout, use brand color*/
  color: #005EA8;
  font-weight: 500;
}

footer.WcmsFooter a, footer.WcmsFooter a b {
  font-size: 13px;
  font-weight: 500 !important;
}

.footer-title a {
  color: #005EA8 !important;
  /*PMODIF END*/
  font-size: 18px !important;
  font-weight: 500 !important;
}

.WcmsFooter a img {
  display: none;
} /*for WcmsFormModule */
.WcmsFormModule h2 {
  text-align: center;
}
.WcmsFormModule .fi-form-row label {
  font-weight: normal;
}
.WcmsFormModule .fi-form-row .WcmsFormLabel {
  font-weight: bold;
  text-align: left;
}
.WcmsFormModule .WcmsFormCaptchaHolder label {
  text-align: left;
}
.WcmsFormModule .WcmsFormCaptchaHolder .input-group-addon {
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
}
.WcmsFormModule .WcmsFormFormSubmitted {
  text-align: center;
}
@media print {
  .WcmsFormModule .WcmsFormFormSubmitted .WcmsFormFormSubmittedActions {
    display: none;
  }
} /*PMODIF AG 2024-09-09 Modify header layout*/
.WcmsHeader {
  background-color: #fff;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #005EA8, #F08A00, #d5edfa 60%) 1;
     border-image: linear-gradient(to right, #005EA8, #F08A00, #d5edfa 60%) 1;
}
@media screen and (max-width: 767px) {
  .WcmsHeader {
    /*PMODIF AG 2024-09-09 Modify header layout*/
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .WcmsHeader {
    left: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
  }
}
.WcmsHeader .NavigationHeader {
  display: flex;
  flex-direction: row;
}
.WcmsHeader .NavigationHeader .flex-col3 {
  flex-grow: 1;
}
.WcmsHeader .WcmsHeaderLoginLinkModule {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .Admin ~ .Wcms .WcmsHeader {
    top: 90px;
  }
}

/*************************************************************************************************/
/* navigation links in the header */
/*************************************************************************************************/
.TopNavigation {
  text-align: right;
  color: #707070;
  font-family: "Greycliff CF Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
}
.TopNavigation ul {
  padding-left: 0px;
  padding-right: 0px;
}
.TopNavigation ul li {
  display: inline;
  /*border-right: solid 1px $web-portal-brand-primary;*/
  padding-left: 0px;
  padding-right: 30px;
}
.TopNavigation ul li:last-child {
  /*border-right: none;*/
  padding-right: 0px;
}
.TopNavigation ul li.padding-right {
  padding-right: 18px;
}
.TopNavigation ul li.search {
  /*only show icon*/
}
.TopNavigation ul li.search > div {
  display: inline-block;
}
.TopNavigation ul li.search .HeaderSearch .fi-search-box {
  display: none;
}
.TopNavigation ul li.search .HeaderSearch button {
  border: none;
  color: #707070;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.TopNavigation ul li.search .HeaderSearch button:hover, .TopNavigation ul li.search .HeaderSearch button:active, .TopNavigation ul li.search .HeaderSearch button:focus {
  background-color: #fff;
  box-shadow: none;
}
.TopNavigation ul li.search .HeaderSearch button img {
  margin-top: 22px;
}
.TopNavigation ul li a {
  color: #707070;
}
.TopNavigation ul li a:hover {
  color: #005EA8;
  text-decoration: none;
}

#WcmsLogoInsideNavigation {
  display: none;
}

#WcmsLogo img {
  /*margin-bottom: 15px;*/
}

#WcmsLogoXs {
  /*height: 100%;*/
  /* PMODIF TS 2022-04-27 set background white */
  background: #ffffff;
}
#WcmsLogoXs img {
  height: 45px;
}

#MobileNavigation .navbar-toggle {
  margin-right: 5px;
}

#MobileSearchNavbar {
  background-color: #fff;
}

/*************************************************************************************************/
/* header for StoryTelling */
/*************************************************************************************************/
.Wcms.StoryTelling .WcmsHeader {
  margin-left: -15px;
  margin-right: -15px;
}
.Wcms.StoryTelling .WcmsHeader .TopNavigation, .Wcms.StoryTelling .WcmsHeader .NavigationHeader, .Wcms.StoryTelling .WcmsHeader .breadcrumb {
  display: none;
}
.Wcms.StoryTelling .WcmsHeader #WcmsLogoInsideNavigation {
  display: inline-block;
  padding: 5px 15px;
}
.Wcms.StoryTelling .WcmsHeader #DesktopNavigation.navbar {
  margin-bottom: 0px;
  border: 0px;
}
.Wcms.StoryTelling .WcmsHeader #DesktopNavigation .nav.navbar-nav {
  float: right;
}
.Wcms.StoryTelling .WcmsHeader #MobileNavigation.navbar {
  margin-bottom: 0px;
  border: 0px;
} /*************************************************************************************************/
/* navigation menu */
/*************************************************************************************************/
/*************************************************************************************************/
/* navigation menu */
/*************************************************************************************************/
/*PMODIF AG 2024-09-12 Modify header layout*/
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
  min-height: 0px;
  border: 0px;
}

.navbar-collapse.collapsing {
  background-color: white;
}

.navbar-collapse.collapse.in {
  background-color: white;
}

/*PMODIF AG 2024-09-12 Modify header layout*/
/*.navbar-collapse {
    @media (max-width: 768px) {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }
}*/
nav {
  margin-bottom: 0;
  /*.navbar-nav li.dropdown.open > a span {
  	transform: rotate(180deg);
  	transition: transform 0.2s ease-in-out;
  }

  .navbar-nav li.dropdown-submenu.open > a span {
  	transform: rotate(180deg);
  	transition: transform 0.2s ease-in-out;
  }*/
}
nav .navbar-nav {
  /*float: right;*/
  font-family: "Greycliff CF Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
nav .navbar-toggle:active, nav .navbar-toggle:focus, nav .navbar-toggle:hover {
  background-color: #fff;
}
nav .navbar-nav > .open > a, nav .navbar-nav > .open > a:hover, nav .navbar-nav > .open > a:focus {
  color: #005EA8;
  background-color: transparent;
}
nav .nav .open > a,
nav .nav .open > a:hover,
nav .nav .open > a:focus {
  background-color: #fff;
  color: #000;
}
nav .nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
  /*PMODIF AG 2024-09-12 Modify header layout*/
  color: #000;
}
nav .nav > li > a:hover, nav .nav > li > a:focus {
  background-color: transparent !important;
}
@media screen and (min-width: 768px) {
  nav .navbar-collapse {
    padding: 0;
  }
}
nav .navbar-collapse span.glyphicon-chevron-down,
nav .navbar-collapse span.glyphicon-chevron-up {
  color: #005EA8;
  font-size: 12px;
  padding-left: 0px;
}
nav .dropdown-menu > li > a {
  color: #000;
}

/*PMODIF AG 2024-09-17 Modify header layout*/
.LoginLinkModule a {
  color: #000;
}
.LoginLinkModule a:hover, .LoginLinkModule a:focus {
  color: #005EA8;
  background-color: transparent !important;
} /*************************************************************************************************/
/* CAUTION: nav element of WcmsNavModule could exit also without the outer WcmsNavModule class element */
/*************************************************************************************************/
nav ul.wcms-nav-table-of-content {
  padding: 0;
  list-style: none;
}
nav ul.wcms-nav-table-of-content .nav-group-headline {
  font-weight: bold;
}
nav ul.wcms-nav-list {
  padding: 0;
  list-style: none;
}
nav ul.wcms-nav-list li {
  padding: 0 0.5em;
}
nav.piped ul.wcms-nav-list li {
  border-right: solid 1px #005EA8;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
nav.piped ul.wcms-nav-list li:last-child {
  border-right: none;
  padding-right: 0px;
}
@media print {
  nav {
    display: none;
  }
} /* the prefix of the qryResult navigation */
.QryResultPrefix {
  padding-right: 10px;
}

/* the backwardLink of the qryResult navigation */
.QryResultBackwardLink {
  text-decoration: none !important;
  padding-right: 5px;
}

/* the backwardMore of the qryResult navigation */
.QryResultBackwardMore {
  text-decoration: none !important;
  padding-right: 5px;
}

/* the pageLink of the qryResult navigation */
.QryResultPageLink {
  text-decoration: none !important;
  padding-left: 2px;
  padding-right: 2px;
}

/* the pageSelection of the qryResult navigation */
.QryResultPageSelection {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: -2px;
}

/* the activePage of the qryResult navigation */
.QryResultActivePage {
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

/* the forwardMore of the qryResult navigation */
.QryResultForwardMore {
  text-decoration: none !important;
  padding-left: 5px;
}

/* the forwardLink of the qryResult navigation */
.QryResultForwardLink {
  text-decoration: none !important;
  padding-left: 5px;
}

/* the postfix of the qryResult navigation */
.QryResultPostfix {
  text-decoration: none;
  padding-left: 25px;
}

.WcmsQueryToolbarLinks {
  margin-bottom: 5px;
}

.PaginationQueryResult ul.QueryResult li {
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}

ul.ImageGallery .ImageItem {
  margin-bottom: 15px;
  margin-top: 15px;
}
ul.ImageGallery .ImageItem figure {
  background-color: rgb(222, 222, 222);
  padding: 5px;
  overflow: hidden;
}
ul.ImageGallery .ImageItem figure .img-wrapper {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 10px 0px;
  height: 150px;
}
ul.ImageGallery .ImageItem figure .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ul.ImageGallery .ImageItem figure .item-actions {
  margin-top: 10px;
  text-align: center;
}
ul.ImageGallery .ImageItem figcaption {
  padding: 0px 5px;
}
ul.ImageGallery .ImageItem label {
  text-align: center;
  font-weight: normal;
  font-size: 0.9em;
}
ul.ImageGallery .ImageItem input {
  width: 100%;
  height: 1.5em;
  margin-top: 10px;
}
ul.ImageGallery .ImageItem p.Copyright {
  text-align: center;
  margin: 0px;
} /*for WebStoryFeaturedModule */
.WebStoryFeaturedModule .WebStoryFeaturedContent {
  margin-top: 5px;
} .edinput-panel.edinput-panel-default .edinput-panel-heading .edinput-panel-title {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  color: inherit;
} /*************************************************************************************************/
/* general Wcms stylesheet definitions */
/*************************************************************************************************/
/*************************************************************************************************/
/* mixins */
/*************************************************************************************************/
/* mixin for multiline */
/* definition for the MyFinishedEdInputStoriesModule */
.MyFinishedEdInputStoriesModule ul.MyFinishedEdInputStoriesContainer li {
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesContentHolder {
  padding-bottom: 0.5em;
  font-size: 12px;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesImage {
  margin-bottom: 11px;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesImage img {
  min-width: 100%;
  background: #efefef;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesEdInputType {
  display: block;
  color: #cccccc;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesText .MyFinishedEdInputStoriesHeading {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesText .MyFinishedEdInputStoriesBaseText {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 4.8em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesText .MyFinishedEdInputStoriesBaseText:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesText .MyFinishedEdInputStoriesBaseText:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: inherit;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesDate {
  display: block;
  color: #005EA8;
  margin-top: 0px;
  margin-bottom: -3px;
  font-weight: bold;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesAction {
  margin-bottom: 5px;
  text-align: right;
}
.MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesAction button {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .MyFinishedEdInputStoriesModule .MyFinishedEdInputStoriesAction button {
    display: block;
    width: 100%;
    margin-top: 1em;
  }
} /*************************************************************************************************/
/* general Wcms stylesheet definitions */
/*************************************************************************************************/
/*************************************************************************************************/
/* mixins */
/*************************************************************************************************/
/* mixin for multiline */
/* definition for the MyUncompletedEdInputStoriesModule */
.MyUncompletedEdInputStoriesModule ul.MyUncompletedEdInputStoriesContainer li {
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesContentHolder {
  padding-bottom: 0.5em;
  font-size: 12px;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesImage {
  margin-bottom: 11px;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesImage img {
  min-width: 100%;
  background: #efefef;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesEdInputType {
  display: block;
  color: #cccccc;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesText .MyUncompletedEdInputStoriesHeading {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesText .MyUncompletedEdInputStoriesBaseText {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 4.8em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesText .MyUncompletedEdInputStoriesBaseText:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesText .MyUncompletedEdInputStoriesBaseText:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: inherit;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesDate {
  display: block;
  color: #005EA8;
  margin-top: 0px;
  margin-bottom: -3px;
  font-weight: bold;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesAction {
  margin-bottom: 5px;
  text-align: right;
}
.MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesAction a, .MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesAction button {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesAction a, .MyUncompletedEdInputStoriesModule .MyUncompletedEdInputStoriesAction button {
    display: block;
    width: 100%;
    margin-top: 1em;
    margin-left: 0px;
  }
} html body.EPaper {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
html body.EPaper .Wcms {
  /*height: 100% !important;*/
  padding: 0 !important;
  margin-top: 0 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.3em;
}
html body.EPaper .Wcms .WcmsPagePlaceholder {
  /*height: 100% !important;*/
  padding: 0 !important;
  margin-top: 0 !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder .ajax-upload-dragdrop span, html body.EPaper .Wcms .WcmsPagePlaceholder .ajax-upload-dragdrop span {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder .epaper-background {
  background-color: #EEEEEE;
}
html body.EPaper .Wcms .WcmsPagePlaceholder a.epaper-not-active {
  pointer-events: none;
  cursor: default;
}
html body.EPaper .Wcms .WcmsPagePlaceholder div.epaper-clear-both {
  clear: both;
}
html body.EPaper .Wcms .WcmsPagePlaceholder .epaper-mobile {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder .epaper-barrier-free {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot {
  position: relative;
  display: none;
  height: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 20%;
  margin: 10% 25%;
  z-index: 2000;
  background-color: lightgray;
  border: 3px solid #336699;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperMessage header {
  width: auto;
  font-size: 1.3em;
  font-weight: bold;
  color: #336699;
  margin: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperMessage main {
  width: auto;
  font-size: 1em;
  font-weight: normal;
  white-space: normal;
  text-overflow: ellipsis;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperMessage button {
  width: 33%;
  height: 50px;
  margin: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot div.epaper-toolbar-item {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot div.epaper-toolbar-item {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot div.epaper-toolbar-item {
    width: 15%;
    height: 40px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot div.epaper-toolbar-item span {
  font: bold 10px Arial, Helvetica, sans-serif;
  color: #336699;
  width: 60px;
  height: 25px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot div.epaper-toolbar-item span {
    font-weight: normal;
    font-size: 8pt;
    width: 100%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot div.epaper-toolbar-item span:not(.epaper-mobile) {
  display: inline-block;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-toolbar-button path:not(.svg-fixed-fill),
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-gallery-selected {
  fill: #336699;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-page-nav-button {
  fill: #336699;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-svg {
  display: inline-block;
  margin: 10px 10px 0 10px;
  width: 30px;
  height: 30px;
  overflow: inherit !important;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-svg {
    margin: 10px 5px 0 5px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-svg {
    width: 20px;
    height: 20px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-svg:hover path:not(.svg-fixed-fill) {
  cursor: pointer;
  fill: #6699CC;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-svg.epaper-button-disabled {
  opacity: 0.3;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot span.epaper-desktop {
  display: inline-block;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot span.epaper-desktop {
    display: none !important;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot p.epaper-desktop {
  display: block;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot p.epaper-desktop {
    display: none !important;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot span.epaper-mobile, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot p.epaper-mobile {
  display: none;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot span.epaper-mobile, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot p.epaper-mobile {
    display: inline-block;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-button {
  /* www.bestcssbuttongenerator.com */
  box-shadow: inset 0 1px 0 0 #ffffff;
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e9e9e9",GradientType=0);
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #ffffff;
  text-align: right;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-button:hover {
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f9f9f9",GradientType=0);
  background-color: #e9e9e9;
  text-decoration: none !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-button:active {
  position: relative;
  top: 1px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-graphics {
  z-index: 100;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu {
  font-size: 12pt;
  border-radius: 5px;
  position: absolute;
  margin-top: 5px;
  right: 0;
  background-color: lightgray;
  border: 1px solid #BEBEBE;
  z-index: 2;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu.closed {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu.open {
  display: block;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  text-align: left;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu ul > li {
  line-height: 2.5em;
  overflow: hidden;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu ul > li:hover {
  background-color: #EFF3FB;
  border-radius: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu ul > li a {
  display: inline-block;
  color: #666;
  padding: 0 15px;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: left;
  text-decoration: none !important;
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu ul > li a.high {
  padding-bottom: 0.3em;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu ul > li a.disabled {
  cursor: default;
  color: #AAA;
  background: inherit;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu .epaper-menu-triangle {
  position: absolute;
  right: 20px;
  top: -10px;
  z-index: 100;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid lightgray;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .epaper-menu .epaper-menu-triangle {
    right: 10px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar {
  height: 60px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar {
    height: 50px;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar {
    height: 40px;
  }
}
@media screen and (max-width: 330px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar {
    height: 8%;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar .epaper-toolbar-item {
    width: 40px;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar .epaper-toolbar-item {
    width: auto;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar .epaper-toolbar-item span {
  width: auto;
  color: white;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar .epaper-toolbar-item span {
    /* don't show the button caption on small screens*/
    display: none;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar .epaper-toolbar-item .epaper-menu {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot.epaper-with-button-caption #m_wctrlEPaperToolBar .epaper-toolbar-item .epaper-menu {
    margin-top: 30px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot:not(.epaper-with-button-caption) #m_wctrlEPaperToolBar {
  height: 50px;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot:not(.epaper-with-button-caption) #m_wctrlEPaperToolBar {
    height: 40px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot:not(.epaper-with-button-caption) #m_wctrlEPaperToolBar .epaper-toolbar-item span {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot:not(.epaper-with-button-caption) #m_wctrlEPaperToolBar .epaper-toolbar-item .epaper-menu {
  margin-top: -5px;
}
@media screen and (max-width: 480px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot:not(.epaper-with-button-caption) #m_wctrlEPaperToolBar .epaper-toolbar-item .epaper-menu {
    margin-top: 15px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot:not(.epaper-with-button-caption) .epaper-select-issue {
  top: 50px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar {
  display: none;
  width: auto;
  background-color: #336699;
  box-sizing: border-box;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-item > div:first-child {
  display: block;
  width: 100%;
  height: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-item .epaper-menu-button path, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-item .epaper-menu-button polygon, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-item .epaper-menu-button rect {
  fill: #FFF;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-text-item {
  width: 175px;
  height: 50px;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-text-item {
    width: 100px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-text-item {
    display: none;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-text-item + div.epaper-toolbar-item {
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-text-item + div.epaper-toolbar-item {
    text-align: left;
    width: 40px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-text-item input {
  width: 175px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar .epaper-toolbar-text-item input {
    width: 100px;
    font-size: 16px;
    background: #eee;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchText {
  font-size: 12pt;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchButton path {
  stroke: #FFF;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchButton:hover path {
  stroke: #6699CC;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchMenu {
  box-sizing: border-box;
  /*@media screen and (max-width: 330px)
  {
  	right: -20px;
  }*/
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchMenu {
    width: 200px;
    left: 0px;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchMenu .epaper-menu-triangle {
    left: 10px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchMenu #EPaperInnerSearchText {
  display: none;
  font-size: 12pt;
  height: 30px;
}
@media screen and (max-width: 480px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchMenu #EPaperInnerSearchText {
    display: inline-block;
    margin: 2%;
    width: 60%;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperSearchMenu #EpaperSearchMenuItem {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 25%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperButtonsLeft {
  float: left;
  height: 50px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperButtonsLeft {
    float: left;
    height: 40px;
    width: 20%;
    text-align: left;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperButtonsRight {
  float: right;
  height: 50px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperToolBar #EPaperButtonsRight {
    float: right;
    height: 40px;
    width: 80%;
    text-align: right;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSectionBar {
  height: 30px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 1em;
  border-bottom: 1px solid #336699;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSectionBar .epaper-section-item {
  display: inline-block;
  width: 100px;
  padding-top: 0.6em;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSectionBar .epaper-section-item a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #336699;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSupplement {
  float: left;
  width: 0%;
  overflow-y: auto;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSupplement.epaper-show-supplement {
  width: 10%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  padding: 8px 8px 48px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSupplement.epaper-show-supplement {
    width: 0%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSupplement.epaper-show-supplement .epaper-supplement-container {
  text-align: center;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSupplement.epaper-show-supplement .epaper-supplement-container img.epaper-supplement-preview {
  width: 75%;
  display: block;
  margin: 20px auto 5px auto;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperSupplement.epaper-show-supplement .epaper-supplement-container img.epaper-supplement-preview.epaper-supplement-no-access:hover {
  opacity: 0.5;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav {
  text-align: center;
  white-space: nowrap;
  min-height: 100%;
  float: right;
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-show-supplement {
  width: 90%;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-show-supplement {
    width: 100%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-scroll-y {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-scroll-y div {
  -webkit-transform: translate3d(0, 0, 0);
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-scroll-y div.epaper-navigation-button {
  position: fixed;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-scroll-y #m_wctrlEPaperNavigationLeft {
  left: 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-scroll-y.epaper-show-supplement #m_wctrlEPaperNavigationLeft {
  left: 10%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav.epaper-scroll-y #m_wctrlEPaperNavigationRight {
  right: 20px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav {
    position: relative;
    overflow: auto;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav {
    min-height: 92%;
    overflow: hidden;
  }
}
@media screen {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .snav {
    font-weight: normal;
    line-height: 13px;
    color: #369;
  }
}
@media print {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .snav {
    display: none;
  }
}
@media screen {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .ehits {
    font-weight: 800;
    color: #FFF;
    background-color: #ffff00;
  }
}
@media print {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .ehits {
    display: none;
  }
}
@media screen {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .sinfo {
    display: none;
  }
}
@media print {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .sinfo {
    font-weight: normal;
    line-height: 14px;
    color: #000000;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav > div {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 25%;
  white-space: nowrap;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav > div {
    overflow: hidden;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav > div > div {
  display: inline-block;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .epaper-content-header > h2 {
  color: #336699;
  text-decoration: none;
  font: bold 24px Arial, Helvetica, sans-serif;
  text-align: center;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .epaper-navigation-button {
  position: absolute;
  top: 47%;
  z-index: 5;
  height: auto;
  vertical-align: top;
  text-align: left;
  width: 40px;
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .epaper-navigation-button {
    width: 20px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .epaper-navigation-button:first-child {
  left: -40px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .epaper-navigation-button:nth-child(3) {
  right: -30px;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav .epaper-navigation-button.epaper-touch {
    width: 0;
    overflow: hidden;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav div.epaper-supplement-root-double {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 16px 16px 32px;
  padding-bottom: calc(16px + 2.5em);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 10px;
  /* ==> (a) Fix: immer 4 Beilagen pro Zeile <== */
  /*grid-template-columns: repeat(4, 1fr);*/
  /* ==> (b) Pixel based: meist 3 Beilagen pro Zeile <== */
  /*grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));*/
  /* ==> (c) Pixel based: meist 4 Beilagen pro Zeile <== */
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav div.epaper-supplement-root-double .epaper-supplement-container {
  display: flex;
  flex-direction: column;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav div.epaper-supplement-root-double .epaper-supplement-container img.epaper-supplement-preview {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav div.epaper-supplement-root-double .epaper-supplement-container img.epaper-supplement-preview.epaper-supplement-no-access:hover {
  opacity: 0.3;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #EPaperContentWithNav div.epaper-supplement-root-double .epaper-supplement-container label.epaper-supplement-caption {
  margin-top: 6px;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  min-height: 3.75em;
  /* 3-zeilig */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperNavigationLeft svg {
  transform: rotate(180deg);
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot .swiper-slide:not(.swiper-slide-active) div.swiper-lazy-preloader {
  /* don't show lazy-preloaded-image in inactive slides */
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  white-space: normal;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-content-menu {
  text-align: center;
  height: 5em;
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-content-menu {
    height: 3em;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-content-menu .epaper-toolbar-item {
    width: 24%;
    height: 50px;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-content-menu .epaper-toolbar-item {
    width: 18%;
    height: 40px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent input[type=checkbox], html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent input[type=radio] {
  transform: scale(1.5);
  margin: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-check-edition-caption {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-check-edition-caption {
    width: 45%;
  }
}
@media screen and (max-width: 520px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-check-edition-caption {
    width: 90%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlState {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlState #m_wctrlEPaperState {
  margin-top: 25px;
  font-size: 1.3em;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlState #m_wctrlEPaperState div.itemtitle.pubdate {
  margin-bottom: 10px;
  font-weight: bold;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlState #m_wctrlEPaperState div.itemtitle.dayofpub {
  margin-bottom: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlState #m_wctrlEPaperState div.itemtitle.issue {
  margin-bottom: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlPageContainer #EPaperPageContainer .epaper-page-areamap-layer {
  border: 0;
  z-index: 30;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlPageContainer #EPaperPageContainer .epaper-page-multimedia-layer {
  z-index: 40;
  left: 32px;
  top: 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlPageContainer #EPaperPageContainer .epaper-page-multimedia-layer svg.epaper-multimedia-svg path:not(.svg-fixed-fill) {
  fill: #336699;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlPageContainer #EPaperPageContainer .epaper-page-multimedia-layer svg.epaper-multimedia-svg:hover path:not(.svg-fixed-fill) {
  fill: #6699CC;
  cursor: pointer;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlPageContainer .epaper-page-image {
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px 0 0;
    width: 100%;
    height: 55px;
    z-index: 2;
    background-color: white;
    text-align: center;
    border-top: 1px solid #808080;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation > div.epaper-toolbar-item:nth-child(2) {
    display: none;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare {
  background-color: #336699;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare {
    bottom: 60px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare .epaper-menu-item {
  text-align: left;
  white-space: nowrap;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare .epaper-menu-triangle {
  border-bottom: 10px solid #336699;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare .epaper-menu-triangle {
    right: 25px;
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #336699;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare ul {
  width: 150px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare ul > li > div svg {
  width: 25px;
  height: 25px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare ul > li > div svg path {
  fill: white;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare ul > li:hover {
  background-color: lightgray;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementNavigation #m_wmenuEPaperShare ul > li a {
  color: white;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  margin: 10px 0;
  color: #424344;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption {
    font-weight: normal;
    font-size: 8pt;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption .epaper-content-left {
  float: left;
  text-align: left;
  width: 33%;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption .epaper-content-left {
    width: 40%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption .epaper-content-center {
  float: left;
  text-align: center;
  width: 34%;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption .epaper-content-center {
    width: 20%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption .epaper-content-right {
  float: right;
  text-align: right;
  width: 33%;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement #m_wctrlSwiperElementCaption .epaper-content-right {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content .StoryShowBaseTextBox {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content .StoryShowBox h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content .StoryShowBox h2 {
    font-size: 0.8em;
    padding: 0;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content .StoryShowGalleryImage {
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content .StoryShowGalleryImage img {
  max-width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content .epaper-general-doc-link {
  margin-top: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content img.epaper-element-image {
  max-width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperElement .epaper-element-block .epaper-element-content img.epaper-no-access {
  width: 288px;
  height: 322px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery {
  max-width: 640px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery {
    max-width: 480px;
    padding: 0 10px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery {
  text-align: left;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery a:active, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery a:link, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery a:visited {
  color: #336699;
  text-decoration: none;
  font: bold 12px Arial, Helvetica, sans-serif;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery h2 {
  color: #336699;
  text-decoration: none;
  font: bold 24px Arial, Helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery h2 {
    display: none;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-admin h2 {
  color: #336699;
  text-decoration: none;
  font: bold 24px Arial, Helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-admin h2 {
    display: none;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery-toolbar, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-admin-toolbar {
  text-align: center;
  vertical-align: top;
  height: 80px;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery-toolbar, html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-admin-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px 0 0;
    width: 100%;
    z-index: 100;
    background-color: white;
    text-align: center;
    border-top: 1px solid #808080;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery-toolbar {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-gallery-toolbar .epaper-toolbar-item {
    width: 19%;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-admin-toolbar {
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery .epaper-admin-toolbar .epaper-toolbar-item {
    width: 18%;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages > div {
    margin-bottom: 70px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page {
  display: inline-block;
  margin-bottom: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page.checked svg {
  z-index: 5;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page.unchecked svg {
  z-index: -1;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page.disabled img {
  opacity: 0.4;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page .epaper-gallery-thumb {
  position: relative;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page .epaper-gallery-thumb > svg.epaper-svg {
    width: 40px;
    height: 40px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page .epaper-gallery-thumb img.epaper-gallery-page-image {
  width: 112px;
  height: 156px;
  border: 1px solid black;
  margin-left: 9px;
  margin-right: 9px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page .epaper-gallery-thumb .epaper-gallery-selected {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page .epaper-gallery-page-number {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page .epaper-gallery-page-caption {
  text-align: center;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperPdfGalleryPages .epaper-gallery-page .epaper-gallery-page-caption span {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #336699;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlSwiperPdfGallery #m_wctrlEPaperUploadImage {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result {
  margin: 0 auto;
  padding: 10px 10px 10px 50px;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
  min-width: 640px;
  min-height: 85%;
  background-color: white;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result {
    min-width: 360px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result #m_wctrlEPaperSearchResultItems {
  margin-top: 3em;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result h2 {
  color: #336699;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-content-menu {
  position: relative;
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-content-menu .epaper-header-caption {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-content-menu .epaper-header-caption {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-content-menu .epaper-header-caption h2 {
    font: bold 16px Arial, Helvetica, sans-serif;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-content-menu .epaper-header-buttons {
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (max-width: 420px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-content-menu .epaper-header-buttons {
    left: 0;
    width: 30px;
    height: 30px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-next {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-next span {
  color: #336699;
  font-size: 1.4em;
  font-weight: bold;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-panel {
  width: auto;
  text-align: left;
  margin-bottom: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-panel > .epaper-search-line {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-panel > .epaper-search-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-panel > .epaper-search-text {
  font-size: 14px;
  font-weight: normal;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-panel.epaper-line {
  height: 2px;
  width: 100%;
  background-color: lightgrey;
  margin-top: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-published-in-header {
  font-size: 12px;
  font-weight: bold;
  color: #336699;
  display: block;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-published-in {
  display: inline-block;
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-result-item {
  position: relative;
  border: 1px solid white;
  margin-top: 20px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-result-item:hover {
  border: 1px solid #eee;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-result-item > svg.epaper-watchlist-closebutton {
  position: absolute;
  top: -5px;
  right: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent .epaper-search-result .epaper-search-result-item:hover > svg.epaper-watchlist-closebutton {
  opacity: 0.7;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  min-height: 90%;
  padding: 10px;
  background-color: white;
  min-width: 640px;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch {
    min-width: 520px;
  }
}
@media screen and (max-width: 520px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch {
    min-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch {
    min-width: 320px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch h2 {
  font-size: 24px;
  font-weight: bold;
  color: #336699;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  margin-top: 30px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch label.error {
  font-size: 12px;
  font-weight: normal;
  color: red;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch .epaper-extsearch-block {
  text-align: left;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #EPaperExtSearchHeader {
  margin: 0;
  padding: 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #EPaperExtSearchHeader > a {
  display: inline-block;
  margin-top: 0.3em;
  vertical-align: top;
  width: 16%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #EPaperExtSearchHeader > a #EPaperExtSearchHeaderButtons {
  text-align: center;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #EPaperExtSearchHeader #EPaperExtSearchHeaderCaption {
  display: inline-block;
  width: 66%;
  text-align: center;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #EPaperExtSearchHeader div.epaper-blocker {
  display: inline-block;
  width: 16%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt {
  padding: 0 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchEditions #EPaperExtSearchEditionsCheckSpecific span.epaper-extsearch-editions-specific {
  display: inline-block;
  white-space: nowrap;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt input.epaper-extsearch-input {
  padding: 0 10px;
  margin: 5px 0 0 0;
  border: 0;
  height: 30px;
  color: #336699;
  background-color: #EEEEEE;
  border-radius: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchPeriodDate > div {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchPeriodDate > div {
    width: 90%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchPeriodDate > div > div {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 50px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchPeriodDate .ui-datepicker {
  font-size: 1.2em !important;
  width: auto !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchPeriodDate .ui-datepicker select {
  color: black;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchPeriodDate input {
  display: inline-block;
  width: 230px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchText div {
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchText div > input {
  width: 93%;
  margin-top: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchText > div {
  margin-bottom: 20px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchLimit > div {
  margin: 0 0 10px 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchLimit > div > span {
  margin: 0 10px 0 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchLimit > div > span > input {
  margin: 0 5px 0 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchLimit > div:last-child {
  padding-left: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperExtendedSearch #m_wctrlSwiperSearchExt #EPaperExtSearchButtons {
  text-align: right;
  margin-right: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  min-height: 90%;
  padding: 10px;
  background-color: white;
  min-width: 640px;
  white-space: nowrap;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplEditionsCheckSpecific {
  white-space: normal;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl div.epaper-addsuppl-block:not(.epaper-suppl-noflex) {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
  padding: 5px 0;
  text-align: left;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl div.epaper-addsuppl-block:not(.epaper-suppl-noflex).epaper-suppl-slide {
  display: none;
  margin-top: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl div.epaper-addsuppl-block:not(.epaper-suppl-noflex) > span {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl .epaper-addsuppl-input {
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0 0 0;
  border: 0;
  height: 30px;
  color: #336699;
  background-color: #EEEEEE;
  border-radius: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplHeader svg {
  display: block;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplHeader #EPaperAddSupplHeaderCaption {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplHeader #EPaperAddSupplHeaderCaption span.epaper-header-caption {
  color: #336699;
  font-size: 1.5em;
  font-weight: bold;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplName input {
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplPeriodDate > div {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 50%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplPeriodDate > div > div {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 10%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplPeriodDate > div input {
  width: 60%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl button.epaper-suppl-toggle-button {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid white;
  background-color: darkgray;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl button.epaper-suppl-toggle-button span {
  font-weight: bold;
  color: white;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl button.epaper-suppl-toggle-button span:first-child {
  float: left;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl button.epaper-suppl-toggle-button span:not(:first-child) {
  float: right;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons button {
  margin: 5px 0 5px 0;
  height: 30px;
  width: 100%;
  border-radius: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons button.epaper-input-file {
  width: 30%;
  display: inline-block;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons button:enabled {
  color: #336699;
  background-color: #EEEEEE;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons button:not(:enabled) {
  color: #BEBEBE;
  background-color: #DCDCDC;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons input {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons div.epaper-supple-path {
  position: relative;
  width: 70%;
  padding: 5px;
  display: inline-block;
  background-color: transparent;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons div.epaper-supple-path span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons div.epaper-supple-path svg {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  fill: #336699;
  right: 10px;
  top: 0;
  margin: 3px;
  visibility: hidden;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons div.epaper-supple-path.epaper-supple-selected:hover {
  background-color: lightblue;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperAddSupplButtons div.epaper-supple-path.epaper-supple-selected:hover svg {
  visibility: visible;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements button {
  display: block;
  margin: 5px 0 5px 0;
  height: 30px;
  width: 100%;
  border-radius: 5px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements button:enabled {
  color: #336699;
  background-color: #EEEEEE;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements button:not(:enabled) {
  color: #BEBEBE;
  background-color: #DCDCDC;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement {
  margin: 5px 0;
  min-height: 50px;
  background-color: #EEEEEE;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row {
  width: 100%;
  height: 30px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row:nth-child(odd) {
  background-color: lightgray;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row:nth-child(even) {
  background-color: white;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row input {
  width: 5%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-col {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-name {
  width: 20%;
  position: relative;
  overflow: visible;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-name div.epaper-suppl-result-name-caption {
  overflow: hidden;
  padding-right: 2px;
  text-overflow: ellipsis;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-name div.epaper-suppl-result-tooltip {
  position: absolute;
  visibility: hidden;
  z-index: 1;
  width: 100px;
  height: 140px;
  right: -50px;
  top: -50px;
  border: 2px solid darkgray;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #EEEEEE;
  background-position: center;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-name:hover div {
  visibility: visible;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-editions {
  width: 35%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-pubdatefrom {
  width: 15%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-pubdateto {
  width: 15%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlEPaperAddSupplements #m_wctrlSwiperAddSuppl #EPaperDeleteSupplements #m_listSupplement div.epaper-suppl-result-row div.epaper-suppl-result-nbpages {
  width: 5%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #m_wctrlEPaperRoot #m_wctrlEPaperContent #m_wctrlPageZoom.epaper-single-page-zoom #EPaperDraggablePage img:last-child {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder .epaper-select-issue {
  display: none;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13pt;
  height: 100%;
  line-height: 1.3em;
  position: absolute;
  width: 100%;
  top: 50px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssueBackground {
  background-color: gray;
  opacity: 0.8;
  z-index: 100;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue {
  background-color: transparent;
  z-index: 100;
  overflow-y: auto;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog {
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13pt;
  line-height: 1.3em;
  background-color: #336699;
  color: #ffffff;
  width: 500px;
  height: 540px;
  left: 50%;
  top: 20px;
  padding: 10px 0 0 0;
  margin-left: -250px;
  margin-top: 0;
  border-radius: 10px;
}
@media screen and (max-width: 640px), screen and (max-height: 620px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog {
    font-size: 9pt;
    width: 300px;
    height: 390px;
    top: 2px;
    margin-left: -150px;
    padding: 5px 0 0 0;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-select-issue-block {
  padding: 0 20px;
}
@media screen and (max-width: 640px), screen and (max-height: 620px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-select-issue-block {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px), screen and (max-height: 620px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-select-issue-block > p {
    margin-bottom: 0px;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueEditionGroup {
  display: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar a.ui-state-active {
  border: 1px solid #c5dbec;
  background: #dfeffc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAQklEQVQ4je3PMQqAMBBE0T9z/5OmjpWEtTAiQnohTPP4W0yxtD7KACGEbTnOmqWbwraeU2BLswTY33q3/z8TQlhxAeVuCwDp/l1ZAAAAAElFTkSuQmCC) 50% 50% repeat-x;
  /*color: #2e6e9e !important;*/
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar a:hover {
  text-decoration: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker {
  width: auto !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker table {
  font-size: 0.9em !important;
}
@media screen and (max-width: 640px), screen and (max-height: 620px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker table {
    font-size: 0.7em !important;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker select {
  color: black;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker .ui-datepicker-title > select {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  border-radius: 5px;
  height: 30px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker .ui-datepicker-title > select > option {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker .ui-datepicker-calendar, html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar .ui-datepicker .ui-datepicker-buttonpane {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar td.ui-state-highlight {
  /*border: none;*/
  background-image: none !important;
  background-color: #4488bb !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar td.ui-state-highlight > a {
  background: none;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueCalendar select.ui-datepicker-month select.ui-datepicker-year {
  font-size: 20pt !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueButtons {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 640px), screen and (max-height: 620px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueButtons .epaper-button {
    font-size: 9pt;
    padding: 6px 12px;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueButtons {
    position: unset;
    /*margin-top: 10px;*/
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueButtons > div:nth-child(1) {
    float: left;
  }
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueButtons > div:nth-child(2) {
    float: right;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueButtons > div {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog #EPaperSelectIssueButtons > div {
    margin: 0;
    padding: 0;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block {
  white-space: nowrap;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block > div {
  display: inline-block;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block > div:nth-child(1) {
  width: 38%;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block > div:nth-child(1) {
    width: 45%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block > div:nth-child(2) {
  width: 60%;
  text-align: right;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block > div:nth-child(2) {
    width: 53%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block a {
  width: 100% !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block span.selectBox-label {
  width: 100% !important;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block .epaper-select-combobox {
  text-align: left;
  margin: 10px 0;
  display: inline-block;
  width: 60%;
  color: black;
}
@media screen and (max-width: 640px) {
  html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block .epaper-select-combobox {
    margin: 5px 0;
    width: 100%;
  }
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block .epaper-select-combobox > a.selectBox-dropdown {
  margin-left: 10px;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block .epaper-select-combobox > select {
  width: 100%;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperSelectIssue #EPaperSelectIssueDialog .epaper-combobox-block .epaper-select-combobox .epaper-svg {
  vertical-align: bottom;
  margin: 0;
}
html body.EPaper .Wcms .WcmsPagePlaceholder #EPaperPageAreaMaps {
  display: none;
  visibility: hidden;
}
html .ui-datepicker .ui-datepicker-title select {
  color: black;
}
html #EPaperUploadImage div.epaper-page-image-upload {
  white-space: nowrap;
}
html #EPaperUploadImage div.epaper-page-image-upload button.epaper-page-image-select-button {
  display: inline-block;
  width: 40%;
  height: 30px;
  border-radius: 5px;
  margin: 5px 0;
  color: #336699;
  background-color: #EEEEEE;
}
html #EPaperUploadImage div.epaper-page-image-upload div.epaper-page-image-upload-progress {
  position: relative;
  display: inline-block;
  width: 60%;
  padding: 5px;
  background-color: transparent;
}
html #EPaperUploadImage div.epaper-page-image-upload div.epaper-page-image-upload-progress span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
}
html #EPaperUploadImage div.epaper-page-image-upload div.epaper-page-image-upload-progress svg {
  position: absolute;
  width: 20px;
  height: 20px;
  fill: #336699;
  right: 10px;
  top: 0;
  margin: 3px;
  visibility: hidden;
}
html #EPaperUploadImage div.epaper-page-image-upload div.epaper-page-image-upload-progress:hover {
  background-color: lightblue;
}
html #EPaperUploadImage div.epaper-page-image-upload div.epaper-page-image-upload-progress:hover svg {
  visibility: visible;
  cursor: pointer;
}
html #EPaperUploadImage button.epaper-page-image-upload-button {
  margin: 20px 0px 5px 0px;
  height: 30px;
  width: 100%;
  border-radius: 5px;
}
html #EPaperUploadImage button.epaper-page-image-upload-button:not(:enabled) {
  color: #bebebe;
  background-color: #dcdcdc;
  cursor: default;
}
html #EPaperUploadImage div.ajax-upload-dragdrop div.ajax-file-upload {
  width: 35%;
} body #m_wctrlSwiperElement[data-viewmode="2"] div.epaper-element-wrapper-container div.swiper-slide div.epaper-element-content {
  /* jpeg element view centered */
  text-align: center !important;
}
body #m_wctrlSwiperElement #EPaperElementContainer {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 20px !important;
  background: white;
  width: 100%;
  display: inline-block;
}
body #m_wctrlSwiperElement #EPaperElementContainer .date {
  font-size: 0.8em;
}
body #m_wctrlSwiperElement #EPaperElementContainer > div.epaper-element-with-pagenav-container {
  display: none;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide {
  align-items: flex-start;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide.epaper:not(.swiper-slide-active) {
  visibility: hidden;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide .epaper-element-block {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding: 0em 3em;
}
@media screen and (max-width: 640px) {
  body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide .epaper-element-block {
    padding: 0 1em;
  }
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide .epaper-element-block .epaper-element-content {
  text-align: left;
  white-space: normal;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide .epaper-element-block .epaper-element-content > img {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide .epaper-element-block .epaper-element-content span.author {
  font-size: 0.8em;
  font-family: "Segoe UI";
  color: #9d9c9c;
  text-align: left;
}
body #m_wctrlSwiperElement #EPaperElementContainer .epaper-element-wrapper-container .swiper-wrapper .swiper-slide .epaper-element-block span.epaper-image-caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
} body #m_wctrlEPaperRoot #EPaperSectionBar {
  display: none;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 20px !important;
  background: white;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer .swiper-wrapper .banner div.adblock-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  text-align: center;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer .swiper-wrapper .banner div.adblock-info h1 {
  color: darkblue;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer .swiper-wrapper .banner div.adblock-info p {
  margin-left: 10%;
  margin-right: 10%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer #EPaperPageBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer #EPaperPageBanner div.banner-loaded {
  max-width: 98%;
  max-height: 98%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer #EPaperPageBanner div.banner-loaded div {
  width: 100%;
  height: 100%;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer #EPaperPageBanner div a div {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #EPaperPageContainer #EPaperPageBanner div a div img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom {
  position: relative;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom > div.epaper-zoom-page-nav {
  position: absolute;
  background-color: transparent;
  width: 100px;
  height: 100%;
  top: 0;
  opacity: 0;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom > div.epaper-zoom-page-nav:hover {
  opacity: 1;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom > div.epaper-zoom-page-nav > div {
  height: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom #EPaperZoomPrevPage {
  left: 0;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom #EPaperZoomPrevPage svg {
  transform: rotate(180deg);
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom #EPaperZoomNextPage {
  right: 0;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom > div.epaper-draggable-container {
  position: relative;
  overflow: hidden;
  background-color: white;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom div.draggable {
  position: absolute;
}
body #m_wctrlEPaperRoot #EPaperContentWithNav #m_wctrlEPaperContent #m_wctrlPageZoom div.draggable img {
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  height: 100%;
}
body #m_wctrlEPaperRoot #m_wmenuEPaperSelectPage {
  position: fixed;
  bottom: 0;
  right: auto;
  height: 200px;
  background-color: #444446;
  opacity: 0.9;
  z-index: 100;
}
@-moz-document url-prefix() {
  body #m_wctrlEPaperRoot #m_wmenuEPaperSelectPage .swiper-wrapper {
    transform-style: unset;
  }
}
body #m_wctrlEPaperRoot #m_wmenuEPaperSelectPage .swiper-wrapper .swiper-slide {
  background-color: #444446;
  display: block;
}
body #m_wctrlEPaperRoot #m_wmenuEPaperSelectPage .swiper-wrapper .swiper-slide img {
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  width: 80%;
}
body #m_wctrlEPaperRoot #m_wmenuEPaperSelectPage .swiper-wrapper .swiper-slide .swiper-thumbs-caption {
  width: 80%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  margin-top: 5px;
  color: white;
  background-color: #336699;
  border-radius: 8px;
}
body #m_wctrlEPaperRoot .epaper-thumb-page-nav {
  position: fixed;
  background-color: white;
  width: 50px;
  height: 200px;
  bottom: 0;
  opacity: 0;
  z-index: 200;
  display: none;
}
body #m_wctrlEPaperRoot .epaper-thumb-page-nav:hover {
  opacity: 0.5;
}
body #m_wctrlEPaperRoot .epaper-thumb-page-nav > div {
  height: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
body #m_wctrlEPaperRoot #EPaperThumbPrevPage {
  left: 0;
}
body #m_wctrlEPaperRoot #EPaperThumbPrevPage svg {
  transform: rotate(180deg);
}
body #m_wctrlEPaperRoot #EPaperThumbNextPage {
  right: 0;
} /*for VideoShowModule */
#m_wctrlEPaperRoot .VideoShowModule {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.2em 0 0 0;
  margin: 0;
}
#m_wctrlEPaperRoot .VideoShowModule .VideoShowHeader {
  display: none;
}
#m_wctrlEPaperRoot .VideoShowModule .VideoShowDate {
  display: none;
}
#m_wctrlEPaperRoot .VideoShowModule .VideoShowPlayer {
  position: relative;
  width: 100%;
  height: auto;
}
#m_wctrlEPaperRoot .VideoShowModule .VideoShowPlayer #player, #m_wctrlEPaperRoot .VideoShowModule .VideoShowPlayer #player2 {
  width: 100%;
  height: 250px;
  padding: 0;
  margin: 0;
}
#m_wctrlEPaperRoot .VideoShowModule .VideoShowPlayer video {
  width: 100%;
  height: auto;
}
#m_wctrlEPaperRoot .VideoShowModule .VideoShowAttributes {
  display: none;
  width: 100%;
}
#m_wctrlEPaperRoot .VideoShowModule .VideoShowDescription {
  display: none;
  width: 100%;
} /*for WebStoryShowModule */
#m_wctrlEPaperRoot {
  /* ========================================================================================== */
  /* story body */
  /* ========================================================================================== */
  /* story box */
  /* ========================================================================================== */
  /* Rating Box in WebStoryShow */
  /* ========================================================================================== */
  /* AddToWatchList Box in WebStoryShow */
  /* ========================================================================================== */
  /* story image/gallery box */
  /* ========================================================================================== */
  /* story image */
  /* ========================================================================================== */
  /* story basetext and video box */
  /* ========================================================================================== */
  /* picture gallery */
  /* ========================================================================================== */
  /* story info area */
  /* additional media links in WebStoryShow */
  /*for Social Networks WebStory Inline Module*/
  /* sharing content for other social media */
}
#m_wctrlEPaperRoot .StoryShowBody A.EditLink {
  padding-left: 20px;
  color: #999;
  font-size: 0.92em;
  margin: 0 0.66em 0 0;
}
#m_wctrlEPaperRoot .StoryShowBody A.EditLink SPAN {
  display: block;
}
#m_wctrlEPaperRoot .StoryShowBox {
  position: relative;
  padding-bottom: 0;
  line-height: 1.5em;
  margin-bottom: 0.66em;
  background: #ffffff;
}
#m_wctrlEPaperRoot .StoryShowBox .buttonWrapper {
  float: right;
}
#m_wctrlEPaperRoot .StoryShowBox UL {
  padding: 0;
  list-style-type: none;
  margin: 0 0 0.66em;
}
#m_wctrlEPaperRoot .StoryShowBox UL LI {
  padding-left: 0.6em;
  background: url("data:image/gif;base64,R0lGODlhBAAEAIAAAL+lXAAAACH5BAAAAAAALAAAAAAEAAQAAAIEhI8JBQA7") no-repeat 0 8px;
}
#m_wctrlEPaperRoot .StoryShowBox H1 {
  Font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.35em;
  color: #414344;
}
#m_wctrlEPaperRoot .StoryShowBox H1 A {
  color: #246BB3;
}
#m_wctrlEPaperRoot .StoryShowBox H1 A:hover {
  color: #246BB3;
}
#m_wctrlEPaperRoot .StoryShowBox H2 {
  font-weight: 500;
  Font-family: Segoe UI, Arial, sans-serif;
  letter-spacing: 0.025em;
  color: #336699;
  font-size: 0.875em;
  text-transform: uppercase;
  padding-right: 0.2em;
  margin-bottom: 0.2em;
}
#m_wctrlEPaperRoot .StoryShowBox H3 {
  font-size: 0.875em;
  margin-top: 0.3em;
  padding-right: 0.2em;
  margin-bottom: 0.9em;
}
#m_wctrlEPaperRoot .StoryShowBox H4 {
  font-size: 0.75em;
  margin: 1.33em 0 0.66em;
  color: #333;
  font-weight: bold;
}
#m_wctrlEPaperRoot .StoryShowBox .voting H2 {
  line-height: 1.2em;
  text-transform: none;
  padding-right: 0;
  margin-bottom: 0.75em;
  letter-spacing: 0.06em;
  color: #333333;
  font-size: 1.17em;
}
#m_wctrlEPaperRoot .StoryShowBox .voting DIV {
  line-height: 1.3em;
}
#m_wctrlEPaperRoot .StoryShowBox a:active, #m_wctrlEPaperRoot .StoryShowBox .StoryShowBox a:link, #m_wctrlEPaperRoot .StoryShowBox .StoryShowBox a:visited {
  color: #999;
  text-decoration: none;
}
#m_wctrlEPaperRoot .StoryShowBox a:focus, #m_wctrlEPaperRoot .StoryShowBox .StoryShowBox a:hover {
  color: #999;
  text-decoration: underline;
}
#m_wctrlEPaperRoot .StoryShowBox .intro {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #414344;
  clear: both;
}
#m_wctrlEPaperRoot .StoryShowBox .StoryShowInlineBox LI {
  padding-left: 0;
  background: none transparent scroll repeat 0 0;
}
#m_wctrlEPaperRoot .StoryShowBox.StoryMediaLinks h3 {
  padding-right: 0;
}
#m_wctrlEPaperRoot .StoryShowBox.StoryShowRating h3 {
  padding-right: 0;
}
#m_wctrlEPaperRoot .StoryShowBox.StoryShowAddToWatchList h3 {
  padding-right: 0;
}
#m_wctrlEPaperRoot .StoryShowRating {
  border: none;
  margin-top: 20px;
}
#m_wctrlEPaperRoot .StoryShowAddToWatchList {
  border: none;
  margin-top: 20px;
}
#m_wctrlEPaperRoot .StoryShowGalleryBox {
  color: #666666;
}
#m_wctrlEPaperRoot .StoryShowGalleryBox P {
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#m_wctrlEPaperRoot .StoryShowGalleryBox P A {
  display: inline;
  color: #333;
  text-decoration: underline;
}
#m_wctrlEPaperRoot .StoryShowGalleryBox img {
  text-align: center;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  width: auto;
}
#m_wctrlEPaperRoot .StoryShowGalleryBox figure.row {
  padding: 1em 3em 1em 3em;
}
@media screen and (max-width: 640px) {
  #m_wctrlEPaperRoot .StoryShowGalleryBox header hgroup h1 {
    font-size: 2em;
  }
}
#m_wctrlEPaperRoot .StoryShowGalleryImage {
  display: table;
  position: relative;
  width: 75%;
  text-align: left;
  margin: 0 0 0.75em 0;
  color: #666666;
}
#m_wctrlEPaperRoot .StoryShowGalleryImage > img {
  display: table-cell;
  vertical-align: bottom;
  max-width: 100%;
  min-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#m_wctrlEPaperRoot .StoryShowGalleryImage > figcaption {
  font-family: "Segoe UI";
  text-align: left;
  display: table-caption;
  caption-side: bottom;
  margin: 0.5em 0.2em 1em 0.2em;
  color: #9c9d9d;
  box-sizing: border-box;
  text-align: center;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox {
  float: left;
  color: #414344;
  font-family: Segoe UI, Arial, serif;
  font-size: 1.2em;
  line-height: 1.5;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox p:first-child {
  margin: 0;
  display: block;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox p {
  margin-top: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox p.StoryIMTitle {
  margin-bottom: 0;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox div.EPaperStoryBaseText {
  margin-bottom: 1em;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox .StoryShowInlineBox LI {
  padding: 0.2em 0.6em 0 0;
  display: inline;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox .StoryShowInlineBox H3 {
  margin-bottom: 0.33em;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideoBox .StoryShowInlineBox A {
  display: inline;
  color: #369;
  font-weight: bold;
}
#m_wctrlEPaperRoot .PictureGalleryShow {
  margin-top: 20px;
  margin-bottom: 20px;
}
#m_wctrlEPaperRoot .PictureGalleryShow .PictureGalleryImage img {
  width: 100%;
}
#m_wctrlEPaperRoot .StoryShowInfoArea {
  padding-top: 5px;
  text-align: right;
  float: right;
  color: #6699CC;
  font-weight: 700;
  font-size: 0.9em;
}
#m_wctrlEPaperRoot .StoryShowInfoArea A {
  color: #6699CC;
}
#m_wctrlEPaperRoot .StoryShowInfoArea A.printLink {
  display: block;
  padding-left: 20px;
  padding-top: 2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAMAAACXZR4WAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMAUExURXSizv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCIeJsAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjVJivzgAAAAQElEQVQYV2NgZGRkgAMQB4qBFILDAFUDlwWpQqgA6YerABsG0QpTARWAWAOSwaECyR1gFcgAYgWSCDYVCJ+AWQA00gB3i3YhRgAAAABJRU5ErkJggg==") no-repeat 0 3px;
  font-size: 0.92em;
  width: 48px;
  color: #6699CC;
}
#m_wctrlEPaperRoot .StoryShowInfoArea A.commentLink {
  display: inline-block;
  width: 48px;
  height: 18px;
  margin-top: 5px;
  border: 1px solid;
  padding-right: 3px;
  line-height: 1.5em;
  text-align: right;
  color: #6699CC;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASCAIAAACSBMrtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzgwMTE3NDA3MjA2ODExOTEwOUUzRDdERjA4MzFCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNzJFMkVCQTc5RTMxMUUyQTQxRkQxRDEyQzc1NTUwRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNzJFMkVCOTc5RTMxMUUyQTQxRkQxRDEyQzc1NTUwRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2ODAxMTc0MDcyMDY4MTE4NzFGQ0MyQkU3Q0JCQTQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE5MTA5RTNEN0RGMDgzMUI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U4mskwAAATVJREFUeNpiTJt5hoFKYGaaMeWGMDEMMsBCQJ6RUURWnZOP/f8/bJJMDG+fPP324Q39HMQjINbqwY1HwXkG+RmzqOkgAlHGzMaOXwEfTaPMO83YD4m79BvDua1P8Ov/S20HMSGlFiY/VDk5Lob/QEhfgC/Kfg1ELht02R6fg4CxxQiEeAE7nUPo57dP+BXcomfB6MLAsJ2LL3/ZHVZ2rv///zMyMf3/94/h/39OfpEWN45DDAwb1zz98eU9rRwEzFBvGRiEUaV7Q2Xg7J0MDOtmnQUyvrx/mbuEl5WN4+uH17SsOv7/b15xn0dQvMqdi4uBoe0Ew9f3X5hYWJmYmMG1BPPnt88QGfDbZyCieV32/dM7IFr51vjNE4aHl84Olsr15Lrz/7HWpQOV7QfQNYOxYAQIMABlqGM0zeX91AAAAABJRU5ErkJggg==") no-repeat 0 0;
}
#m_wctrlEPaperRoot .StoryShowInfoArea A.WatchListPageLink {
  display: inline-block;
  width: 48px;
  height: 18px;
  border: 1px solid;
  padding-right: 3px;
  line-height: 1.5em;
  text-align: right;
  color: #6699CC;
  background: url(/Layout/News/watchlist-icon.png) no-repeat 0 0;
}
#m_wctrlEPaperRoot .StoryMediaLinks {
  margin-top: 20px;
}
#m_wctrlEPaperRoot .StoryShowInfoArea A.AddToWatchListLink {
  color: #6699CC;
}
#m_wctrlEPaperRoot A.StoryShowPictureLink {
  padding-left: 25px;
  display: block;
  background: url("data:image/gif;base64,R0lGODlhEQANAOYAAJixy6a90/7+/pWwy5eyy5SuyoilxZCtyfn7/LLF2KG4z4+syOHo75iyy5axy2OLsai+05awy4uqx/7+/Zy2z7jJ3Jawyqq/1Yuoxm2Tt9Tg6dzk7aa+1fX3+ZWyy6m+1NHc6IakxPH09nycv4Sjw5mzzK/D14Oiw5640eDn74mnxcDQ39Te6oupyIWlwo6ryKi904+syfb4+7PG2bzO3YmmxKC3z4ypxpSwyoamxIekxpKvyZu0z/T1+N7l7vj7+pKtysXU44+sx9bh6Yyqxo2ryPP2+Yyqx73N3oqnxc7a5rfK3YWkw9jh65ayzJ62zpWwytzl7eju8sLS4GuRtqm/1NHe57LF2Zexy////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAARAA0AAAeSgFmCgjNYhoYpg4qCCE8NODtYACCLWR8QJhceOiEvJ0UKVQEBCYKHAy5XPQIMA0lIAYamWARMFVlNUz8dTggbslmGB0cyUSIlI1lKMRHAkkQUWRxDMBkaPjVQzgAHQllBD1Q5AlYGFs60JCtZLDRGWTwSh7NYBSpLE1lSKAYO88GHCmBYAKTFjUNYbFRayLDhokAAOw==") no-repeat 0 3px;
  line-height: 1.2em;
}
#m_wctrlEPaperRoot A.StoryShowVideoLink {
  padding-left: 25px;
  display: block;
  background: url("data:image/gif;base64,R0lGODlhEQANAOYAAP///5exy5WwyqK50JOvyqm+1L3N3vv7/OLp8aG50I+syLDE2I+rx6e+1Jaxy5KuyZiyy8zZ5qe+06zB1ZGtyJCsyJCtyeHp79rj7dPd6arB1Z21zvn7/Nfh67jK3Oru8+Hp8LjJ2/b4+qK60bXI2pqzzdPe6Y+ryerv9ai+07PG2ZOuyY6rx6a809nj7Kq/1N7n7562zqm908TT4rHF2LTH2qG40Oju86W80/T2+eTr8qe906C3z9ni7P39/czZ5MvY5LvL3LzN3erv9LfJ26/D19zl7ZCtyIypx8PS4f3+/r7O3qi+1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAARAA0AAAeSgAAARiSChoeIOgEpiI2CIAGRHY6IQz0qkS6UjTWRMJsAGEwLBRUKCjsyGi8LhigRRA4rOA0SEg0tFA4BNABJARtCLEAAHAfHSj8MkQATAQUGSCIZRxAQFDM+ywEARc8GJ0EfFwgIFzdLFcweASMGARYPBPMEDxaROYIREyGRAv8AI3E7ZKKEjQQDEiZMEIMHokAAOw==") no-repeat 0 3px;
  line-height: 1.2em;
}
#m_wctrlEPaperRoot A.StoryShowContentLink {
  padding-left: 25px;
  display: block;
  background: url("data:image/gif;base64,R0lGODlhEQANANUAAJ21zpqzzJy1zr/P35u0zb7O36i+08TT4uTr8cPS4cDQ4Ka80p22ztHd6LbI2q3C1vr7/ZqzzbvM3ZmyzLTH2sDQ37rL3MbU4srY5eDo8OLq8cjV497m7sfV4/T3+eDn76C4z93m7piyzNzl7dvk7bDE1+Hp8Jiyy+Pq8ae905exy////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAARAA0AAAZgwJVwSCwSISqVAABgMAUEVYMYwkySWOzgQHw4ENGsqjNSESUqBSKQvXySxEIyoWGrEpkTfDjAbjgqFigRWER9WAceJiJZcWIVdoVDFGKVZkMkAgsGKZ2eBiAlRqOkpUZBADs=") no-repeat 0 3px;
  line-height: 1.2em;
}
#m_wctrlEPaperRoot A.StoryShowPDFLink {
  padding-left: 25px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsSAAALEgHS3X78AAAGBUlEQVRIiV2VXWgc1xXH/+feO6Od2Y/IK2mltSVRR461Xlmu28aEin4QSklJnxXkPDR9KC2lUNI39yUu9LHQ1z74zWAoGAoljdMagikOTeuiqCiO9RFbXutbirTaXe1odmbuvacP0q6kHDhwh5m5v/P/zzlziZlTAAQAzcyJEAI3btyQzOwys6rVaoKZwcyw1qJUKqWYmWZnZyMApl6vJ57n6XK5bMfGxnhycpJxGAyAiZl9IgoB4ObNm/L69esjSZJMEdHr1tpskiRkrUU7tdaZMAxRq9Wa9Xp9pVgsvv/s2bMHt2/f3pieno4BGGZuQ0gdbUxjY2OqXC4PkO+/6Vgz1dWVKllm4KjyUxCj0R30YmVpabTZbPYNDw+/NDk5+fdms7m8sLAQElEbkiLWRn1w/x+yXLo0TF8s/pBr1bcQ8rdkijKCAaMthJCwsODYgB0GQ4JHvoZlluhNewf1RuOzzc3Nv8zNzX14586dysLCQnikxJfv/e4m4laUpU/+/Xr6/b+9ndXxa9mhobQf7KNrbx/eUBH+yhpyB024xbNIry7jzOM5tF4sISlfwrnhYWdocDDfbDZ7fd9PisXizvr6erC7u2umpqZcRWDESeLxSmUkXXk+YrMpfyPjIHEHkMtp7H06A68/D7cwgG0A+blF9G2ugf0MSBE2NjZgtfaDILh8cHDApVLJTk5OfnDr1q3l1dVVoZgMK6VEq9HyKv977BhtURscQvzRx0gXB5CPA2xVulHLn0XqyzUkn3yMeq2OeOQSujMvIWxFaLVaUEr5xpjx7e3t/fPnz78AsDs/P2+UYJfrtZoJdGiixr7RW9uo//kuhp88wYsrZcyVxpGa/Qzp8L+g7TXsWgPnAGiaA/SnXDiOi4znQWuNVCrlT09Pn4vj+FyhUMjs7Ow0lQFjdXW1lRsvL81de+1Fv+f0alLexncLgLHIPHuOlJNCy/OR9PVCColwP0b+O68i5aYRRyG0EJBSIpvNIpvNqlqt5gshvHq9HiomxuLiYnj12jcfvfzuL3tbSaAyme4rflfKF8wglrBkAVgYCJBNIISDC9eugoQLKSMACkIIWGuRTqdRrValMUaGYSiUgsCTJ0+SmZmZysTExL1vT0z4r1y40N/T13ceDICOZoYJDAtiQmRC2EefQo+OAo4LIt2ZEd/3wcwcxzEAQAGgu3fvWgBhvV5fGR8f/yKKorqOYzAziAhEhHYIN4Xk0WPEP38X6g+/h/ujN6DrdWit4TgOPM8DUbuqQwCYmYnIjI6Oxt3d3ZGU0gohTgE6EEmIg30I1ULSaCDluoBSnfuu6zIA1lozjn5y1IYUi0XrOI6VUjIRQQjRSSKCIAIB4OwZwOuFVxyEBKCUgpQSUkoIIXAy1MmLfD7PUspDK0482F63jXILZxD394BeGYKwfAg+nR1PT+MOlXTWnRdYwJKAJcACcBYW0drYgf7oX4AgmEwGbiYD0ZU+6ofjPU4pqFarbbtgre1YY0QCxxCMcGB0hPD+A+z/7C2oe39FZmUJ8uvXwJxAlF6GlC6EFacAAoeFdcJaS8cQgjQCiXNoXXDvQ8jpGXTHEbZyZ/D57OcYvv8Ava196Hw/zK/egXHEqS5yAOiTFrV7WggBYxhwXZi9XUR//BOih//E9A++gez33kR26Cz6u1xsPq9g/fEc+CCEFR5EclyvOrSaiJk5l8sRANJawxgDay1ISNgoRPDb99CY+Q/093+My7/5NXq8LARrkAGSngKaV64iimOsLy3B8gLiOOY2IP7qR7bWwhgDIoKUElG1iurOHuzlV6F+8RP0eTmYKERsDMyRWsUMYgYfKXddl9qAzhmaz+fZWotGowGlVGcGIhtj66dvw+/rQTGTxt72BgwzYAHNBmyPbQ2CANZaBsBKKT7VRZVKxV68eHH36dOny0R00XXdDDNDkACUBNY38Xx59VgtGGDA2kPPoyg6aDQaG0EQ7ERRFDmOw8TMXQASAF3z8/Pq4cOH/tra2oAxZjAIgnyr1epiZsHMdHJGvmorEXEURXG1Wt1rNBpbuVxup1AoVP8PQphjAeMJPAYAAAAASUVORK5CYII=") no-repeat;
  height: 24px;
}
#m_wctrlEPaperRoot A.StoryShowGeneralDocLink {
  padding-left: 25px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD7SURBVEhL7ZU7CoNAEIY9QU6Q8+R0uUEq31oISVofoKCIjXgBe0FshWxgMmMVApndZCVFEuFni53Zb55oGJ/+6rqeUaJpGk5XvIckSY5BEJx8398px1lVlRjHEVSEAOj7Hghi2/ZWCVKW5QKYpkkqfHix6boOwjA8rA6IogiGYVggaZoSZC+FvJLBPYBACLhg/zYspCgK5RK1bQsEoVLRicFBnufn1QCPfaLeIUCwgDiOhUqDn9mQPwvIskw6PVwA5P8HsCX8gRLh0miNqed5/JiSgc4eSAGWZWkBXNflMzBNUwtAAbKLpgsg/y8HOI4zU5rvivylf7U1DW5NxilugzfbdgAAAABJRU5ErkJggg==") no-repeat;
  height: 24px;
}
#m_wctrlEPaperRoot .StoryShowBaseTextAndVideo {
  margin-top: 2em;
}
#m_wctrlEPaperRoot .StoryShowInlineVideo {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 1em 4em 1em 4em;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}
#m_wctrlEPaperRoot .StoryShowInlineVideo.InlineVideoBox {
  width: 250px;
  height: 210px;
}
#m_wctrlEPaperRoot .StoryShowInlineVideo h3 {
  display: none;
  padding: 0;
  margin: 0;
}
#m_wctrlEPaperRoot .StoryShowInlineVideo div.VideoShowPlayer {
  width: 100%;
}
#m_wctrlEPaperRoot .StoryShowInlineVideo div.VideoShowAttributes {
  width: 0%;
}
#m_wctrlEPaperRoot .StoryShowSocialnetworks UL LI {
  display: inline;
  margin-right: 0.3125em;
  vertical-align: baseline;
  padding-left: 0;
  background: none;
}
#m_wctrlEPaperRoot #ShareContent {
  display: inline-block;
  width: 48px;
  height: 18px;
  position: relative;
  color: #6699CC;
  border: 1px solid;
  margin-top: 5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASCAIAAACSBMrtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzgwMTE3NDA3MjA2ODExOTEwOUUzRDdERjA4MzFCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5RUUyMjgxRjc5RDgxMUUyOEY2OTlEMTI0NDMyMjU3RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5RUUyMjgxRTc5RDgxMUUyOEY2OTlEMTI0NDMyMjU3RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2ODAxMTc0MDcyMDY4MTE4NzFGQ0MyQkU3Q0JCQTQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE5MTA5RTNEN0RGMDgzMUI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+87YLvwAAAjFJREFUeNq8ls9rE0EUx9/M7OyvtDGKabOCeqiBUjwpimBAoeChx6JHkfaQgwf/Ac8iqAfBUw6CJ0VUPIgHUaiiB4tCQClaKWJEW23WmJYk283OD2cjibYEWX+MD3Z2GfbxPrz3ffMGFUvPqTAhmXEGCAPGG/cj3FZrqbgX/tpw8l+FAGqqFYFO+w2giMOxg9npQ8PBmtQHZPz4RMAjiOS6YJQggmMULmQYSsBi39jwaoNdm606NtILxCLkeejUkZEOW+eRcHPm49NKM7cFT+73dmTdwVSstvEDuZDJ22XfNpFGIM5lfnsqM2D1dspztblq68zxkaFN7ga3iYJnWejGM58SfSXDEHKh3rX62sU7b1X5Vpk4PzVqU6Ov59jONMz6SuIYawLqmpLIe58Tii5M7/pOI4SMGG8EbNClZicn7xYbZ29VDBOwRlH3xI1iXR8tbM441nxl5erDxXpbRm3RCEVxIlsY9V68+Xrp3gdqIKy3y7omJaIWbE2Zpy+/Xg6Y0Q1smxgELr/6UppZGrBx2JaA/wuQyhCWcOXBZyGl0+sjDKpU1x9XVfedm8rfffLp0cIK0UDUByhiMgil1RknTKw7llRWTk7m0o7VCrj+g7Fr24acE4ezrt2noVsh3+1ltI6On4AEWCQugevQ8T3er90IJkpqeoEMAi8Xmvm0n8RtfrlJdAMRCvWaLN1fSuIWzzhDd8kkqBgE9N4uEgFJUNlHTN2+/sgI+Zfz7JsAAwA2VMiuMpeHTAAAAABJRU5ErkJggg==") no-repeat;
  padding-right: 3px;
  line-height: 1.5em;
  text-align: right;
}
#m_wctrlEPaperRoot #ShareContentPopup {
  display: none;
  background: #fff;
  position: absolute;
  font-weight: 700;
  font-size: 0.9em;
  border: 1px solid #6699CC;
  width: 178px;
  left: 0;
  top: 0;
  margin-top: -1px;
  margin-left: 52px;
  padding: 10px;
  z-index: 2000;
}
#m_wctrlEPaperRoot #ShareContentPopup table {
  text-align: left;
}
#m_wctrlEPaperRoot #ShareContentPopup:hover #ShareContentPopup {
  display: block;
} /* css definitions for wcms pages of WcmsZone.Events */
/*general style*/
.bold {
  font-weight: 500;
}

.lighter {
  font-weight: 300;
}

span.glyphicon.transparent {
  background-color: transparent;
}

/*************************************************************************************************/
/* Wcms/Event/EventNav.cshtml*/
/*************************************************************************************************/
.EventNav {
  /*Layout bootstrap-datepicker */
}
.EventNav .bootstrap-datepicker-container .datepicker-inline {
  width: 100%;
}
.EventNav .bootstrap-datepicker-container .datepicker table tr td, .EventNav .bootstrap-datepicker-container .datepicker table tr th {
  width: 70px;
}
.EventNav h1 {
  font-size: 1.4em;
  margin-bottom: 10px;
  text-align: center;
}

/* the style for eventNav navigation */
.EventSelector .ui-widget {
  font-size: 0.7em;
}
.EventSelector h2 {
  color: #246bb3;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
}

/*************************************************************************************************/
/* EVENT NAV*/
/*************************************************************************************************/
/*set image width because color-profile different sie from thead pictures*/
/*.event .EventImage
{
   max-width:210px;

}*/
@media (max-width: 765px) {
  .event .EventImage {
    margin: 0px auto;
  }
}
.EventNav_EventArea a {
  width: 100%;
  margin-bottom: 10px;
}

.EventNav_EventClass a {
  width: 100%;
  margin-bottom: 10px;
}

.EventResult .EventResultHeader {
  font-weight: bold;
  color: #246bb3;
}
.EventResult .EventNoResultHint {
  text-align: center;
}
.EventResult .EventResultContent .EventDateCanceled {
  text-decoration: line-through;
  opacity: 0.9;
}
.EventResult .EventResultContent ol {
  list-style-type: none;
  padding-left: 0px;
}
/*************************************************************************/
/*new Bootstrap Layout EventSearch*/
/*************************************************************************/
.EventSearchCriteria .searchExtended {
  background-color: #eee;
  padding: 0.5em;
}
.EventSearchCriteria h3 {
  font-size: 1.2em;
  margin-top: 0.5em;
}

.EventResultContent .EventResultDay {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: medium;
  color: #005EA8;
}
.EventResultContent li.event {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
  list-style: none;
}
.EventResultContent li.event img.eventfavorite {
  width: 25px;
  height: 25px;
  margin: 0 0 120px 5px;
  margin-bottom: 10px;
}
.EventResultContent .EventSearchCtrl_ResultList .EventDateCanceled {
  position: absolute;
  top: 0;
  text-decoration: line-through;
  opacity: 0.9;
}

/*************************************************************************************************/
/* Wcms/Event/EventShow.cshtml */
/*************************************************************************************************/
/* the style for the EventShow page */
.EventShowHeader {
  color: #005EA8;
  text-transform: uppercase;
  font-size: 20px;
  border-style: none none solid none;
  border-bottom-width: 1px;
  border-color: #ccc;
  margin-bottom: 10px;
}

.EventShowContent {
  margin-bottom: 20px;
}

.EventShow .EventShowContent a {
  text-decoration: underline;
}
.EventShow .EventShowContent a.PDFLink {
  padding-left: 30px;
  display: block;
  background: url(/Layout/Common/GeneralDocPDF.png) no-repeat;
  height: 24px;
}
.EventShow .EventShowContent a.GeneralDocLink {
  padding-left: 30px;
  display: block;
  background: url(/Layout/Common/GeneralDoc.png) no-repeat;
  height: 24px;
}

.ContactEventOrganiserCaptcha .input-group-addon {
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
}

/*************************************************************************************************/
/* the style for the EventPictures  */
/*stripe swiper*/
.EventShowModule .stripe.swiper-container .swiper-slide {
  width: auto;
  height: 100%;
}

.EventShowModule .stripe.swiper-container {
  width: 100%;
  padding-bottom: 30px;
}

.EventShowModule .EventPicGalleryStripe .stripe.swiper-button-prev,
.EventShowModule .EventPicGalleryStripe .stripe.swiper-button-next {
  top: 35px;
}

/*swiper*/
.EventShowModule .EventImage {
  margin-bottom: 15px;
}

.EventShowModule .EventImage .image-credit {
  float: right;
  padding-right: 0px;
  font-size: small;
  background-color: white;
  color: #555555;
}

.EventShowModule .EventImage P {
  margin-top: 0px;
  background-color: #005EA8;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.EventShowModule .EventPictureGalleryNavigation .btn {
  margin-bottom: 5px;
}

/* the style for the gallery in the EventShow page */
.EventShowVideoModule {
  margin-top: 10px;
}

/* hides the bottomText in the map because it can be to wide */
.EventShowGoogleMap span {
  display: none;
}

/*EventData*/
.EventShow .EventData {
  word-wrap: break-word;
}
.EventShow .EventData img.eventfavorite {
  width: 20px;
  height: 20px;
  margin: 0 3px 5px 0;
}

/* EventDates*/
.EventShowDates .EventDate {
  margin-bottom: 5px;
  border-bottom: 1px dotted #DDDDDD;
}

.EventShowDates .EventDate .ical {
  padding: 0;
}

.EventShowDates .EventDate:last-child {
  margin-bottom: 5px;
  border-bottom: none;
}

.EventShowDates .EventDateCanceled {
  text-decoration: line-through;
  opacity: 0.3;
} 
/* css definitions for wcms pages of WcmsZone.Branch */
/* CSS definitions for Zone Branch */
.MarketSearch {
  /*MarketSearchCriteriaCtrl*/
  /*ResultHeader*/
  /*Result*/
}
.MarketSearch .MarketSearchCtrl .MarketSearchContainer {
  background-size: cover;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.MarketSearch .MarketSearchCtrl form {
  background-color: white;
}
.MarketSearch .MarketSearchCtrl #m_wdivMap {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.MarketSearch .MarketSearchResultHeader #m_wlblNoResultHint, .MarketSearch .MarketSearchResultHeader #m_wlblSearchHeader {
  color: #246bb3;
  font-weight: bold;
}
.MarketSearch .MarketSearchResult {
  /*TabelView in List*/
}
.MarketSearch .MarketSearchResult .MarketSearchCtrl_SortBy span {
  cursor: pointer;
  text-align: right;
}
.MarketSearch .MarketSearchResult .MarketSearchTable_SortBy span {
  cursor: pointer;
  text-align: right;
}

/*************************************************************************************************/
/* MarketSearchList*.xsl */
.MarketSearchCtrl_ResultList_Header {
  float: left;
  width: 100%;
}

.MarketSearchCtrl_ResultList_Image {
  padding: 10px 20px;
}

/*************************************************************************************************/
/* MarketSearchGallery*.xsl */
.Market .Gallery li {
  border: 1px solid transparent;
  border-radius: 6px;
  float: left;
  padding: 5px;
  margin: 0 10px;
  transition: box-shadow 300ms;
}
@media (min-width: 580px) {
  .Market .Gallery li {
    width: 254px;
  }
}

.Market .Gallery li:hover {
  border: 1px solid #ccc;
  box-shadow: 4px 4px 4px #ccc;
}

.MarketSearchCtrl_ResultGallery_Image {
  margin: 20px 0;
  text-align: center;
}

.MarketSearchCtrl_ResultGallery_TextData {
  text-align: right;
}

.MarketSearchCtrl_ResultGallery_TextData span {
  display: table-cell;
  width: 125px;
}

.MarketSearchCtrl_ResultGallery_MotifCustAttr {
  margin-bottom: 20px;
}

/*************************************************************************************************/
/* CSS for MarketNav page */
/*************************************************************************************************/
.MarketNav .market-image {
  min-width: 100%;
  min-height: 120px;
  max-height: 120px;
}
.MarketNav .market-headline {
  font-family: "Greycliff CF";
  font-size: 14px;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 5px;
}
.MarketNav h2.market-headline {
  font-size: 28px;
}
.MarketNav .market-background {
  background-color: #336799;
  padding: 5%;
  padding-bottom: 1em;
  margin-bottom: 2em;
  text-align: center;
  min-height: 120px;
}
.MarketNav .ad-links {
  color: #ffffff;
  margin-left: 0.5%;
  text-align: left;
}
.MarketNav .ad-links a {
  color: #ffffff;
}
.MarketNav .ad-links a:before {
  content: "»";
  padding: 0em;
}
.MarketNav .market-links .market-subhead {
  color: #ffffff;
  margin-bottom: -3px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.MarketNav .market-links a:hover {
  text-decoration: none;
}

/*************************************************************************************************/
/* CSS for MarketShow page */
/*************************************************************************************************/
.MarketShowLeftContent a:nth-child(n+2) {
  margin: 15px;
  display: inline-block;
  background-color: #eee;
  padding: 4px 10px;
  border-radius: 4px;
}

.MarketShowPicture {
  display: none;
}

.MarketShowGalleryContainer {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  margin-right: -9px;
  margin-left: -3px;
  padding: 5px 5px 5px 0px;
  position: relative;
  width: 680px;
}

/* the style for the gallery in the MarketShow page */
.MarketGalleryContainer_bg {
  margin: 3px;
  position: relative;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  background-image: url(/Layout/Market/MarketPicItem_bg.png);
  background-repeat: repeat-x;
}

.MarketShowGalleryContainer {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  margin-right: -9px;
  margin-left: -3px;
  padding: 5px 5px 5px 0px;
  position: relative;
  width: 680px;
}

/* the style for the video module in the MarketShow page */
.MarketVideoContainer {
  width: 590px;
  margin-top: 10px;
}

.MarketShowVideoHeader {
  background-color: #cccccc;
  border: 1px solid #999999;
  padding: 2px 5px 2px 5px;
} /*************************************************************************************************/
/* Wcms/News/AudioShow */
/*************************************************************************************************/
.AudioShowModule p {
  margin-top: 10px;
}
.AudioShowModule img {
  width: 100%;
} /*for AudioPreviewModule */
/*for AudioPreviewModule */
.AudioPreviewModule.preview-module {
  /* class for one audio document in the preview modul */
}
.AudioPreviewModule.preview-module .preview-doc .audio-player {
  margin-top: 10px;
} /*************************************************************************************************/
/* Wcms/News/AuthorShow */
/*************************************************************************************************/
/*************************************************************************************************/
/* general Wcms stylesheet definitions */
/*************************************************************************************************/
/*************************************************************************************************/
/*AuthorShow*/
/*************************************************************************************************/
.StoryAuthor .AuthorShowModule {
  font-family: "Greycliff CF";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
.StoryAuthor .AuthorShowModule .AuthorShowModuleContent {
  background-color: transparent;
  padding: 0;
}

.AuthorShowModule {
  font-family: "Greycliff CF";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
.AuthorShowModule .AuthorShowModuleContent {
  background-color: #fff;
  padding: 15px;
}
.AuthorShowModule h1 {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
}
.AuthorShowModule h2, .AuthorShowModule .AuthorShowName {
  margin: 0;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.AuthorShowModule figure {
  margin-top: 5px;
}
.AuthorShowModule .pull-right {
  float: right;
}
.AuthorShowModule .AuthorShowInteractions ul li img {
  height: 25px;
}
.AuthorShowModule .AuthorShowInteractions .icon-whatsapp:before {
  content: "\e67e";
  vertical-align: middle;
  color: white;
  background-color: #25d366;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 5px solid #25d366;
}

/*************************************************************************************************/
/*AuthorNav*/
/*************************************************************************************************/
.AuthorNav .AuthorNavResultListItem {
  border-left: none;
  border-right: none;
}
.AuthorNav .pull-right {
  float: right;
} .BreakingNewsModule {
  /* PMODIF TS 2024-10-16 changed layout */
}
.BreakingNewsModule .BreakingNewsModuleContent {
  display: flex;
}
.BreakingNewsModule article {
  /*background-color: #eee;*/
  /* PMODIF TS 2024-10-16 changed layout */
  padding: 0;
}
.BreakingNewsModule article h5 {
  color: #fff;
  background-color: red;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-weight: bold;
}
.BreakingNewsModule article h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #005EA8;
  padding-left: 15px;
}
.BreakingNewsModule article h2 a {
  /* PMODIF TS 2022-02-17 changed font */
  font-family: "Greycliff CF";
  color: #fff;
  line-height: 1.3;
  margin-top: 5px;
  /* PMODIF TS 2024-10-16 changed layout */
  background-color: #005EA8;
}
.BreakingNewsModule article h2 a:hover {
  cursor: pointer;
}
.BreakingNewsModule article h4 {
  color: white;
  margin-bottom: -3px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  background-color: #005EA8;
  letter-spacing: 1px;
  /* PMODIF TS 2024-10-16 changed layout */
  margin: 0;
  background-color: #005EA8;
  padding-left: 15px;
  padding-top: 15px;
} /*for ContentPersonalization-Page */
.ContentPersonalization .edit-section-header {
  /* PMODIF TS 2022-02-17 changed font */
  font-family: "Greycliff CF";
  color: #005EA8;
  font-size: 1.125em;
}

/* set border colors to grey instead of blue which is default from select2 */
.select2-drop-active {
  border: 1px solid #aaa !important;
}

.select2-choices {
  background: none repeat scroll 0 0 #EEEEEE !important;
  border: solid 1px #D9DDE6 !important;
  box-shadow: 0px 0px 0px 0px white !important;
}

.select2-choices:hover {
  border: solid 1px silver !important;
}

.select2-search-choice {
  background: none repeat scroll 0 0 white !important;
  border: solid 1px #D9DDE6 !important;
}
.select2-search-choice .TagCtrlResult {
  background-position-y: 4px;
}

.select2-no-results,
.select2-searching,
.select2-selection-limit {
  background: white !important;
}

/* set height of result box */
.select2-results {
  max-height: 400px !important;
}

/* mark the selected text with font-weight: bold instead of underline which is the default in select2 */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  font-weight: bold;
  text-decoration: none !important;
}

.TagCtrlResult {
  background-repeat: no-repeat;
  display: inline-block;
  padding: 5px 0 5px 20px;
  background-position-y: 7px;
}

.TagCtrlResult.WithoutBackgroundImg {
  padding: 5px 0 5px 0px;
} /* For DocCommentModule */
.DocCommentModule {
  /*PMODIF AG 2024-10-10 Modify layout*/
  margin: 34px 0;
  background: #f3f6f9;
  border-radius: 4px;
}
.DocCommentModule .DocCommentModuleBody::before {
  color: #336799;
  content: open-quote;
  font-size: 10em;
  vertical-align: -0.4em;
  line-height: 25px;
  margin-top: -140px;
  position: absolute;
  font-family: Arial, sans-serif;
}
.DocCommentModule .DocCommentModuleBody {
  text-align: left;
  background: #fff;
  padding: 25px;
  margin: 25px;
  margin-top: 25px;
  margin-top: 50px;
  display: inline-block;
}
.DocCommentModule .DocCommentModuleFormPanel {
  background-color: #EEEEEE;
  padding: 5px;
}
.DocCommentModule .DocCommentModuleFormPanelTitle {
  margin-bottom: 10px;
}
.DocCommentModule .DocCommentModuleFormPanelTitle span {
  display: block;
}
.DocCommentModule .DocCommentModuleCaptcha .input-group-addon {
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
}
/* classes used in DocComment.xsl */
.WebStoryComment .CommentAnswer .FirstAnswer {
  border-top: 1px dotted blue;
  padding-top: 0.5em;
}
.WebStoryComment .CommentAnswer.LastAnswer {
  border-bottom: none;
}
.WebStoryComment .DocCommentModulePseudonym {
  color: #37aadd;
  /*PMODIF AG 2024-10-10 Modify layout*/
  font-weight: 700;
}
.WebStoryComment .DocCommentModuleDatetime {
  /*PMODIF AG 2024-10-10 Modify layout*/
  color: #555555;
} /*for DocFeedbackModule */
.DocFeedbackModule .DocFeedbackPanel {
  background-color: #EEEEEE;
  padding: 5px;
}
.DocFeedbackModule .DocFeedbackCaptcha .input-group-addon {
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
} /* definition for the DocSearchModule */
.DocSearchModule {
  /*PMODIF JST 2023-07-18 changed layout*/
  font-family: "Greycliff CF";
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 28px;
  /*PMODIF JST 2023-07-18 changed layout*/
  /*PMODIF JST 2023-07-18 changed layout*/
  /* for results of searchpage */
}
.DocSearchModule h5.category {
  font-family: "Greycliff CF Demi";
  font-weight: normal;
  font-style: normal;
  color: #757575;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.DocSearchModule h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.DocSearchModule h4 a {
  font-family: "Greycliff CF";
  font-style: normal;
  font-weight: bold;
  color: #000;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .DocSearchModule h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
  }
  .DocSearchModule h4 a {
    /* PMODIF TS 2022-02-17 changed font */
    line-height: 28px;
    font-weight: bold;
  }
  .DocSearchModule h4 a:hover {
    /*color: $web-portal-brand-primary;*/
  }
}
.DocSearchModule p {
  margin: 0;
}
.DocSearchModule .moreLink {
  padding: 0 !important;
  line-height: 16px !important;
}
.DocSearchModule .searchExtended {
  /*background-color: #eee;
  padding: 0.5em;*/
}
.DocSearchModule .searchExtended h3 {
  font-size: 1.2em;
  margin-top: 0.5em;
}
.DocSearchModule figure {
  --aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
  .DocSearchModule figure {
    margin-bottom: 20px;
  }
}
.DocSearchModule figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.DocSearchModule .queryResult > ul {
  list-style: none;
  padding-left: 0px;
}
.DocSearchModule .queryResult > ul > li {
  margin-bottom: 20px;
  /*padding-bottom: 1.5em;
  border-bottom: solid 1px #ccc;*/
  list-style: none;
}
.DocSearchModule .queryResult > ul > li.searchShortcut {
  /*background-color: #ddd;*/
}
.DocSearchModule .queryResult > ul > li .queryResultSearchWord {
  font-weight: bold;
  color: #660000;
} /*for DocSendMailModule */
.DocSendMailModule .DocSendMailPanel {
  background-color: #fff;
  padding: 15px;
}
.DocSendMailModule .DocSendMailCaptcha .input-group-addon {
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
} /*for DocumentRankingModul*/
.DocumentRankingModule .headLine-module {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
.DocumentRankingModule ul.DocumentRankingHeadPanel {
  /*border-bottom: 1px solid #ddd;*/
  display: none;
}
.DocumentRankingModule ul.DocumentRankingHeadPanel li {
  color: #37aadd;
  /*text-transform: uppercase;*/
  font-size: 18px;
  /*border-style: none none solid none;
  border-bottom-width: 1px;
  border-color: #ccc;*/
}
.DocumentRankingModule ul.DocumentRankingHeadPanel li span {
  background-color: transparent;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
}
.DocumentRankingModule ul.DocumentRankingHeadPanel li span:focus, .DocumentRankingModule ul.DocumentRankingHeadPanel li a:active, .DocumentRankingModule ul.DocumentRankingHeadPanel li a:hover {
  background-color: #fff;
  color: #000;
}
.DocumentRankingModule ul.DocumentRankingHeadPanel li.active span {
  background-color: #fff;
  color: #000;
}
.DocumentRankingModule .DocumentRankingTab {
  /*background-color: #FFFFFF;*/
  margin-bottom: 30px;
}
.DocumentRankingModule .DocumentRankingContent .StoryPreviewBox {
  padding-bottom: 20px;
} /*************************************************************************************************/
/* DossierShowModule */
/*************************************************************************************************/
.DossierShowModule .WcmsContentHeader figure {
  margin-bottom: 1.5em;
}
.DossierShowModule .WcmsContentHeader figure img {
  min-width: 100%;
} /*for DossierPreviewModule */
/*for DossierPreviewModule */
.DossierPreviewModule.preview-module {
  /* class for one dossier document in the preview modul */
} /*for EPaperPreviewModule */
.EPaperPreviewModule .EPaperPreviewModuleContent {
  text-align: center;
}
.EPaperPreviewModule .EPaperPreviewModuleContent img {
  /*PMODIF JST 2023-09-08 changed size*/
  /*border:2px solid gray;*/
  /*width:350px;
  max-width:350px !important;*/
  box-shadow: 3px 3px 5px #30393D;
} /*for EventPreviewModule */
/*for EventPreviewModule */
.EventPreviewModule.preview-module {
  /* class for one event document in the preview modul */
}
.EventPreviewModule.preview-module .preview-doc {
  /*******************************************************/
  /* handling for LayoutDesign "HoverText" */
  /*******************************************************/
  /*******************************************************/
  /* Layout: Text im Bild (TextInside) */
  /*******************************************************/
}
.EventPreviewModule.preview-module .preview-doc .preview-event-classification {
  color: #005EA8;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.EventPreviewModule.preview-module .preview-doc .preview-event-area {
  color: #005EA8;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.EventPreviewModule.preview-module .preview-doc .preview-date {
  margin-top: 0px;
  margin-bottom: 5px;
}
.EventPreviewModule.preview-module .preview-doc .HoverLayer .preview-header.header-layer .preview-event-area, .EventPreviewModule.preview-module .preview-doc .HoverLayer .preview-header.header-layer .preview-event-classification {
  display: none;
  color: #FFF;
}
.EventPreviewModule.preview-module .preview-doc .HoverLayer :hover .preview-header.header-layer .preview-event-area, .EventPreviewModule.preview-module .preview-doc .HoverLayer :hover .preview-header.header-layer .preview-event-classification {
  display: block;
  color: #FFF;
}
.EventPreviewModule.preview-module .preview-doc .TextInside .TextContainer .preview-event-area, .EventPreviewModule.preview-module .preview-doc .TextInside .TextContainer .preview-event-classification {
  color: #fff;
} .LatestWebStoryCommentsModule {
  overflow: auto;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox {
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 0px 0px;
  overflow: auto;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .hgroup .ArticleMeta {
  /*PMODIF AG 2024-08-09 Change color*/
  color: #757575;
  /*PMODIF END*/
  margin: 0px 0px 5px 0px;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .hgroup h2 {
  color: #333;
  font-weight: normal;
  font-size: 28px;
  line-height: normal;
  margin: 0px 0px 10px 0px;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .hgroup h3 {
  font-size: 16px;
  font-weight: normal;
  display: inherit;
  text-transform: none;
  color: #37aadd;
  letter-spacing: normal;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .hgroup h3 a:link,
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .hgroup h3 a:active,
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .hgroup h3 a:visited,
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .hgroup h3 a:active {
  color: #37aadd;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .comments ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 14px 0px 0px 0px;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .comments li {
  margin: 0px 0px 4px 0px;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .comments li:before {
  padding: 0px 4px 10px 0px;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .comments .Pseudonym {
  font-weight: bold;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .footer {
  float: right;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox .footer a.moreLink {
  display: inline-block;
  padding-left: 5px;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox a.commentLink {
  color: #37aadd;
}
.LatestWebStoryCommentsModule .LatestWebStoryCommentsModuleContent .WebStoryLatestCommentBox a.commentLink img {
  margin: 0px 0px 0px 2px;
  vertical-align: middle;
  width: unset;
}

/* XSLParam Preview */
.WebStoryLatestCommentBoxPreview:before {
  margin-top: 6px;
  float: left;
  padding: 0px 0px 0px 0px;
}
.WebStoryLatestCommentBoxPreview h2 {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.WebStoryLatestCommentBoxPreview .comments {
  font-style: italic;
  padding: 0px 0px 0px 0px;
}
.WebStoryLatestCommentBoxPreview .comments ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
} /* LiveTickerShowModule */
.LiveTickerShowModule .LiveTickerModuleContent {
  /*timeline handling*/
}
.LiveTickerShowModule .LiveTickerModuleContent .LiveTickerClosed {
  font-weight: 300;
  font-style: italic;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems {
  margin-top: 10px;
  padding-top: 10px;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem .LiveTickerItemDate {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  font-size: 0.8em;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem .LiveTickerItemTime {
  display: inline-block;
  margin-right: 5px;
  font-style: italic;
  font-weight: 600;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem .LiveTickerItemPlayTime {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem .LiveTickerItemHeading {
  display: block;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem .LiveTickerItemContent {
  display: block;
  /*font-size: 0.8em;*/
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem .LiveTickerItemContent img {
  max-width: 100%;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems .LiveTickerItem .LiveTickerImage img {
  width: 100%;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems.timeline {
  position: relative;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems.timeline > li {
  padding-left: 40px;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #246bb3;
  left: 0px;
  width: 20px;
  height: 20px;
  height: 20px;
  z-index: 400;
}
.LiveTickerShowModule .LiveTickerModuleContent ul.LiveTickerItems.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 9px;
  width: 1px;
  height: 100%;
  z-index: 400;
}

/*dialog AddNewTickerItem*/
#AddNewTickerItem input[name=NewLiveTickerItemHeading] {
  width: 100%;
} /* css definitions for news nav wcms pages */
/* nav page */
.NavSectionList .NavSection {
  border-bottom: 1px solid #ccc;
  margin-top: 1.5em;
  padding-bottom: 0.5em;
}
.NavSectionList .NavSection .NavSectionComment {
  margin-top: 0.5em;
}

/* list page */
.NewsListNavigation {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
} .NewsFeedOverviewModule .NewsFeedOverviewModuleContent .NewsFeedItem {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.NewsFeedOverviewModule .NewsFeedOverviewModuleContent .NewsFeedItem .NewsFeedHeading a {
  color: #246bb3;
} /* css definitions for newsletter wcms pages */
/*************************************************************************************************/
/* NewsletterSubscribeModule */
/*************************************************************************************************/
.NewsletterSubscribeModule .NewsletterSubscribeModulDescription {
  margin-bottom: 15px;
}

/*************************************************************************************************/
/* Wcms/News/NewsletterSubscription + NewsletterSubscribe */
/*************************************************************************************************/
ul.NewsletterSubscriptionList li {
  margin: 17px 0px;
}
ul.NewsletterSubscriptionList li label {
  min-width: 100%;
}
ul.NewsletterSubscriptionList li span.NewsletterName, ul.NewsletterSubscriptionList li span.NewsletterTime {
  font-size: 1.1em;
  position: relative;
  top: -3px;
}
ul.NewsletterSubscriptionList li span.NewsletterName {
  font-weight: bold;
}
ul.NewsletterSubscriptionList li span.NewsletterHeading {
  font-style: italic;
}
ul.NewsletterSubscriptionList li span.NewsletterImage img {
  min-width: 100%;
  max-width: 100%;
}

/*************************************************************************************************/
/* Wcms/News/NewsletterShow */
/*************************************************************************************************/ /* For NewsListLinkModule */
.NewsListLinkModule a
{
	float:right;
} /*for PictureGalleryPreviewModule */
/*for PictureGalleryPreviewModule */
.PictureGalleryPreviewModule.preview-module {
  /* class for one picture gallery document in the preview modul */
} /* for PictureGalleryShowModule ,PicListModule and MotifPicItemListModule */
.PictureGalleryShowModule,
.PicListModule,
.MotifPicItemListModule {
  /*PMODIF AG 2024-10-10 Modify layout*/
  /*.Browse.Next {
  	left: 95%;
  }*/
}
.PictureGalleryShowModule header h1,
.PicListModule header h1,
.MotifPicItemListModule header h1 {
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .PictureGalleryShowModule header h1,
.PicListModule header h1,
.MotifPicItemListModule header h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.PictureGalleryShowModule .image.swiper-container .ImageWrapper,
.PicListModule .image.swiper-container .ImageWrapper,
.MotifPicItemListModule .image.swiper-container .ImageWrapper {
  position: relative;
}
.PictureGalleryShowModule .image.swiper-container .swiper-slide .row,
.PicListModule .image.swiper-container .swiper-slide .row,
.MotifPicItemListModule .image.swiper-container .swiper-slide .row {
  /* needed for text region if to use fade effect */
  background-color: white;
}
.PictureGalleryShowModule .outer-stripe-swiper-container,
.PicListModule .outer-stripe-swiper-container,
.MotifPicItemListModule .outer-stripe-swiper-container {
  padding-left: 0px;
  padding-right: 0px;
}
.PictureGalleryShowModule .stripe.swiper-container,
.PicListModule .stripe.swiper-container,
.MotifPicItemListModule .stripe.swiper-container {
  width: 100%;
  padding-bottom: 30px;
}
.PictureGalleryShowModule .stripe.swiper-container .swiper-slide,
.PicListModule .stripe.swiper-container .swiper-slide,
.MotifPicItemListModule .stripe.swiper-container .swiper-slide {
  width: auto;
  height: 100%;
}
.PictureGalleryShowModule .stripe.swiper-container .swiper-slide img,
.PicListModule .stripe.swiper-container .swiper-slide img,
.MotifPicItemListModule .stripe.swiper-container .swiper-slide img {
  width: auto;
  height: 85px;
}
.PictureGalleryShowModule .PictureGalleryStripe .stripe.swiper-button-prev,
.PictureGalleryShowModule .PictureGalleryStripe .stripe.swiper-button-next,
.PicListModule .PictureGalleryStripe .stripe.swiper-button-prev,
.PicListModule .PictureGalleryStripe .stripe.swiper-button-next,
.MotifPicItemListModule .PictureGalleryStripe .stripe.swiper-button-prev,
.MotifPicItemListModule .PictureGalleryStripe .stripe.swiper-button-next {
  top: 45px;
}
.PictureGalleryShowModule .PictureGalleryNavigation .btn,
.PicListModule .PictureGalleryNavigation .btn,
.MotifPicItemListModule .PictureGalleryNavigation .btn {
  margin-bottom: 5px;
}
.PictureGalleryShowModule .BrowseWrapper,
.PicListModule .BrowseWrapper,
.MotifPicItemListModule .BrowseWrapper {
  position: absolute;
  top: 0;
  margin: 0;
  cursor: pointer;
  z-index: 9;
  background: transparent;
  padding: 5px 10px;
  border-radius: 2px;
  opacity: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.PictureGalleryShowModule .BrowseWrapper.right,
.PicListModule .BrowseWrapper.right,
.MotifPicItemListModule .BrowseWrapper.right {
  right: 0;
}
.PictureGalleryShowModule button.Browse,
.PicListModule button.Browse,
.MotifPicItemListModule button.Browse {
  position: absolute;
  z-index: 10;
  border: none;
  /*background-color: transparent;*/
  /*width: 50px;*/
}
.PictureGalleryShowModule button.Browse.Next,
.PicListModule button.Browse.Next,
.MotifPicItemListModule button.Browse.Next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .PictureGalleryShowModule button.Browse.Next,
.PicListModule button.Browse.Next,
.MotifPicItemListModule button.Browse.Next {
    /* PMODIF TS 2025-01-29 always show navigation */
    display: block;
  }
}
.PictureGalleryShowModule button.Browse.Prev,
.PicListModule button.Browse.Prev,
.MotifPicItemListModule button.Browse.Prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .PictureGalleryShowModule button.Browse.Prev,
.PicListModule button.Browse.Prev,
.MotifPicItemListModule button.Browse.Prev {
    /* PMODIF TS 2025-01-29 always show navigation */
    display: block;
  }
}
.PictureGalleryShowModule .banner,
.PicListModule .banner,
.MotifPicItemListModule .banner {
  min-width: 100px;
  min-height: 300px;
  text-align: center;
  /*background-color:gray;*/
}
.PictureGalleryShowModule .banner .WcmsAdHint,
.PicListModule .banner .WcmsAdHint,
.MotifPicItemListModule .banner .WcmsAdHint {
  display: inline-block;
}
.PictureGalleryShowModule .Pages,
.PicListModule .Pages,
.MotifPicItemListModule .Pages {
  margin-right: 5px;
}
.PictureGalleryShowModule .PictureGalleryShoppingCart,
.PicListModule .PictureGalleryShoppingCart,
.MotifPicItemListModule .PictureGalleryShoppingCart {
  margin-left: 15px;
}
.PictureGalleryShowModule .Browse,
.PicListModule .Browse,
.MotifPicItemListModule .Browse {
  border-radius: 0;
  border: none;
  background-color: #fff;
  /*PMODIF AG 2024-10-10 Modify layout*/
  position: fixed;
  bottom: 50%;
}
@media screen and (max-width: 767px) {
  .PictureGalleryShowModule .Browse,
.PicListModule .Browse,
.MotifPicItemListModule .Browse {
    display: none;
  }
}
.PictureGalleryShowModule .PictureGalleryImage,
.PicListModule .PictureGalleryImage,
.MotifPicItemListModule .PictureGalleryImage {
  margin-bottom: 10px;
}
.PictureGalleryShowModule .PictureGalleryImage figure,
.PicListModule .PictureGalleryImage figure,
.MotifPicItemListModule .PictureGalleryImage figure {
  position: relative;
  width: 100%;
  display: table;
  /*PMODIF AG 2024-10-10 Modify layout*/
  transform: rotate(0deg);
}
.PictureGalleryShowModule .PictureGalleryImage figure img,
.PicListModule .PictureGalleryImage figure img,
.MotifPicItemListModule .PictureGalleryImage figure img {
  width: 100%;
  /*PMODIF AG 2024-10-10 Modify layout*/
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  .PictureGalleryShowModule .PictureGalleryImage figure .PicgalleryCaption,
.PicListModule .PictureGalleryImage figure .PicgalleryCaption,
.MotifPicItemListModule .PictureGalleryImage figure .PicgalleryCaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.PictureGalleryShowModule .PictureGalleryImage figure figcaption,
.PicListModule .PictureGalleryImage figure figcaption,
.MotifPicItemListModule .PictureGalleryImage figure figcaption {
  margin-top: 5px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  font-family: "Greycliff CF Oblique";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.PictureGalleryShowModule .PictureGalleryImage figure figcaption p,
.PicListModule .PictureGalleryImage figure figcaption p,
.MotifPicItemListModule .PictureGalleryImage figure figcaption p {
  margin: 0;
}
.PictureGalleryShowModule .PictureGalleryStripeNavigation,
.PicListModule .PictureGalleryStripeNavigation,
.MotifPicItemListModule .PictureGalleryStripeNavigation {
  height: 85px;
}
.PictureGalleryShowModule .PictureGalleryStripeNavigation .btn,
.PicListModule .PictureGalleryStripeNavigation .btn,
.MotifPicItemListModule .PictureGalleryStripeNavigation .btn {
  height: 100%;
} /*for PictureGalleryTeaserModule */
.PictureGalleryTeaserModule {
  /* ========================================================================================== */
  /* define grid areas*/
  /*Item BackgroundImage Handling*/
  /*image without overlay*/
  /*image with overlay*/
  /* ========================================================================================== */
  /*Template Grid4_Square*/
  /* ========================================================================================== */
  /* ========================================================================================== */
  /*Template Grid4_left*/
  /* ========================================================================================== */
  /* ========================================================================================== */
  /*Template Grid4_right*/
  /* ========================================================================================== */
  /* ========================================================================================== */
  /*Template Grid7*/
  /* ========================================================================================== */
}
.PictureGalleryTeaserModule div.item-1 {
  grid-area: A;
}
.PictureGalleryTeaserModule div.item-2 {
  grid-area: B;
}
.PictureGalleryTeaserModule div.item-3 {
  grid-area: C;
}
.PictureGalleryTeaserModule div.item-4 {
  grid-area: D;
}
.PictureGalleryTeaserModule div.item-5 {
  grid-area: E;
}
.PictureGalleryTeaserModule div.item-6 {
  grid-area: F;
}
.PictureGalleryTeaserModule div.item-7 {
  grid-area: G;
}
.PictureGalleryTeaserModule div.item-8 {
  grid-area: H;
}
.PictureGalleryTeaserModule div.item {
  background-repeat: no-repeat;
  background-size: cover;
}
.PictureGalleryTeaserModule a div.hiddenoverlay {
  width: 100%;
  height: 100%;
}
.PictureGalleryTeaserModule div.item.overlaycontainer {
  position: relative;
}
.PictureGalleryTeaserModule a.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.PictureGalleryTeaserModule a.overlay div {
  color: #ffffff;
  font-size: 2em;
}
.PictureGalleryTeaserModule .Grid4_Square {
  height: 50vh;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "A B " "C D ";
}
@media (max-width: 768px) {
  .PictureGalleryTeaserModule .Grid4_Square {
    height: 1600px;
    grid-template: "A" "B" "C" "D";
    grid-template-rows: 400px;
    grid-gap: 2px;
  }
}
.PictureGalleryTeaserModule .Grid4_left {
  height: 50vh;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "A B C" "A D D ";
}
@media (max-width: 768px) {
  .PictureGalleryTeaserModule .Grid4_left {
    height: 1600px;
    grid-template: "A" "B" "C" "D";
    grid-template-rows: 600px 200px 400px 400px;
    grid-gap: 2px;
  }
}
.PictureGalleryTeaserModule .Grid4_right {
  height: 50vh;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "A B C" "D D C";
}
@media (max-width: 768px) {
  .PictureGalleryTeaserModule .Grid4_right {
    height: 1600px;
    grid-template: "A" "B" "C" "D";
    grid-template-rows: 400px;
    grid-gap: 2px;
  }
}
.PictureGalleryTeaserModule .Grid7 {
  height: 50vh;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 2fr 2fr 2fr 3fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "A A B C" "A A B C" "A A B F" "D E B F" "D E B G" "D E B G";
}
@media (max-width: 768px) {
  .PictureGalleryTeaserModule .Grid7 {
    height: 50vh;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "A A B B" "D E B B" "C C F F" "C C G G";
    grid-gap: 2px;
  }
} /*for common css for all PreviewModules */
.preview-module {
  /*******************************************************/
  /* Trennlinen: */
  /*******************************************************/
  /* zwischen den Spalten (BetweenColumns) */
  /* unter der Vorschau (Bottom) */
  /* link to search page */
  /* container of the preview docs */
}
.preview-module .preview-dividing-line-vertical {
  overflow: hidden;
  /* remove border from first column elements of 2,3 etc. displayed row (has a clear element before) */
}
.preview-module .preview-dividing-line-vertical > div[class*=col-]:not(:first-child) {
  border-left-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.preview-module .preview-dividing-line-vertical div[class=clear] ~ div[class*=col-] {
  border-left-style: none;
}
.preview-module .preview-dividing-line-bottom {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
.preview-module .preview-search-link {
  margin-top: 15px;
}
.preview-module .preview-search-link.text-top {
  position: absolute;
  top: -40px;
}
.preview-module .preview-module-content {
  /* class for one document in the preview modul */
}
.preview-module .preview-module-content .preview-doc {
  position: relative;
  margin-bottom: 5px;
  /* the heading tag */
  /*******************************************************/
  /* handling for LayoutDesign "HoverText" */
  /*******************************************************/
  /*******************************************************/
  /* Layout: Text im Bild (TextInside) */
  /*******************************************************/
}
.preview-module .preview-module-content .preview-doc .preview-header {
  position: relative;
}
.preview-module .preview-module-content .preview-doc .preview-heading {
  font-size: 20px;
  font-family: "Greycliff CF";
  color: #29292b;
  /*line-height: 1.3;*/
  margin-top: 5px;
  font-weight: bold;
}
.preview-module .preview-module-content .preview-doc .preview-heading :hover {
  color: #336799;
  text-decoration: underline;
}
.preview-module .preview-module-content .preview-doc .preview-teaser {
  font-size: 0.9em;
  margin-top: 5px;
}
.preview-module .preview-module-content .preview-doc .preview-section {
  color: #005EA8;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.preview-module .preview-module-content .preview-doc .preview-locality {
  color: #005EA8;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.preview-module .preview-module-content .preview-doc .preview-date {
  color: #005EA8;
  font-size: 0.7em;
}
.preview-module .preview-module-content .preview-doc .PictureContainer {
  position: relative;
  overflow: hidden;
}
.preview-module .preview-module-content .preview-doc img {
  width: 100%;
}
.preview-module .preview-module-content .preview-doc .preview-doc-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6em;
  text-align: center;
  width: 100%;
  height: 100%;
}
.preview-module .preview-module-content .preview-doc .preview-doc-icon .glyph-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 40px;
}
.preview-module .preview-module-content .preview-doc .HoverLayer {
  position: relative;
  color: #FFF;
  background-color: #F08A00;
}
.preview-module .preview-module-content .preview-doc .HoverLayer img {
  display: block;
}
.preview-module .preview-module-content .preview-doc .HoverLayer .preview-header.header-layer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
  padding: 5px;
  text-align: center;
}
.preview-module .preview-module-content .preview-doc .HoverLayer .preview-header.header-layer .preview-heading, .preview-module .preview-module-content .preview-doc .HoverLayer .preview-header.header-layer .preview-section, .preview-module .preview-module-content .preview-doc .HoverLayer .preview-header.header-layer .preview-locality, .preview-module .preview-module-content .preview-doc .HoverLayer .preview-header.header-layer .preview-date {
  display: none;
  color: #FFF;
}
.preview-module .preview-module-content .preview-doc .HoverLayer :hover .preview-header.header-layer .preview-heading, .preview-module .preview-module-content .preview-doc .HoverLayer :hover .preview-header.header-layer .preview-section, .preview-module .preview-module-content .preview-doc .HoverLayer :hover .preview-header.header-layer .preview-locality, .preview-module .preview-module-content .preview-doc .HoverLayer :hover .preview-header.header-layer .preview-date {
  display: block;
  color: #FFF;
}
.preview-module .preview-module-content .preview-doc .HoverLayer :hover img {
  visibility: hidden;
}
.preview-module .preview-module-content .preview-doc .HoverLayer img.preview-doc-icon {
  bottom: 3px;
}
.preview-module .preview-module-content .preview-doc .TextInside {
  position: relative;
  overflow: hidden;
}
.preview-module .preview-module-content .preview-doc .TextInside figure {
  z-index: 1;
  margin-bottom: 0px;
}
.preview-module .preview-module-content .preview-doc .TextInside .TextBackground {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 15, 20, 0.6) 15%, rgba(0, 15, 20, 0.15) 52%, rgba(0, 15, 20, 0) 70%);
}
.preview-module .preview-module-content .preview-doc .TextInside .TextContainer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  color: #fff;
}
.preview-module .preview-module-content .preview-doc .TextInside .TextContainer h2 {
  margin-bottom: 0px;
}
.preview-module .preview-module-content .preview-doc .TextInside .TextContainer .preview-heading, .preview-module .preview-module-content .preview-doc .TextInside .TextContainer .preview-section, .preview-module .preview-module-content .preview-doc .TextInside .TextContainer .preview-locality, .preview-module .preview-module-content .preview-doc .TextInside .TextContainer .preview-date {
  color: #fff;
}

.PreviewGallery {
  position: relative;
}
.PreviewGallery .outer-preview-swiper-container {
  padding-left: 0px;
  padding-right: 0px;
}
.PreviewGallery .preview-swiper-container {
  padding-bottom: 30px;
}
.PreviewGallery .preview.swiper-button-prev {
  left: 15px;
}
.PreviewGallery .preview.swiper-button-next {
  right: 15px;
} .QuizPreviewModule .preview-module-content a {
  display: inline-block;
}
.QuizPreviewModule .preview-module-content a h2 {
  margin-top: 0px;
  font-size: 1.2em;
} /*for QuizShowModule */
/*for QuizShowModule */
.QuizShowModule {
  /*PMODIF JST 2025-02-18 removed */
  /*	.QuestionAnswerButton {
  		float: right;
  	}*/
  /*.AnswerNextQuestionButton {
  	float: right;
  }*/
}
.QuizShowModule h1 {
  font-size: 1.6em;
  text-align: center;
}
.QuizShowModule .QuizInfo {
  font-weight: bold;
  font-size: small;
}
.QuizShowModule .QuizQuestion {
  background-color: #005EA8;
  float: left;
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.5em;
}
.QuizShowModule .QuestionImage {
  text-align: center;
}
.QuizShowModule .QuestionImage img {
  display: inline;
}
.QuizShowModule .QuestionImage .QuestionCredit {
  display: block;
}
.QuizShowModule .QuestionImage .QuestionCaption {
  display: block;
}
.QuizShowModule .QuizChoiceItemNo {
  width: 30px;
  text-align: center;
  background-color: #005EA8;
  float: left;
  color: #ffffff;
  margin-right: 15px;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem {
  text-align: center;
  margin-bottom: 15px;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem .QuizChoiceItemImageContainer {
  position: relative;
  border: 1px solid #ababab;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem .QuizChoiceItemImageContainer:hover {
  background-color: #eee;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem .QuizChoiceItemImageContainer .QuizChoiceItemText {
  display: block;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem .QuizChoiceItemImageContainer .QuizChoiceItemImageWrapper {
  position: relative;
  display: inline-block;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem .QuizChoiceItemImageContainer .QuizChoiceItemImageWrapper img {
  display: inline;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem .QuizChoiceItemImageContainer .QuizChoiceItemImageWrapper .QuizChoiceItemCredit {
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  z-index: 50;
  background-color: #d3d3d3;
  right: 0;
  font-size: 12px;
  padding: 0.3em;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem .QuizChoiceItemImageContainer .QuizChoiceItemCaption {
  display: block;
}
.QuizShowModule .QuestionChoiceItemsContainer .QuizQuestionChoiceItem.QuestionImageChoiceItem.ChoiceItemSelected .QuizChoiceItemImageContainer {
  background-color: #eee;
}
.QuizShowModule .QuestionChoiceItemsContainer tr {
  cursor: pointer;
}
.QuizShowModule .QuestionChoiceItemsContainer tr.ChoiceItemSelected {
  background-color: #eee;
}
.QuizShowModule .AnswerResult {
  background-color: #005EA8;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.5em;
  font-size: medium;
  font-weight: bold;
}
.QuizShowModule .AnswerImage {
  margin-bottom: 10px;
  text-align: center;
}
.QuizShowModule .AnswerImage img {
  display: inline;
}
.QuizShowModule .AnswerImage .AnswerCredit {
  display: block;
}
.QuizShowModule .AnswerImage .AnswerCaption {
  display: block;
}
.QuizShowModule .AnswerDescription {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.QuizShowModule .QuizResult {
  text-align: center;
} /* for Survey-Module */
.SurveyModule h2 {
  margin-top: 5px;
  color: #37aadd;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4em;
}
.SurveyModule .SurveyVote {
  margin-top: 10px;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem {
  display: block;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label {
  width: 100%;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent {
  display: block;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent .SurveyChoiceItemText {
  display: block;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent .SurveyChoiceItemImageContent {
  display: block;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent .SurveyChoiceItemImageContent .SurveyChoiceItemImageWrapper {
  position: relative;
  display: inline-block;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent .SurveyChoiceItemImageContent .SurveyChoiceItemImageWrapper .SurveyChoiceItemImage {
  display: inline;
  min-width: 100%;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent .SurveyChoiceItemImageContent .SurveyChoiceItemImageWrapper .SurveyChoiceItemCredit {
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  z-index: 50;
  background-color: #d3d3d3;
  right: 0;
  font-size: 12px;
  padding: 0.3em;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent .SurveyChoiceItemImageContent .SurveyChoiceItemCaption {
  display: block;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem.SurveyTypePicture input {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem.TextRight .SurveyChoiceItemContent {
  position: relative;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem.TextRight .SurveyChoiceItemContent .SurveyChoiceItemImageContent {
  float: left;
  width: 25%;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem.TextRight .SurveyChoiceItemContent .SurveyChoiceItemImageContent .SurveyChoiceItemCaption {
  text-align: center;
}
.SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem.TextRight .SurveyChoiceItemContent .SurveyChoiceItemText {
  float: right;
  width: 75%;
  padding-left: 5px;
}
.SurveyModule .SurveyResult {
  margin-top: 10px;
}
.SurveyModule .SurveyResult .SurveyBarWrapper {
  width: 100%;
  float: left;
}
.SurveyModule .SurveyResult .SurveyBarWrapper .SurveyPercentText {
  display: inline;
}
.SurveyModule .SurveyResult .SurveyBarWrapper .SurveyBar {
  border: #ccc 1px solid;
  padding: 0px;
  line-height: 0.5em;
  margin: 0.25em 0.5em 0px 0px;
  width: 80%;
  float: left;
  height: 100%;
}
.SurveyModule .SurveyResult .SurveyBarWrapper .SurveyBar span {
  height: 15px;
  background-image: url("/Layout/News/bar.gif");
}
.SurveyModule .SurveyResult .SurveyBarLabel {
  width: 13em;
  margin-bottom: 0.66em;
  float: left;
}
.SurveyModule .SurveyButtonWrapper {
  display: inline;
  padding-top: 5px;
}
.SurveyModule .SurveyButtonWrapper .SurveyButton {
  margin-top: 10px;
}
.SurveyModule .SurveyTotalVotes {
  margin: 1em 0px 0px;
  float: right;
  color: #999;
}
.SurveyModule .SurveyVoteClosed {
  margin-top: 1em;
} /* -- For TagCloud Module --*/
.TagCloudModule {
  line-height: 1.8em !important;
  text-align: justify;
}
.TagCloudModule ul, .TagCloudModule ol {
  margin: 0.5em 0 0;
  padding: 0;
  list-style-type: square;
}
.TagCloudModule li {
  display: inline;
  margin-right: 0.3125em;
  vertical-align: baseline;
  float: left;
}
.TagCloudModule li a:active, .TagCloudModule li a:link, .TagCloudModule li a:visited {
  text-decoration: none;
}
.TagCloudModule li a:hover, .TagCloudModule li a:focus {
  text-decoration: underline;
}
.TagCloudModule .tagCloud_6 {
  color: #999;
  font-size: 0.83em;
}
.TagCloudModule .tagCloud_5 {
  color: #666;
  font-size: 1.08em;
  font-weight: bold;
}
.TagCloudModule .tagCloud_4 {
  color: #999;
  font-size: 1.16em;
  font-weight: bold;
}
.TagCloudModule .tagCloud_3 {
  color: #666;
  font-size: 1.16em;
}
.TagCloudModule .tagCloud_2 {
  font-size: 1.3em;
}
.TagCloudModule .tagCloud_1 {
  font-size: 1.5em;
  font-weight: bold;
} /* css definitions for TagTheme wcms pages */
/*************************************************************************************************/
/* Wcms/News/TagThemeNav */
/*************************************************************************************************/
/*************************************************************************************************/
/* TagThemeShowModule */
/*************************************************************************************************/
.TagThemeShowModule a.TagThemeShowLink {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 25px;
}

/*************************************************************************************************/
/* Wcms/News/TagThemeShow */
/*************************************************************************************************/
.WcmsPage.TagThemeShow h1 span {
  font-weight: 700;
  display: inline-block;
}
.WcmsPage.TagThemeShow .TagThemeShowModule a.TagThemeShowLink {
  display: none;
} /*************************************************************************************************/
/* Wcms/News/TagThemeList */
/*************************************************************************************************/
.TagThemeList ul {
  /*list-style:none;*/
  padding-left: 15px;
}
.TagThemeList ul li {
  position: relative;
}
.TagThemeList ul li a.canceled {
  color: red;
}
.TagThemeList ul li a.too-less-nb-docs {
  color: orange;
}
.TagThemeList ul li a.EditTagThemeLink span {
  display: none;
  position: absolute;
  top: 0px;
  left: -24px;
}
.TagThemeList ul li:hover a.EditTagThemeLink span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: white;
} /*for TagThemeNavigatorModule*/
.TagThemeNavigatorModule .TagThemeNavigatorTab {
  background-color: #FFFFFF;
}
.TagThemeNavigatorModule .TagThemeNavigatorTab a {
  padding-left: 10px;
  line-height: 1.5em;
  color: #cccccc;
  font-weight: 500;
  font-size: medium;
  display: inline-block;
}
.TagThemeNavigatorModule .TagThemeNavigatorTab a.Active {
  font-weight: 800;
  color: #F08A00;
}
.TagThemeNavigatorModule .TagThemeNavigatorHeadPanel {
  border-bottom: 3px solid #F08A00;
  margin-top: 10px;
  margin-bottom: 10px;
}
.TagThemeNavigatorModule .TagThemeNavigatorHeaderTab {
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  display: inline-block;
}
.TagThemeNavigatorModule .TagThemeNavigatorHeaderTab.Active {
  padding-top: 20px;
  color: #FFFFFF;
  background-color: #F08A00;
}
.TagThemeNavigatorModule .TagThemeNavigatorHeaderTab.Active a {
  color: #FFFFFF;
  background-color: #F08A00;
}
.TagThemeNavigatorModule .TagThemeNavigatorContentHolder {
  height: 60px;
  display: block;
  margin-top: 5px;
  background-color: transparent;
} /* for TextListModule */
.TextListModule .image.swiper-container .swiper-slide .row {
  /* needed for text region if to use fade effect */
  background-color: white;
}
.TextListModule .outer-stripe-swiper-container {
  padding-left: 0px;
  padding-right: 0px;
}
.TextListModule .stripe.swiper-container {
  width: 100%;
  padding-bottom: 30px;
}
.TextListModule .stripe.swiper-container .swiper-slide {
  width: auto;
  height: 100%;
}
.TextListModule .stripe.swiper-container .swiper-slide img {
  width: auto;
  height: 85px;
}
.TextListModule .TextGalleryNavigation {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.TextListModule .TextGalleryNavigation .btn {
  margin-bottom: 5px;
}
.TextListModule .banner {
  min-width: 100px;
  min-height: 300px;
  text-align: center;
}
.TextListModule .banner .WcmsAdHint {
  display: inline-block;
}
.TextListModule .Pages {
  margin-right: 5px;
}
.TextListModule .TextGallery {
  margin-bottom: 15px;
} .TopStoryRotatorModule {
  position: relative;
  margin-bottom: 30px;
}
.TopStoryRotatorModule .TopStoryRotatorNavigation {
  border-bottom: 3px solid #005EA8;
  margin-left: 0;
}
.TopStoryRotatorModule .TopStoryRotatorNavigation .TopStoryRotatorTabHeader {
  cursor: default;
  font-weight: 500;
  font-size: 1em;
  padding: 20px 5px 3px 5px;
}
.TopStoryRotatorModule .TopStoryRotatorNavigation .TopStoryRotatorTabHeader.ActiveTab {
  color: #FFFFFF;
  background-color: #005EA8;
  cursor: pointer;
}
.TopStoryRotatorModule .TopStoryRotatorTab {
  margin-top: 10px;
}
.TopStoryRotatorModule .TopStoryRotatorTab .TopStoryRotatorHeading {
  font-weight: 700;
  font-size: 1.1em;
  text-align: left;
  display: block;
  color: #eeeeee;
  background-color: #005EA8;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
} /*for UserContentModule */
.UserContentModule .UserContentPanel {
  background-color: #EEEEEE;
  padding: 5px;
}
.UserContentModule .UserContentPanel .LinkedDocContainer {
  margin-bottom: 10px;
}
.UserContentModule .UserContentPanel .LinkedDocContainer .Heading {
  font-weight: bold;
}
.UserContentModule .UserContentSubmit {
  /*margin-top:5px;*/
} /*for VideoPreviewModule */
/*for VideoPreviewModule */
.VideoPreviewModule.preview-module {
  /* class for one video document in the preview modul */
} /* definition for the WatchListModule */
.WatchListModule ul.WatchListContainer li {
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}
.WatchListModule .WatchListContentHolder {
  padding-bottom: 0.5em;
}
.WatchListModule .WatchListImage {
  margin-bottom: 11px;
}
.WatchListModule .WatchListImage img {
  width: 100%;
}
.WatchListModule .WatchListText .WatchListSection {
  color: #005EA8;
  margin-top: 0px;
  margin-bottom: -3px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.WatchListModule .WatchListText .WatchListHeading {
  /* PMODIF TS 2022-02-17 changed font */
  font-family: "Greycliff CF";
  color: #29292b;
  line-height: 1.3;
  margin-top: 5px;
}
.WatchListModule .WatchListAction {
  margin-bottom: 5px;
} 
/* CSS definitions for story content which is used in several story modules (like WebStoryPreviewModule, WebStoryShowModule, WebStoryFeaturedModule etc.) */
/* CSS definitions for webstory content which is used in several webstory modules (like WebStoryPreviewModule, WebStoryShowModule, WebStoryFeaturedModule etc.) */
/*if module has bkg-white css class we reset background to body background*/
.bkg-white article.StoryPreviewBox:not(.article-messages) {
  background-color: #F8F8F8;
}

article.StoryPreviewBox {
  background-color: #fff;
  font-family: "Greycliff CF";
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 28px;
  margin-bottom: 20px;
  /*******************************************************/
  /* Layout: Text im Bild (TextInside) */
  /*******************************************************/
  /*******************************************************/
  /* MediaQuery für Small-Screen */
  /*******************************************************/
  /*******************************************************/
  /* Format: Messages (Messages) */
  /*******************************************************/
  /*******************************************************/
  /* Format: Kachel (Tile) */
  /*******************************************************/
  /*******************************************************/
  /* Format: Karte (Card) */
  /*******************************************************/
}
article.StoryPreviewBox header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
article.StoryPreviewBox p {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article.StoryPreviewBox p {
    font-size: 16px;
    line-height: 22px;
  }
}
article.StoryPreviewBox .ArticlePreviewColumn {
  padding-bottom: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox .ArticlePreviewColumn {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox .ArticlePreview {
    /*margin-top: 50px;*/
    /*padding-bottom: 50px;*/
  }
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox .ArticlePreview header {
    padding: 0;
    padding-right: 20px;
  }
}
article.StoryPreviewBox .ArticlePreview p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox .ArticlePreview p {
    padding: 0;
    padding-right: 20px;
    max-height: 56px;
    overflow: hidden;
    line-height: 26px;
  }
}
article.StoryPreviewBox .ArticlePreview .moreLink {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox .ArticlePreview .moreLink {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox.article-messages .moreLink {
    padding-left: 0 !important;
  }
}
article.StoryPreviewBox .article-top {
  display: none;
  text-transform: uppercase;
}
article.StoryPreviewBox .article-update {
  text-transform: uppercase;
}
article.StoryPreviewBox .article-ad {
  text-transform: uppercase;
}
article.StoryPreviewBox figure {
  margin-bottom: 0;
  overflow: hidden;
  --aspect-ratio: 16 / 9;
}
article.StoryPreviewBox figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  /*PMODIF JST 2023-07-14 add transition zoom*/
  transform: scale(1);
  transition: all 0.8s ease;
}
article.StoryPreviewBox figure img:hover {
  transform: scale(1.05);
  transition: all 0.8s ease;
}
article.StoryPreviewBox .article-heading {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 0;
}
article.StoryPreviewBox .article-heading a {
  font-family: "Greycliff CF";
  font-style: normal;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox .article-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
  }
  article.StoryPreviewBox .article-heading a {
    /* PMODIF TS 2022-02-17 changed font */
    font-weight: bold;
  }
  article.StoryPreviewBox .article-heading a:hover {
    /*color: $web-portal-brand-primary;*/
  }
}
article.StoryPreviewBox.col-sm-12 .article-heading {
  min-height: 1em;
}
article.StoryPreviewBox h4.article-heading {
  font-size: 16px;
}
article.StoryPreviewBox .article-section,
article.StoryPreviewBox .article-locality,
article.StoryPreviewBox .article-headline {
  font-family: "Greycliff CF Demi";
  font-weight: normal;
  font-style: normal;
  color: #757575;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0px;
  /* display: inline;*/
  margin-bottom: 10px;
}
article.StoryPreviewBox .article-pubdate,
article.StoryPreviewBox .author {
  font-family: "Greycliff CF Demi";
  font-weight: normal;
  font-style: normal;
  color: #757575;
  font-size: 14px;
  line-height: 22px;
}
article.StoryPreviewBox .PictureContainer {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox .PictureContainer.PicSpacer {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
article.StoryPreviewBox .PictureContainer .article-ad, article.StoryPreviewBox .PictureContainer .article-top, article.StoryPreviewBox .PictureContainer .article-update, article.StoryPreviewBox .PictureContainer .article-views {
  position: absolute;
  top: 0px;
  padding: 0.2em 0.4em;
  font-size: 0.9em;
  font-weight: 700;
  background-color: white;
  color: #222222;
}
article.StoryPreviewBox .PictureContainer .article-ad, article.StoryPreviewBox .PictureContainer .article-top, article.StoryPreviewBox .PictureContainer .article-update {
  left: 0px;
}
article.StoryPreviewBox .PictureContainer .article-views {
  right: 0px;
}
article.StoryPreviewBox .TextInside {
  position: relative;
  overflow: hidden;
  /*margin-bottom: 20px;*/
}
article.StoryPreviewBox .TextInside header {
  padding: 0;
}
article.StoryPreviewBox .TextInside header .article-update {
  display: none;
}
article.StoryPreviewBox .TextInside header .article-pubdate,
article.StoryPreviewBox .TextInside header .article-section,
article.StoryPreviewBox .TextInside header .author {
  color: #fff;
}
article.StoryPreviewBox .TextInside figure {
  z-index: 1;
  margin-bottom: 0px;
}
article.StoryPreviewBox .TextInside .PictureContainer {
  padding-bottom: 0;
}
article.StoryPreviewBox .TextInside .TextBackground {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 15, 20, 0.6) 15%, rgba(0, 15, 20, 0.15) 52%, rgba(0, 15, 20, 0) 70%);
}
article.StoryPreviewBox .TextInside .TextContainer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #fff;
}
article.StoryPreviewBox .TextInside .TextContainer a,
article.StoryPreviewBox .TextInside .TextContainer h3 {
  color: #fff;
  margin-bottom: 0px;
}
article.StoryPreviewBox .TextInside .TextContainer h2 {
  margin-bottom: 0px;
}
article.StoryPreviewBox .TextInside .TextContainer a:hover {
  text-decoration: underline;
}
article.StoryPreviewBox.HomeArticle .TextInside .TextContainer {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
article.StoryPreviewBox.HomeArticle {
  margin-bottom: 0;
  /* @media screen and (max-width:767px) {
     margin-bottom: 0;
  }*/
}
article.StoryPreviewBox.HomeArticle .article-heading {
  font-size: 22px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  article.StoryPreviewBox.HomeArticle .article-heading {
    font-size: 26px;
    line-height: 32px;
  }
}
article.StoryPreviewBox.HomeArticle .ArticlePreviewColumn {
  padding-bottom: 20px;
}
article.StoryPreviewBox .HasWebDeadline {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  article.StoryPreviewBox {
    /*.article-heading {
       min-height: 1.0em;
    }

    h1 {
       font-size: 35px;
    }

    h3 {
       min-height: 1.0em;
    }

    div.col-sm-4 h3 {
       margin-top: 23px;
    }*/
  }
}
article.StoryPreviewBox.article-messages {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
article.StoryPreviewBox.article-messages header {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
}
article.StoryPreviewBox.article-messages .ArticlePreviewColumn {
  padding-bottom: 0;
}
article.StoryPreviewBox.article-messages .article-section, article.StoryPreviewBox.article-messages .article-pubdate, article.StoryPreviewBox.article-messages .author {
  color: #fff;
  background-color: #005EA8;
  padding: 2px 3px;
}
article.StoryPreviewBox.article-messages .article-heading {
  margin-top: 15px;
  /*min-height:85px;*/
}
article.StoryPreviewBox.article-messages a .moreLink {
  padding-left: 0;
}
article.StoryPreviewBox.article-compact .article-heading {
  font-size: 22px;
  line-height: 28px;
}
article.StoryPreviewBox.article-tile {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
article.StoryPreviewBox.article-tile header {
  flex-grow: 1;
}
article.StoryPreviewBox.article-tile .TextInside .TextContainer {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
article.StoryPreviewBox.article-tile .article-top {
  display: inline-block;
}
article.StoryPreviewBox.article-tile .article-heading {
  font-size: 22px;
  line-height: 28px;
}
article.StoryPreviewBox.article-card {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  background-color: #fff;
}
article.StoryPreviewBox.article-card .article-section, article.StoryPreviewBox.article-card .article-locality, article.StoryPreviewBox.article-card .article-heading, article.StoryPreviewBox.article-card .article-headline, article.StoryPreviewBox.article-card .article-meta, article.StoryPreviewBox.article-card .article-pubdate, article.StoryPreviewBox.article-card p {
  padding-left: 10px;
  padding-right: 10px;
}
article.StoryPreviewBox.article-card .TextInside .TextContainer {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
article.StoryPreviewBox.article-card .article-top {
  display: inline-block;
}
article.StoryPreviewBox.article-card .article-section, article.StoryPreviewBox.article-card .article-locality, article.StoryPreviewBox.article-card .article-pubdate {
  display: block;
}
article.StoryPreviewBox.article-card .article-heading {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  article.StoryPreviewBox.article-card .article-heading {
    font-size: 20px;
  }
}
/*******************************************************/
/* Format: Kompakt (Compact) */
/*******************************************************/
.articles-compact .headLine {
  font-size: 18px;
  border-bottom-style: none;
  margin-bottom: 5px;
}

/*******************************************************/
/* Rahmen: zwischen den Spalten (BetweenColumns) */
/*******************************************************/
.article-vertical-divider {
  overflow: hidden;
  /* remove border from first column elements of 2,3 etc. displayed row (has a clear element before) */
}
.article-vertical-divider > div[class*=col-]:not(:first-child) {
  border-left-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.article-vertical-divider div[class=clear] ~ div[class*=col-] {
  border-left-style: none;
}

/*******************************************************/
/* Rahmen: unten (Bottom) */
/*******************************************************/
.article-border-bottom {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
} .StoryPrint {
  Width: 700px;
}
.StoryPrint .StoryPrintBox {
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #DDDDDD;
  position: relative;
  line-height: 1.5em;
}
.StoryPrint .StoryPrintBox p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
}
.StoryPrint .StoryPrintBox H1 {
  line-height: 1.1em;
  color: #246BB3;
  font-size: 1.6em;
  font-weight: bold;
}
.StoryPrint .StoryPrintBox H2 {
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
  font-size: 0.96em;
  font-weight: bold;
}
.StoryPrint .StoryPrintBox .intro {
  font-weight: bold;
  clear: both;
}
.StoryPrint .StoryPrintBox .author {
  position: relative;
  text-transform: uppercase;
  display: block;
  color: #4e4e4e;
  font-size: 0.8em;
  float: left;
}
.StoryPrint .StoryPrintBox .date {
  display: inline;
  float: right;
  color: #666;
  font-size: 0.8em;
}
.StoryPrint .StoryPrintPicture {
  border-bottom: 2px solid #DDDDDD;
  color: #666;
  width: 500px;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
} 
/* CSS für WebStoryShowMetaModule */
/* definition for the WebStoryShowMetaModule*/
.StoryShowMeta .subheading {
  font-style: italic;
}
.StoryShowMeta .StoryShowMetaShare ul li img {
  height: 25px;
}
.StoryShowMeta .StoryShowMetaShare .icon-whatsapp:before {
  content: "\e67e";
  vertical-align: middle;
  color: white;
  background-color: #25d366;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 5px solid #25d366;
}
.StoryShowMeta .StoryShowMetaInteraction {
  text-align: left;
}
.StoryShowMeta .StoryShowMetaInteraction svg {
  vertical-align: middle;
}
.StoryShowMeta .StoryShowMetaInteraction a.ShoppingCartLink {
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  font-size: 18px;
}
.StoryShowMeta .StoryShowMetaInternetTags {
  /*overwrite bootstrap style*/
}
.StoryShowMeta .StoryShowMetaInternetTags .list-inline > li {
  padding-right: 0;
} 
/* CSS für WebStoryShowModule and PrintStoryShowModule */
/* CSS definitions for story content which is used in several story modules (like WebStoryPreviewModule, WebStoryShowModule, WebStoryFeaturedModule etc.) */
/*Layout htmlembedcontainer for data-privacy*/
.htmlembedcontainer {
  text-align: center;
  /* BackgroundImage for OtherHtml */
  /* BackgroundImage for Facebook*/
  /* BackgroundImage for Twitter*/
  /* BackgroundImage for Instagram*/
  /* BackgroundImage for OtherSocialEmbed */
  /* BackgroundImage for youtube html box */
  /* BackgroundImage for other video html box */
}
.htmlembedcontainer p {
  text-align: center;
}
.htmlembedcontainer .submitprivacypolicyelement {
  height: 240px;
}
@media (max-width: 767px) {
  .htmlembedcontainer .submitprivacypolicyelement input {
    /*margin-left: 50px;*/
    margin-top: 155px;
  }
}
@media (min-width: 768px) {
  .htmlembedcontainer .submitprivacypolicyelement input {
    margin-top: 60px;
    margin-left: 240px;
  }
}
@media (max-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.otherhtml {
    background-image: url("/Layout/News/DataPrivacyOtherHtml_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.otherhtml {
    background-image: url("/Layout/News/DataPrivacyOtherHtml_Landscape.jpg");
  }
}
@media (max-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.facebook {
    background-image: url("/Layout/News/DataPrivacyFacebook_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.facebook {
    background-image: url("/Layout/News/DataPrivacyFacebook_Landscape.jpg");
  }
}
@media (max-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.twitter {
    background-image: url("/Layout/News/DataPrivacyTwitter_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.twitter {
    background-image: url("/Layout/News/DataPrivacyTwitter_Landscape.jpg");
  }
}
@media (max-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.instagram {
    background-image: url("/Layout/News/DataPrivacyInstagram_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.instagram {
    background-image: url("/Layout/News/DataPrivacyInstagram_Landscape.jpg");
  }
}
@media (max-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.othersocialembed {
    background-image: url("/Layout/News/DataPrivacyOtherSocial_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.othersocialembed {
    background-image: url("/Layout/News/DataPrivacyOtherSocial_Landscape.jpg");
  }
}
@media (max-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.youtube {
    background-image: url("/Layout/News/DataPrivacyYoutube_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.youtube {
    background-image: url("/Layout/News/DataPrivacyYoutube_Landscape.jpg");
  }
}
@media (max-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.othervideo {
    background-image: url("/Layout/News/DataPrivacyOtherVideo_Portrait.jpg");
  }
}
@media (min-width: 415px) {
  .htmlembedcontainer .submitprivacypolicyelement.othervideo {
    background-image: url("/Layout/News/DataPrivacyOtherVideo_Landscape.jpg");
  }
}

/* CSS für WebStoryShowModule and PrintStoryShowModule */
@media screen and (max-width: 991px) {
  .WebStoryShow {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.WebStoryShow ul.disc {
  list-style-type: disc;
}
.WebStoryShow ul.circle {
  list-style-type: circle;
}
.WebStoryShow ul.square {
  list-style-type: square;
}
.WebStoryShow ul.decimal {
  list-style-type: decimal;
}
.WebStoryShow ul.lower-alpha {
  list-style-type: lower-alpha;
}
.WebStoryShow ul.upper-alpha {
  list-style-type: upper-alpha;
}
.WebStoryShow ul.lower-roman {
  list-style-type: lower-roman;
}
.WebStoryShow ul.upper-roman {
  list-style-type: upper-roman;
}

.StoryAuthors {
  margin-top: 30px;
}

.StoryShowShare ul li img {
  height: 25px;
  width: 25px;
}
.StoryShowShare .icon-whatsapp:before {
  content: "\e67e";
  vertical-align: middle;
  color: white;
  background-color: #25d366;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 5px solid #25d366;
}

@media screen and (min-width: 992px) {
  .StoryTitlePicture.Portrait .StoryShowGalleryBox {
    width: 68.45%;
  }
}
.StoryTitlePicture.Portrait .StoryShowGalleryBox figure {
  display: flex;
  flex-direction: row;
}
.StoryTitlePicture.Portrait .StoryShowGalleryBox figure figcaption {
  padding-left: 30px;
  padding-right: 30px;
  flex: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .StoryTitlePicture.Portrait .StoryShowGalleryBox figure figcaption {
    display: none;
  }
}

.StoryTitleBox.Portrait header {
  bottom: unset;
}
.StoryTitleBox header {
  background-color: #fff;
  padding-top: 30px;
}
.StoryTitleBox header.mobile {
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .StoryTitleBox header {
    /*PMODIF AG 2024-10-10 Modify layout*/
    position: relative;
  }
}

.StoryShowBox {
  /*padding-bottom:30px;
  @media screen and (max-width:991px)
  {
  	padding-top:30px;
  }*/
}

.StoryShowBox,
.StoryTitleBox {
  position: relative;
}
.StoryShowBox a,
.StoryTitleBox a {
  color: #999;
  text-decoration: none;
}
.StoryShowBox a:focus, .StoryShowBox a:hover,
.StoryTitleBox a:focus,
.StoryTitleBox a:hover {
  text-decoration: underline;
}
.StoryShowBox .article-pubdate,
.StoryShowBox .article-views,
.StoryShowBox .author,
.StoryTitleBox .article-pubdate,
.StoryTitleBox .article-views,
.StoryTitleBox .author {
  font-family: "Greycliff CF Demi";
  font-weight: normal;
  font-style: normal;
  color: #757575;
  font-size: 14px;
  line-height: 22px;
}
.StoryShowBox .article-pubdate .authorimage,
.StoryShowBox .article-views .authorimage,
.StoryShowBox .author .authorimage,
.StoryTitleBox .article-pubdate .authorimage,
.StoryTitleBox .article-views .authorimage,
.StoryTitleBox .author .authorimage {
  max-height: 45px;
}
.StoryShowBox .article-views,
.StoryTitleBox .article-views {
  float: right;
}
.StoryShowBox .article-section,
.StoryShowBox .article-locality,
.StoryShowBox .article-headline,
.StoryTitleBox .article-section,
.StoryTitleBox .article-locality,
.StoryTitleBox .article-headline {
  font-family: "Greycliff CF Demi";
  font-weight: normal;
  font-style: normal;
  color: #757575;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
}
.StoryShowBox .readingtime,
.StoryTitleBox .readingtime {
  font-style: oblique;
}
.StoryShowBox .buttonWrapper,
.StoryTitleBox .buttonWrapper {
  float: right;
}
.StoryShowBox h1,
.StoryTitleBox h1 {
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .StoryShowBox h1,
.StoryTitleBox h1 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 32px;
  }
}
.StoryShowBox h2,
.StoryTitleBox h2 {
  color: #000;
  font-family: "Greycliff CF Thin Oblique";
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .StoryShowBox h2,
.StoryTitleBox h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
.StoryShowBox .voting h2,
.StoryTitleBox .voting h2 {
  line-height: 1.2em;
  text-transform: none;
  padding-right: 0em;
  margin-bottom: 0.75em;
  letter-spacing: 0.06em;
  color: #333333;
  font-size: 1.17em;
}
.StoryShowBox .voting div,
.StoryTitleBox .voting div {
  line-height: 1.3em;
}
.StoryShowBox h3,
.StoryTitleBox h3 {
  margin: 0;
}
.StoryShowBox h4,
.StoryTitleBox h4 {
  margin: 1.33em 0px 0.66em;
  color: #333;
  font-weight: bold;
}
.StoryShowBox .intro,
.StoryTitleBox .intro {
  font-family: "Greycliff CF";
  font-weight: bold;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .StoryShowBox .intro,
.StoryTitleBox .intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.StoryShowBox .StoryShowInlineBox li,
.StoryTitleBox .StoryShowInlineBox li {
  padding-left: 0px;
  background: none transparent scroll repeat 0% 0%;
}
.StoryShowBox.StoryMediaLinks h3,
.StoryTitleBox.StoryMediaLinks h3 {
  padding-right: 0em;
}
.StoryShowBox.StoryShowRating h3,
.StoryTitleBox.StoryShowRating h3 {
  padding-right: 0em;
}

.StoryShowBody {
  background-color: #fff;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .StoryShowBody {
    width: 68.45%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    /*PMODIF AG 2024-10-10 Modify layout*/
    /*padding-top: 180px;*/
    position: relative;
    top: -40px;
  }
}
@media screen and (max-width: 991px) {
  .StoryShowBody {
    padding-top: 0;
  }
}

.StoryShowGalleryBox {
  color: #000;
}
.StoryShowGalleryBox figcaption p {
  font-family: "Greycliff CF Oblique";
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .StoryShowGalleryBox figcaption p {
    line-height: 22px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .StoryShowGalleryBox figcaption p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.StoryShowGalleryBox p a {
  display: inline;
  color: #333;
  text-decoration: underline;
}
.StoryShowGalleryBox img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .StoryShowGalleryBox.col3 {
    width: 33%;
    margin-left: 0;
    float: left;
    margin-right: 30px;
    /*margin-top: 16px;*/
  }
  .StoryShowGalleryBox.col2 {
    width: 50%;
    margin-left: 0;
    float: left;
    margin-right: 30px;
    /*margin-top: 16px;*/
  }
  .StoryShowGalleryBox.half {
    width: 50%;
    margin-left: 0;
    float: left;
    margin-right: 30px;
    /*margin-top: 16px;*/
  }
  .StoryShowGalleryBox.col3r {
    width: 33%;
    margin-left: 30px;
    float: right;
    margin-right: 0;
    /*margin-top: 16px;*/
  }
  .StoryShowGalleryBox.col2r {
    width: 50%;
    margin-left: 30px;
    float: right;
    margin-right: 0;
    /*margin-top: 16px;*/
  }
  .StoryShowGalleryBox.halfr {
    width: 50%;
    margin-left: 30px;
    float: right;
    margin-right: 0;
    /*margin-top: 16px;*/
  }
}

.StoryShowBoxRight {
  color: #000;
  padding: 25px;
}
@media screen and (max-width: 991px) {
  .StoryShowBoxRight {
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .StoryShowBoxRight {
    float: right;
    width: 31.5%;
    padding: 30px;
    /*PMODIF AG 2024-10-10 Modify layout*/
    position: relative;
    /*top: -220px;*/
  }
}
.StoryShowBoxRight figcaption {
  border-bottom: 2px solid #666;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .StoryShowBoxRight figcaption {
    display: none;
  }
}
.StoryShowBoxRight figcaption p {
  font-family: "Greycliff CF Oblique";
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .StoryShowBoxRight figcaption p {
    line-height: 22px;
  }
}
.StoryShowBoxRight figcaption p a {
  display: inline;
  color: #333;
  text-decoration: underline;
}
.StoryShowBoxRight img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .StoryShowBoxRight .BannerModul {
    display: none;
  }
}

/* show images 16:9 format*/
.StoryTitlePicture:not(.Portrait) .StoryShowGalleryImage {
  /*height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;*/
  --aspect-ratio: 16 / 9;
}
.StoryTitlePicture:not(.Portrait) .StoryShowGalleryImage img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

.StoryShowGalleryImage .image-credit {
  float: right;
  padding-right: 0px;
  font-size: small;
  background-color: white;
  color: #555555;
}

.StoryShowBaseTextBox {
  /*p:first-child {
  	margin: 0px;
  	display: block;
  }*/
}
.StoryShowBaseTextBox p.intro {
  font-family: "Greycliff CF";
  font-weight: bold;
  color: #000;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .StoryShowBaseTextBox p.intro {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.StoryShowBaseTextBox p {
  margin-bottom: 15px;
  margin-top: 0px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}
.StoryShowBaseTextBox p:empty {
  margin: 0;
}
.StoryShowBaseTextBox h4.ImTitle {
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin: 0;
}
.StoryShowBaseTextBox .StoryShowInlineBox li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
  list-style: none;
}
.StoryShowBaseTextBox .StoryShowInlineBox h3 {
  margin-bottom: 0.33em;
}
.StoryShowInfoArea {
  padding-top: 5px;
  text-align: right;
  float: right;
  color: #F08A00;
  font-weight: 700;
  font-size: 0.9em;
}
.StoryShowInfoArea a.EditLink {
  display: block;
  margin-bottom: 10px;
}
.StoryShowInfoArea a.EditLink span {
  color: #F08A00;
}
.StoryShowInfoArea a.WatchListPageLink {
  display: inline-block;
  width: 48px;
  height: 18px;
  border: 1px solid;
  padding-right: 3px;
  line-height: 1.5em;
  text-align: right;
  color: #F08A00;
  background: url(/Layout/News/watchlist-icon.png) no-repeat 0px 0px;
}
.StoryShowInfoArea a.AddToWatchListLink {
  color: #F08A00;
}

.StoryShowBody .StoryShowInfoArea a {
  color: #F08A00;
}

a.printLink svg path, a.printLink svg rect, a.AddToWatchListLink svg path, a.AddToWatchListLink svg rect, a.commentLink svg path, a.commentLink svg rect {
  fill: #005EA8;
}

a.commentLink {
  position: relative;
  display: inline-block;
}
a.commentLink span {
  color: #005EA8;
  position: absolute;
  top: 4px;
  left: 12px;
}

/* additional media links in WebStoryShow */
.StoryMediaLinks {
  margin-top: 20px;
}
.StoryMediaLinks h3 {
  margin-bottom: 15px;
}

.StoryShowWebStoryLink {
  margin-bottom: 20px;
}
.StoryShowWebStoryLink .WebStoryLink-Heading a {
  color: #000;
}

.WebStoryLink-Image {
  width: 100%;
}

/* Rating Box in WebStoryShow */
.StoryShowRating {
  border: none;
}

/* AddToWatchList Box in WebStoryShow */
.StoryActions ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.StoryActions ul .glyphicon {
  color: #000;
}

.StoryShowInteraction {
  text-align: right;
}
.StoryShowInteraction svg {
  vertical-align: middle;
}
.StoryShowInteraction a.ShoppingCartLink {
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  font-size: 18px;
}

/* Links in WebStoryShow */
a.StoryShowPictureLink {
  padding-left: 25px;
  display: block;
  background: url(/Layout/News/bilderschau.gif) no-repeat 0px 3px;
  line-height: 1.2em;
}

a.StoryShowVideoLink {
  padding-left: 25px;
  display: block;
  background: url(/Layout/News/video.gif) no-repeat 0px 3px;
  line-height: 1.2em;
}

a.StoryShowLiveTickerLink {
  padding-left: 25px;
  display: block;
  background: url(/Layout/News/senden.gif) no-repeat 0px 3px;
  line-height: 1.2em;
}

a.StoryShowContentLink {
  padding-left: 25px;
  display: block;
  background: url(/Layout/News/senden.gif) no-repeat 0px 3px;
  line-height: 1.2em;
}

a.StoryShowPDFLink {
  padding-left: 30px;
  display: block;
  background: url(/Layout/Common/GeneralDocPDF.png) no-repeat;
  height: 24px;
}

a.StoryShowGeneralDocLink {
  padding-left: 30px;
  display: block;
  background: url(/Layout/Common/GeneralDoc.png) no-repeat;
  height: 24px;
}

/* for Inline WCMSModules */
.StoryShowInlineBox {
  margin-bottom: 10px;
}
.StoryShowInlineBox.InlineVideoBox {
  width: 50%;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .StoryShowInlineBox.InlineVideoBox {
    width: 100%;
    margin-right: 0px;
  }
}
.StoryShowInlineBox.InlinePictureGalleryBox h1, .StoryShowInlineBox.InlinePicListBox h1 {
  font-size: 28px;
}
.StoryShowInlineBox.InlineTagList ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}

.PictureGalleryShow {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*for Social Networks WebStory Inline Module*/
.StoryShowSocialnetworks ul li {
  display: inline;
  margin-right: 0.3125em;
  vertical-align: baseline;
  padding-left: 0px;
  background: none;
}

/* some predefined tbs */
/* sharing content for other social media */
#ShareContent {
  display: inline-block;
  width: 48px;
  height: 18px;
  position: relative;
  color: #F08A00;
  border: 1px solid;
  margin-top: 5px;
  background: url(/Layout/News/share-icon.png) no-repeat;
  padding-right: 3px;
  line-height: 1.5em;
  text-align: right;
}

#ShareContentPopup {
  display: none;
  background: #fff;
  position: absolute;
  font-weight: 700;
  font-size: 0.9em;
  border: 1px solid #F08A00;
  width: 178px;
  left: 0px;
  top: 0px;
  margin-top: -1px;
  margin-left: 52px;
  padding: 10px;
  z-index: 2000;
}
#ShareContentPopup table {
  text-align: left;
}

#ShareContent:hover #ShareContentPopup {
  display: block;
}

@media screen and (max-width: 768px) {
  .StoryShowInteraction {
    text-align: right;
  }
}
article a.BoxAnchor {
  display: block;
  position: relative;
  top: -5vh;
  visibility: hidden;
}

/************************************************************************************************/
.WebStoryTellingShow {
  /*font-family: "Segoe UI", Helvetica, Arial, sans-serif; */
  font-size: 1.3em;
  /*BackgroundColor Colum*/
  /**********************************************************************************************/
  /*Title-Layout*/
  /* titleteaseroverlaypicture */
  /* titleteaseroverlayvideo */
  /*titleteaserunderpicture*/
  /*titleteaserundervideo*/
  /**********************************************************************************************/
  /*articlemeta*/
  /**********************************************************************************************/
  /*initial-letter*/
  /**********************************************************************************************/
  /*image*/
  /*Image with BU under Picture*/
  /*******************************************************/
  /* Layout: Text im Bild (TextInside) */
  /*******************************************************/
  /*BU in Picture as background-image */
  /* Parallax effect*/
  /*layout picute-caption under picture*/
  /*Bugfix IE / InternetExplorer for Parallax position:fixed and webkit-transform*/
  /**********************************************************************************************/
  /*Layout titleteaseroverlayvideo with text in Video */
  /**********************************************************************************************/
  /*subheading*/
  /**********************************************************************************************/
  /*quote*/
  /**********************************************************************************************/
  /*separator*/
  /*XPos Elements*/
  /*Handling XPos-Element with larger size than ParentElement*/
  /**********************************************************************************************/
  /*ImTitle in Text*/
  /**********************************************************************************************/
  /*textlist*/
}
.WebStoryTellingShow .flex {
  display: flex;
  flex-wrap: wrap;
}
.WebStoryTellingShow .size-full {
  min-height: 50px;
}
.WebStoryTellingShow .size-page {
  min-height: 50px;
}
.WebStoryTellingShow .size-article {
  min-height: 50px;
}
.WebStoryTellingShow .size-articlecontent {
  min-height: 50px;
}
.WebStoryTellingShow .bkgc-white {
  background-color: white;
}
.WebStoryTellingShow .bkgc-lightgray {
  background-color: lightgray;
}
.WebStoryTellingShow .bkgc-gray {
  background-color: gray;
}
.WebStoryTellingShow .bkgc-darkgray {
  background-color: darkgray;
}
.WebStoryTellingShow .bkgc-lightblue {
  background-color: lightblue;
}
.WebStoryTellingShow .bkgc-blue {
  background-color: blue;
}
.WebStoryTellingShow .bkgc-darkblue {
  background-color: darkblue;
}
.WebStoryTellingShow .heading {
  color: #999;
}
.WebStoryTellingShow .titleteaseroverlaypicture.TextInside .TextContainer,
.WebStoryTellingShow .titleteaseroverlayvideo.TextInside .TextContainer {
  background: none;
  bottom: 10%;
}
.WebStoryTellingShow .titleteaseroverlaypicture.backgroundimage {
  min-height: 50vh;
  max-height: 80vh;
}
.WebStoryTellingShow .titleteaseroverlaypicture.backgroundimage .picturecaption {
  background: none;
  bottom: 10%;
}
@media (max-width: 768px) {
  .WebStoryTellingShow .titleteaserunderpicture h1,
.WebStoryTellingShow .titleteaserundervideo h1 {
    font-size: 24px;
  }
  .WebStoryTellingShow .titleteaserunderpicture h3,
.WebStoryTellingShow .titleteaserundervideo h3 {
    font-size: 20px;
  }
}
.WebStoryTellingShow .articlemeta {
  font-weight: lighter;
  font-style: italic;
  font-size: 1em;
  color: #999;
  /*SocialSahre*/
}
.WebStoryTellingShow .articlemeta .StoryShowShare img {
  vertical-align: baseline;
}
.WebStoryTellingShow .articlemeta a.printLink svg path, .WebStoryTellingShow .articlemeta a.printLink svg rect, .WebStoryTellingShow .articlemeta a.AddToWatchListLink svg path, .WebStoryTellingShow .articlemeta a.AddToWatchListLink svg rect, .WebStoryTellingShow .articlemeta a.commentLink svg path, .WebStoryTellingShow .articlemeta a.commentLink svg rect {
  fill: #005EA8;
}
.WebStoryTellingShow .articlemeta A.commentLink {
  position: relative;
  display: inline-block;
}
.WebStoryTellingShow .articlemeta A.commentLink span {
  color: #005EA8;
  position: absolute;
  top: 3px;
  left: 12px;
}
.WebStoryTellingShow .articlemeta .StoryShowInteraction svg {
  vertical-align: middle;
}
.WebStoryTellingShow .articlemeta .StoryShowInteraction a.ShoppingCartLink {
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  font-size: 18px;
}
.WebStoryTellingShow .initial > p:first-of-type:first-letter {
  color: #005d80;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.WebStoryTellingShow .StoryShowGalleryImage img {
  width: 100%;
}
.WebStoryTellingShow .StoryShowGalleryImage figcaption {
  margin-top: 0px;
  font-size: 0.8em;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
}
.WebStoryTellingShow .StoryShowGalleryImage .image-credit {
  float: right;
  padding-right: 0px;
  font-size: small;
  background-color: white;
  color: #555555;
}
.WebStoryTellingShow .TextInside {
  position: relative;
  overflow: hidden;
}
.WebStoryTellingShow .TextInside header .article-update {
  display: none;
}
.WebStoryTellingShow .TextInside figure {
  z-index: 1;
  margin-bottom: 0px;
}
.WebStoryTellingShow .TextInside .TextBackground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.WebStoryTellingShow .TextInside .TextContainer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
}
.WebStoryTellingShow .TextInside .TextContainer a,
.WebStoryTellingShow .TextInside .TextContainer h3 {
  color: #fff;
}
.WebStoryTellingShow .TextInside .TextContainer h2 {
  margin-bottom: 0px;
  font-size: 1rem;
}
.WebStoryTellingShow .TextInside .TextContainer a:hover {
  text-decoration: underline;
}
.WebStoryTellingShow .TextInside .TextContainer .image-credit {
  float: right;
  padding-right: 5px;
  font-size: small;
  color: white;
}
.WebStoryTellingShow .TextInside .TextContainer.NoBackground {
  background-color: inherit;
}
.WebStoryTellingShow .TextInside .TextContainer-Middle {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  left: 0;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
  font-size: 1.7em;
}
.WebStoryTellingShow .TextInside .TextContainer-Middle a:hover {
  text-decoration: underline;
}
.WebStoryTellingShow .TextInside .TextContainer-Middle .image-credit {
  float: right;
  padding-right: 5px;
  font-size: small;
  color: white;
}
.WebStoryTellingShow .backgroundimage {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 40%;
  padding-bottom: 10%;
  color: white;
}
.WebStoryTellingShow .backgroundimage .picturecaption {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.WebStoryTellingShow .backgroundimage .picturecaption .image-credit {
  float: right;
  padding-right: 5px;
  font-size: small;
  color: white;
}
.WebStoryTellingShow .parallax-vh-container {
  position: relative;
  display: block;
  width: 100%;
  height: 70vh;
  color: white;
  /*layout Title*/
  /* layout picturecaption bottom-picture*/
  /*layout picture-caption middle*/
}
.WebStoryTellingShow .parallax-vh-container .parallax-vh-container-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip: rect(0, auto, auto, 0);
}
.WebStoryTellingShow .parallax-vh-container .background-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.WebStoryTellingShow .parallax-vh-container .background-image-parallax {
  position: fixed;
  background-attachment: initial;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /* Fix for Background image jumps when address bar hides iOS/Android/Mobile Chrome */
  /* https://stackoverflow.com/questions/24944925/background-image-jumps-when-address-bar-hides-ios-android-mobile-chrome */
}
@media (max-device-aspect-ratio: 3/4) {
  .WebStoryTellingShow .parallax-vh-container .background-image-parallax {
    height: calc(133.3vw - 9%);
  }
}
@media (max-device-aspect-ratio: 2/3) {
  .WebStoryTellingShow .parallax-vh-container .background-image-parallax {
    height: calc(150vw - 9%);
  }
}
@media (max-device-aspect-ratio: 10/16) {
  .WebStoryTellingShow .parallax-vh-container .background-image-parallax {
    height: calc(160vw - 9%);
  }
}
@media (max-device-aspect-ratio: 9/16) {
  .WebStoryTellingShow .parallax-vh-container .background-image-parallax {
    height: calc(177.8vw - 9%);
  }
}
.WebStoryTellingShow .parallax-vh-container .parallax-vh-container-content {
  display: table;
  width: 100%;
  height: 100%;
}
.WebStoryTellingShow .parallax-vh-container .vh-module-titleteaser {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  padding-bottom: 80px;
}
.WebStoryTellingShow .parallax-vh-container .parallax-vh-container-picturecaption-bottom {
  display: table;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.WebStoryTellingShow .parallax-vh-container .vh-module-picturecaption-bottom {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
}
.WebStoryTellingShow .parallax-vh-container .vh-module-picturecaption-bottom .image-credit {
  float: right;
  padding-right: 5px;
  font-size: small;
  color: white;
}
.WebStoryTellingShow .parallax-vh-container .parallax-vh-container-picturecaption-middle {
  display: table;
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
  font-size: 1.7em;
}
.WebStoryTellingShow .parallax-vh-container .parallax-vh-container-picturecaption-bottom.NoBackground {
  background-color: inherit;
}
.WebStoryTellingShow .parallax-vh-container + .picturecaption-underpicure .image-credit {
  float: right;
  padding-right: 5px;
  font-size: small;
}
.WebStoryTellingShow .is-ie.parallax-vh-container .background-image-parallax {
  background-attachment: fixed;
  background-position: center center;
  -webkit-transform: none;
}
.WebStoryTellingShow .titleteaseroverlayvideo.TextInside .TextBackground {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 50%;
}
.WebStoryTellingShow .subheading {
  color: #999;
  margin-top: 1em;
  margin-bottom: 1em;
}
.WebStoryTellingShow blockquote {
  font-size: 1.4em;
  font-style: italic;
  font-family: Proforma, Georgia, serif;
  color: #005d80;
}
.WebStoryTellingShow hr.separator {
  border: none;
}
.WebStoryTellingShow hr.separator.line {
  height: 2px;
  width: 30px;
}
.WebStoryTellingShow hr.separator.linetextwidth {
  height: 2px;
}
.WebStoryTellingShow hr.separator.area {
  height: 30px;
}
@media (max-width: 768px) {
  .WebStoryTellingShow .no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }
  .WebStoryTellingShow .no-padding-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .WebStoryTellingShow {
    /*ParentElement with Size page*/
    /*ParentElement with Size article*/
    /*ParentElement with Size articlecontent*/
  }
  .WebStoryTellingShow .size-page {
    /*XPos Element Size Full*/
  }
  .WebStoryTellingShow .size-page .onset-left-full {
    margin-left: -11%;
    width: 61%;
  }
  .WebStoryTellingShow .size-page .onset-right-full {
    margin-right: -11%;
    width: 61%;
  }
  .WebStoryTellingShow .size-page .onset-full {
    margin-left: -11.2%;
    width: 122.33%;
  }
  .WebStoryTellingShow .size-article {
    /*XPos Element Size Page*/
    /*XPos Element Size Full*/
  }
  .WebStoryTellingShow .size-article .onset-left-page {
    margin-left: -12.5%;
    width: 62.5%;
  }
  .WebStoryTellingShow .size-article .onset-right-page {
    margin-right: -12.5%;
    width: 62.5%;
  }
  .WebStoryTellingShow .size-article .onset-page {
    margin-left: -12.8%;
    width: 125.6%;
  }
  .WebStoryTellingShow .size-article .onset-left-full {
    margin-left: -26.85%;
    width: 76.8%;
  }
  .WebStoryTellingShow .size-article .onset-right-full {
    margin-right: -26.85%;
    width: 76.8%;
  }
  .WebStoryTellingShow .size-article .onset-full {
    margin-left: -26.85%;
    width: 153.7%;
  }
  .WebStoryTellingShow .size-articlecontent {
    /*XPos Element Size Article*/
    /*XPos Element Size Page*/
    /*XPos Element Size Full */
  }
  .WebStoryTellingShow .size-articlecontent .onset-left-article {
    margin-left: -17.3%;
    width: 67.2%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-right-article {
    margin-right: -17.3%;
    width: 67.2%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-article {
    margin-left: -17.3%;
    margin-right: -17.3%;
    width: 134.4%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-left-page {
    margin-left: -34.5%;
    width: 84.42%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-right-page {
    margin-right: -34.5%;
    width: 84.42%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-page {
    width: 168.4%;
    margin-left: -34.2%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-left-full {
    margin-left: -51.55%;
    width: 101.63%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-right-full {
    margin-right: -51.55%;
    width: 101.63%;
  }
  .WebStoryTellingShow .size-articlecontent .onset-full {
    width: 203.25%;
    margin-left: -51.5%;
  }
}
.WebStoryTellingShow .pull-left .PictureGalleryImage.row,
.WebStoryTellingShow .pull-right .PictureGalleryImage.row {
  margin-left: 0;
  margin-right: 0;
}
.WebStoryTellingShow h4.ImTitle {
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.WebStoryTellingShow .InlineTextListBox {
  font-size: 0.8em;
}
.WebStoryTellingShow .SurveyModule img {
  min-width: inherit;
}
.WebStoryTellingShow .SurveyModule .SurveyVote .SurveyChoiceItemsContainer .SurveyChoiceItem label .SurveyChoiceItemContent .SurveyChoiceItemImage {
  min-width: 0;
}

/*Backgroundcolor StoryTelling*/
.WebStoryTellingShow.bkgc-white {
  background-color: white;
}

.WebStoryTellingShow.bkgc-lightgray {
  background-color: lightgray;
}

.WebStoryTellingShow.bkgc-gray {
  background-color: gray;
}

.WebStoryTellingShow.bkgc-darkgray {
  background-color: darkgray;
}

.WebStoryTellingShow.bkgc-lightblue {
  background-color: lightblue;
}

.WebStoryTellingShow.bkgc-blue {
  background-color: blue;
}

.WebStoryTellingShow.bkgc-darkblue {
  background-color: darkblue;
} 
/*************************************************************************************************/
/* credit calculator */
/*************************************************************************************************/

.RECreditCalculator {
	margin-top: 15px;
	margin-bottom: 15px;
}

.REShowCreditCalculator
{
}

.REShowCreditCalculatorHeader {
	margin-bottom: 5px;
}
 /*for MyRealEstateAlertsModule */
.MyRealEstateAlertsModule .MyRealEstateAlertsModuleContent {
  margin-top: 5px;
}
.MyRealEstateAlertsModule .MyRealEstateAlertsModuleLinkList {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.MyRealEstateAlertsModule .MyRealEstateAlertsModuleLinkList a {
  background-image: url("/Layout/RealEstate/AlertLinkIcon.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 23px;
  min-height: 22px;
  display: inline-block;
}
.MyRealEstateAlertsModule .MyRealEstateAlertsModuleManage {
  margin-top: 5px;
} /* css definitions for wcms pages of WcmsZone.RealEstate */
/*************************************************************************************************/
/* RealEstateSearchCriteriaCtrl */
/*************************************************************************************************/
.RESearchCriteria_bg {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-color: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.FieldsSmallLayout .RESearchCriteria_bg {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.RESearchCriteria_Container {
  padding: 0px;
}
.RESearchCriteria_Container ul,
.RESearchCriteria_Container .white-bg {
  transition: all 0.4s;
  opacity: 0.88;
}
.RESearchCriteria_Container:hover ul, .RESearchCriteria_Container:hover .white-bg {
  opacity: 1;
}
@media (min-width: 768px) {
  .FieldsWideLayout .RESearchCriteria_Container {
    padding: 70px;
  }
}
.RESearchCriteria_Container .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.RESearchCriteria_Container .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.46;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.RESearchCriteria_Container .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.RESearchCriteria_Container .nav-tabs > li.active > a, .RESearchCriteria_Container .nav-tabs > li.active > a:hover, .RESearchCriteria_Container .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.RESearchCriteria_Container .nav > li > a:hover, .RESearchCriteria_Container .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.RESearchCriteria_Container .inactive {
  background-color: #ddd;
}

/*white background for search-panel*/
.white-bg {
  background-color: #fff;
}

@media (min-width: 768px) {
  .RESearchCriteria_bg {
    background-image: url("/Layout/RealEstate/RealEstateBkgImage1.jpg");
    /*padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 200px;
    background-position-y: 100%;
    background-position-x: 0;
    background-size: 121%;
    margin-bottom: 0;*/
  }
}
@media (min-width: 992px) {
  .RESearchCriteria_bg {
    /*padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 100px;
    padding-left: 60px;
    background-position-y: 48%;
    background-position-x: 0;
    background-size: 120%;*/
  }
}
@media (min-width: 1200px) {
  .RESearchCriteria_bg {
    /*padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 100px;*/
    /*background-position-y: 52%;
    background-position-x: 0;*/
    /*background-size: 120%;*/
  }
}
.RESearchCriteria .REHeadH1 {
  font-size: 24px;
}
.RESearchCriteria .QuickLinks {
  cursor: pointer;
}
.RESearchCriteria input[type=submit].waShowExtendedSearchCriteria,
.RESearchCriteria .RESearchCriteria_ShowExtendedSearchCriteriaLink {
  background: none;
  cursor: pointer;
  color: #005EA8;
  border: 0px;
  padding-right: 0px;
}
.FieldsWideLayout .RESearchCriteria.bordered {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .FieldsWideLayout .RESearchCriteria.bordered {
    border: none;
  }
}
.FieldsSmallLayout .RESearchCriteria.bordered {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.ExtendedRESearchCriteria {
  display: none;
  background-color: #F6F6F6;
  padding: 15px;
  border-top: 1px solid #F1F1F1;
  border: 1px solid #DDDDDD;
}
.ExtendedRESearchCriteria .RESearchAuxCriteriaList {
  list-style-type: none;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.ExtendedRESearchCriteria .RESearchAuxCriteriaList .RESearchAuxCriteriaListItems label {
  padding-left: 5px;
  font-weight: normal;
}

/*************************************************************************************************/
/* RealEstateLastSearchCtrl.ascx */
/*************************************************************************************************/
.RESearchLastSearch {
  margin-top: 25px;
  margin-bottom: 15px;
}
.RESearchLastSearch ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
}
.RESearchLastSearch ul li span {
  margin-right: 5px;
}

/*************************************************************************************************/
/* realEstateShow page */
/*************************************************************************************************/
.RealEstateShow .RealEstateShowSubHeader {
  text-transform: uppercase;
  font-size: 20px;
  border-style: none none solid none;
  border-bottom-width: 1px;
  border-color: #ccc;
  margin-bottom: 10px;
}
.RealEstateShow .print {
  float: right;
}
.RealEstateShow .REShowGoogleMap {
  width: 100%;
  height: 350px;
}

/*************************************************************************************************/
/* RealEstateNav page */
/*************************************************************************************************/
.RealEstateNavXslDescription {
  position: relative;
}
.RealEstateNavXslDescription img {
  min-width: 100%;
  margin-bottom: 5px;
}
.RealEstateNavMainListItem {
  padding-bottom: 10px;
}
.RealEstateNavMainListItem .RealEstateNavMainListItemEntry {
  font-size: 1.3em;
  white-space: nowrap;
}
.RealEstateNavMainListItem .RealEstateNavMainListItemTypes {
  padding-left: 15px;
  padding-top: 5px;
}
.RealEstateNavMainListItem .RealEstateNavMainListItemTypes .RealEstateNavMainListItemType {
  padding-right: 5px;
  white-space: nowrap;
}
.RealEstateNavMainListItem .RealEstateNavMainListItemTypes .RealEstateNavMainListItemType .RealEstateNavMainListItemAnchor {
  font-size: 1em;
}
/*************************************************************************************************/
/* RealEstateSearch page */
/*************************************************************************************************/
.RealEstateSearch .RealEstateSearchResult .RASearchHeader .heading {
  color: #005EA8;
  font-weight: bold;
}

/*************************************************************************************************/
/* RealEstateEditAttr page */
/*************************************************************************************************/
.RealEstateEditAttr_Headline {
  text-transform: uppercase;
}

.UploadRealEstateItems {
  position: relative;
}
.UploadRealEstateItems .WaitingDivProcess {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 15px;
  width: 150px;
  height: 150px;
  background: url("/Layout/RealEstate/Editor/loadingwheelfast_150x150.gif") no-repeat;
}

/*===============================================================================================*/
/* RealEstateEditDates Page */
/*===============================================================================================*/
.RealEstateDates {
  /*Layout bootstrap-datepicker */
}
.RealEstateDates .bootstrap-datepicker-container .datepicker-inline {
  width: 100%;
}
.RealEstateDates .bootstrap-datepicker-container .datepicker table tr td, .RealEstateDates .bootstrap-datepicker-container .datepicker table tr th {
  width: 70px;
  height: 40px;
}

/*===============================================================================================*/
/* RealEstateEditConfirm/Overivew Page */
/*===============================================================================================*/
.RealEstateConfirm .RealEstateOverviewDataLine, .RealEstateOverview .RealEstateOverviewDataLine {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.RealEstateConfirm .RealEstateOverviewDataLine dt, .RealEstateOverview .RealEstateOverviewDataLine dt {
  font-weight: 500;
}
.RealEstateConfirm .RealEstateOverviewDataLine:last-of-type, .RealEstateOverview .RealEstateOverviewDataLine:last-of-type {
  border-bottom-style: none;
}
.RealEstateConfirm .RealEstateOverviewEdit, .RealEstateOverview .RealEstateOverviewEdit {
  font-style: italic;
}

/*===============================================================================================*/
/* edit navigation */
/*===============================================================================================*/
.EditRealEstateNavigation {
  text-align: center;
}
.EditRealEstateNavigation input[type=button] {
  color: #FFF;
  background-color: #F08A00;
  font-size: 0.9em;
  border: 0px;
  font-weight: normal !important;
  min-height: 20px;
}

.EditRealEstateNavigation.booking-steps input[type=button] {
  text-transform: uppercase;
  font-size: 20px;
  background-image: none;
  background-color: transparent !important;
  width: 24%;
  height: 75px;
  line-height: 90px;
  vertical-align: bottom;
  /*outline: none !important;*/
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #cccccc;
  color: #cccccc;
}
.EditRealEstateNavigation.booking-steps input[type=button].WCMSNavActive {
  color: #005EA8;
  border-color: #005EA8;
}
.EditRealEstateNavigation.booking-steps input[type=button].WCMSNavInactive {
  color: #005EA8;
  border-color: #005EA8;
  border-bottom-width: 4px;
}
/*************************************************************************************************/
/* PackageOverview */
/*************************************************************************************************/
.PackageOverviewHeader {
  margin-left: 30px;
}

.PackageOverviewHeader h2 {
  font-weight: 200;
}

.PackageOverview_FloatRight {
  float: right;
}

.PackageOverviewSalutation {
  margin-left: 30px;
}

.PackageOverviewCtrl {
  color: White;
  padding: 10px 0px 10px 0;
  background-color: #6699cc;
  /*display: inline-block;
  margin-left: 30px;
  width: 834px;*/
}

.PackageOverviewList {
  color: black;
}

.PackageOverviewSelection span {
  padding-left: 50px;
}

.RealEstatePackageOverviewTable span, .RealEstatePackageOverviewTable input {
  cursor: pointer;
}

.RealEstatePackageOverviewTable span.PackageOverviewSwapMove {
  cursor: move;
}

.RealEstatePackageOverviewList td {
  padding: 10px 11.2px;
  white-space: nowrap;
}

.RealEstatePackageOverviewList td img {
  min-width: 100px;
  max-width: 150px;
  text-align: center;
  display: inline-block;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: animRealEstatePackageOverviewImg 2s linear infinite;
}

.RealEstatePackageOverviewList td span {
  display: inline-block;
}

.RealEstatePackageOverviewList td:nth-child(2) span {
  width: 200px;
  white-space: normal;
}

.RealEstatePackageOverviewList tr:nth-child(n) {
  background-color: #E5E5E5;
}

.RealEstatePackageOverviewList tr:nth-child(2n) {
  background-color: #EEE;
}

.RealEstatePackageOverviewList tr:hover {
  /*background: #b1b8be;*/
}

.RealEstatePackageOverviewList tr:first-child span {
  /* text-shadow: none; */
}

.RealEstatePackageOverviewList tr:first-child td:nth-child(7) span {
  cursor: pointer;
}

.PackageOverviewSetRealEstateToTop {
  background-image: url(/Layout/Common/Arrows.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  height: 24px;
  width: 24px;
}

.PackageOverviewSetRealEstateToTop:hover {
  background-position: 216px 0px;
}

.PackageOverviewSwapMotivPackageSortNosWithTop {
  background-image: url(/Layout/Common/Arrows.png);
  background-position: 192px 0px;
  background-repeat: repeat-x;
  height: 24px;
  width: 24px;
}

.PackageOverviewSwapMotivPackageSortNosWithTop:hover {
  background-position: 168px 0px;
}

.PackageOverviewSwapMotivPackageSortNosWithBottom {
  background-image: url(/Layout/Common/Arrows.png);
  background-position: 144px 0px;
  background-repeat: repeat-x;
  height: 24px;
  width: 24px;
}

.PackageOverviewSwapMotivPackageSortNosWithBottom:hover {
  background-position: 120px 0px;
}

.PackageOverviewSetRealEstateToBottom {
  background-image: url(/Layout/Common/Arrows.png);
  background-position: 96px 0px;
  background-repeat: repeat;
  height: 24px;
  width: 24px;
}

.PackageOverviewSetRealEstateToBottom:hover {
  background-position: 72px 0px;
}

.PackageOverviewDeleteMotifFromRealEstateOrder {
  background-image: url(/Layout/Common/Arrows.png);
  background-position: 48px 0px;
  background-repeat: repeat-x;
  height: 24px;
  width: 24px;
}

.PackageOverviewDeleteMotifFromRealEstateOrder:hover {
  background-position: 24px 0px;
}

.RealEstatePackageOverviewTable .RealEstatePackageOverviewList tbody tr.RealEstatePackageOverviewSuccess {
  background-color: rgba(60, 255, 96, 0.74);
}

.PackageOverviewRealEstateMotifIsActive {
  border-left: 7px solid #339966;
  /*
  box-shadow: 1px 0 0 #74DAA7 inset;
  -webkit-box-shadow: 1px 0 0 #74DAA7 inset;
  */
}

.PackageOverviewRealEstateMotifIsInActive {
  border-left: 7px solid #ff0000;
  /*
  box-shadow: 1px 0 0 #262626 inset;
  -webkit-box-shadow: 1px 0 0 #262626 inset;
  */
}

@keyframes animRealEstatePackageOverviewImg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
} 
/*************************************************************************************************/
/* print styles */
/*************************************************************************************************/
@media print  
{
	/* admin pannel */
	.AdminMode
	{
		display: none !important;
	}
	
	/* banner */
	.WcmsPageThinBannerPZRightPlaceHolder,
	.WcmsPageBannerTop,
	.WcmsPageBannerButton,
	.WcmsPageBannerSkyScraper
	{
		display: none !important;
	}
	
	/* header */
	.RECustomerLinks,
	.NavigationHeader,
	.NavMenu,
	.WcmsFooter
	{
		display: none !important;
	}
	
	/* expose page */
	.REMediaPrint,
	.REShowSearchSimilar
	{
		display: none !important;
	}	 	
	.REShowContractor
	{
		margin-left: 0;
	}		
}

/*************************************************************************************************/
/* Statistic */
/*************************************************************************************************/


/*************************************************************************************************/
/* EstateAgencyStatistic */
/*************************************************************************************************/
.EstateAgencyReport td:first-child
{
	padding: 3px 25px 3px;
	text-align: left;
}

.EstateAgencyReportAdditionalDescription
{
	font-size: 0.875em;
	display: inline-block;
	margin: 4px 0;
}

/*************************************************************************************************/
/* RealEstateMarketStatistic.hmtl */
/*************************************************************************************************/
.MarktStatisticTable table
{
	width: 100%;
	text-align: center;
}

	.MarktStatisticTable table td {
		height: 55px;
		padding-left: 5px;
		padding-right: 5px;
	}


.EstateAgencyStatisticCtrl,
.MarketStatisticCtrl
{
	color: White;
	padding: 0 0 15px;
	background-color: #6699cc;
	display: inline-block;
	margin-left: inherit;
	margin-bottom: 20px;
	width: 100%;
}

 .PaymentStatus {
  position: relative;
}
.PaymentStatus hgroup {
  margin-bottom: 5px;
}

.PaymentPosition {
  font-weight: bold;
}

.PaymentInformationOverview li {
  list-style-image: none;
  margin: 5px 0px;
}

.PaymentStatusInfoBox {
  position: relative;
  border: rgb(222, 222, 222) 0.1em solid;
  margin: 0 0.4em;
  font-size: 0.8em;
  padding: 0.1em 0.3em;
}

.PaymentStatusInfoBox input[type=submit],
.PaymentStatusInfoBox input[type=button] {
  font-size: 10px;
}

.PaymentStatusInfolist {
  list-style: none;
  margin: 2%;
  padding: 0;
}

.TotalPriceForPay {
  font-weight: bold;
  color: rgb(195, 0, 0);
} .crefopay {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.crefopay input[type=date] {
  line-height: inherit;
}
.crefopay .payment-methods .payment-method {
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  background-color: #f5f5f5;
}
.crefopay .payment-methods .payment-method:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.crefopay .payment-methods .payment-method:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-width: 1px;
}
.crefopay .payment-methods .payment-method > input[type=radio], .crefopay .payment-methods .payment-method > label {
  margin: 5px;
}
.crefopay .payment-methods .payment-method > div {
  max-height: 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
}
.crefopay .payment-methods .payment-method > input[type=radio]:checked ~ div {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
.crefopay .payment-methods .bill__fields {
  display: grid;
  grid-template-columns: min-content auto;
  gap: 5px;
  padding: 5px;
}
.crefopay .payment-methods .direct-debit__fields {
  display: grid;
  grid-template-columns: min-content auto;
  gap: 5px;
  padding: 5px;
}
.crefopay .payment-methods .credit-card__fields {
  display: grid;
  grid-template-columns: min-content auto;
  gap: 5px;
  padding: 5px;
}
.crefopay .payment-methods .credit-card__fields div[data-crefopay-placeholder="paymentInstrument.accountHolder"],
.crefopay .payment-methods .credit-card__fields div[data-crefopay-placeholder="paymentInstrument.number"],
.crefopay .payment-methods .credit-card__fields div[data-crefopay-placeholder="paymentInstrument.validity"],
.crefopay .payment-methods .credit-card__fields div[data-crefopay-placeholder="paymentInstrument.cvv"] {
  width: 100%;
  height: 2em;
} .PicItemShoppingItem {
  margin-bottom: 15px;
  margin-top: 15px;
}
.PicItemShoppingItem figure {
  background-color: rgb(222, 222, 222);
  padding: 5px;
  overflow: hidden;
}
.PicItemShoppingItem .img-wrapper {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 10px 0px;
  height: 150px;
}
.PicItemShoppingItem .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.PicItemShoppingItem figcaption {
  padding: 0px 5px;
}
.PicItemShoppingItem label {
  text-align: center;
  font-weight: normal;
  font-size: 0.9em;
}
.PicItemShoppingItem input {
  width: 100%;
  height: 1.5em;
  margin-top: 10px;
}
.PicItemShoppingItem .sale-prevented {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  height: 1.5em;
  margin-top: 10px;
}
.PicItemShoppingItem p.Copyright {
  text-align: center;
  margin: 0px;
} .PaymentImg {
  margin-right: 10px;
  vertical-align: middle;
  width: 100px;
} .ShoppingCartContent {
  margin-top: 10px;
  margin-bottom: 20px;
}

.panel-body .ShoppingCartContent {
  margin-top: 0px;
  margin-bottom: 0px;
}
.panel-body .ShoppingCartContent .ShoppingCartItem:first-child {
  border-top: none;
}
.panel-body .ShoppingCartContent img {
  padding-left: -15px;
}
.panel-body .ShoppingCartContent .ShoppingCartItemPrice, .panel-body .ShoppingCartContent .ShoppingCartTotalPrice {
  padding-right: 15px;
}

.ShoppingCartHeader {
  margin-bottom: 5px;
}
.ShoppingCartHeader::after {
  clear: both;
}
.ShoppingCartHeader .LabelQuantity {
  float: right;
  width: 7em;
  text-align: right;
}
.ShoppingCartHeader .LabelPrice {
  float: right;
}

.ShoppingCartItem {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #dddddd;
}
.ShoppingCartItem:after {
  clear: both;
}

.ShoppingCartItemPrice {
  font-weight: 500;
  text-align: right;
  display: block;
}

.ShoppingCartItemQuantity label {
  margin-left: 5px;
}
.ShoppingCartItemQuantity input {
  margin-left: 5px;
  width: 40px;
}

.ShoppingCartFooter {
  padding: 10px 0 0 0;
  border-top: 1px solid #dddddd;
}

.ShoppingCartTotalPrice {
  float: right;
}
.ShoppingCartTotalPrice span {
  font-weight: 500;
} /*===============================================================================================*/
/* definition for the Subscription Edit Pages (reclamation, interruption, 
	editaddressdata, editbankdata,...) */
/*===============================================================================================*/
/** Label for Read-Only-Forms***/
.SubscriptionEditAddressData label.readonly {
  font-weight: normal;
  color: #bbb;
  margin-bottom: -10px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-top-5,
.radio.margin-top-5 {
  margin-top: 5px;
}

#m_wcbxReclamationDateFrom,
#m_wcbxReclamationDateEnd,
#m_wrblDeliverSubscriptionAddressDataBeginDate,
#m_wrblInvoiceSubscriptionAddressDataBeginDate,
#m_wrblPaymentDataValidDate,
#m_wrblDeliverSubscriptionAddressDataBeginDate,
#m_wrblInvoiceSubscriptionAddressDataBeginDate {
  cursor: default;
  background-color: inherit;
} /*Overview on current vacation services*/
.blueHeadline {
  color: #005EA8;
}

.InterruptionList {
  border-bottom: solid 1px #ccc;
} 
 
/*Option-Boxes on Abo-Page*/
.SubscriptionNewOption {
  background-color: #eee;
  padding: 3% 10% 10% 10%;
  text-align: center;
  min-height: 250px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.SubscriptionNewOption a {
  color: #ffffff;
  /*#666;*/
}

.SubscriptionNewOption a:hover {
  color: #ffffff;
  /*#336799;*/
}

.SubscriptionNewOption p {
  min-height: 85px;
}

/*headline of articles on a homepage or department-page -> not used for article-headlines on article-pages */
.headline-newsubscription {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #005EA8;
  /*#29292b;*/
  line-height: 1.3;
  margin-top: 5px;
}

.headline-newsubscription:hover {
  color: #005EA8;
}

/*order Abo/Anzeige wizard*/
.checkout-step {
  color: #ccc;
  text-transform: uppercase;
  font-size: 20px;
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #ccc;
}

.checkout-step a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 20px;
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #ccc;
}

.checkout-step a:hover {
  color: #005EA8;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #005EA8;
}

.checkout-step-active {
  color: #005EA8;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #005EA8;
}

.checkout-step-done {
  color: #005EA8;
  text-transform: uppercase;
  font-size: 20px;
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #005EA8;
}

.checkout-step-done a:hover {
  color: #005EA8;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #005EA8;
}

/*checkout wizard on small screens (xs)*/
.checkout-step-xs {
  color: #ccc;
  text-transform: uppercase;
  font-size: 20px;
  border-style: none none none solid;
  border-bottom-width: 2px;
  border-color: #ccc;
  margin-left: 2%;
}

.checkout-step-xs a {
  color: #ccc;
}

.checkout-step-xs-active {
  color: #005EA8;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-style: none none none solid;
  border-bottom-width: 2px;
  border-color: #005EA8;
  margin-left: 2%;
}

.checkout-step-xs-done {
  color: #005EA8;
  text-transform: uppercase;
  font-size: 20px;
  border-style: none none none solid;
  border-bottom-width: 2px;
  border-color: #005EA8;
  margin-left: 2%;
}

/*** Headlines for each section when read-only ****/
.head-profile {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #005EA8;
  font-size: 1.125em;
}

/*bonus/presents (Prämien)*/
/*list view of presents with some information*/
.bonus label {
  font-weight: 400;
}

.bonus {
  border: solid 1px #eee;
  padding: 10px;
}

.bonus h5 {
  min-height: 35px;
}

.bonus .BonusItemImgContainer {
  min-height: 250px;
}

.bonus .bonusDescription {
  min-height: 110px;
}

.bonus .price {
  float: right;
  text-align: right;
  font-weight: bold;
}

.bonus .extrapayment {
  border-top: 1px solid #ddd;
}

/*************************************************************************************************/
/*subscriptionnewdata*/
#m_wrblDeliveryBeginDate {
  cursor: default;
  background-color: inherit;
}

/*************************************************************************************************/
/*subscriptionnewconfirm*/
/*Price Information in Checkout-Table*/
.SubscriptionNewConfirm .product,
.SubscriptionNewFinish .product {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

.SubscriptionNewConfirmDataLine {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.SubscriptionNewConfirmDataLine:last-of-type {
  border-bottom-style: none;
} /*Headlines for modules (e.g. comments, picture galeries, etc.)*/
.ServiceOptionContainer a:hover,
.ServiceOptionContainer a:focus {
  color: #204060;
  text-decoration: none;
}

.ServiceOptionContainer a:hover path,
.ServiceOptionContainer a:focus path {
  fill: white;
}

/**************Subscription Overview***********************/
/*Options for Vacation Services*/
.ServiceOption {
  background-color: #eee;
  padding: 5%;
  text-align: center;
  min-height: 250px;
  margin-top: 1.5rem;
}

.ServiceOption:hover {
  background-color: #005EA8;
  color: #fff;
}

.ServiceOption a {
  color: #666;
}

.ServiceOption a:hover {
  color: #fff;
}

.SubscriptionOption {
  background-color: #eee;
  padding: 3% 10% 10% 10%;
  text-align: center;
  min-height: 250px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.SubscriptionOption a {
  color: #666;
}

.SubscriptionOption a:hover {
  color: #005EA8;
}

/*Box for quick Abo-infos - fixed height - aligned with advertisement*/
.QuickInfo {
  background-color: #eee;
  padding: 5%;
  min-height: 285px;
}

/*Box for quick infos full with and no fixed height*/
.QuickInfoNoAd {
  background-color: #eee;
  padding: 1% 3% 1% 3%;
} /*************List without bullets****************/
.NoBullet{
    padding-left:0;
    margin-left:0;
}

.NoBullet li{
    list-style:none;
}  .ConsentPurpuseToConfirm {
  /*************************************************************************************************/
  /* bootstrap-validator */
}
.ConsentPurpuseToConfirm .form-horizontal .help-block.with-errors ul.list-unstyled li {
  text-align: left;
  padding-left: 20px;
  font-weight: 500;
} .LoginModule .fi-login-content {
  /* must have same value as of icon-google-filled in FI icon font */
}
.LoginModule .fi-login-content .Facebook-brandcolor {
  color: white;
  background-color: #3a5795;
}
.LoginModule .fi-login-content .Facebook-brandcolor.btn-default:hover {
  color: #3a5795;
  background-color: white;
}
.LoginModule .fi-login-content .Google-brandcolor {
  color: white;
  background-color: #dd4b39;
}
.LoginModule .fi-login-content .Google-brandcolor.btn-default:hover {
  color: #dd4b39;
  background-color: white;
}
.LoginModule .fi-login-content .icon-google:before {
  content: "\ea1b";
}
.LoginModule .fi-login-content .X-brandcolor {
  color: white;
  background-color: #4099FF;
}
.LoginModule .fi-login-content .X-brandcolor.btn-default:hover {
  color: #4099FF;
  background-color: white;
}
.LoginModule .fi-login-content .Amazon-brandcolor {
  color: white;
  background-color: #FF9900;
}
.LoginModule .fi-login-content .Amazon-brandcolor.btn-default:hover {
  color: #FF9900;
  background-color: white;
}
.LoginModule .fi-login-content .external-providers li {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .LoginModule .fi-login-content .external-providers li {
    width: 49%;
  }
}
.LoginModule .fi-login-content .btn-external-providers {
  width: 100%;
}
.LoginModule .fi-logout-content .do-logout {
  margin-top: 10px;
  margin-bottom: 10px;
}
.LoginModule .fi-logout-content .fi-login-bob-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.LoginModule .login-module-links {
  list-style: disc;
  margin-left: 15px;
} /*************************************************************************************************/
/* Wcms/User/xxx */
/*************************************************************************************************/
.UserEditPage .edit-section-header {
  font-family: "Lora";
  color: #005EA8;
  font-size: 1.125em;
}
.UserEditPage .CropControls {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .UserEditPage .mobile-margin-bottom-10 {
    margin-bottom: 10px;
  }
} /*************************************************************************************************/
/* Wcms/User/Login*/
/*************************************************************************************************/
.UserLoginPage .headLine {
  font-weight: 200;
  font-size: 2em;
} /*************************************************************************************************/
/* Wcms/Area/User/Views/Home*/
/*************************************************************************************************/
.UserPage .EditUncompletedMotif .EditUncompletedMotifDataLine {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
}
.UserPage .EditUncompletedMotif .EditUncompletedMotifDataLine:last-of-type {
  border-bottom-style: none;
}
.UserPage .UncompletedMotifList .UnCompletedMotifContentHolder {
  padding-bottom: 0.5em;
}
.UserPage .UncompletedMotifList .UnCompletedMotifImage {
  margin-bottom: 11px;
}
.UserPage .UncompletedMotifList .UnCompletedMotifImage img {
  width: 100%;
}
.UserPage .UncompletedMotifList .UnCompletedMotifText .UnCompletedMotifHeading {
  font-family: "Lora";
  color: #29292b;
  line-height: 1.3;
  margin-top: 5px;
}
.UserPage .UncompletedMotifList .UnCompletedMotifAction {
  margin-bottom: 5px;
} /* css definitions for MotifcustomerProof-Editor*/
#EditUncompletedMotif {
  /*Layout canvas editor scrollbar */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#EditUncompletedMotif ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#EditUncompletedMotif ::-webkit-scrollbar-thumb {
  background: #888;
}
#EditUncompletedMotif ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#EditUncompletedMotif ::-webkit-scrollbar {
  width: 5px;
}
#EditUncompletedMotif .editorlabel {
  text-align: left;
}

.MotifCustomerProofEditor {
  /*Canvas*/
}
.MotifCustomerProofEditor h5 {
  color: #005EA8;
}
.MotifCustomerProofEditor .CanvasEditorToolBar {
  height: 37px;
  width: 100%;
  color: white;
  background-color: #005EA8;
}
.MotifCustomerProofEditor .CanvasEditorToolBar .colorpicker {
  width: 35px;
}
.MotifCustomerProofEditor .CanvasEditorToolBar .icon-textmarker {
  color: #ffff00;
}
.MotifCustomerProofEditor .CanvasEditorToolBar button {
  background-color: #005EA8;
  /*&:hover,
  &:active {
  	color: white;
  }*/
}
.MotifCustomerProofEditor .CanvasEditorContainer {
  overflow-x: auto;
  scrollbar-width: thin;
}
.MotifCustomerProofEditor #m_CtrlMotifCustomerProofCanvas {
  border: 1px solid black;
  display: block;
} .LoginLinkModule {
  /* PMODIF AG 2024-09-09 Modify header layout */
  /*margin-bottom: 11.5px;*/
}
.LoginLinkModule .dropdown-menu {
  left: unset;
  right: 0;
} .UserNavigatorModule ul.nav-left {
  background-color: #eee;
  color: #383a3b;
  margin-bottom: 2em;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.UserNavigatorModule ul.nav-left li.nav-head {
  line-height: 3em;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #ddd;
  padding-left: 1em;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #666;
}
.UserNavigatorModule ul.nav-left li {
  line-height: 3em;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #ddd;
  padding-left: 1em;
  background-color: #fff;
}
.UserNavigatorModule ul.nav-left li:hover {
  border-left: solid 3px #005EA8;
  padding-left: 13px;
  background-color: #eee;
}
.UserNavigatorModule ul.nav-left a.nav {
  color: #383a3b;
}
.UserNavigatorModule ul.nav-left a.nav.active {
  font-weight: bold;
}
.UserNavigatorModule ul.nav-left a.nav:hover {
  color: #005EA8;
}
.UserNavigatorModule ul.nav-left span.badge {
  margin-left: 5px;
  background-color: #999;
  color: #fff;
}
.UserNavigatorModule ul.nav-left span.badge:hover {
  background-color: #777;
} .WeatherModule h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.BioWeatherContent {
  margin-bottom: 30px;
}
.BioWeatherContent .pollen strong {
  text-transform: capitalize;
}
.BioWeatherContent .ozon {
  margin-top: 15px;
  margin-bottom: 15px;
}
.BioWeatherContent .uv-index {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ForecastWeatherContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 45px;
}

.ForecastWeatherDay {
  font-size: 15px;
  line-height: 18px;
  padding-left: 0;
  padding-right: 15px;
  text-align: center;
}
.ForecastWeatherDay .symbol, .ForecastWeatherDay .temp, .ForecastWeatherDay .meta, .ForecastWeatherDay .wind {
  margin-top: 15px;
}
.ForecastWeatherDay .symbol img {
  min-height: 50px;
}
.ForecastWeatherDay .mintemp {
  font-weight: 700;
  font-size: 18.6667px;
  opacity: 0.5;
}
.ForecastWeatherDay .maxtemp {
  font-weight: 700;
  font-size: 18.6667px;
}

.WeatherContent-Simple {
  display: inline-block;
  padding: 0 10px 0 5px;
}
.WeatherContent-Simple div {
  display: inline-block;
} .EdInputConfirmStep .user-name {
  font-style: italic;
}
.EdInputConfirmStep .user-organisation {
  font-style: italic;
}
.EdInputConfirmStep .print-pubdate {
  margin-top: 1em;
  font-style: italic;
}
.EdInputConfirmStep .btn-edinput-home {
  margin-top: 0.5em;
  position: absolute;
  bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .EdInputConfirmStep .btn-edinput-home {
    position: relative;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.EdInputConfirmStep article {
  padding: 15px;
  border: 1px solid #ddd;
}
.EdInputConfirmStep article .first-image {
  margin-bottom: 1em;
}
.EdInputConfirmStep article .first-image img {
  min-width: 100%;
}
.EdInputConfirmStep article .first-image figcaption {
  background-color: white;
}
.EdInputConfirmStep article .first-image figcaption .image-caption {
  float: left;
}
.EdInputConfirmStep article .first-image figcaption .image-credit {
  float: right;
}
.EdInputConfirmStep article .first-image figcaption::after {
  display: block;
  clear: both;
  content: "";
}
.EdInputConfirmStep article ul.more-images {
  margin-top: 2em;
  display: flex;
  justify-content: start;
}
.EdInputConfirmStep article ul.more-images li {
  margin-right: 15px;
}
.EdInputConfirmStep article ul.more-images li img {
  min-width: 100%;
  width: 150px;
} .EdInputDateStep .datepicker-container {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.EdInputDateStep .datepicker-container .bootstrap-datepicker-container {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
}
.EdInputDateStep .pubdate-hints {
  text-align: center;
  font-size: 0.8em;
  max-width: 500px;
  margin: auto;
}  .EdInputFinishedStep .story-heading {
  font-weight: bold;
} .EdInputPicturesStep .picture-dropzone {
  background-color: #eeeeee;
  text-align: center;
}
.EdInputPicturesStep .picture-dropzone .icon-add-picture {
  font-size: 2em;
}
.EdInputPicturesStep .picture-dropzone.drag-target {
  background-color: #CAEDF9;
}
.EdInputPicturesStep .picture-copyrights {
  margin-top: 1em;
  font-size: 0.8em;
}
.EdInputPicturesStep .EdInputStoryPicItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.EdInputPicturesStep .EdInputStoryPicItem img {
  min-width: 100%;
} .EdInputQuestionsStep .EdInputQuestion {
  margin-bottom: 10px;
}
.EdInputQuestionsStep .EdInputQuestion .EdInputQuestion-title {
  display: flex;
  justify-content: space-between;
}
.EdInputQuestionsStep .EdInputQuestion .EdInputQuestion-title a {
  flex-grow: 1;
}
.EdInputQuestionsStep .EdInputQuestion .char-counter {
  display: none;
}
.EdInputQuestionsStep .EdInputQuestion .form-group label {
  display: block;
}
.EdInputQuestionsStep .EdInputQuestion .question-required {
  color: red;
}
.EdInputQuestionsStep .EdInputQuestion .question-answered {
  display: none;
  color: green;
}
.EdInputQuestionsStep .EdInputQuestion:has(> .panel-collapse.collapse.in) {
  border-color: #005EA8;
  border-width: 1px;
  border-style: solid;
}
.EdInputQuestionsStep .EdInputQuestion .panel-heading:has(+ .panel-collapse.collapse.in) {
  color: #336799;
  border-color: #005EA8;
  border-width: 1px;
  border-style: solid;
} .EdInputStartStep .edinput-type-item-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.EdInputStartStep .edinput-type-item-container .edinput-type-item {
  border: 1px solid #ddd;
  padding: 13px;
  cursor: pointer;
}
.EdInputStartStep .edinput-type-item-container .edinput-type-item--icon {
  display: block;
  font-size: 1.8em;
  margin-bottom: 3px;
}
.EdInputStartStep .edinput-type-item-container .edinput-type-item--heading {
  display: block;
  font-size: 1em;
  font-weight: bold;
}
.EdInputStartStep .edinput-type-item-container .edinput-type-item--infotext {
  font-size: 0.8em;
}
.EdInputStartStep .edinput-type-item-container .edinput-type-item.edinput-type-item--selected {
  background-color: #CAEDF9;
  border: 2px solid #336799;
  color: #336799;
} article.edinput-story {
  padding: 15px;
  border: 1px solid #ddd;
}
article.edinput-story .edinput-story-headline {
  margin-bottom: 0.5rem;
  font-size: 1.3em;
  color: #005EA8;
}
article.edinput-story .edinput-story-heading {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2em;
}
article.edinput-story .edinput-story-teaser {
  margin-bottom: 1rem;
  font-style: italic;
}
article.edinput-story .edinput-story-basetext span.ImTitle {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
} .EdInputStoryStep .edinput-alert-char-count {
  color: red;
}
.EdInputStoryStep .content-version-pagination {
  display: inline;
  margin-right: 10px;
}
.EdInputStoryStep .edinput-story {
  margin-top: 2em;
}
.EdInputStoryStep .edinput-story .edinput-story-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: light-dark(#cccccc, #222222);
  border: 1px solid light-dark(black, white);
  padding: 0.5em;
}
.EdInputStoryStep .edinput-story .edinput-story-toolbar label {
  display: block;
}
.EdInputStoryStep .edinput-story .edinput-story-toolbar .char-counter {
  display: block;
}
.EdInputStoryStep .edinput-story .fi-edinput-story-contenteditable:focus {
  border: 1px solid light-dark(black, white);
  outline: none;
  padding: 5px;
} .EdInputTextStep .edinput-alert-char-count {
  color: red;
}
.EdInputTextStep .content-version-pagination {
  display: inline;
  margin-right: 10px;
} .edinput-wizard .validation-summary-valid {
  display: none;
}
.edinput-wizard .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .edinput-wizard .header {
    /*display: none;*/
    font-size: 0.7em;
  }
}
.edinput-wizard .header__item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 5px 0 5px;
  padding: 0.5em;
  border-bottom: 2px solid #ccc;
}
.edinput-wizard .header__item span {
  font-size: 1.25em;
}
@media only screen and (max-width: 767px) {
  .edinput-wizard .header__item span {
    font-size: 0.9em;
  }
}
.edinput-wizard .header__item--visited {
  border-bottom-color: #005EA8;
}
.edinput-wizard .header__item--active {
  color: #005EA8;
  background-color: #CAEDF9;
}
.edinput-wizard .content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edinput-wizard .actions {
  display: flex;
  justify-content: space-between;
}
.edinput-wizard .actions--right-aligned {
  justify-content: right;
}
.edinput-wizard .actions--right-aligned div {
  margin-left: 15px;
}
.edinput-wizard .actions--sidestepped {
  justify-content: center;
  margin-left: 0px;
} .EditorialOccasionSelection nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.EditorialOccasionSelection nav .breadcrumb {
  background-color: transparent !important;
  padding: 0px;
}
.EditorialOccasionSelection nav .breadcrumb > li + li:before {
  content: ">";
}
.EditorialOccasionSelection nav .breadcrumb-item {
  cursor: pointer;
}
.EditorialOccasionSelection nav .breadcrumb-item:hover {
  text-decoration: underline;
}
.EditorialOccasionSelection nav .breadcrumb-item:not(:first-child) {
  color: #005EA8;
  font-weight: bold;
}
.EditorialOccasionSelection nav .edinputtype-required {
  color: red;
}
.EditorialOccasionSelection nav .edinputtype-found {
  display: none;
  color: green;
}
.EditorialOccasionSelection .occasion-children-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.EditorialOccasionSelection .occasion-children-container .occasion-button {
  font-weight: bold;
}
.EditorialOccasionSelection .occasion-children-container .occasion-button.btn {
  border-radius: 2rem;
} .EdInputOccasionList{margin-bottom:10px} /* css definitions for wcms pages Event/Edit */
/*===============================================================================================*/
/* definition for the Event EditData Page */
/*===============================================================================================*/
.eventdata .UploadEventItems {
  position: relative;
}
.eventdata .UploadEventItems .WaitingDivProcess {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 15px;
  width: 150px;
  height: 150px;
  background: url("/Layout/Event/Editor/loadingwheelfast_150x150.gif") no-repeat;
}

/*===============================================================================================*/
/* definition for the Event EditDates Page */
/*===============================================================================================*/
.eventdates {
  /*Layout bootstrap-datepicker */
  /*ResultList*/
}
.eventdates .bootstrap-datepicker-container .datepicker-inline {
  width: 100%;
}
.eventdates .bootstrap-datepicker-container .datepicker table tr td, .eventdates .bootstrap-datepicker-container .datepicker table tr th {
  width: 70px;
  height: 40px;
}
.eventdates #m_wtResultList {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eventdates #m_wtResultList > thead > tr {
  background-color: #dddddd;
}

.editeventalldata #EventDates {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.editeventalldata #EventDates > thead > tr {
  background-color: #dddddd;
}

/*===============================================================================================*/
/*new navigation*/
.EditEventNavigation {
  text-align: center;
}
.EditEventNavigation input[type=button] {
  color: #FFF;
  background-color: #F08A00;
  font-size: 0.9em;
  border: 0px;
  font-weight: normal !important;
  min-height: 20px;
}

.EditEventNavigation.booking-steps input[type=button] {
  text-transform: uppercase;
  font-size: 20px;
  background-image: none;
  background-color: transparent !important;
  width: 30%;
  height: 75px;
  line-height: 90px;
  vertical-align: bottom;
  /*outline: none !important;*/
  border-style: none none solid none;
  border-bottom-width: 2px;
  border-color: #cccccc;
  color: #cccccc;
}
.EditEventNavigation.booking-steps input[type=button].WCMSNavActive {
  color: #005EA8;
  border-color: #005EA8;
}
.EditEventNavigation.booking-steps input[type=button].WCMSNavInactive {
  color: #005EA8;
  border-color: #005EA8;
} .OrderBookDaysStep .datepicker .day.disabled {
  color: lightgrey;
} .OrderBookingFinish .motif-preview__image {
  max-width: 100%;
}

@media print {
  .Admin, .WcmsHeader, .WcmsFooter, .DebugInfo {
    display: none;
  }

  .OrderBookingFinish .preview__pdf {
    display: none;
  }
  .OrderBookingFinish #btnPrintOrderConfirmation {
    display: none;
  }
} label.required:after {
  content: "*";
  margin-left: 0.1em;
} .OrderClassificationStep .boxnumberselection--hidden {
  display: none;
} .OrderConfirmStep .summary .motif-preview__image {
  max-width: 100%;
}
.OrderConfirmStep .summary .price table {
  width: 100%;
}
.OrderConfirmStep .summary .comment textarea {
  width: 100%;
} .OrderEtuStep .etugroup {
  /*PMODIF AG 2024-08-07 Change layout*/
  /*PMODIF END*/
}
.OrderEtuStep .etugroup:nth-child(even) {
  background: #e9e9e9;
}
.OrderEtuStep .etugroup__label {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  padding: 5px 15px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .OrderEtuStep .etugroup__image {
    display: none;
  }
} .OrderMotifEditFiolaStep #edFontStyle .ui-checkboxradio-icon, .OrderMotifEditFiolaStep #edTextFlatterSatz .ui-checkboxradio-icon, .OrderMotifEditFiolaStep .edPropertyElementLeft .ui-checkboxradio-icon {
  display: none;
}
.OrderMotifEditFiolaStep .ui-spinner input {
  padding-top: 0;
} .OrderMotifEditHtmlStep .preview {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.OrderMotifEditHtmlStep .preview__metadata-wrap {
  display: flex;
  gap: 5px;
}
.OrderMotifEditHtmlStep .preview__metadata {
  border: 1px solid black;
  padding: 5px;
}
.OrderMotifEditHtmlStep .preview__image {
  display: block;
}
.OrderMotifEditHtmlStep .preview__additional-url {
  margin-top: 5px;
}
.OrderMotifEditHtmlStep .preview__additional-url label {
  display: block;
}
.OrderMotifEditHtmlStep .boxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.OrderMotifEditHtmlStep .boxes .textbox, .OrderMotifEditHtmlStep .boxes .picbox {
  display: flex;
  flex-direction: column;
}
.OrderMotifEditHtmlStep .boxes .textbox__toolbar, .OrderMotifEditHtmlStep .boxes .picbox__toolbar {
  margin-bottom: 5px;
}
.OrderMotifEditHtmlStep .boxes .textbox__toolbar .btn, .OrderMotifEditHtmlStep .boxes .picbox__toolbar .btn {
  border: 1px solid grey;
}
.OrderMotifEditHtmlStep .boxes .picbox__image-wrap {
  border: 1px solid grey;
  overflow: hidden;
}
.OrderMotifEditHtmlStep .boxes .picbox__image-wrap img {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
}
.OrderMotifEditHtmlStep .boxes .picbox__fileupload {
  display: none;
  visibility: hidden;
}
.OrderMotifEditHtmlStep .border-dialog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.OrderMotifEditHtmlStep .border-dialog__entry {
  white-space: nowrap;
}
.OrderMotifEditHtmlStep .slogan-dialog__list {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding: 0;
  list-style: none;
}
.OrderMotifEditHtmlStep .slogan-dialog__entry label {
  display: flex;
  gap: 1em;
}
.OrderMotifEditHtmlStep .selectpicture-dialog .pictures {
  display: flex;
  flex-direction: column;
  gap: 10px;
} .OrderMotifGalleryStep h5 {
  font-weight: bold;
}
.OrderMotifGalleryStep .my-motif__image {
  max-width: 100%;
}
.OrderMotifGalleryStep .motifmodels {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.OrderMotifGalleryStep .motifmodel, .OrderMotifGalleryStep .my-motif {
  position: relative;
  border: 1px solid gray;
  padding: 0.5em;
}
.OrderMotifGalleryStep .motifmodel label, .OrderMotifGalleryStep .my-motif label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.OrderMotifGalleryStep .motifmodel label span, .OrderMotifGalleryStep .my-motif label span {
  flex-grow: 1;
}
.OrderMotifGalleryStep .motifmodel__name, .OrderMotifGalleryStep .my-motif__name {
  display: flex;
  align-items: flex-end;
}
.OrderMotifGalleryStep .motifmodel input[type=radio], .OrderMotifGalleryStep .my-motif input[type=radio] {
  display: none;
}
.OrderMotifGalleryStep .motifmodel input[type=radio]:checked + .motifmodel__overlay, .OrderMotifGalleryStep .my-motif input[type=radio]:checked + .motifmodel__overlay {
  display: flex;
}
.OrderMotifGalleryStep .motifmodel__overlay, .OrderMotifGalleryStep .my-motif__overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 2px solid gray;
}
.OrderMotifGalleryStep .motifmodel__image, .OrderMotifGalleryStep .my-motif__image {
  max-width: 100%;
}
.OrderMotifGalleryStep .upload-motif #upload-motif__file {
  margin-bottom: 5px;
} .wizard .validation-summary-valid {
  display: none;
}
.wizard .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wizard .header {
    display: none;
  }
}
.wizard .header__item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 5px 0 5px;
  padding: 0.5em;
  border-bottom: 2px solid #ccc;
}
.wizard .header__item span {
  font-size: 1.25em;
}
.wizard .header__item--visited {
  border-bottom-color: #005EA8;
}
.wizard .header__item--active span {
  color: #005EA8;
}
.wizard .content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wizard .actions {
  display: flex;
  justify-content: space-between;
}
.wizard .actions--sidestepped {
  justify-content: center;
} /*************************************************************************************************/
/* Wcms/User/Editor/BPConsent */
/*************************************************************************************************/
.BPConsent {
  /*list of ContentPurpioses*/
} /*************************************************************************************************/
/* Wcms/User/Editor/Clients */
/*************************************************************************************************/
.UserClientsHeader {
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}

.UserClients .UserClient {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}
.UserClients .UserClient strong {
  display: block;
}
.UserClients .UserClient .ePaper-use-allowed, .UserClients .UserClient .news-use-allowed {
  color: green;
}
.UserClients .UserClient .ePaper-use-forbidden, .UserClients .UserClient .news-use-forbidden {
  color: red;
} .bpcommondata__options {
  display: flex;
  gap: 1em;
}
.bpcommondata__data--hidden {
  display: none;
} .bppaymentdata__options {
  display: flex;
  gap: 1em;
}
.bppaymentdata__data--hidden {
  display: none;
}
.bppaymentdata #bppaymentdata__epayment img {
  max-width: 5em;
} /*************************************************************************************************/
/* User/Edit/EditPaymentData */
/*************************************************************************************************/
.UserEditPaymentData .PaymentDataItem {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.UserEditPaymentData .PaymentDataItem .PaymentDataItemData {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .UserEditPaymentData .PaymentDataItem .PaymentDataItemAction {
    text-align: right;
  }
}
.UserEditPaymentData .PaymentDataItem .PaymentDataItemButton {
  display: inline-block;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .UserEditPaymentData .PaymentDataItem .PaymentDataItemButton {
    padding-left: 10px;
    padding-right: 0px;
  }
}
.UserEditPaymentData .PaymentDataItem .PaymentDataItemDefault {
  font-style: italic;
} /****************************************************************/
/* CustomPM2DModule                                             */
/****************************************************************/
.CustomPM2DModule .swiper-button-prev,
.CustomPM2DModule .swiper-button-next {
  color: #005EA8;
  font-weight: 900;
}
.CustomPM2DModule .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
}
.CustomPM2DModule .CustomPM2DModuleMotifImage {
  margin-left: auto;
  margin-right: auto;
}
.CustomPM2DModule .CustomPM2DModuleMotifImage:hover {
  transform: scale(125%);
  box-shadow: 5px 5px 5px #333333;
  cursor: pointer;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 243, 243, 0.7098039216);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle {
  background: rgb(255, 255, 255);
  z-index: 1000;
  height: 70px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle h4 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 10px;
  left: 10px;
  color: #000;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsMenue {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsMenue .CustomPM2DModuleMotifDetailsMenueZoomPlus, .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsMenue .CustomPM2DModuleMotifDetailsMenueZoomMinus {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsMenue .CustomPM2DModuleMotifDetailsMenueZoomPlus:hover, .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsMenue .CustomPM2DModuleMotifDetailsMenueZoomMinus:hover {
  cursor: pointer;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsMenue .CustomPM2DModuleMotifDetailsMenueZoomPlus span, .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsMenue .CustomPM2DModuleMotifDetailsMenueZoomMinus span {
  font-size: 50px;
  color: #005599;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsClose:hover {
  cursor: pointer;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsTitle .CustomPM2DModuleMotifDetailsClose span {
  font-size: 50px;
  color: #555;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent {
  height: 100%;
  position: relative;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent {
    top: -10px;
  }
  .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-xs-12:nth-of-type(2) {
    position: fixed;
    bottom: 0;
    height: 250px;
    left: 0;
  }
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-8 {
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-8 {
    height: auto;
    position: absolute;
    margin: auto;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-8 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  transform: scale(0.5);
}
@media screen and (max-width: 991px) {
  .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-8 img {
    transform: scale(0.5);
    top: -250px;
  }
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 {
  height: 100%;
  background: rgb(255, 255, 255);
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData {
  height: auto;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserName {
  background-color: transparent;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserName span {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: left;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserContact {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserContact .Icon {
  text-align: center;
  min-height: 60px;
  background-color: #f3f6f9;
}
@media screen and (max-width: 991px) {
  .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserContact .Icon {
    height: 80px;
  }
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserContact .Icon span.glyphicon {
  color: #005699;
  font-weight: 400;
  font-size: 34px;
  margin-top: 12px;
  text-align: center;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserContact .Icon span.IconText {
  font-size: 14px;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000000;
  display: none;
}
@media screen and (max-width: 991px) {
  .CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserContact .Icon span.IconText {
    display: block;
  }
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserContact .Text {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  min-height: 60px;
  height: auto;
  background-color: #f3f6f9;
}
.CustomPM2DModule #CustomPM2DModuleMotifDetails .CustomPM2DModuleMotifDetailsContent div.col-md-4 .CustomPM2DModuleMotifDetailsContentData .CustomPM2DModuleMotifDetailsContentDataElement.MotifAdvertiserAddress {
  font-size: 14px;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #ffffff;
} 
html {
  overflow-y: scroll;
  /*
         fixes bug on iphones: https://stackoverflow.com/questions/33601165/scrolling-slow-on-mobile-ios-when-using-overflowscroll
         https://dialogproweb.visualstudio.com/NZ-Bremerhaven/_workitems/edit/1647
     */
  -webkit-overflow-scrolling: touch;
}

/*  This fixes some weird behaviour in chrome
    https://stackoverflow.com/questions/9533132/overflow-xhidden-not-working-in-chrome
*/
html, body {
  overflow-x: hidden;
}

/* Fix an iPad issue: https://stackoverflow.com/questions/4617872/white-space-showing-up-on-right-side-of-page-when-background-image-should-extend */
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/* fix bug on chrome mobile where site was movable
    we limit to mobile because of another bug in chrome
    where two scrollbars are shown...
*/
@media screen and (max-width: 767px) {
  /* add .touch so we don't see two scrollbars in chrome desktop below 768px*/
  html.touch body {
    overflow-x: hidden;
  }
}
.WcmsPage {
  background-color: #F8F8F8;
}

body {
  font-family: "Greycliff CF";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}

.Admin ~ .Wcms {
  margin-top: 90px;
}

.breadcrumb {
  background-color: #F8F8F8;
}

.imageratio169 {
  aspect-ratio: 16/9;
}

.imageratio43 {
  aspect-ratio: 4/3;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.dropdownicon {
  margin-left: 5px;
}
.dropdownicon svg {
  vertical-align: middle;
}

.iconarrowright {
  margin-left: 5px;
}
.iconarrowright svg {
  vertical-align: middle;
  height: 6px;
  /*PMODIF AG 2024-07-30 Modify brand color*/
  /*PMODIF END*/
}
.iconarrowright svg path {
  fill: #005EA8;
}

.btn-default {
  border-radius: 40px;
  height: 48px;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 30px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary {
  color: #fff;
  background-color: #005EA8;
  border-radius: 40px;
  height: 48px;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 30px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  cursor: pointer;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  transition: all 300ms linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  background-color: #1985C3;
  text-decoration: none;
  transition: all 300ms linear;
}

.btn-blue {
  color: #fff;
  background-color: #005EA8;
  border-radius: 40px;
  height: 48px;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 30px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 300ms linear;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  color: #fff;
  background-color: #1985C3;
  text-decoration: none;
  transition: all 300ms linear;
}

.btn-outline-blue {
  color: #005EA8;
  background-color: transparent;
  border-color: #005EA8;
  border-radius: 40px;
  height: 48px;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 30px;
  /*margin-left: auto;
  margin-right: auto;
  display: table;*/
  cursor: pointer;
  border-width: 2px;
  transition: all 300ms linear;
}
.btn-outline-blue:hover, .btn-outline-blue:active, .btn-outline-blue:focus {
  color: #fff;
  background-color: #005EA8;
  text-decoration: none;
  transition: all 300ms linear;
}

.btn-outline-grey {
  color: #707070;
  background-color: transparent;
  border-color: #707070;
  border-radius: 40px;
  /*PMODIF AG 2024-10-16 Modify layout*/
  /*height: 48px;*/
  font-family: "Greycliff CF Medium";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 30px;
  /*margin-left: auto;
  margin-right: auto;
  display: table;*/
  cursor: pointer;
  border-width: 2px;
}
.btn-outline-grey:hover, .btn-outline-grey:active, .btn-outline-grey:focus {
  color: #707070;
  text-decoration: none;
}

.btn.align-left {
  margin-left: unset;
  margin-right: unset;
}

.arrow-icon {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 30px center;
}
.arrow-icon.btn-blue {
  background-image: url("/Layout/Custom/Icons/arrow-return-right-white.svg");
}
.arrow-icon.btn-outline-blue {
  background-image: url("/Layout/Custom/Icons/arrow-return-right-blue.svg");
}
.arrow-icon.btn-outline-blue:hover {
  background-image: url("/Layout/Custom/Icons/arrow-return-right-white.svg");
}

.fw-html {
  position: relative;
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  .fw-html {
    left: calc(-50vw + 50%);
    width: 100vw;
  }
}
.fw-html .HtmlModule {
  padding: 0;
}

.fw-module {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100vw;
  position: relative;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .fw-module {
    left: calc(-50vw + 50%);
    min-height: 100px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.fw-module > div {
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .fw-module > div {
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sw-module {
  padding-top: 80px;
  padding-bottom: 60px;
}

.bkg-blue {
  background-color: #C9E9F8;
}
.bkg-blue > div {
  padding: 15px;
}

.bkg-white {
  background-color: #fff;
}
.bkg-white.container-padding .bkg-white.container-padding {
  padding: 15px;
}

.bkg-orange {
  background-color: #F08A00;
}

.pagination > li > a {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 5px 13px;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  border-radius: 50%;
  padding: 5px 13px;
}
.pagination > .active a {
  border-radius: 50%;
  padding: 5px 13px;
}
.pagination > .disabled > a {
  background-color: transparent;
  border: none;
}

/*override default bootstrap css*/
.text-info {
  color: #005EA8;
}

/*PMODIF JST 2023-07-18 changed layout*/
/*searchExtended Form*/
.searchExtended {
  /*custom radio button layout*/
}
.searchExtended .reset-search {
  color: #000;
  text-decoration: none;
}
.searchExtended .reset-search:hover {
  color: #000;
  text-decoration: none;
}
.searchExtended .form-control {
  height: 55px;
  color: #000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 26px;
}
.searchExtended .form-group input[type=search].form-control {
  height: 42px;
}
.searchExtended .radio label {
  padding-left: 25px;
}
.searchExtended input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  /*margin: 0;*/
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #fff;
  border-radius: 50%;
  /*radio to input align*/
  transform: translate(-0.5em, -0.075em);
  /*for checked style we need grid*/
  display: grid;
  place-content: center;
}
.searchExtended input[type=radio]::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  transform: scale(0);
  /*only show if checked*/
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #4DB2EC;
  /* Windows High Contrast Mode */
  background-color: #4DB2EC;
}
.searchExtended input[type=radio]:checked::before {
  transform: scale(1);
}

.flex-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flex-row {
    flex-direction: row;
    align-items: center;
  }
}

.flex-col {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.flex-col > [class*=col-] {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.BackToTop {
  display: none;
  z-index: 1040 !important;
  position: fixed;
  height: 40px;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  width: 40px;
  right: 15px;
  bottom: 10px;
  left: auto;
  padding: 0;
  background: #37aadd;
  color: #fff;
  cursor: pointer;
}
.BackToTop:after {
  position: relative;
  content: "❯";
  display: block;
  font-size: 33px;
  height: auto;
  margin-left: -8px\9 ;
  transform: rotate(-90deg);
  left: 0;
  bottom: 5px;
}

/*Footer Layout */
.bottom-line-blue {
  border-bottom: 1px solid #4DB2EC;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

/*.WcmsFooter {
	background-color: #294798;
	color: #fff;
	font-family: 'Greycliff CF';
	font-size: 16px;
	line-height: 24px;

	@media screen and (max-width:767px) {
		.text-right, .text-left {
			text-align: center;
		}
	}

	.footer_border {
		padding-top: 80px;
	}

	.container {
		@media screen and (min-width:1200px) {
			width: 1622px;
		}
	}

	.footer-bottom {
		list-style: none;
		display: inline-block;
		margin: 0;

		li {
			float: left;
			margin-right: 15px;
			margin-bottom: 0;
		}
	}

	ul {
		padding: 0;
	}

	li {
		margin-bottom: 15px;
	}

	a {
		font-family: 'Greycliff CF';
		font-size: 16px;
		line-height: 24px;
		color: #fff;
	}
}
*/
/*Html Module css */
.sectionlinks,
.epaperlinks,
.eventlinks {
  text-align: center;
}
.sectionlinks .btn-outline-grey,
.epaperlinks .btn-outline-grey,
.eventlinks .btn-outline-grey {
  /*PMODIF AG 2024-10-16 Modify layout*/
  /*height: 36px;*/
  font-size: 14px;
  line-height: 14px;
  padding: 9px 25px;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all 300ms linear;
}
.sectionlinks .btn-outline-grey:hover, .sectionlinks .btn-outline-grey.active,
.epaperlinks .btn-outline-grey:hover,
.epaperlinks .btn-outline-grey.active,
.eventlinks .btn-outline-grey:hover,
.eventlinks .btn-outline-grey.active {
  border-color: #005EA8;
  background-color: #005EA8;
  color: #fff;
  transition: all 300ms linear;
}
@media screen and (max-width: 767px) {
  .sectionlinks .btn-outline-grey,
.epaperlinks .btn-outline-grey,
.eventlinks .btn-outline-grey {
    width: unset;
  }
}

.epaperlinks,
.eventlinks {
  text-align: left;
  max-width: 400px;
}

div[class^=linkbox] .headLine {
  margin-bottom: 5px;
}
div[class^=linkbox] div {
  font-size: 14px;
  line-height: 22px;
  color: #707070;
}
div[class^=linkbox] .btn {
  margin-top: 20px;
}
div[class^=linkbox] .moreLink {
  padding-left: 0 !important;
}

.linkbox_center {
  width: 100%;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .linkbox_center {
    padding: 80px 0;
  }
}
.linkbox_center div {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.linkbox_compact .headLine {
  font-size: 26px;
}
.linkbox_compact div {
  margin-bottom: 15px;
}

.linkbox_kachel .linkboximage {
  flex: 1;
}
.linkbox_kachel .linkboximage img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .linkbox_kachel .linkboximage {
    order: 1;
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
}
@media screen and (min-width: 767px) {
  .linkbox_kachel.boxratio_2-1 .linkboximage {
    flex-basis: 60%;
  }
  .linkbox_kachel.boxratio_2-1 .linkboxcentered {
    flex-basis: 30%;
  }
  .linkbox_kachel.boxratio_2-1 .linkboxcentered .text {
    max-width: 275px;
  }
}

.linkboxcentered {
  justify-content: center;
  display: flex;
  width: 100%;
  flex: 1;
}
.linkboxcentered .text {
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .linkboxcentered {
    order: 2;
  }
}

.linkbox_blue {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .linkbox_blue {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .linkbox_blue {
    margin-bottom: 60px;
  }
}
.linkbox_blue .headLine {
  color: #fff;
  margin-bottom: 5px;
}
.linkbox_blue .headLine::before {
  background-color: #fff;
  transition: width 300ms ease-in-out;
}
.linkbox_blue div {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .linkbox_blue .border-right {
    border-right: 1px solid #fff;
  }
}
.linkbox_blue a {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-top: 18px;
}
.linkbox_blue a span {
  margin-left: 0px;
  transition: margin 300ms ease-in-out;
}
.linkbox_blue a:hover {
  color: #fff;
  text-decoration: none;
}
.linkbox_blue a:hover .headLine::before {
  width: 80px;
  transition: width 300ms ease-in-out;
}
.linkbox_blue a:hover span {
  margin-left: 15px;
  transition: margin 300ms ease-in-out;
}

/*nav mobile*/
#MobileNavigation .NavThirdLevel {
  margin-left: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 1px solid #eee;
  padding: 0;
}

/* PMODIF AG 2024-09-09 Modify header layout */
/*.header-background {
	background: url(Layout/Custom/Images/bg-header-top1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}*/
.WcmsHeader .icon-bar {
  background-color: #707070;
}

@media screen and (max-width: 767px) {
  .WcmsPagePlaceholder {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .search-collapse.collapse,
.login-collapse.collapse {
    display: block;
  }
}
.btn-loader {
  color: #fff;
  background-color: #4DB2EC;
  border-radius: 40px;
  height: 40px;
  font-family: "Greycliff CF";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 15px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 300ms linear;
}
.btn-loader:hover {
  color: #fff;
}

/* FOOTER */
.WcmsFooter {
  border-top: none;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 80px 30px 60px 30px;
  color: #333333;
  background-color: #fff;
  font-size: 12px;
  left: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
}

.WcmsFooter:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  display: block;
  background-size: contain;
  background-image: url(Layout/Custom/Images/logo.png);
  margin-top: -120px;
  left: calc(50% - 40px);
}

.footer-title {
  font-size: 18px;
  text-transform: inherit;
  /*PMODIF AG 2024-07-31 Modify layout, use brand color*/
  color: #005EA8;
  font-weight: 500;
}

footer.WcmsFooter a, footer.WcmsFooter a b {
  font-size: 13px;
  font-weight: 500 !important;
  color: #000;
}

.footer-title a {
  color: #005EA8 !important;
  /*PMODIF END*/
  font-size: 18px !important;
  font-weight: 500 !important;
}

.WcmsFooter a img {
  display: none;
}

.video-preview-mobile .swiper-button-next, .video-preview-mobile .swiper-button-prev {
  /* Remove default icon */
  background: none;
  /* Chevron color */
  color: #005EA8;
  /* Chevron size */
  font-size: 20px;
  width: auto;
  height: auto;
  text-align: center;
}
.video-preview-mobile .swiper-button-next::after, .video-preview-mobile .swiper-button-prev::after {
  font-family: "Glyphicons Halflings";
  /* Chevron size */
  font-size: 30px;
}
.video-preview-mobile .swiper-button-next::after {
  /* Glyphicon-chevron-right */
  content: "\e080";
}
.video-preview-mobile .swiper-button-prev::after {
  /* Glyphicon-chevron-left */
  content: "\e079";
}
.video-preview-mobile .swiper-pagination {
  display: none;
}

.WcmsHeader .ImageLinkModuleContent img {
  padding-top: 15px;
  padding-bottom: 15px;
}
.WcmsHeader .LoginLinkModule .btn-default {
  padding: 5px 10px;
  background-color: transparent;
  border: none;
  padding: 0 5px;
  line-height: 1;
  height: unset;
}
.WcmsHeader .LoginLinkModule .btn-default:focus, .WcmsHeader .LoginLinkModule .btn-default:hover {
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .WcmsHeader .SearchModule {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .WcmsHeader .SearchModule input {
    display: none;
  }
  .WcmsHeader .SearchModule button {
    border: none;
    background-color: transparent;
    line-height: 1;
    height: unset;
    padding: 0px 10px;
  }
  .WcmsHeader .SearchModule button:focus, .WcmsHeader .SearchModule button:hover {
    outline: none;
    background-color: transparent;
    box-shadow: none;
  }
}

.adpopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}
.adpopup.bottom {
  bottom: 0;
  top: unset;
  transform: translate(-50%, 0);
}
.adpopup.bottom.fullwidth {
  width: 100%;
}
.adpopup .adpopup_close {
  width: 100%;
  text-align: right;
  cursor: pointer;
}
.adpopup .adpopup_close i {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px;
}
.adpopup .adpopup_content {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #eee;
  display: flex;
  justify-content: center;
}
.adpopup .BannerModule {
  width: 100%;
  background-color: #eee;
  margin-bottom: 0;
}
.adpopup .BannerModule .WcmsAdHint {
  margin-left: 5px;
} #NewsWidget {
	margin: 0px;
	padding: 0px 5px;
}

#NewsWidget a {
    text-decoration: none;
}

.NewsWidgetList {
	list-style: none;
	float: left;
	font-size: 14px;
	padding: 0px 5px !important;
	margin: 5px 0px;
	list-style-image: none !important;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.NewsWidgetHeader {
    width: 100%!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:10px;
}

.NewsWidgetHeader img {
    border: none;
    width: 60px!important;
    border-radius: 3px;
}


.NewsWidgetContent h1 {
    margin: 0;
    font-size: 1em;
    line-height:120%;
    font-weight:500;
}

.NewsWidgetContent h1:hover {
    text-decoration: underline;
}

.NewsWidgetTeaserItemContent div {
    display: none;
}

.NewsWidgetList li {
    padding: 8px 0 12px 0;
    margin:inherit;
    border-bottom: 1px solid #d2d2d2;
}

.NewsWidgetList span.moreLink {
    display: none;
}

.NewsWidgetTeaserItemFooter {
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}

/* TEASER - Layout */

.NewsWidgetTeaserItemHeader {
    line-height: 1.3em;
    grid-column: 2 / 2;
    grid-row: 2;
}

.Teaser li a {
    text-decoration: none;
    display: grid;
    grid-gap: 5px 15px;
    grid-template-columns: 30% auto;
    grid-template-rows: 20px auto;
}


.Teaser .NewsWidgetTeaserItemContent {
    grid-column: 1;
    grid-row: span 2;
}

.Teaser .NewsWidgetTeaserItemFooter {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
}

img.NewsWidgetTeaserItemPic {
    object-fit: cover;
    height: 80px;
    z-index: 1;
    position: relative;
    margin:inherit!important;
    margin-top: -80px!important;
    border-radius: 3px;
    transition: all 0.5s ease;
}

img.NewsWidgetTeaserItemPic:hover {
    opacity: 0.7;
    transition: all 0.2s;
}

.NewsWidgetTeaserItemContent::before {
    content: '';
    position: relative;
    color: #ccc;
    overflow: auto;
    background: #e0e8f1;
    font-size: 12px;
    height: 80px;
    vertical-align: -50%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-image: url(https://www.blick-aktuell.de/CustomImages/blick-aktuell-start.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    border-radius: 3px;
}

/* LIST VIEW */

.List .NewsWidgetTeaserItemFooter {
    margin-bottom: 5px;
}

/* FOOTER */

.NewsWidgetFooter {
	text-align: center;
}

.NewsWidgetFooter a 
{
	font-size: 10px;
	color: #707070 !important;
	text-transform: uppercase !important;
    text-decoration:none;
}

.NewsWidgetFooter a:hover
 {
	color: #707070 !important;
	text-decoration: underline !important;
}


.clearfix:after {
	 clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 