@font-face {
  font-family: Martel;
  src: url("../fonts/martel/Martel-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/openSans/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/openSans/OpenSans-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/openSans/OpenSans-SemiBold.ttf");
  font-weight: 600;
}
.page-keyvisual,
.cookie-info-popup,
.header-top-right,
.mobile,
.header-bottom,
.statistics,
.page-content .video,
.twitter-tweet,
.page-footer,
.header-background-spanner,
.button {
  display: none;
}

.print-only {
  display: inherit;
}
.print-only.page-feed {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
}

.page-header {
  position: relative;
}
.page-header .header-content .ce-bodytext {
  display: none;
}

.ce-headline-right, .text-right {
  text-align: left;
}

.columns {
  width: 100% !important;
}

.page-content .content-section {
  padding: 0;
  background: none;
}
.page-content .content-section > .row .columns {
  margin-bottom: var(--page-padding);
  page-break-inside: avoid;
}
.page-content .content-section.noimagepadding .columns .ce-gallery {
  margin: 0 !important;
}
.page-content .content-section .row.seperated > .columns {
  border: none !important;
}

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