/**
 * @file
 * Visual styles for nodes.
 */
.node--unpublished {
  background-color: #fff4f4;
}
.node--type-page.node--view-mode-teaser-vorschau h3 {
  margin: 15px 0 5px 0;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.node--type-page.node--view-mode-teaser-vollstaendig {
  border-bottom: 1px solid var(--black);
  margin-top: 90px;
  position: relative;
  /*&:first-child {
			margin-top:0;
		}*/
}
.node--type-page.node--view-mode-teaser-vollstaendig .teaser-text-wrapper {
  padding: 0 55px;
  max-width: 900px;
  margin-bottom: 40px;
}
.node--type-page.node--view-mode-teaser-vollstaendig .teaser-text-wrapper h2 {
  font-size: 2.45em;
}
.node--type-page.node--view-mode-teaser-vollstaendig .btn {
  margin: 18px 0;
}
.node--type-page.node--view-mode-teaser-vollstaendig .anchor {
  position: absolute;
  top: -90px;
}
.node--type-page.node--view-mode-inhalt-vollstaendig {
  margin-top: 90px;
  background: var(--bgr-dark);
  color: var(--white);
  padding: 70px 50px;
  position: relative;
  /*&:first-child {
			margin-top:0;
		}*/
}
.node--type-page.node--view-mode-inhalt-vollstaendig .field--name-field-vorschautext-teaser {
  max-width: 790px;
}
.node--type-page.node--view-mode-inhalt-vollstaendig .anchor {
  position: absolute;
  top: -90px;
}
.node--type-page.node--view-mode-lightbox {
  padding-bottom: 90px;
  border-bottom: 125px solid var(--theme-color);
}
.paragraph:first-child .node {
  margin-top: 0;
}
.page-contact .node--type-page {
  border-bottom: 125px solid var(--theme-color);
  padding-bottom: 90px;
}
.page-contact .node--type-page .paragraph--type--bild img {
  height: auto;
}
.node--type-ausstellung.node--view-mode-lightbox {
  padding-bottom: 90px;
  border-bottom: 125px solid var(--theme-color);
}
.node--type-ausstellung.node--view-mode-lightbox .layout__region {
  position: relative;
}
.node--type-ausstellung.node--view-mode-lightbox .vorschau-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.node--type-ausstellung.node--view-mode-lightbox .vorschau-wrapper p {
  font-size: 1em;
}
.node--type-news.node--view-mode-teaser a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.node--type-news.node--view-mode-teaser.layout--eq-two-col-2-1,
.node--type-news.node--view-mode-teaser.layout--eq-two-col-1-2 {
  gap: 20px;
}
.node--type-news.node--view-mode-teaser .layout__region-text {
  background: var(--bgr-news);
  padding: 40px 55px;
}
.node--type-news.node--view-mode-lightbox {
  border-bottom: 125px solid var(--theme-color);
}
.node--type-news.node--view-mode-lightbox .paragraph--type--header-farbe {
  color: var(--black);
}
