/*
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Reset default browser styles to a minimum
*   
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "linotype-vectora";
  src: url("../fonts/VectoraLTStd-Roman.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "linotype-vectora";
  src: url("../fonts/VectoraLTStd-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "linotype-vectora";
  src: url("../fonts/VectoraLTStd-Bold.ttf");
  font-weight: 700;
}
#PM_Container {
  position: relative;
  width: 100vw;
  height: 70vw;
}

#PM_Headline {
  width: 100%;
  max-width: 1290px;
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "linotype-vectora", sans-serif;
  font-size: 95px;
  line-height: 100px;
  font-weight: 200;
  font-style: italic;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#PM_Headline strong {
  font-style: normal;
  font-weight: 700;
}

#PM_Headline2 {
  width: 100%;
  max-width: 1290px;
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
  font-family: "linotype-vectora", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 200;
  font-style: italic;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#PM_Headline2 strong {
  font-style: normal;
  font-weight: 700;
}

#PM_Canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#PM_BSTA {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 30vw;
  max-width: 500px;
  z-index: 200;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#PM_Background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: pm_glow ease-in-out alternate infinite 1.5s;
          animation: pm_glow ease-in-out alternate infinite 1.5s;
}

@-webkit-keyframes pm_glow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

@keyframes pm_glow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}