/*.text  h1 {
  background: linear-gradient(314deg, white 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  background-color: blue;
  -webkit-animation: focus 2s linear infinite;
  font-size:120px;
}

.text {
  height: 100vh;
  width: 100%;
    background: linear-gradient(314deg, white 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  background-color: blue;
  -webkit-animation: focus 2s linear infinite;
}

.text h1 {
  -webkit-animation-direction: reverse;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: focus 2s linear infinite;
}

.text  h1 {
  animation-direction: reverse;
  text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 96px;
  margin: auto;
  font: bold 96px sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@-webkit-keyframes focus {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  to {
    background-position: 24px 0, 24px 0, -24px 0, -24px 0;
  }
}
@keyframes focus {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  to {
    background-position: 24px 0, 24px 0, -24px 0, -24px 0;
  }
}


*/

#pointer { width: 20px; height: 20px; background: blue; border-radius: 50%; position: absolute; float: left;}

.cursor-trail {
    position: absolute;
    z-index: 10000;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-color: black;
    pointer-events: none;
    border-radius: 50%;
}

.yellow-trail {
    background-color: blue;
    border-radius: 50%;
}



.clocks-wrapper {
  grid-gap: 20px;
  display: flex !important;
}

#contact {
    display: flex !important;

}


.clocks-body {
  background-color: white;
  border-radius: 20px;
  align-items: center;
  padding: 10px;
}

.clock {
  display: flex;
  width: 18.23vw; /* Converted from 350px */
  height: 18.23vw; /* Converted from 350px */
  justify-content: center;
  align-items: center;
  background: url(https://kushtrimhamzaj.com/professional/img/elements/clock.png);
  background-size: cover;
  border: 4px solid #191919;
  border-radius: 50%;
}

.clock:before {
  content: "";
  position: absolute;
  width: 0.98125vw; /* Converted from 15px */
  height: 0.98125vw; /* Converted from 15px */
  background: #ffb510;
  border-radius: 50%;
  z-index: 999;
}

.clock .hour, .clock .min, .clock .sec {
  position: absolute;
}

.clock .hour, .hr {
  width: 8.333vw; /* Converted from 160px */
  height: 8.333vw; /* Converted from 160px */
}

.clock .min, .mn {
  width: 12.8958vw; /* Converted from 190px */
  height: 12.8958vw /* Converted from 190px */
}

.clock .sec, .sc {
  width: 11.9792vw; /* Converted from 230px */
  height: 11.9792vw; /* Converted from 230px */
}

.hr, .mn, .sc {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  border-radius: 50%;
}

.hr:before {
  content: "";
  position: absolute;
  width: 0.4167vw; /* Converted from 8px */
  height: 4.1667vw; /* Converted from 80px */
  background: grey;
  z-index: 9;
  border-radius: 6px 6px 0 0;
}

.mn:before {
  content: "";
  position: absolute;
  width: 0.4083vw; /* Converted from 4px */
  height: 6.6875vw; /* Converted from 90px */
  background: #8b8b8b;
  z-index: 10;
  border-radius: 6px 6px 0 0;
}

.sc:before {
  content: "";
  position: absolute;
  width: 0.1042vw; /* Converted from 2px */
  height: 7.8125vw; /* Converted from 150px */
  background: #ffb510;
  z-index: 11;
  border-radius: 6px 6px 0 0;
}





.footer-item-right {
   margin-left: auto;
  
}

.button {
  font-size: 1.4vw;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  transition: 0.5s ease;
}

.button-mail {
  background-color: none;
  background-color: #ffff1e;
  color: black !important;
}

.button-mail:hover {
  opacity: 1;
  -moz-box-shadow: -5px -5px 0px 0px #000;
  -webkit-box-shadow: -5px -5px 0px 0px #000;
  -o-box-shadow: -5px -5px 0px 0px #000;
  box-shadow: -5px -5px 0px 0px #000;
}


/* //////////////// */


.button-profile {
  background-color: red;
  margin-right: 10px;
}


.button-profile:hover {
  color: white !important;
  -moz-box-shadow: -5px -5px 0px 0px #000;
  -webkit-box-shadow: -5px -5px 0px 0px #000;
  -o-box-shadow: -5px -5px 0px 0px #000;
  box-shadow: -5px -5px 0px 0px #000;
}


/* //////////////// */

.button-project a {
  color: white !important;
}

.button-project {
  background-color: blue;
  margin-right: 10px;
}


.button-project:hover {
  color: white !important;
  opacity: 1;
  -moz-box-shadow: -5px -5px 0px 0px #000;
  -webkit-box-shadow: -5px -5px 0px 0px #000;
  -o-box-shadow: -5px -5px 0px 0px #000;
  box-shadow: -5px -5px 0px 0px #000;
}

/* //////////////// */




.button-aityde {
  background-color: green;
  margin-right: 10px;
}



.button-darkmode  {
  z-index: 9;
  text-align: center;
  width: auto;
  right: 20px;
  bottom: 20px;
  cursor:  pointer;
  transition: 2s;
  opacity: 0;
  z-index: 999999999999;
  margin-left: auto;
  padding-right: 10px;
}

.Differenzmenge_1 {
  transition: 200ms;
}

.Differenzmenge_2 {
  transition: 200ms;
}

.alternativemode {
  margin: 0px;
  color: blue;
  transition:  0s;
}

.alternativemode section a {
  color: blue !important;
}

.alternativemode .button-profile {
  filter: grayscale(1);
}

.alternativemode .button-project {
  filter: grayscale(1);
}

.alternativemode .button-mail {
  filter: grayscale(1);
}

.alternativemode #clock {
  background: grey !important;
  color: white;
}


.alternativemode {
  background: -webkit-linear-gradient(to bottom, rgb(139 139 139 / 65%) 0%, rgba(229, 229, 229, 0.47) 27%, rgba(198, 198, 198, 0.14) 78%, #515151ad 100%);
  background: linear-gradient(to bottom, rgb(139 139 139 / 65%) 0%, rgba(229, 229, 229, 0.47) 27%, rgba(198, 198, 198, 0.14) 78%, #515151ad 100%)
}
