.custom-html--sitecore .circle {
    width: 260px;
    height: 260px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    background: #d0e9f4;
    border: solid 5px #eaf5f9;
  }
  .custom-html--sitecore .circle-1 {
    position: relative;
    margin: 25px auto;
    width: 375px;
    height: 375px;
    border-radius: 50%;
    background: #eaf5f9;
    top: 30px;
  }
  .custom-html--sitecore .img-wrapper {
    margin: auto;
  }
  .custom-html--sitecore .clock {
    height: 175px;
    width: 175px;
    background-color: #ffffff;
    border-radius: 100%;
    border: 10px solid;
    border-right-color: #003c59;
    border-left-color: #003c59;
    border-bottom-color: #206887;
    border-top-color: #206887;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .custom-html--sitecore .hour {
    position: absolute;
    border-radius: 50%;
  }
  .custom-html--sitecore .one {
    width: 7px;
    height: 7px;
    background: #003c59;
    right: 40px;
    top: 8px;
  }
  .custom-html--sitecore .two {
    width: 7px;
    height: 7px;
    background: #206887;
    border-radius: 50%;
    right: 9px;
    top: 39px;
  }
  .custom-html--sitecore .three {
    width: 20px;
    height: 10px;
    background: #206887;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .custom-html--sitecore .four {
    width: 7px;
    height: 7px;
    background: #206887;
    right: 10px;
    bottom: 37px;
  }
  .custom-html--sitecore .five {
    width: 7px;
    height: 7px;
    background: #003c59;
    bottom: 8px;
    right: 39px;
  }
  .custom-html--sitecore .six {
    width: 10px;
    height: 20px;
    background: #003c59;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
  .custom-html--sitecore .seven {
    width: 7px;
    height: 7px;
    background: #003c59;
    bottom: 8px;
    margin: 0 auto;
    left: 39px;
  }
  .custom-html--sitecore .eight {
    width: 7px;
    height: 7px;
    background: #206887;
    left: 10px;
    bottom: 37px;
  }
  .custom-html--sitecore .nine {
    width: 20px;
    height: 10px;
    background: #206887;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
  .custom-html--sitecore .ten {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #206887;
    left: 9px;
    top: 39px;
  }
  .custom-html--sitecore .eleven {
    width: 7px;
    height: 7px;
    background: #003c59;
    left: 40px;
    top: 8px;
  }
  .custom-html--sitecore .twelve {
    width: 10px;
    height: 20px;
    background: #003c59;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
  .custom-html--sitecore .center {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #003c59;
    border-radius: 100%;
  }
  .custom-html--sitecore #minutes {
    position: absolute;
    height: 55px;
    width: 5px;
    left: 0;
    right: 0;
    bottom: 55px;
    border-radius: 40%;
    top: 0px;
    margin: auto;
    background: #003c59;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    animation-name: minutes;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .custom-html--sitecore #hours {
    position: absolute;
    height: 35px;
    width: 6px;
    left: 0;
    right: 0;
    bottom: 35px;
    top: 0px;
    margin: auto;
    border-radius: 40%;
    background: #003c59;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    animation-name: hours;
    animation-duration: 240s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }
  .custom-html--sitecore .time {
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: #b339ff;
    border-radius: 50%;
    border: none;
    animation: click 1s infinite;
  }
  .custom-html--sitecore .time-0830 {
    left: 15px;
    bottom: 86px;
  }
  .custom-html--sitecore .time-0930 {
    left: 5px;
    top: 100px;
  }
  .custom-html--sitecore .time-1030 {
    left: 25px;
    top: 40px;
  }
  .custom-html--sitecore .time-1200 {
    left: 47%;
    top: -5px;
  }
  .custom-html--sitecore .time-1600 {
    right: -12px;
    bottom: 54px;
  }
  .custom-html--sitecore .time-1900 {
    bottom: -17px;
    left: 80px;
  }
  .custom-html--sitecore .time-2030 {
    bottom: 65px;
    left: -29px;
  }
  .custom-html--sitecore .time-2100 {
    top: 49%;
    left: -40px;
  }
  .custom-html--sitecore .time:after {
    position: relative;
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .custom-html--sitecore .time-0830::after {
    content: "8:30 Uhr";
    top: 14px;
    left: -18px;
    width: 60px;
  }
  .custom-html--sitecore .time-0930::after {
    content: "9:30 Uhr";
    top: 14px;
    left: -18px;
    width: 60px;
  }
  .custom-html--sitecore .time-1030::after {
    content: "10:30 Uhr";
    top: 14px;
    left: -24px;
    width: 60px;
  }
  .custom-html--sitecore .time-2030::after {
    content: "20:30 Uhr";
    top: 14px;
    left: -18px;
    width: 60px;
  }
  .custom-html--sitecore .time-2100::after {
    content: "21:00 Uhr";
    top: 14px;
    left: -18px;
    width: 60px;
  }
  .custom-html--sitecore .time-1900::after {
    content: "19:00 Uhr";
    top: 14px;
    left: -18px;
    width: 60px;
  }
  .custom-html--sitecore .time-1600::after {
    content: "16:00 Uhr";
    top: 14px;
    left: -18px;
    width: 60px;
  }
  .custom-html--sitecore .time-1200::after {
    content: "12:00 Uhr";
    top: 14px;
    left: -18px;
    width: 60px;
  }
  .custom-html--sitecore .img-wrapper img {
    width: 100%;
    max-width: 250px;
    position: absolute;
    display: none;
  }
  .custom-html--sitecore #img-0830 {
    left: -235px;
    bottom: -10px;
  }
  .custom-html--sitecore #img-0930 {
    left: -248px;
    top: -19px;
  }
  .custom-html--sitecore #img-1030 {
    left: -223px;
    top: -122px;
  }
  .custom-html--sitecore #img-1200 {
    top: -154px;
    left: 22%;
  }
  .custom-html--sitecore #img-1600 {
    bottom: -53px;
    left: 261px;
  }
  .custom-html--sitecore #img-2030 {
    left: -277px;
    bottom: -47px;
  }
  .custom-html--sitecore #img-1900 {
    width: 120px;
    bottom: -79px;
    left: -40px;
  }
  .custom-html--sitecore #img-2100 {
    left: -290px;
    top: 56px;
  }
  @keyframes seconds {
    0% {
      transform: rotate(1deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes minutes {
    0% {
      transform: rotate(1deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes hours {
    0% {
      transform: rotate(1deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .custom-html--sitecore #team {
    padding-top: 50px;
    padding-bottom: 220px;
  }
  .custom-html--sitecore .card-wrapper {
    padding: 5px 15px;
  }
  .custom-html--sitecore .team-member-card {
    background: #e3e3e3;
    border: solid 1px #c4c4c4;
  }
  .custom-html--sitecore .member-card-body {
    padding: 20px;
  }
  .custom-html--sitecore .member-name h4 {
    font-size: 28px;
    font-weight: bold;
  }
  .custom-html--sitecore .member-description {
    font-size: 16px;
  }
  .custom-html--sitecore .member-card-footer {
    font-size: 16px;
    padding: 20px;
  }
  