body {
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: var(--primaryColor);
  touch-action: manipulation;
  color: var(--mainBlack);
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: var(--mainBlack);
  color: var(--primaryColor);
}
::selection {
  background: var(--mainBlack);
  color: var(--primaryColor);
}

/* alles Scrollbar */

/* Works on Firefox */
* {
  scrollbar-width: normal;
  scrollbar-color: var(--secondaryColor) var(--primaryColor);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--primaryColor);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--secondaryColor);
  border-radius: 20px;
  border: 3px solid var(--secondaryColor);
}

.wrapper {
  overflow-y: hidden;
  position: fixed;
}

:root {
  --mainBlack: #0a0903;
  --mainwhite: #fcfcff;
  /*--secondaryColor: #f75791;/* not web safe */
  --secondaryColor: #d0d454;
  /*--primaryColor: rgb(242, 59, 126); /*not web safe */
  --primaryColor: #e7eb5d;
  --tangerine: rgb(247, 92, 3);
  --teagreen: rgb(208, 240, 192);
  /*--brandeisblue: rgb(79, 184, 247);*/
  /*--brandeisblue: rgb(112, 133, 254); */
  --brandeisblue: rgb(85, 78, 94);
  --darkpurple: rgb(85, 78, 94);
  --lighterpurple: rgb(110, 104, 116);
  --mainpurple: rgb(144, 84, 211);
  --icon-font: 'Archivo', cursive;
  --first-font: 'DM Sans', sans-serif;
  --second-font: 'PT Serif', serif;
  --text-font: 'Public Sans', sans-serif;
  --h1-font-size: min(4.5vw, 92px);
  --challenge-font-size: clamp(36px, 4vw, 66px);
  --h2-font-size: min(3vw, 58px);
  --line-height: min(5vw, 102px);
  --padding: clamp(16px, 3vw, 20px);
  --padding-topbottom: clamp(30px, 4vw, 40px);
  --filtersHeight: 288px;
  --fontXXL: 84px;
  --fontXL: 52px;
  --fontL: 24px;
  --fontM: 20px;
  --fontS: 15px;
  --lineheightXXL: 1;
  --lineheightXL: 1;
  --lineheightL: 1.3;
  --lineheightM: 1.15;
  --lineheightS: 1;
}


@media screen and (max-width: 768px) {
  :root {
    --filtersHeight: 404px;
  }
  .menu-group {
    flex-direction: column;
  }

  .menu-group > * {
    margin: 8px 0 8px 0;
  }

  .menu-Button::after {
    font-family: 'Material Symbols Outlined';
    content: '\e5cd';
    font-size: clamp(0.5rem, 0.4153rem + 1.6368vw, 2rem);
    float: right;
    vertical-align: baseline;
  }

 [data-element="moment"], [data-element="user"], [data-element="need"], [data-element="constraint"] {
    display: none;
  }

  [data-input="momentX1"], [data-input="momentX2"], [data-input="userX1"], [data-input="userX2"], [data-input="needX1"], [data-input="needX2"], [data-input="constraintX1"], [data-input="constraintX2"] {
    display: inline-block;
  }

  .vis-Small {
    display: inline-block;
  }
  .vis-Large {
    display: none;
  }

  .challengepanel {
    padding: 0px;
  }

  .mainstage h1 {
    font-size: calc(4vh + 12px);
  }

  .challenge-Category {
    width: calc(100% - var(--padding));
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .topstage form {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: var(--padding);
  }

  .word-Content {
    font-size: var(--challenge-font-size);
    letter-spacing: -0.005em;
    font-family: var(--first-font);
  }

  nav ul {
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .challenge-Nav {
    /* position: absolute;
    bottom: 0px;
    width: auto;
    right: var(--padding);
    left: var(--padding);*/
  }


  .message-Wrapper {
    bottom: 104px;
    left: 0;
    right: 0;
  }

  .tipp-Message,
  .tipp-Message-fade {
    font-size: var(--fontS);
  }

  .tipp-Message-Switch {
    display: none;
  }

  .menu-Dot-Top {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .menu-Dot-Bottom {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  ul li {
   /* margin-right: 2px; */
  }

  ul li:last-child {
    margin-right: 0px;
  }
}

@media screen and (min-width: 769px) {
 .vis-Small {
    display: none;
  }
  .vis-Large {
    display: block;
  }

  [data-element="moment"], [data-element="user"], [data-element="need"], [data-element="constraint"] {
    display: inline-block;
  }
  [data-input="momentX1"], [data-input="momentX2"], [data-input="userX1"], [data-input="userX2"], [data-input="needX1"], [data-input="needX2"], [data-input="constraintX1"], [data-input="constraintX2"] {
    display: none;
  }
  
  .mainstage h1 {
    font-size: 64px;
  }

  .challengepanel {
    /*position: absolute;
    top: 25%;
    margin-left: 105px;*/
    max-width: 1440px;  
  }

  .challenge-Nav {
    /*position: absolute;
    top: calc((100svh - 364px) / 2);*/
  }

  .challengeBox-top-wrapper {
    display: flex;
    flex-flow: row;
    margin-top: 12vh;
  }

  .navbar-wrapper {
    display: flex;
    flex-flow: column;
    align-content:flex-start;
  
    padding-right: clamp(36px, 4vw, 104px);
  }

  .navbar-spacer {
    height: calc(var(--challenge-font-size) * 1.3);
  }

  .challenge-wrapper {
    height: 100%;
  }

  .challenge-ribbon span {
    font-family: var(--first-font);
    font-size: var(--fontS);
    line-height: normal;
    margin: 0px;
    padding-left: 6px;
  }

  #customRibbon, #dailyRibbon, #bookmarkingRibbon {
    display: none;
  }

  .challenge-ribbon {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
  }

  .ribbon-menu-group {
    display: flex;
    background-color: rgba(10, 9, 3, 0.1);
    border-radius: 24px;
    margin-left: 12px;
  }

  .ribbon-menu-group:hover {
    outline: 1px solid rgba(10, 9, 3, 0.4);
  }


  .ribbon-Dot {
    color: rgb(34, 29, 35);
    padding: 6px;
    font-size: var(--fontS);
    border-radius: 8px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ribbon-Dot-light {
    color: rgb(34, 29, 35);
    background-color: transparent;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ribbon-Dot-Bookmark {
    font-size: var(--fontS);
    font-family: var(--first-font);
    width: 2em;
  }

  .ribbon-Dot-delete {
    padding-left: 4px;
    padding-right: 4px;
  }

  .ribbon-Dot-delete:after {
    font-family: 'Material Symbols Outlined';
    content: '\e872';
    font-size: var(--fontS);
  }

  .bar-one:after {
    font-family: 'Material Symbols Outlined';
    content: '\f0aa';
    font-size: var(--fontS);
  }

  .challenge-Category {
    width: calc((100% / 3) - var(--padding));
    margin-bottom: 24px;
  }

  .topstage form {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: var(--padding);
    padding-right: var(--padding);
  }

  .message-Wrapper {
    bottom: 30px;
    /*right: 70px;
    left: 70px;*/
  }

  .tipp-Message-Switch {
    display: flex;
    margin-right: 8px;
  }

  .tipp-Message,
  .tipp-Message-fade {
    height: 48px;
    font-size: var(--fontL);
  }

  .system-Menu {
    z-index: 4000;
    display: flex;
    width: fit-content;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px var(--padding) 30px 20px;
    /*display: none;*/
  }

  .system-Menu > * {
    margin-left: 3px;
    margin-right: 3px;
  }

  .system-Menu > :first-child {
    margin-left: 0;
  }

  .system-Menu > :last-child {
    margin-right: 0;
  }

  .word-Content {
    font-size: var(--challenge-font-size);
    letter-spacing: -0.005em;
    font-family: var(--first-font);
  }

  .menu-Dot-Top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 12px;
  }

  .menu-Dot-Bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  ul {
    margin: 0px;
    padding: 0px;
  }

  ul li {
    margin-bottom: 4px; 
  }

  /*.challenge-Navbar:hover > :not(:hover) {
    opacity: 0.4;
  }
*/
  .ribbon-menu-group:hover > :not(:first-child):not(:hover) {
    opacity: 0.4;
  }
}


*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.logo {
  border: solid 2px white;
  border-radius: 9px;
  height: fit-content;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  height: 44px;
  width: 44px;
  animation: logo-fade 0.7s ease-in-out forwards;
  filter: grayscale(0.9);
  transition: filter 0.3s ease-in-out;
}

.logo img:hover {
  filter: grayscale(0);
}

@keyframes logo-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.logo-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.crumb {
  font-size: var(--fontXL);
  font-family: var(--first-font);
}

.contents {
  position: relative;
  z-index: 99;
  height: 200svh;
  min-height: 640px;
  width: 100%;
  min-width: 340px;
  transition: transform 0.5s cubic-bezier(0.87, 0, 0.13, 1), background 1.5s ease;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  background-color: var(--primaryColor);
}

.contents2 {
  position: relative;
  z-index: 97;
  height: 200svh;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.87, 0, 0.13, 1), background 1.5s ease;
  transform: translate3d(0, calc(-100svh), 0);
  will-change: transform;
  background-color: var(--primaryColor);
}

.contents3 {
  position: relative;
  z-index: 99;
  height: 200svh;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate3d(0, var(--filtersHeight), 0);
  will-change: transform;
  background-color: var(--primaryColor);
}

.topstage {
  background-color: var(--secondaryColor);
  z-index: 1;
  height: var(--filtersHeight);
  width: 100%;
  position: fixed;
  top: 0;
  font-size: 64px;
  box-sizing: border-box;
}

.topstage2 {
  z-index: 98;
  background-color: var(--secondaryColor);
  height: var(--filtersHeight);
  width: 100%;
  position: fixed;
  top: 0;
  font-size: 64px;
  box-sizing: border-box;
  animation: pulse 0.3s linear 1;
}

.topstage2,
.topstage header {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: var(--padding);
}

.topstage2,
.topstage header span {
  font-size: var(--fontS);
  font-family: var(--first-font);
  margin-left: 8px;
}

@keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}

.topstage3 {
  z-index: 1;
  height: var(--filtersHeight);
  width: 100%;
  position: fixed;
  top: 0;
  font-size: 64px;
  box-sizing: border-box;
  visibility: hidden;
}

.mainstage2 {
  height: calc(100svh);
  width: 100%;
  z-index: 99;
  /* padding: var(--padding-topbottom) var(--padding) 0px var(--padding); */
  padding: 0px var(--padding) 0px var(--padding);
  position: relative;
  transition: transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate3d(0, var(--filtersHeight), 0);
  will-change: transform;
  box-sizing: border-box;
  border-radius: 12px;
}

.mainstage {
  height: calc(100svh);
  width: 100dvw;
  /* padding: var(--padding-topbottom) var(--padding) 0px var(--padding); */
  padding: 0px var(--padding) 0px var(--padding);
  position: relative;
  transition: transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  box-sizing: border-box;
}

.mainstage header {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.mainstage::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  top: -12px;
  left: 0px;
  background: var(--primaryColor);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
}

.mainstage2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  top: -12px;
  left: 0px;
  background-color: var(--primaryColor);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: background-color 0.1s ease 0s;
  z-index: -1;
}

ul {
  list-style: none;
}

.about {
  z-index: -2;
  height: 100svh;
  width: 100%;
  position: absolute;
  left: 0;
  padding: var(--padding-topbottom) var(--padding) var(--padding) var(--padding);
  overflow-y: auto;
  font-size: 34px;
}

.about::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  top: -12px;
  left: 0px;
  background: rgb(59, 108, 242);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
}

.about header {
  display: flex;
  justify-content: space-between;
}

.pill {
  background-color: transparent;
  color: var(--mainBlack);
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: var(--pill-border);
  text-transform: uppercase;
  font-family: var(--second-font);
  font-size: var(--pill-font-size);
  text-rendering: optimizelegibility !important;
  top: var(--pill-top);
  position: relative;
  border-radius: 100px;
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
}

.pill:hover {
  color: var(--mainwhite);
  background-color: var(--brandeisblue);
  /*background-color: #fff;*/
  /* mix-blend-mode: difference;*/
  border: var(--pill-border-hover);
}

.pill {
  --pill-border: 2px solid var(--mainBlack);
  --pill-border-hover: 2px solid var(--brandeisblue);
  --pill-top: -2px;
}

h1 {
  font-family: var(--first-font);
  font-size: var(--h1-font-size);
  line-height: var(--line-height);
  color: rgb(34, 29, 35);
  font-weight: 600;
  /*letter-spacing: -0.1vw;*/
  margin: 0;
  width: auto;
  margin-bottom: 7vw;
  padding-bottom: 0;
  text-rendering: optimizelegibility !important;
}

h2 {
  font-family: var(--first-font);
  font-weight: 400;
  color: #0d0d0d;
  font-size: var(--h2-font-size);
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 10px;
}

.about-text {
  width: 100%;
  max-width: 768px;
}

.about header h2 {
  padding: 12px 0 24px 0;
  font-size: 72px !important;
  line-height: 29px !important;
  color: var(--mainBlack);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
}

.about-text p {
  font-size: var(--fontL) !important;
  line-height: 29px !important;
  color: var(--mainBlack);
  font-family: 'DM Sans', sans-serif;
}

.reveal-wrapper {
   margin-top: 0px;
   margin-right: clamp(2px, 0.4vw, 6px);
   margin-bottom: 0px;
   margin-left: clamp(2px, 0.4vw, 6px);
   display: flex;
   justify-content: center;
   align-items: center;
}

.reveal-Square {
  border: 0;
  background-color: rgba(10, 9, 3, 0.2);
  border-radius: 5px;
  display: block;
  cursor: pointer;
}

@keyframes revealFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes revealFadeInLess {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.reveal-Square-more:after {
  font-family: 'Material Symbols Outlined';
  content: '\eac9';
  font-size: calc(var(--challenge-font-size) * .6);
  
  animation: revealFadeIn 0.5s;
}

.reveal-Square-less:after {
  font-family: 'Material Symbols Outlined';
  content: '\eac3';
  font-size: calc(var(--challenge-font-size) * .6);
  
  animation: revealFadeInLess 0.5s;
}



.menu-Square {
  color: var(--mainBlack);
  height: 48px;
  width: 48px;
  border: 0px;
  background-color: rgba(10, 9, 3, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-Square-About:after {
  font-family: 'Material Symbols Outlined';
  content: '\eb8b';
  font-size: var(--fontL);
  color: var(--teagreen);
}

.menu-Square-Notification:after {
  font-family: 'Material Symbols Outlined';
  content: '\e7f4';
  font-size: var(--fontL);
}

.menu-Square-left:after {
  font-family: 'Material Symbols Outlined';
  content: '\e5cb';
  font-size: var(--fontL);
}

.menu-Square-right:after {
  font-family: 'Material Symbols Outlined';
  content: '\e5cc';
  font-size: var(--fontL);
}

/*.menu-Square-delete:after {
  font-family: 'Material Symbols Outlined';
  content: '\e5cc';
  font-size: var(--fontL);
}*/

.bouncing-button {
  animation: MoveUpDown 3s forwards;
  position: relative;
}

@keyframes MoveUpDown {
  from {
    bottom: 0px;
    animation-timing-function: ease-out;
  }
  25% {
    bottom: 12px;
    animation-timing-function: ease-in;
  }
  50% {
    bottom: -3px;
    animation-timing-function: ease-out;
  }
  75% {
    bottom: 5px;
    animation-timing-function: ease-in;
  }
  90% {
    bottom: -1px;
    animation-timing-function: ease-in;
  }
  100% {
    bottom: 0px;
    animation-timing-function: ease-in;
  }
  to {
    bottom: 0px;
  }
}

.menu-Dot {
  color: rgb(34, 29, 35);
  height: 48px;
  width: 48px;
  background-color: transparent;
  border-radius: 8px;
  /* border: solid 1px rgba(10, 9, 3, 0.2);*/
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.menu-Dot-borderless {
  color: rgb(34, 29, 35);
  height: 48px;
  width: 48px;
  border: 0px;
  background-color: transparent;
}



/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.2s;
}
.ripple:hover {
  /* Background color on hover */
  /* background: rgba(85, 78, 94, 1); */
  background-color: var(--mainBlack);
  color: var(--mainwhite);


  /* Radial gradient for ripple effect */
  radial-gradient(
    circle,
    transparent 1%, /* Transparent at the center of the circle */
    rgba(85, 78, 94, 0.3) 1% /* Semi-transparent color at the outer edge of the circle */
  )

  /* Radial gradient properties */
  center/15000%; /* Sets the size of the circle to create the ripple effect */
}

.ripple:active {
  background-color: rgba(85, 78, 94, 0.3);
  /*background-color: rgba(208, 240, 192, 0.3);*/

  background-size: 100%;
  transition: background 0s;
}

.menu-Dot-Close {
  color: var(--mainBlack);
  height: 48px;
  width: 48px;
  border: 0px;
  background-color: rgba(10, 9, 3, 0.2);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-Dot-Close:after {
  font-family: 'Material Symbols Outlined';
  content: '\e5cd';
  font-size: var(--fontL);
}

.menu-Dot-Settings:after {
  font-family: 'Material Symbols Outlined';
  content: '\ef4f';
  font-size: var(--fontM);
}

.menu-Dot-New:after {
  font-family: 'Material Symbols Outlined';
  content: '\e86a';
  font-size: var(--fontM);
}

.menu-Dot-Share:after {
  font-family: 'Material Symbols Outlined';
  content: '\e14d';
  font-size: var(--fontM);
}

.menu-Dot-Mobile-Menu:after {
  font-family: 'Material Symbols Outlined';
  content: '\e5d2';
  font-size: var(--fontL);
}

.menu-Dot-Daily:after {
  font-family: 'Material Symbols Outlined';
  content: '\e541';
  font-size: var(--fontM);
}

.menu-Dot-More:after {
  font-family: 'Material Symbols Outlined';
  content: '\e146';
  font-size: var(--fontM);
}

.menu-Dot-Less:after {
  font-family: 'Material Symbols Outlined';
  content: '\e909';
  font-size: var(--fontM);
}

.menu-Button {
  /*height: min(7.5vw, 56px);*/
  background-color: var(--mainwhite);
  border-radius: 8px;
  border: 4px solid var(--mainwhite);
  display: inline-block;
  cursor: pointer;
  /*color:#0d0d0d; */
  font-family: var(--second-font);
  font-weight: 600;
  font-size: clamp(0.5rem, 0.4153rem + 1.6368vw, 2rem);
  line-height: 32px;
  letter-spacing: -0.01em;
  padding-top: clamp(4px, 0.6vw, 8px);
  padding-bottom: clamp(4px, 0.6vw, 8px);
  padding-left: clamp(14px, 1.6vw, 32px);
  padding-right: clamp(14px, 1.6vw, 32px);
  text-decoration: none;
  text-transform: uppercase;
}

.menu-Button:hover {
  border-color: var(--brandeisblue);
  color: var(--brandeisblue);
}

.menu-Button:active {
  position: relative;
  top: 1px;
}

.menu-group {
  height: calc(100% - 12px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.1rem, 0.7153rem + 1.6368vw, 2rem);
}

.menu-group > * {
  vertical-align: baseline;
}

.menu-Button::after {
  font-family: 'Material Symbols Outlined';
  content: '\e5cd';
  font-size: clamp(0.5rem, 0.4153rem + 1.6368vw, 2rem);
  padding-left: var(--padding);
  vertical-align: baseline;
}

.system-Menu-Button {
  background-color: rgba(10, 9, 3, 0.2);
  width: fit-content;
  padding: 0 12px 0 12px;
  color: var(--mainBlack);
  font-family: var(--first-font);
  font-size: var(--fontM);
  border-radius: 8px;
  border: 0px;
  visibility: inherit;
  display: flex;
  justify-content: space;
  align-items: center;
  cursor: pointer;
}

.login-Menu-Button {
  width: fit-content;
  height: fit-content;
  padding: 7px 7px 7px 7px;
  color: var(--mainBlack);
  font-family: var(--first-font);
  font-size: var(--fontM);
  border-radius: 6px;
  visibility: inherit;
  display: flex;
  justify-content: space;
  align-items: center;
  cursor: pointer;
}

.login-Menu-Button:hover {
  background-color: rgba(10, 9, 3, 0.4);
  border-color: var(--mainpurple);
  color: var(--mainwhite);
}

.signup-Menu-Button {
  background-color: rgba(10, 9, 3, 0.1);
  width: fit-content;
  height: fit-content;
  padding: 7px 7px 7px 7px;
  color: var(--mainBlack);
  font-family: var(--first-font);
  font-size: var(--fontM);
  border-radius: 6px;
  visibility: inherit;
  display: flex;
  justify-content: space;
  align-items: center;
  cursor: pointer;
}

.signup-Menu-Button:hover {
  /*background-color: rgba(10, 9, 3, 0.4);*/
  background-color: var(--mainBlack);
  border-color: var(--mainpurple);
  color: var(--mainwhite);
}

.red {
  color: var(--mainBlack);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background-color: rgba(10, 9, 3, 0.2);

  border-radius: 5px;
}

.red::before {
  content: '';
  color: transparent;
  position: absolute;
  left: -15px;
  background-color: rgba(10, 9, 3, 0.2);
  border-left: 5px;
  z-index: -1;
  display: inline-block;
}

.fixed-check::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(10, 9, 3, 0.2);
  /*animation: fadeStable 4000ms forwards;*/
}

.challenge-container input[type='checkbox'] {
  display: none;
}

#sharedialog {
  display: none;
}

.message-Wrapper {
  position: absolute;
}

.tipp-Message {
  margin: 0 auto;
  /*background-color: rgba(10, 9, 3, .2);*/
  width: fit-content;
  padding: 0px;
  color: var(--mainBlack);
  font-family: var(--first-font);
  border-radius: 8px;
  visibility: inherit;
  display: flex;
  justify-content: space;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.tipp-Message-fade {
  margin: 0 auto;
  /*background-color: rgba(10, 9, 3, .2);*/
  width: fit-content;
  padding: 0px;
  color: var(--mainBlack);
  font-family: var(--first-font);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  animation: toolfadeOut ease 3s;
  -webkit-animation: fadeOut ease 3s;
  -moz-animation: fadeOut ease 3s;
  -o-animation: fadeOut ease 3s;
  -ms-animation: fadeOut ease 3s;
}
@keyframes toolfadeOut {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.invisible {
  visibility: hidden;
}



.prevButton:after {
  vertical-align: middle;
  font-family: 'Material Symbols Outlined';
  content: '\e5cb';
}

.nextButton:after {
  vertical-align: middle;
  font-family: 'Material Symbols Outlined';
  content: '\e5cc';
}

.blury {
  padding: var(--padding);
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);*/
  background: rgba(0, 0, 0, .7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  overflow-y: hidden;
  animation: fadein 0.1s cubic-bezier(0.25, 1, 0.5, 1); 
  -webkit-animation: fadein 0.1s cubic-bezier(0.25, 1, 0.5, 1); /* Safari and Chrome */
}

@keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* For Safari and Chrome */
@-webkit-keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}

.blury header {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.blury2 {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(10, 9, 3, .5);*/
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%);
  /*-webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(10px);*/
  overflow-y: hidden;
}

.content-menu {
  padding: var(--padding);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  margin-top: 4svh;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  width: 100%;
  height: 96svh;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  background-color: var(--mainpurple);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate3d(0, 200svh, 0);
}

.content-menu2 {
  padding: var(--padding);
  border-radius: 12px;
  margin-top: 4svh;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  width: 100%;
  height: 96svh;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  background-color: var(--mainpurple);
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
  transform: translate3d(0, 0, 0);
}

.content-menu header {
  display: flex;
  justify-content: flex-end;
}

.content-menu2 header {
  display: flex;
  justify-content: flex-end;
}

.content-menu-close {
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  flex-flow: row;
}

.content-menu-wrapper {
  padding-bottom: 48px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.fixedbutton2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 280px;
  min-height: 94px;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  border: 4px solid hsla(0, 0%, 100%, 1);
  background-color: hsla(0, 0%, 100%, 1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  color: #000;
  font-size: var(--fontS);
  text-decoration: none;
  margin-bottom: 12px;
}

.fixedbutton2:hover {
  border: 4px solid var(--brandeisblue);
  color: var(--brandeisblue);
}

.fixedbutton2:hover .halfbutton h3 {
  color: var(--brandeisblue);
}

.fixedbutton2group {
  width: clamp(166px, 18vw, 266px);
  display: flex;
}

.halfbutton {
  flex: 1 1;
  width: -webkit-min-content;
  width: min-content;
  padding-left: clamp(1rem, 0.6rem + 0.8vw, 1.5rem);
  padding-right: clamp(1rem, 0.6rem + 0.8vw, 1.5rem);
  align-self: center;
  justify-self: center;
}

.halfbutton h3 {
  font-size: clamp(16px, 0.5rem + 0.5vw, 1rem);
  color: var(--mainBlack);
  font-weight: 600;
  font-family: var(--first-font);
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
}

.halfbutton span {
  white-space: nowrap;
}

.img-cta {
  width: 63px;
  height: 62px;
  border-radius: 4px;
  background-color: #000;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.fixedbutton2-text-wrapper {
  width: 100%;
  margin-left: 16px;
}

.fixedbutton2-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fixedbutton2-title-header {
}

.fixedbutton2-content-wrapper {
}

/* hier nur die word typer */
span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.word {
  margin-bottom: 4px;
  position: relative;
  white-space: nowrap;
  animation: opacity var(--fadeIn-duration, 500ms);
  display: none;
  cursor: default;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.word-Background::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  transition: opacity 3s linear;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(10, 9, 3, 0.2);
  animation: fadeOut var(--fadeOut-duration, 4000ms) forwards;
}

.word-outline:hover {
  outline: solid 1px rgba(10, 9, 3, 0.3);
  border-radius: 5px;
}

.word-Background-Stable-fixed::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  transition: opacity 3s linear;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(10, 9, 3, 0.3);
}

.word-Background-Stable::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 5px 5px 5px 5px;
  animation: fadeStable 4000ms forwards;
}

@keyframes fadeStable {
  0% {
    background-color: rgba(10, 9, 3, 0.2);
  }
  50% {
    background-color: rgba(10, 9, 3, 0.2);
  }
  100% {
    background-color: rgba(10, 9, 3, 0.1);
  }
}

.word-Content {
   margin-top: 0px;
   margin-right: clamp(2px, 0.4vw, 6px);
   margin-bottom: 0px;
   margin-left: clamp(2px, 0.4vw, 6px);
}

/*.word-Content input[type=text] {
  
  background: transparent;
  border: none;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: var(--)var(--challenge-font-size);
}*/

/* style text input when challenge element is double clicked */
.word input[type='text'] {
  font-size: var(--challenge-font-size);
  letter-spacing: -0.005em;
  font-family: var(--first-font);
  color: var(--teagreen);
  box-shadow: none;
  outline: none;
  background: transparent;
  border: none;
  box-sizing: border-box;
}

.word input[type='text']:focus {
  border-color: none;
  margin: 0px;
  padding: 0px;
}

.text-input-wrapper {
  position: relative;
  display: inline-block;
}

.element {
  cursor: pointer;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.typed {
  display: inline-block;
}

.carousel {
  width: 100%;
}

.carousel-cell {
  width: 100%;
  font-family: var(--first-font);
  color: white;
  font-size: var(--fontL);
  height: 200px;
  padding-left: 148px;
  padding-right: 148px;
  background: transparent;
  border-radius: 8px;
}

.carousel-cell h2 {
  color: white;
}

/* ab hier scroll hide menu
/*hier slider menu */
.challenge-slide-menu-wrapper {
  position: relative;
  max-width: 600px;
  height: 56px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.challenge-slide-menu {
  margin: 0px;
  height: 120px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.item {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
}

/* .paddles {
}
.paddle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 4px solid #efefef;
  background-color: #efefef;

  font-family: var(--first-font);
  font-weight: 600;
}
.paddle:hover {
  background-color: blue;
  border: 4px solid blue;
  color: #fff;
}
.left-paddle {
  left: 16px;

  -webkit-box-shadow: 0px 0px 30px 40px #00deff;
  box-shadow: 0px 0px 30px 40px #00deff;
}
.right-paddle {
  right: 0;
  -webkit-box-shadow: 0px 0px 30px 40px #00deff;
  box-shadow: 0px 0px 30px 40px #00deff;
} */

.hidden {
  display: none;
}

.challenge-Category {
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--first-font);
  font-weight: 400;
  font-size: var(--fontL);
  overflow: hidden;
  background-color: rgba(10, 9, 3, 0.2);
}

.challenge-Category label {
  float: left;
  line-height: 66px;
  width: 100%;
}

.challenge-Category label span {
  text-align: left;
  display: block;
  padding-left: 16px;
}

.challenge-Category label span:after {
  font-family: 'Material Symbols Outlined';
  content: '\e836';
  font-size: var(--fontL);
  float: right;
  padding-right: 16px;
}

.challenge-Category label input {
  position: absolute;
  display: none;
  color: var(--mainBlack) !important;
}
/* selects all of the text within the input element and changes the color of the text */
.challenge-Category label input + span {
  color: var(--mainBlack);
}

/* This will declare how a selected input will look giving generic properties */
.challenge-Category input:checked + span {
  color: var(--mainBlack);
}

/*
This following statements selects each category individually that contains an input element that is a checkbox and is checked (or selected) and chabges the background color of the span element.
*/

.selected input:checked + span:after {
  font-family: 'Material Symbols Outlined';
  content: '\e2e6';
}

button:disabled,
button[disabled] {
  color: rgba(0, 0, 0, 0.445);
}

#filterpanel,
#sharepanel {
  display: none;
}

.word-grow-Background::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px; /* changed from -5px */
  right: 0px;
  width: 0px; /* added */
  height: 100%;
  opacity: 0;
  transition: width 310ms ease-in-out;
  border-radius: 5px;
  background-color: rgba(3, 6, 10, 0.1);
}

.word-grow-Background.grow::before {
  opacity: 1;
  width: 100%; /* added */
}

.grow-stable {
  background-color: rgba(3, 6, 10, 0.1);
}

/*@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/

.display-placeholder-icon::before {
  font-family: 'Material Symbols Outlined';
  content: attr(icon);
  font-size: 24px;
}

.display-placeholder-text::before {
  font-family: Arial, Helvetica, sans-serif;
  content: attr(icon);
  font-size: var(--fontXXL);
}

.menu-Square {
  color: var(--mainBlack);
  height: 48px;
  width: 48px;
  border: 0px;
  background-color: rgba(10, 9, 3, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.menu-Square-overlay {
  display: none;
}

.menu-Square-delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(177, 18, 18);
  border-radius: 8px;
  opacity: 0%;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-bucket::before {
  font-family: 'Material Symbols Outlined';
  content: '\e5cd';
  font-size: var(--fontL);
}

.menu-Square-delete:hover {
  opacity: 100%;
}

.not-selectable {
  user-select: none;
  -webkit-user-select: none;
}

.counter-container {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--mainBlack);
  color: var(--mainwhite);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter {
  font-size: 12px;
}

.close-container {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: gray;
  color: var(--mainwhite);
  border-radius: 50%;
  border: 2px solid var(--mainwhite);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-container:hover {
  background-color: grey;
}

.close::after {
  font-family: 'Material Symbols Outlined';
  font-size: var(--fontM);
  content: '\e5cd';
}

.menu-Square-grow-Background::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 0px;
  right: 0px;
  bottom: 1px;
  width: 0;
  height: 100%;
  opacity: 0;
  transition: width 350ms ease-in-out;
  border-radius: 8px;
  background-color: rgba(10, 9, 3, 0.1);
}

.menu-Square-grow-Background.grow::before {
  opacity: 1;
  width: 100%;
}

.menu-Square-left:after {
  font-family: 'Material Symbols Outlined';
  content: '\e5cb';
  font-size: var(--fontL);
}

.menu-Square-right:after {
  font-family: 'Material Symbols Outlined';
  content: '\e5cc';
  font-size: var(--fontL);
}

.service-menu {
  width: 500px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.wippen {
  display: none;
}

.bookmark-group {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: left;
 
}

.bookmark-group > * {
  margin-right: 4px;
}

.service-menu button:not(:last-child) {
  margin-right: 3px;
}

.service-menu button:not(:first-child) {
  margin-left: 3px;
}

.icon-placeholder {
  display: inline-block;
}

.icon-placeholder::after {
  font-family: 'Material Symbols Outlined';
  content: '\e598';
  font-size: var(--fontL);
}

.bookmark-placeholder {
  display: none;
}

/* all about link sharing menu */

.share-link-menu {
  height: 170px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  align-items: center;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.share-link-menu input[type='text'] {
  height: 66px;
  font-family: var(--first-font);
  font-size: var(--fontL);
  color: var(--mainBlack);
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  border: 0px;
  width: fit-content;
}

.link-copy-group,
.link-social-group {
  display: flex;
  flex-direction: row;
}

.link-social-group {
  padding-left: 32px;
}

.share-link-menu button {
  line-height: 66px;
  cursor: pointer;
  font-family: var(--first-font);
  font-weight: 400;
  font-size: var(--fontL);
  overflow: hidden;
}

.share-link-menu * {
  margin: 0 8px 24px 8px;
}

.share-link-menu *:first-child {
  margin-left: 0;
}

.share-link-menu *:last-child {
  margin-right: 0;
}


#landingpanel h2 {
  font-size: var(--fontL);
}

#challengepanel {
  
}

#userEmail, #signInButton, #signOutButton {
  display: none;
}

.login-group {
  display: flex;
  align-items: center;
}

.login-group > * {
  margin-left: 10px;
}

.signUp {
  background-color: aliceblue;
  display: flex;
  flex-flow: row;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.cta-info {
  background-color: #00deff;
  border-right: solid 1px black;
}

.signUp-form {
  background-color: #e7eb5d;
  display: flex;
  flex-flow: column;
}

.pointer {
  cursor: pointer;
}

#settings, #bookmarks {
  display: none;
}

/* tooltips - needs to cleaned up*/

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 8px;
 
  background: #fff;
  color: #000;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #fff;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #FFF;
  right: calc(0em - 8px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 8px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}


.star::after {
  font-family: 'Material Symbols Outlined';
  content: '\e838';
  font-size: var(--fontL);

}