:root {
  --brand-red: #c7222a;
  --brand-red-dark: #94171d;
  --ink: #22272e;
  --ink-soft: #4e5862;
  --paper: #ffffff;
  --paper-warm: #f5f3ef;
  --paper-deep: #ebe7e0;
  --line: #dedad3;
  --shadow: 0 24px 70px rgba(29, 33, 37, 0.12);
  --radius-large: 24px;
  --radius-medium: 16px;
}

* {
  box-sizing: border-box;
}

html {
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 34, 42, 0.08), transparent 28rem),
    var(--paper-warm);
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--ink-soft);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.lightbox-open {
  overflow: hidden;
}

::selection {
  background: rgba(199, 34, 42, 0.18);
  color: var(--ink);
}

a {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--brand-red-dark) !important;
}

img {
  max-width: 100%;
}

#bar,
#pageHeader #background {
  display: none !important;
}

#container {
  display: grid;
  grid-template-areas:
    "header header"
    "content sidebar";
  grid-template-columns: minmax(0, 1fr) 285px;
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 0;
  overflow: hidden;
  overflow: clip;
  background: var(--paper);
  border: 1px solid rgba(34, 39, 46, 0.06);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

#pageHeader {
  grid-area: header;
  min-width: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  position: relative;
  text-align: left;
}

#navcontainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-height: 112px;
  height: auto;
  padding: 24px 34px;
  background: none;
  position: relative;
  z-index: 3;
}

#navcontainer a.site-brand {
  display: block;
  flex: 0 1 340px;
  min-width: 230px;
  max-width: 340px;
  min-height: 0;
  height: auto;
  margin-right: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  position: static;
  text-align: left;
  transform: none;
  transition: opacity 160ms ease;
}

#navcontainer a.site-brand:hover,
#navcontainer a.site-brand:active {
  background: none;
  color: inherit;
  text-decoration: none;
  transform: none;
  opacity: 0.84;
}

.site-brand img,
.site-brand:hover img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
}

#navcontainer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navcontainer li {
  display: block;
  float: none;
  position: static;
}

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 44px;
  height: auto;
  padding: 10px 15px;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

#navcontainer ul a:hover,
#navcontainer ul a:active {
  background: var(--paper-warm);
  color: var(--brand-red-dark);
  text-decoration: none;
  transform: translateY(-1px);
}

#navcontainer #current,
#navcontainer .currentAncestor,
#navcontainer #current:hover,
#navcontainer .currentAncestor:hover {
  background: var(--brand-red);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(199, 34, 42, 0.22);
}

#navToggle {
  display: none;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

#contentContainer {
  grid-area: content;
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  border-right: 1px solid var(--line);
}

#contentContainer #content {
  min-width: 0;
  padding: 54px 58px 64px;
}

#contentContainer #content > :first-child {
  margin-top: 0;
}

#contentContainer #content p {
  margin: 0 0 1.25rem;
}

#contentContainer #content a,
#container a {
  color: var(--brand-red-dark);
}

#contentContainer #content a:hover,
#container a:hover {
  color: var(--brand-red);
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--ink);
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

h1 {
  margin: 0 0 1.35rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

h2 {
  margin: 2.7rem 0 1rem;
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
}

h3 {
  margin: 2rem 0 0.8rem;
  font-size: 1.3rem;
}

h4 {
  margin: 1.8rem 0 0.7rem;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

#sidebarContainer {
  grid-area: sidebar;
  float: none;
  width: auto;
  min-width: 0;
  padding: 0;
  background: var(--paper-warm);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

#sidebarContainer #sidebar {
  position: sticky;
  top: 24px;
  padding: 46px 30px 50px;
  line-height: 1.65;
}

#sidebarContainer .sideHeader {
  display: none;
}

#sidebarContainer #sidebar strong {
  display: inline-block;
  margin: 0.35rem 0 0.55rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

#sidebarContainer #sidebar > strong {
  display: block;
}

#sidebarContainer #sidebar > strong br,
#sidebarContainer #sidebar > strong + br {
  display: none;
}

#sidebarContainer #sidebar strong strong {
  margin: 0;
}

#sidebarContainer #sidebar a,
#sidebarContainer #sidebar a:link,
#sidebarContainer #sidebar a:visited {
  display: inline-block;
  padding: 2px 0;
  color: var(--ink-soft);
  font-weight: 560;
  text-decoration: none;
}

#sidebarContainer #sidebar a:hover {
  color: var(--brand-red-dark);
  text-decoration: underline;
}

#footer {
  width: calc(100% - 48px);
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
  padding: 25px 20px 42px;
  background: transparent;
  color: #747b82;
  font-size: 0.83rem;
  text-align: center;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer a:link,
#footer a:visited {
  color: #616970;
  font-weight: 600;
  text-decoration: none;
}

#footer a:hover {
  color: var(--brand-red-dark);
}

.clearer {
  display: none;
}

.eyebrow {
  margin-bottom: 0.8rem !important;
  color: var(--brand-red-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.62;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.7rem;
}

.button,
.button:link,
.button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid var(--brand-red);
  border-radius: 999px;
  background: var(--brand-red);
  color: #ffffff !important;
  font-size: 0.93rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(199, 34, 42, 0.2);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--brand-red-dark);
  background: var(--brand-red-dark);
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.button--secondary,
.button--secondary:link,
.button--secondary:visited {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink) !important;
  box-shadow: none;
}

.button--secondary:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff !important;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(260px, 0.97fr);
  align-items: center;
  gap: 38px;
}

.hero h1 {
  margin-bottom: 1rem;
}

.hero__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 165px 165px;
  gap: 8px;
  padding: 8px;
  overflow: hidden;
  background: var(--paper-deep);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(34, 39, 46, 0.18);
  transform: rotate(1deg);
}

.hero__mosaic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}

.hero__mosaic img.before-after {
  object-fit: contain;
  background: #ffffff;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 46px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--line);
}

.proof-point {
  min-width: 0;
  padding: 20px;
  background: var(--paper-warm);
}

.proof-point strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 1rem;
}

.proof-point span {
  display: block;
  font-size: 0.84rem;
  line-height: 1.45;
}

.section-heading {
  max-width: 660px;
  margin: 64px 0 25px;
}

.section-heading h2 {
  margin-top: 0;
}

.service-grid,
.service-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.service-card:link,
.service-card:visited {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: #ffffff;
  color: var(--ink-soft) !important;
  text-decoration: none;
  box-shadow: 0 9px 28px rgba(34, 39, 46, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover {
  border-color: rgba(199, 34, 42, 0.42);
  color: var(--ink-soft) !important;
  text-decoration: none !important;
  box-shadow: 0 16px 35px rgba(34, 39, 46, 0.11);
  transform: translateY(-3px);
}

.service-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-deep);
}

.service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.service-card__media img.before-after {
  object-fit: contain;
  background: #ffffff;
}

.service-card__media--graphic {
  display: flex;
  align-items: flex-end;
  padding: 25px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, rgba(199, 34, 42, 0.88), transparent 9rem),
    linear-gradient(145deg, #343b43, #171b20);
  color: #ffffff;
  position: relative;
}

.service-card__media--graphic::after {
  content: "";
  width: 170px;
  height: 170px;
  border: 30px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  position: absolute;
  top: -64px;
  right: -44px;
}

.service-card__graphic-title {
  color: #ffffff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 780;
  letter-spacing: -0.025em;
  line-height: 1.05;
  position: relative;
  z-index: 1;
}

.service-card:hover .service-card__media img {
  transform: scale(1.025);
}

.service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 21px 22px;
}

.service-card__body h2,
.service-card__body h3,
.service-card__title {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.service-card__body p,
.service-card__description {
  display: block;
  margin: 0 !important;
  font-size: 0.93rem;
  line-height: 1.6;
}

.service-card__link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--brand-red-dark);
  font-size: 0.84rem;
  font-weight: 750;
}

.callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 58px;
  padding: 31px 34px;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--ink);
  color: #d8dde1;
  position: relative;
}

.callout::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border: 36px solid rgba(199, 34, 42, 0.72);
  border-radius: 50%;
}

.callout h2,
.callout h3 {
  margin: 0 0 0.4rem;
  color: #ffffff;
}

.callout p {
  margin: 0 !important;
}

.callout .button {
  z-index: 1;
  white-space: nowrap;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 22px;
  margin-top: 28px;
}

.contact-card,
.legal-card,
.reference-card,
.sitemap-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper-warm);
}

.contact-card h2,
.legal-card h2,
.reference-card h2,
.sitemap-card h2 {
  margin-top: 0;
  font-size: 1.38rem;
}

.contact-list {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px 16px;
  margin: 1.2rem 0 0;
}

.contact-list dt {
  color: var(--ink);
  font-weight: 720;
}

.contact-list dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.route-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: var(--radius-medium);
  background:
    linear-gradient(145deg, rgba(34, 39, 46, 0.95), rgba(34, 39, 46, 0.84)),
    url("/assets/UeberbauabdichtungBruecke.jpg") center / cover;
  color: #e1e4e7;
}

.route-panel h2 {
  margin-top: 0;
  color: #ffffff;
}

.route-panel .button-row {
  margin-top: 2rem;
}

.legal-intro {
  max-width: 700px;
  margin-bottom: 32px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.legal-card--wide {
  grid-column: 1 / -1;
}

.legal-card address {
  font-style: normal;
}

.legal-card dl {
  margin: 0;
}

.legal-card dt {
  margin-top: 0.85rem;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 760;
}

.legal-card dt:first-child {
  margin-top: 0;
}

.legal-card dd {
  margin: 0.15rem 0 0;
}

.legal-section {
  padding: 1px 0;
}

.legal-section + .legal-section {
  margin-top: 2.6rem;
  padding-top: 2.6rem;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin-top: 0;
}

.legal-section ul {
  padding-left: 1.25rem;
}

.legal-meta {
  margin-top: 3rem !important;
  color: #717980;
  font-size: 0.82rem;
}

.reference-grid,
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.reference-card,
.reference-card:link,
.reference-card:visited,
.sitemap-card,
.sitemap-card:link,
.sitemap-card:visited {
  display: block;
  color: var(--ink-soft) !important;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.reference-card:hover,
.sitemap-card:hover {
  border-color: rgba(199, 34, 42, 0.4);
  background: #ffffff;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.reference-card strong,
.sitemap-card strong {
  display: block;
  color: var(--ink);
}

.reference-card span,
.sitemap-card span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

#content table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
}

#content th,
#content td {
  padding: 0.7rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

#content a[rel^="lightbox"] {
  display: inline-block;
  width: calc(33.333% - 9px);
  margin: 8px 5px 2px 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper-deep);
  box-shadow: 0 7px 18px rgba(34, 39, 46, 0.08);
  vertical-align: top;
}

#content a[rel^="lightbox"] img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

#content a[rel^="lightbox"] img.before-after {
  object-fit: contain;
  background: #ffffff;
}

#content a[rel^="lightbox"]:hover img {
  margin: 0 !important;
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.025);
}

#modernLightbox {
  display: none;
  position: fixed;
  z-index: 20000;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(14, 17, 20, 0.92);
  backdrop-filter: blur(8px);
}

#modernLightbox.is-open {
  display: flex;
}

.lightbox__figure {
  width: min(1050px, 100%);
  max-height: calc(100vh - 56px);
  margin: 0;
  position: relative;
}

.lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 145px);
  object-fit: contain;
  border-radius: 14px;
  background: #111417;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.45);
}

.lightbox__caption {
  min-height: 48px;
  padding: 13px 60px 0 0;
  color: #eef0f2;
  font-size: 0.9rem;
}

.lightbox__close,
.lightbox__previous,
.lightbox__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(14, 17, 20, 0.76);
  color: #ffffff;
  font: inherit;
  font-size: 1.45rem;
  cursor: pointer;
  position: absolute;
}

.lightbox__close[hidden],
.lightbox__previous[hidden],
.lightbox__next[hidden] {
  display: none !important;
}

.lightbox__close {
  top: 12px;
  right: 12px;
}

.lightbox__previous,
.lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__previous {
  left: 12px;
}

.lightbox__next {
  right: 12px;
}

.lightbox__close:hover,
.lightbox__previous:hover,
.lightbox__next:hover {
  border-color: #ffffff;
  background: var(--brand-red);
}

#lbOverlay,
#lbCenter,
#lbBottomContainer {
  display: none !important;
}

@media (max-width: 980px) {
  #container {
    grid-template-areas:
      "header"
      "content"
      "sidebar";
    grid-template-columns: minmax(0, 1fr);
  }

  #contentContainer {
    border-right: 0;
  }

  #sidebarContainer {
    border-top: 1px solid var(--line);
  }

  #sidebarContainer #sidebar {
    position: static;
    padding: 30px 40px 38px;
    columns: 2;
    column-gap: 40px;
  }

  #navcontainer {
    gap: 18px;
  }

  #navcontainer a.site-brand {
    flex-basis: 280px;
    min-width: 210px;
    max-width: 280px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15.5px;
  }

  #container {
    width: calc(100% - 24px);
    margin-top: 12px;
    border-radius: 18px;
  }

  #navcontainer {
    display: block;
    min-height: 80px;
    padding: 16px 18px;
  }

  #navcontainer a.site-brand {
    width: min(245px, calc(100% - 104px));
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  #navcontainer ul {
    justify-content: center;
    width: 100%;
    margin-top: 14px;
  }

  #navcontainer ul a,
  #navcontainer ul a:link,
  #navcontainer ul a:visited {
    min-height: 42px;
    padding: 8px 11px;
    font-size: 0.84rem;
  }

  .js #navToggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
  }

  .js #navcontainer ul {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
  }

  .js #navcontainer.nav-open {
    padding-top: 16px;
  }

  .js #navcontainer.nav-open ul {
    display: flex;
  }

  .js #navcontainer.nav-open ul a {
    width: 100%;
  }

  #contentContainer #content {
    padding: 38px 28px 48px;
  }

  #sidebarContainer #sidebar {
    padding: 28px;
    columns: 1;
  }

  #footer {
    width: calc(100% - 24px);
    padding-bottom: 30px;
    line-height: 1.8;
  }

  .hero,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__mosaic {
    grid-row: 1;
    grid-template-rows: 130px 130px;
    transform: none;
  }

  .proof-points {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-grid,
  .service-preview-grid,
  .reference-grid,
  .sitemap-grid,
  .legal-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-card--wide {
    grid-column: auto;
  }

  .callout {
    grid-template-columns: minmax(0, 1fr);
    padding: 27px;
  }

  .callout .button {
    justify-self: start;
  }

  #content a[rel^="lightbox"] {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  #container {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  #navcontainer {
    padding-right: 12px;
    padding-left: 12px;
  }

  #contentContainer #content {
    padding: 32px 20px 42px;
  }

  #sidebarContainer {
    display: none;
  }

  #footer {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero__mosaic {
    grid-template-rows: 105px 105px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .contact-list dd {
    margin-bottom: 0.65rem;
  }

  #modernLightbox {
    padding: 12px;
  }

  .lightbox__image {
    max-height: calc(100vh - 110px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  html {
    background: #ffffff;
  }

  body {
    background: #ffffff;
    color: #000000;
  }

  #container {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  #pageHeader,
  #sidebarContainer,
  #footer,
  .button-row,
  .callout {
    display: none;
  }

  #contentContainer #content {
    padding: 0;
  }
}
