:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #e4ffaa;
  text-decoration: none;
}

a:hover {
  font-family: Review Mono Cursive, sans-serif;
}

.columns {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.paragraph {
  text-align: center;
  font-family: Review Mono, sans-serif;
}

.paragraph.text-klein {
  font-family: Review Mono, sans-serif;
  line-height: .7rem;
}

.body {
  color: #e4ffaa;
  text-shadow: 0 1px 17px #8ce50e;
  background-color: #13130e;
  font-size: 1rem;
  line-height: 1.3rem;
  display: block;
}

.text-span {
  font-family: Review Mono, sans-serif;
}

.column {
  padding-left: 10%;
}

.container {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  font-family: Review Mono Cursive, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.design {
  cursor: e-resize;
}

.design:hover {
  font-family: Review Mono Cursive, sans-serif;
}

.design:active {
  text-decoration: none;
}

.design:focus {
  font-family: Review Mono Cursive, sans-serif;
  text-decoration: none;
}

.design-paragraph2, .study-paragraph, .teach-paragraph, .drive-paragraph, .strive-paragraph, .publish-paragraph {
  text-align: center;
  font-family: Review Mono, sans-serif;
  display: block;
}

.study {
  cursor: e-resize;
}

.study:hover, .study:active {
  font-family: Review Mono Cursive, sans-serif;
}

.study:focus {
  font-family: Review Mono Cursive, sans-serif;
  text-decoration: underline;
}

.link {
  color: #d8ecab;
}

.link.w--current {
  color: #e4ffaa;
  font-family: Review Mono Cursive, sans-serif;
  text-decoration: underline;
}

.design-link.w--current {
  font-family: Review Mono Cursive, sans-serif;
  text-decoration: underline;
}

.text-klein {
  font-size: .6rem;
}

.teach {
  cursor: e-resize;
}

.teach:hover {
  font-family: Review Mono Cursive, sans-serif;
}

.drive {
  cursor: e-resize;
}

.drive:hover {
  font-family: Review Mono Cursive, sans-serif;
}

.strive {
  cursor: e-resize;
}

.strive:hover {
  font-family: Review Mono Cursive, sans-serif;
}

.publish {
  cursor: e-resize;
}

.publish:hover {
  font-family: Review Mono Cursive, sans-serif;
}

.caroline-lei {
  cursor: s-resize;
  font-family: Review Mono Cursive, sans-serif;
}

.berlin {
  text-align: center;
}

.is {
  cursor: s-resize;
  font-family: Review Mono Cursive, sans-serif;
}

.stern1, .stern2 {
  font-family: Review Mono Cursive, sans-serif;
}

.text-span-3 {
  -webkit-text-stroke-color: rgba(228, 255, 170, 0);
}

.unsichtbarerstern {
  color: rgba(228, 255, 170, 0);
  -webkit-text-stroke-color: rgba(228, 255, 170, 0);
  text-shadow: none;
}

.zahl {
  text-decoration: underline;
}

.cursive {
  font-family: Review Mono Cursive, sans-serif;
}

@media screen and (max-width: 991px) {
  .column {
    padding-left: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: .8rem;
    line-height: 1rem;
  }

  .column {
    padding-right: 1vw;
  }
}


@font-face {
  font-family: 'Review Mono';
  src: url('../fonts/ReviewMonoRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Review Mono Cursive';
  src: url('../fonts/ReviewMonoCursive.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}