@import url("https://use.typekit.net/geq1wgu.css");
:root {
  --circle1size: 12.4vh;
  --circle1size2: 23vh;
  --circle2size: 4vh;
  --circle2size2: 8vh;
  --lineheight: 0.6vh;
  --lineheight2: 0.8vh;
  --color1: #000000;
  --color2:  #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #c8c8c8;
}

body, h1, h2, h3, h4, h5, p {
  font-family: futura-pt, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  color: var(--color1);
}

.widthwrap {
  position: relative;
  background: var(--color2);
  /*background-image: url(../img/PRenner.jpg);*/
  background-size: 100%;
  height: 100vh;
  max-width: 64.7vh;
  /* DIN A3 Proportion*/
  margin: auto;
  -webkit-box-shadow: 0 0 18px 2px #00000040;
  box-shadow: 0 0 18px 2px #00000040;
  overflow: hidden;
}

.translatewrap {
  position: absolute;
  -webkit-transform: translateX(-32vh) translateY(49vh);
  transform: translateX(-32vh) translateY(49vh);
}

.rotatewrap {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.O1 {
  position: absolute;
  top: -9.2vh;
  left: 53.5vh;
  font-size: 9.5vh;
  font-weight: 600;
}

.A {
  position: absolute;
  top: 2.1vh;
  left: 55.3vh;
  font-size: 5.9vh;
  font-weight: 400;
}

.line1 {
  position: absolute;
  top: 9.8vh;
  left: 54vh;
  background: var(--color1);
  width: 6.5vh;
  height: var(--lineheight);
}

/*
.circle1 {
  position: absolute;
  top: 18.6vh;
  left: 32.3vh;
  background: var(--color1);
  height: var(--circle1size);
  width: var(--circle1size2);
  border-top-left-radius: var(--circle1size2);
  border-top-right-radius: var(--circle1size2);
}
 */
.circle1 {
  position: absolute;
  width: calc(var(--circle1size) * 2);
  height: calc(var(--circle1size) * 2);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color2);
  top: 18.6vh;
  left: 32.2vh;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pie {
  position: absolute;
  width: 50%;
  height: 100%;
  border: 12.4vh solid var(--color1);
}

.spinner {
  border-radius: calc(var(--circle1size)) 0 0 calc(var(--circle1size));
  z-index: 1;
  border-right: none;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-animation: rotation 4s linear infinite;
          animation: rotation 4s linear infinite;
}

.filler {
  border-radius: 0 calc(var(--circle1size)) calc(var(--circle1size)) 0;
  z-index: 2;
  border-left: none;
  left: 50%;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-animation: fill 10s steps(1, end) infinite;
          animation: fill 10s steps(1, end) infinite;
}

.mask {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 1;
  background: inherit;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-animation: mask 10s steps(1, end) infinite;
          animation: mask 10s steps(1, end) infinite;
}

/*
@keyframes rotation {
  0%   {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(.22,.61,.36,1); }
  100% { transform: rotate(180deg); }
}/*

/* @keyframes fill {
  0%        { opacity: 0; }
  50%, 100% { opacity: 1; }
} */
/* @keyframes mask {
  0%        { opacity: 1; }
  50%, 100% { opacity: 0; }
} */
.line2 {
  position: absolute;
  top: 33.4vh;
  left: 60.5vh;
  background: var(--color1);
  width: 6.4vh;
  height: var(--lineheight);
}

.square {
  position: absolute;
  top: 18.4vh;
  left: -7.5vh;
  width: 25vh;
  height: 25vh;
  background: var(--color1);
}

.circle2 {
  position: absolute;
  top: 31.7vh;
  left: 77.3vh;
  border: solid 1vh var(--color1);
  height: 4vh;
  width: 4vh;
  border-radius: 8vh;
}

.line3 {
  position: absolute;
  top: 41.6vh;
  left: 61.6vh;
  background: var(--color1);
  width: 15.4vh;
  height: var(--lineheight);
}

.line4 {
  position: absolute;
  top: 44.7vh;
  left: 70.8vh;
  background: var(--color1);
  width: 15.4vh;
  height: var(--lineheight);
}

.line5 {
  position: absolute;
  top: 48.8vh;
  left: 61.7vh;
  background: var(--color1);
  width: 15.4vh;
  height: var(--lineheight);
}

.line6 {
  position: absolute;
  top: 52.5vh;
  left: 69.1vh;
  background: var(--color1);
  width: 18vh;
  height: var(--lineheight);
}

.T {
  position: absolute;
  top: 40.2vh;
  left: 4.2vh;
  font-size: 42vh;
  font-weight: 400;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.line7 {
  position: absolute;
  top: 68.7vh;
  left: 31.6vh;
  background: var(--color1);
  width: var(--lineheight2);
  height: 44vh;
}

/* Text Content*/
.title {
  text-transform: uppercase;
  font-size: 13.1vh;
  font-weight: 500;
  z-index: 5;
}

.paul {
  position: absolute;
  top: 30.6vh;
  left: 19.4vh;
  letter-spacing: -0.3vh;
}

.renner {
  position: absolute;
  top: 42.5vh;
  left: 9.7vh;
  letter-spacing: 0.1vh;
}

.date {
  position: absolute;
  top: 56.3vh;
  left: 10.7vh;
  width: 30vh;
  text-transform: uppercase;
  font-size: 3.2vh;
  font-weight: 500;
  letter-spacing: -0.05vh;
}

.week {
  position: absolute;
  top: 60.5vh;
  left: 10.7vh;
  text-transform: uppercase;
  font-size: 2vh;
  font-weight: 500;
  width: 20vh;
  letter-spacing: -0.03vh;
}

.form {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 57.4vh;
  left: 28.7vh;
  width: 11vh;
  height: 4vh;
  font-size: 2vh;
  font-weight: 300;
  line-height: 1.9vh;
  background: var(--color1);
  color: var(--color2);
  padding: 0.5vh 40vh 0.5vh 9.5vh;
}

.desc {
  position: absolute;
  top: 63.4vh;
  left: 38.5vh;
  width: 14.7vh;
  height: 4vh;
  font-size: 1.2vh;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color1);
}
/*# sourceMappingURL=plakat.css.map */