@charset "UTF-8";
.module-header .image-content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.module-header .header-cover {
  min-height: calc(100vh - 70px); }

.module-header .image-content {
  padding-left: 60px;
  padding-right: 60px; }
  @media all and (max-width: 768px) {
    .module-header .image-content {
      padding-left: 40px;
      padding-right: 40px; } }
  @media all and (max-width: 450px) {
    .module-header .image-content {
      padding-left: 20px;
      padding-right: 20px; } }

.module-header .header-cover {
  display: flex;
  align-items: center; }

.module-header .header-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.module-header h1 {
  font-family: 'berthold–akzidenz-grotesk-bold', serif; }

.module-header h1 {
  font-size: 70px; }
  @media all and (max-width: 768px) {
    .module-header h1 {
      font-size: 50px; } }
  @media all and (max-width: 450px) {
    .module-header h1 {
      font-size: 40px; } }

.module-header .header-cover {
  position: relative;
  overflow: hidden; }

.module-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-color: #5a5b5d; }

.module-header h1 {
  text-transform: uppercase;
  color: #FFFFFF; }
  .module-header h1.hidden {
    display: none; }

.module-header .image-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .module-header .image-content.text-content h1 {
    color: #C31F26; }

.module-header img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px; }
