/* TIMELINE User Profil */
#usertime-out {
  display: block;
}

#usertime {
  position: relative;
  margin-left: 65px;
  margin-top: 30px;
  float: left;



}

#usertime::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--highgrey);
  top: 0;
  bottom: 0;
  margin-left: -3px;
}

#usertime .event {
  padding: 0px 40px 0px 40px;
  position: relative;
  margin-top: 5px;
  color: var(--fontdark);
  background-color: inherit;
  flex-direction: column !important;

}

#usertime .event::before {
  content: '';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 10px;
  border: medium solid var(--highgrey);
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--grey) transparent transparent;

}

#usertime .event::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: -17px;
  background-color: var(--highgrey);
  border: 4px solid var(--highgrey);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

#usertime .event .ereignis {
  padding: 30px;
  background-color: var(--highgrey);
  color: var(--fontdark);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 450px;
  margin-left: -20px;

}

#usertime .event .ereignis a:link {
  color: var(--links);
  text-decoration: none;
}

#usertime .event .ereignis a:visited {
  color: var(--links);
  text-decoration: none;
}

#usertime .event .ereignis a:hover,
#usertime .event .ereignis a:active {
  color: var(--links);
  text-decoration: none;
}


/* Board-Timeline Event - FEST */

#usertime .fest {
  padding: 0px 40px 0px 40px;
  position: relative;
  margin-top: 5px;
  color: var(--fontdark);
  background-color: inherit;
  flex-direction: column !important;

}

#usertime .fest::before {
  content: '';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 10px;
  border: medium solid var(--aqua);
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--grey) transparent transparent;

}

#usertime .fest::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: -17px;
  background-color: var(--aqua);
  border: 4px solid var(--aqua);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

#usertime .fest .sache {
  padding: 30px;
  background-color: var(--highgrey);
  color: var(--fontdark);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 450px;
  margin-left: -20px;

}

#usertime .fest .sache a:link {
  color: var(--aqua) !important;
  text-decoration: none;
}

#usertime .fest .sache a:visited {
  color: var(--aqua) !important;
  text-decoration: none;
}

#usertime .fest .sache a:hover,
#usertime .fest .sache a:active {
  color: var(--aqua) !important;
  text-decoration: none;
}

#usertime .fest .sache b {
  color: var(--aqua) !important;
  font-weight: bold;
}



/* Board-Timeline Event - Optional */

#usertime .fast {
  padding: 0px 40px 0px 40px;
  position: relative;
  margin-top: 5px;
  color: var(--fontdark);
  background-color: inherit;
  flex-direction: column !important;

}

#usertime .fast::before {
  content: '';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 10px;
  border: medium solid var(--marine);
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--grey) transparent transparent;

}

#usertime .fast::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: -17px;
  background-color: var(--marine);
  border: 4px solid var(--marine);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

#usertime .fast .soche {
  padding: 30px;
  background-color: var(--highgrey);
  color: var(--fontdark);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 450px;
  margin-left: -20px;

}

#usertime .fast .soche a:link {
  color: var(--marine) !important;
  text-decoration: none;
}

#usertime .fast .soche a:visited {
  color: var(--marine) !important;
  text-decoration: none;
}

#usertime .fast .soche a:hover,
#usertime .fast .soche a:active {
  color: var(--marine) !important;
  text-decoration: none;
}

#usertime .fast .soche b {
  color: var(--fontdark) !important;
  font-weight: bold;
}