@charset "UTF-8";
/**
 * Stylesheet fuer die neutralen Inhalte
 */
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
/**
 * Stylesheet fuer die Pinterest-Aehnliche Darstellung
 */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/**
 * Stylesheet fuer ShareBar/Kommentarfunktion
 */
/**
 * die jeweiligen Positionen
 */
DIV.cssSocialAreaHeader {
  margin: 0.9375rem 0 0 0;
}
@media screen and (min-width: 90em) {
  DIV.cssSocialAreaHeader {
    margin: 1.875rem 0 1.875rem 0;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #e0e0e0;
  }
}

DIV.cssSocialAreaFooter {
  margin: 0.9375rem 0 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 0.9375rem 0 0 0;
}
@media screen and (min-width: 90em) {
  DIV.cssSocialAreaFooter {
    margin-top: 3.125rem;
  }
}

/**
 * SocialButtons
 */
DIV.socialButtonsArea {
  float: left;
  margin: 0;
}

DIV.socialButtonsArea A SPAN {
  margin: 0 0.3125rem 0 0;
}

DIV.socialButtonsArea A {
  float: left;
}

/**
 * StarRating
 */
DIV.starRatingArea {
  margin: 0.1875rem 0 0 0;
  float: left;
}
@media screen and (min-width: 90em) {
  DIV.starRatingArea {
    float: right;
  }
}

DIV.starRatingArea P.allStarRatingCount {
  float: right;
  margin: 0.125rem 0 0 0.5rem;
  font-size: 0.875rem;
  color: #6e6e6e;
}

DIV.starRatingArea DIV.allStarRating {
  float: right;
  margin: -0.125rem 0 0 0;
}

DIV.starRatingArea P.cssStarRatingLabel {
  float: right;
  margin: 0 0.5rem 0 0;
}

/**
 * Kommentare
 */
DIV.commentButtonArea {
  float: left;
  margin: 0;
}

DIV.commentButtonArea A SPAN.cssIcon {
  width: 32px;
  height: 32px;
  margin: 0 0.3125rem 0 0.9375rem;
  display: block;
  float: left;
  background: transparent url("/img/layout/websprite.png") no-repeat -289px -287px;
  margin: 0 0.3125rem 0 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  DIV.commentButtonArea A SPAN.cssIcon {
    margin-left: 0.0625rem;
  }
}

DIV.commentButtonArea A:hover SPAN.cssIcon {
  background-position: -289px -319px;
}

DIV.commentButtonArea A.cssCommentTextLink {
  display: block;
  float: left;
  margin: 0.3125rem 0.9375rem 0 0;
  font-size: 0.875rem;
  color: #783268;
}

DIV#allCommentsArea.cssCommentsAreaFirst DIV.allShareBarComments P.cssContentHeadline {
  margin-top: 0;
}

DIV.allShareBarComments UL.pagination.cssTop {
  margin: 0 0 1.875rem 0;
}

DIV.allShareBarComments UL.pagination.cssBottom {
  margin: 1.875rem 0 0 0;
}

DIV.allShareBarComments DIV.cssShareBarCommentsForm {
  border: 1px solid #e0e0e0;
  background: #f5f6f7;
  padding: 1.875rem 1.875rem;
}

DIV.allShareBarComments DIV.cssShareBarCommentsForm FORM.row {
  margin: 0;
}

DIV.allShareBarCommentsList {
  border: 1px solid #e0e0e0;
  border-top: none;
  background: #f5f6f7;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment {
  border-top: 1px solid #e0e0e0;
  padding: 1.875rem;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment P.cssShareBarCommentsListCommentName {
  font-weight: 700;
  color: #303030;
  display: inline;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment A.allShareBarCommentsListCommentParent {
  color: #a2a2a2;
  padding: 0 0 0 1.5625rem;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment A.allShareBarCommentsListCommentParent:hover {
  color: #303030;
  text-decoration: none;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment P.cssShareBarCommentsListCommentTimestamp {
  color: #a2a2a2;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment DIV.cssShareBarCommentsListCommentText {
  padding: 0.625rem 0;
  max-width: 40.625rem;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment DIV.cssShareBarCommentsListCommentFooter A,
DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment DIV.cssShareBarCommentsListCommentFooter SPAN {
  color: #a2a2a2;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment DIV.cssShareBarCommentsListCommentFooter A:hover,
DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment DIV.cssShareBarCommentsListCommentFooter SPAN:hover {
  color: #303030;
  text-decoration: none;
}

DIV.allShareBarCommentsList DIV.allShareBarCommentsListComment DIV.cssShareBarCommentsListCommentFooter A.cssSelected {
  cursor: default;
  color: #e0e0e0;
}

/**
 * Inhaltsverzeichnis
 */
div.cssContents h2 {
  background-color: #e3e6e8;
  border-left: 0.0625rem solid #e0e0e0;
  border-right: 0.0625rem solid #e0e0e0;
  border-top: 0.0625rem solid #e0e0e0;
  font-size: 1.25rem;
  margin: 0;
  padding: 1.5625rem 1.875rem;
}
div.cssContents div.cssContentsList {
  background-color: #f5f6f7;
  border: 0.0625rem solid #e0e0e0;
  padding: 1.875rem 0;
}
div.cssContents div.cssContentsList ul {
  list-style-type: none;
}
div.cssContents div.cssContentsList ul li {
  padding: 0 1.875rem 0.3rem;
}
div.cssContents div.cssContentsList ul li a {
  font-size: 1rem;
  color: #783268;
}
div.cssContents div.cssContentsList ul li span::before {
  margin-right: 2px;
  font-family: "bauemotion-icons" !important;
  content: "";
  speak: none;
  color: #783268;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/**
 * Der Teaser-Bereich
 */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssSimilarTeaserArea {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssSimilarTeaserArea {
    padding-bottom: 1.875rem;
  }
}

/**
 * Der Teaser-Bereich fuer die Galerien bekommt eine separate Hintergrundfarbe
 */
DIV#cssNeutralContent DIV#allGalleriesTeaserArea {
  background: #e3e6e8;
  border-top: 0.0625rem solid #e0e0e0;
  margin: 3.125rem -3.125rem -2.5rem;
  padding: 3.125rem 2.5rem 3.125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssNeutralContent DIV#allGalleriesTeaserArea {
    margin: 1.875rem -1.5625rem -2.5rem;
    padding: 1.875rem 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssNeutralContent DIV#allGalleriesTeaserArea {
    margin: 1.25rem -0.9375rem -1.5625rem;
    padding: 1.25rem 0.9375rem 1.5625rem;
  }
}

DIV#cssNeutralContent DIV#allGalleriesTeaserArea.cssGalleriesTeaserAreaFirst {
  margin-top: 0;
}

DIV#cssNeutralContent DIV#allGalleriesTeaserArea P.cssContentHeadline {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

DIV#cssNeutralContent DIV#allGalleriesTeaserArea DIV.cssTeaser33 DIV.cssTeaser33ImageArea {
  background-color: #fff;
}

/**
 * SMO-Strecke
 */
DIV#cssNeutralDocuments DIV.cssAlphaBar {
  padding: 0;
}

DIV#cssNeutralDocuments DIV#cssNeutralDocumentsList {
  padding: 3.125rem 0 0 0;
}

DIV#cssNeutralDocuments DIV#cssNeutralDocumentsList A {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #6e6e6e;
  max-width: 26.25rem;
}

DIV#cssNeutralDocuments DIV#cssNeutralDocumentsList A.cssNeutralContent {
  font-weight: 700;
}

DIV#cssNeutralDocuments DIV#cssNeutralDocumentsList A:hover {
  color: #303030;
}

/**
 * erweiterungen fuer die Toolspalte
 */
DIV#cssNeutralContent DIV#cssToolColumnForum A.cssTeaserImage {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
}

DIV#cssNeutralContent DIV#cssToolColumnForum A.cssTeaserImage:hover {
  background-color: #f5f6f7;
}

DIV#cssNeutralContent DIV#cssToolColumnForum A.cssTeaserImage IMG {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

DIV#cssNeutralContent DIV#cssToolColumnForum A.cssTeaserImage:hover IMG {
  opacity: 0.2;
}

DIV#cssNeutralContent DIV#cssToolColumnForum A.cssTeaserText {
  margin: 1.25rem 0;
  display: block;
  color: #6e6e6e;
}

DIV#cssNeutralContent DIV#cssToolColumnForum A.cssTeaserText:hover {
  color: #303030;
}

/*# sourceMappingURL=neutralContent.css.map */
