.coloredletter .highligted:nth-of-type(3n) {
  color: var(--violet);
  text-transform: uppercase;
}
.footer div div {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-items: center;
}
.footer div div a {
  display: flex;
  align-items: center;
  justify-items: center;
}
.footer div div a img,
.footer div div a span {
  margin-right: 15px;
}
.cicons {
  height: 30px;
  vertical-align: middle;
}

.coloredletter .highligted:nth-of-type(3n-2) {
  text-transform: uppercase;
  color: var(--red);
}

.coloredletter .highligted:nth-of-type(3n-1) {
  color: var(--cyan);
  text-transform: uppercase;
}

.button-85 {
  padding: 0.6em 0.6em;
  border: none;
  outline: none;
  color: var(--violet);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 35%;
  margin: 50px auto 50px auto;
  /*   font-family: lato;
 */
  font-size: 1.5em;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff000066,
    #ff730066,
    #fffb0066,
    #48ff0066,
    #00ffd566,
    #002bff66,
    #7a00ff66,
    #ff00c866,
    #ff000066
  );
  position: absolute;
  top: -4px;
  left: -4px;
  background-size: 400%;
  z-index: -1;
  /*   filter: blur(8px);
  -webkit-filter: blur(8px); */
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  animation: glowing-button-85 30s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*   background: white;
 */
  left: 0;
  top: 0;
  border-radius: 10px;
}
.textright > * {
  /*             margin-left: 12vw;
*/
  text-align: left;
}

.textleft > * {
  text-align: left;
  /*             margin-right: 12vw;
*/
}
div {
  overflow: visible;
}

.fwelcome {
  position: relative;

  margin-bottom: 20vh;
  font-size: 1.5rem;
  /*   line-height: 1.5rem;
 */
  overflow: visible;
  padding: 0vh 0px 30vh 00px;
/*   padding: 0vh 40px 30vh 40px;
 */
}

.colered {
  margin: 10px 0 10px 0;
  display: inline-block;
  overflow: visible;
}

.colored:nth-of-type(3n) {
  background: radial-gradient(hsl(0 100% 60%), hsl(10 100% 60%));
  background: conic-gradient(
    hsl(0 100% 60%),
    hsl(100 100% 60%),
    hsl(100 100% 60%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /*             -webkit-text-fill-color: #0099ff55;
*/
}

.colored:nth-of-type(3n-2) {
  background: radial-gradient(hsl(300 100% 60%), hsl(400 100% 60%));
  background: conic-gradient(
    hsl(300 100% 60%),
    hsl(300 100% 60%),
    hsl(400 100% 60%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yellowgrad {
  background: linear-gradient(162deg, var(--yellow) 0%, hsl(49, 100%, 51%) 100%)
    fixed;
  /*     background:  linear-gradient(162deg, var(--yellow) 30%, rgba(255,228,200,1) 100%) fixed;
 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: normal;
  letter-spacing: -8px;
  line-height: 1;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  overflow: visible;
}

.colored:nth-of-type(3n-1) {
  background: radial-gradient(hsl(100 100% 60%), hsl(200 100% 60%));
  background: conic-gradient(
    hsl(100 100% 60%),
    hsl(200 100% 60%),
    hsl(100 100% 60%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.funneldiv {
  font-size: min(8vw, 5rem); /* NEW */
  color: white;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1;
  text-decoration: none;
  padding: 1.5vh 0 1.5vh 0px;
  z-index: 3;
}

.frontdiv {
  display: grid;
  align-items: center;
  height: 90vh;
  overflow: visible;
}

/*        .funneldiv ul {
padding-left: 20px;
list-style-type: "→ ";

} */
.funneldiv ul {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: "→ ";
  color: white;
  -webkit-text-fill-color: white;
}

.funneldiv li {
  margin: 2vh 0 2vh 2vh;
  font-family: "lato";
  -webkit-text-fill-color: white;
}
.leftpicture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 35%;
  height: 100%;
  background-size: cover;
  overflow: visible;
}
.rightcontent {
  margin: 0 0 0vh 36%;
  overflow: visible;
}
.rightpicture {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 35%;
  height: 100%;
  background-size: cover;
  overflow: visible;
}
.leftcontent {
  margin: 0 36% 0vh 0;
  overflow: visible;
}
@media (max-width: 1000px) {
  .leftpicture {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 40vh;
    background-size: cover;
    overflow: visible;
    background-position: center;
  }
  .rightcontent {
    padding: 40vh 0 0 0;
    margin: 0vh 0 0 0;
    overflow: visible;
  }
  .rightpicture {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 40vh;
    background-size: cover;
    overflow: visible;
    background-position: center;
  }
  .leftcontent {
    padding: 40vh 0 0 0;
    margin: 0vh 0 0 0;
    overflow: visible;
  }
  .parallax {
    background-attachment: inherit;
  }
}

.medium {
  font-size: min(8vw, 2em);
  line-height: 1;
  font-weight: normal;
}
.star {
  position: fixed;
  width: var(--starsize);
  height: var(--starsize);
  bottom: var(--starsize);
  font-size: var(--starsize);
  z-index: -1;
}

.spaceship {
  background-image: url("pics/space.jpeg");
  width: 500px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

@keyframes flicker1 {
  0% {
    opacity: var(--starB);
  }

  100% {
    opacity: 0;
  }
}

@keyframes flicker2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: var(--starB);
  }

  100% {
    opacity: 0;
  }
}

@keyframes flicker3 {
  0% {
    opacity: var(--starB);
  }

  20% {
    opacity: var(--starB);
  }

  30% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: var(--starB);
  }

  100% {
    opacity: var(--starB);
  }
}

@keyframes flicker4 {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: var(--starB);
  }

  100% {
    opacity: 0;
  }
}

/* Funnel end */
/* Creator Skema */
.schedule {
  margin: 0 auto 0 auto;
}
.centerdiv {
  display: grid;
  align-items: center;
  justify-items: center;
}
.overviewgrid {
  display: grid;
  grid-template-columns: min(8vw, 85px) auto;
  grid-template-rows: 1fr 7fr 2fr;
  gap: 20px;
  font-size: min(4vw, 1.5em);
  min-height: 75vh;
  /*   font-family: "Lato";
 */
}

/* .overviewgrid div {
  background-color: var(--blueopac);
  padding: 0px;
} */
.overviewgrid .hour {
  font-size: min(4vw, 1em);
  text-align: center;
  display: grid;
  font-family: "Lato";
  grid-template-rows: auto 45px auto;
  height: 100%;
  width: 100%;
}
.hour .pilop {
  --borderw: min(1vw, 4px);
  border-top: var(--borderw) dotted white;
  border-left: var(--borderw) dotted white;
  margin: 10px 0 0px 50%;
  border-top-left-radius: 25px;
}
.hour .pilned {
  --borderw: min(1vw, 4px);
  border-bottom: var(--borderw) dotted white;
  border-left: var(--borderw) dotted white;
  border-bottom-left-radius: 25px;

  margin: 0 0 10px 50%;
  /*   border-radius: 20px;
 */
}
.overviewgrid .schedulecontent {
  padding: 0 10px 0 10px;
  text-align: center;
}
.overviewgrid div .funneldiv {
  font-size: min(8vw, 2em);
}

.faq button {
  border: none;
  background: none;
  font-family: "Roboto Mono", monospace;
  font-size: 22px;
  color: var(--red);
  text-align: left;
}
.faq button:hover {
  border: none;
  background: none;
  font-family: "Roboto Mono", monospace;
  font-size: 22px;
  color: var(--cyan);
  cursor: pointer;
}

.activefaq {
  background: blueviolet;
}

.course h1 {
  font-size: 5em;
  margin-bottom: 10px;
}
.creatorid > * {
  font-size: 2em;
}
@media (min-width: 999px) {
  .grid3070 {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media (max-width: 1000px) {
  .phonecenter {
    text-align: center;
  }
}
