:root {
    --angle-red: 0deg;
    --angle-blue: 0deg;
    --innovation-blue: #006ab5;
    /* --hub-dark-gray: #565656;*/
    --hub-dark-gray: #2e2e2e;
    --logo-blue: #00458c;
    --logo-gray: #737373;
    --logo-white: #fff;
    /* Hackathon Logo
  dunkelBlau: #00458c
  grau: #737373
   */
    /* --color: #565656; */
    --niedersachsen-light-gray: #bdbbbb;
  }
  
  @font-face {
    font-family: shuttle-x;
    src: url(SHUTTLE-X.ttf);
  }
  
  html {
    width: 100vw;
    height: 100vh;
    background: var(--hub-dark-gray);
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-family: shuttle-x;
    display: flex;
  }
  
  body {
    margin: 1vw 1vh;
    font-size: clamp(0.5rem, 1vw, 0.75rem);
    display: flex;
    flex: 1;
  
    justify-content: center;
  
    position: relative;
  }
  
  .page-id-204 {
    margin: 1vw 1vh !important;
    font-size: clamp(0.5rem, 1vw, 0.75rem) !important;
    display: flex;
    flex: 1;
  
    justify-content: center;
  
    position: relative;
  }
  
  .clock {
    width: clamp(80px, 60vw, 540px);
    height: clamp(80px, 60vw, 540px);
    /* max-width: 580px;
    max-height: 580px; */
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* padding: clamp(0rem, 1vw, 0.5rem); */
    border: 7px solid var(--hub-dark-gray);
    box-shadow: -4px -4px 10px rgba(67, 67, 67, 0.5),
      inset 4px 4px 10px rgba(0, 0, 0, 0.5),
      inset -4px -4px 10px rgba(67, 67, 67, 0.5), 4px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
  
  .outer-clock-face {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background: var(--hub-dark-gray); */
    /* background: var(--logo-blue); */
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-radius: 50%;
    /* border-image: url('data:image/svg+xml,<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"><circle cx="100" cy="100" r="80" stroke="red" stroke-width="4" fill="none" stroke-dasharray="40, 4" /></svg>')
      1; */
    /* background-image: radial-gradient(
      hsl(0, 0%, 100%) 20%,
      hsl(0, 0%, 0%) 20%,
      hsl(0, 0%, 0%) 30%,
      hsl(0, 0%, 100%) 30%,
      hsl(0, 0%, 100%) 40%,
      hsl(0, 0%, 0%) 40%,
      hsl(0, 0%, 0%) 50%,
      hsl(0, 0%, 100%) 50%,
      hsl(0, 0%, 100%) 60%,
      hsl(0, 0%, 0%) 60%
    ); */
    /* border-image: url('data:image/svg+xml, <svg width="540" height="540" xmlns="http://www.w3.org/2000/svg"><circle cx="530"cy="530"r="270"stroke="red"stroke-width="10"fill="none"transform="rotate(100 250 250)"stroke-dasharray="260, 50"/></svg>'); */
  }
  
  .outer-clock-face::after,
  .outer-clock-face::before,
  .outer-clock-face .marking {
    content: "";
  
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 24px;
    height: 50%;
    /* display: inline-block; */
    transform: rotate(0deg);
    background: var(--hub-dark-gray);
    /* background: var(--logo-white); */
    z-index: 1;
    left: calc(50% - 16px);
    top: calc(25% - 8px);
  }
  
  .abs {
    display: flex;
    position: absolute;
    left: calc(0%);
  }
  
  .outer-clock-face::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    /* left: 50%; */
  }
  
  .outer-clock-face .marking {
    background: var(--niedersachsen-light-gray);
    background: var(--logo-gray);
    width: 1em;
    width: 0;
    left: 0%;
  }
  
  /* 
  
  .outer-clock-face .marking.marking-one {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .outer-clock-face .marking.marking-two {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  .outer-clock-face .marking.marking-three {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  
  .outer-clock-face .marking.marking-four {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    transform: rotate(150deg);
  } */
  
  /* .inner-clock-face {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    max-width: 864px;
    max-height: 864px;
    background: #569291;
    background: var(--hub-dark-gray);
  
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 0;
  }
  
  .inner-clock-face-red {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 80%;
    height: 80%;
    max-width: 864px;
    max-height: 864px;
    background: var(--innovation-blue);
    border-radius: 100%;
    display: inline-block;
    margin: 00;
    z-index: 6;
    border-radius: 100%;
    background: conic-gradient(
      transparent 0deg,
      transparent var(--angle-blue),
      var(--logo-blue) var(--angle-blue),
      var(--logo-blue) 360deg
    );
  }
  
  .inner-clock-face-blue {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    max-width: 864px;
    max-height: 864px;
    background: var(--innovation-blue);
    border-radius: 100%;
    display: inline-block;
    margin: 00;
    z-index: 3;
    border-radius: 100%;
    background: conic-gradient(
      transparent 0deg,
      transparent var(--angle-red),
      var(--innovation-blue) var(--angle-red),
      var(--innovation-blue) 360deg
    );
  }
  
  .inner-clock-face::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 18px;
    margin-left: -9px;
    margin-top: -6px;
    background: var(--hub-dark-gray);
    z-index: 3;
  } */
  
  .digital {
    padding: 0px 0px;
    margin: 0;
    position: absolute;
    top: 41%;
    left: 31%;
    display: flex;
    justify-content: start;
    /* width: fit-content; */
    width: 45%;
    /* margin-left: 10rem; */
    align-items: center;
  
    font-weight: 900;
    color: var(--logo-blue);
    color: var(--logo-white);
    z-index: 4;
    background: #2e2e2e;
  }
  
  span {
    /* width: fit-content; */
    margin: 0;
    padding: 0;
    letter-spacing: 1vw;
    font-size: 2.5rem;
  }
  
  .container {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  
  .btns {
    position: relative;
    display: flex;
    width: 100%;
    gap: clamp(1.5rem, 2vw, 3rem);
    justify-content: center;
  }
  
  .btns button {
    padding: 1vw;
    background-color: var(--hub-dark-gray);
    border: 2px solid var(--logo-white);
    color: var(--niedersachsen-light-gray);
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    border-radius: 20%;
    font-size: x-large;
  }
  
  button:hover {
    /* background-color: var(--innovation-blue); */
    cursor: pointer;
  }
  
  h1,
  h2,
  h3 {
    position: relative;
    display: flex;
    justify-content: center;
    color: var(--logo-white);
    width: 100%;
    font-size: clamp(1.5rem, 3vw, 3rem);
    margin: 0;
    padding: 0.25rem;
  }
  
  .headline {
    /* margin-bottom: 0.5rem; */
  }
  
  input {
    width: 80%;
    max-width: 480px;
    padding: clamp(0.75rem, 0.1vw, 1rem);
    background-color: var(--hub-dark-gray);
    border: clamp(0.25rem, 0.2vw, 1.5rem) solid var(--innovation-blue);
    color: var(--niedersachsen-light-gray);
    border-radius: clamp(1.5rem, 0.2vw, 1rem);
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
  
