/* 

NORMALIZE 

*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-appearance: none; }

body {
  margin: 0; }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

figure {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  width: 100%;
  margin: 0; }

@-moz-document url-prefix() {
  figure {
    width: auto; } }

figure img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  margin: 0; }

/* 

BREAKPOINTS

*/
/* 

FONTS 

*/
@font-face {
  font-family: 'JSTDecret-display';
  src: url(../fonts/JSTDecret-HeadlineRegularExtended.woff) format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'JSTDecret-text';
  src: url(../fonts/JSTDecret-TextRegular.woff) format("woff");
  font-weight: 100;
  font-style: normal; }

/* set base sizing */
html {
  font: normal 100 1.4vw/1.5vw "JSTDecret-text", Georgia, serif; }

/* hierarchy */
.big-text {
  font: normal 100 2rem/2.4rem "JSTDecret-text", Georgia, serif;
  padding-right: 4rem; }
  @media (max-width: 768px) {
    .big-text {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 4.0rem;
      line-height: 4.4rem; } }
  @media (max-width: 768px) {
    .big-text {
      padding-right: 2rem; } }

.big-text-theorie {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7rem; }
  @media (max-width: 768px) {
    .big-text-theorie {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 3rem;
      line-height: 3.3rem; } }

.big-text-werk {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7rem; }
  @media (max-width: 768px) {
    .big-text-werk {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 3rem;
      line-height: 3.3rem; } }

.subhead {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding-right: 4rem; }
  @media (max-width: 768px) {
    .subhead {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 3rem;
      line-height: 3.3rem; } }
  @media (max-width: 768px) {
    .subhead {
      margin-bottom: 2rem; } }

/* 

COLORS

*/
/* 

LAYOUT

*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  position: relative;
  min-height: 100%;
  background: #C4C4C4;
  color: #1402FF;
  -webkit-tap-highlight-color: #C4C4C4;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow-y: scroll;
  overflow-x: hidden;
  cursor: default; }

html ::-webkit-scrollbar {
  display: none; }

@supports (-moz-appearance: none) {
  figure {
    display: table-cell; } }

body {
  transition: transform 0.3s ease;
  transform-origin: left top; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #1402FF; }

h1 {
  margin: 0 0 1rem 0;
  font: normal 100 2rem/2.4rem "JSTDecret-text", Georgia, serif; }
  @media (max-width: 768px) {
    h1 {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 4.0rem;
      line-height: 4.4rem; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-family: "JSTDecret-text", Georgia, serif;
  font-weight: 100;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 0 0 0.5rem 0; }
  @media (max-width: 768px) {
    h2 {
      font-size: 2.5rem;
      line-height: 2.7rem; } }

h3 {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 100; }

h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 100; }
  @media (max-width: 768px) {
    h4 {
      font-size: 2.0rem; } }

p {
  display: block;
  margin: 0; }

em {
  font-style: normal; }

#header {
  position: relative;
  width: 80vw;
  height: 10rem;
  top: 0;
  left: 20vw; }
  @media (max-width: 768px) {
    #header {
      width: 90vw;
      height: 15rem;
      left: 10vw; } }

.page-head-title {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
  font: normal 100 2rem/2.4rem "JSTDecret-text", Georgia, serif; }
  @media (max-width: 768px) {
    .page-head-title {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 4.0rem;
      line-height: 4.4rem; } }

#navbar {
  position: fixed;
  left: 9vw;
  top: 13rem;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  z-index: 0; }
  @media (max-width: 768px) {
    #navbar {
      display: none; } }

#scroller {
  position: absolute;
  /* make offsetParent */
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  /* fill parent */
  overflow-x: hidden;
  overflow-y: scroll; }

#wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  transition: transform 0.5s ease;
  transform-origin: 0px 0px;
  padding-bottom: 12rem; }

.link-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }

.link {
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-right: 1rem; }
  @media (max-width: 768px) {
    .link {
      font-size: 2rem;
      line-height: 2.1rem; } }

#content-wrapper {
  width: 80%;
  margin-left: 20%; }
  @media (max-width: 768px) {
    #content-wrapper {
      width: 90%;
      margin-left: 10%; } }

section {
  clear: both;
  position: relative;
  margin-top: 3.5rem; }
  @media (max-width: 768px) {
    section {
      margin-top: 6.5rem; } }

#design {
  margin: 0; }

#design h1 {
  margin: 0; }

#design p {
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    #design p {
      margin-bottom: 4rem; } }

/* 

AKTUELLES

*/
@media (max-width: 768px) {
  #aktuelles,
  #what-if,
  #theorie {
    height: 100%; } }

.slider-item {
  background-color: #D8D8D8;
  margin: 1rem 1rem 1rem 0;
  position: relative; }

.item-head-wrapper {
  padding: 1rem; }
  @media (max-width: 768px) {
    .item-head-wrapper {
      padding: 3rem 5rem 2rem 3rem; } }

.werk-head-wrapper {
  padding: 1rem;
  position: absolute;
  top: 1rem;
  padding-left: 1rem;
  pointer-events: none;
  mix-blend-mode: color-burn; }

.item-subhead {
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #353535;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  @media (max-width: 768px) {
    .item-subhead {
      font-size: 2rem;
      line-height: 2.2rem; } }

.item-subhead.blue {
  margin: 0;
  color: #1402FF; }

.item-title {
  margin: 0;
  padding: 0;
  color: #1402FF;
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7rem; }
  @media (max-width: 768px) {
    .item-title {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 3rem;
      line-height: 3.3rem; } }

.item-title.small {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  margin: 0; }
  @media (max-width: 768px) {
    .item-title.small {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 2rem;
      line-height: 2.2rem; } }

.item-title.black {
  color: #353535 !important; }

.item-img {
  object-fit: cover; }

.item-img:hover {
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  -webkit-transition-duration: 0, 5s;
  transition-duration: 0.5s; }

.werk-img:hover {
  -webkit-filter: blur(0rem);
  filter: blur(0rem);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.werk-img {
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  display: table-cell;
  mix-blend-mode: color-burn; }

.prev-arrow,
.next-arrow {
  position: absolute;
  height: 100%;
  width: 10%;
  top: 0;
  z-index: 99; }
  @media (max-width: 768px) {
    .prev-arrow,
    .next-arrow {
      display: none; } }

.prev-arrow {
  left: 0;
  cursor: url("../icons/arrow_left_blue.svg"), auto; }

.next-arrow {
  left: 90%;
  cursor: url("../icons/arrow_right_blue.svg"), auto; }

.slick-disabled {
  display: none !important; }

.slick-track {
  margin-left: 0 !important; }

/* 

WHAT-IF

*/
/* 

PROJEKTE

*/
#project-item-stack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.project-item {
  width: 26rem;
  margin: 0 1rem 1rem 0;
  box-shadow: 0px 5px 20px 5px #1402FF;
  position: relative;
  text-align: center;
  isolation: isolate;
  height: 19.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .project-item {
      width: 58rem;
      margin: 0 3rem 1rem 0;
      height: 15rem;
      box-shadow: 0px 1px 10px 1px #C5ABCE; } }

.project-item:hover {
  box-shadow: 1rem 1rem 2rem 0rem #1402FF;
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease; }

.project-item-title {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  color: #353535;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 1.0rem 0 0 0;
  width: 21rem; }
  @media (max-width: 768px) {
    .project-item-title {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 2.0rem !important;
      line-height: 2.3rem;
      top: 70%;
      width: 90%; } }

.project-item-topic {
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #1402FF;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  min-width: 88%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  @media (max-width: 768px) {
    .project-item-topic {
      font-size: 2.0rem !important;
      line-height: 2.3rem;
      top: 35%;
      width: 90%; } }

.project-item-image {
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  width: 100%;
  height: inherit;
  display: table-cell; }
  @media (max-width: 768px) {
    .project-item-image {
      -webkit-filter: blur(0.5rem);
      filter: blur(1rem);
      width: 100%;
      max-height: 100%; } }

.project-item-foreground {
  font-size: 0px;
  background-color: #D8D8D8;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  position: absolute;
  top: 0%;
  left: 0%; }
  @media (max-width: 768px) {
    .project-item-foreground {
      width: 100%;
      height: 16rem; } }

.icon {
  width: 5%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-60%, -50%);
  z-index: 1;
  mix-blend-mode: color-burn; }
  @media (max-width: 768px) {
    .icon {
      display: none; } }

/* 

THEORIE

*/
/* 

PERSON

*/
#person-item-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.person-link {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative; }

.person-item {
  width: 17rem;
  background-color: #1300FF;
  margin: 0 1rem 1rem 0;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative; }
  @media (max-width: 768px) {
    .person-item {
      width: 28.5rem;
      margin: 0 1rem 1rem 0;
      height: 19rem; } }

.person-item .person-header-wrapper {
  padding: 1rem; }
  @media (max-width: 768px) {
    .person-item .person-header-wrapper {
      display: block;
      position: absolute;
      top: 4rem;
      width: 33rem;
      left: -12rem; } }

.person-item .person-area-wrapper {
  font-size: 1rem;
  color: black; }
  @media (max-width: 768px) {
    .person-item .person-area-wrapper {
      margin-left: 40%; } }

.person-item .person {
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  color: white; }
  @media (max-width: 768px) {
    .person-item .person {
      font-size: 2rem;
      line-height: 2.3rem; } }

.person-item .person-item-title {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 0.5rem 0 0 0;
  color: white; }
  @media (max-width: 768px) {
    .person-item .person-item-title {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 3rem;
      line-height: 3.3rem; } }
  @media (max-width: 768px) {
    .person-item .person-item-title {
      font-size: 2rem;
      line-height: 2.3rem;
      margin-left: 40%; } }

.person-item .person-img {
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  mix-blend-mode: lighten !important; }
  @media (max-width: 768px) {
    .person-item .person-img {
      width: 28.5rem;
      opacity: 0.3; } }

.person-item .person-img:hover {
  -webkit-filter: none;
  filter: none; }

/* 

FOOTER

*/
.footer {
  padding-top: 5rem; }

.footer-wrapper {
  margin-top: 2rem;
  padding-left: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .footer-wrapper {
      padding-left: 10%; } }

.footer-wrapper a {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.0rem;
  line-height: 1.2rem; }
  @media (max-width: 768px) {
    .footer-wrapper a {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 2rem;
      line-height: 2.2rem; } }

.footer-background {
  font-size: 1rem;
  height: 0;
  background-color: #1402FF;
  box-shadow: 0px 2rem 13rem 8rem #1402FF;
  position: relative;
  top: 18rem; }
  @media (max-width: 768px) {
    .footer-background {
      top: 25rem; } }

.footer-dat {
  margin-left: 3rem; }
  @media (max-width: 768px) {
    .footer-dat {
      margin-left: 3rem; } }

.page-footer-title {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  width: 29%;
  margin-left: 20%;
  color: #C4C4C4 !important;
  z-index: 1;
  padding-bottom: 2.3rem; }
  @media (max-width: 768px) {
    .page-footer-title {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 2rem;
      line-height: 2.2rem; } }
  @media (max-width: 768px) {
    .page-footer-title {
      width: 90%;
      padding-bottom: 2rem;
      margin-left: 10%; } }

.footer-text {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  width: 65%;
  margin-left: 20%;
  z-index: 1;
  color: #353535;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .footer-text {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 2rem;
      line-height: 2.2rem; } }
  @media (max-width: 768px) {
    .footer-text {
      width: 80%;
      margin-left: 10%;
      display: block; } }

@media (max-width: 768px) {
  .footer-link {
    margin-bottom: 0.5rem; } }

/* 

FRAGEN

*/
#fragen {
  position: fixed;
  top: 0;
  left: -28.2rem;
  margin: 0.5rem;
  z-index: 1;
  width: 370rem;
  transform-origin: bottom left;
  transform: rotate(90deg); }
  @media (max-width: 768px) {
    #fragen {
      display: none; } }

#fragen .question-item {
  height: auto; }

#fragen .question-item {
  background-color: #D8D8D8;
  margin: 0rem 3rem 0rem 0rem;
  border: 5 px;
  width: 33rem;
  float: left;
  height: auto; }

#fragen .answer-text:hover {
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

#fragen .question-item-wrapper {
  padding: 1rem; }

#fragen .question-title {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 2.0rem;
  line-height: 2.4rem;
  font-weight: normal;
  margin: 0.5rem 0 0 0;
  color: #1402FF; }
  @media (max-width: 768px) {
    #fragen .question-title {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 4rem;
      line-height: 4.4rem; } }

.answer-text {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 2rem;
  text-align: left;
  line-height: 2.2rem;
  margin: 0.5rem 0 0 0;
  color: #353535;
  overflow: hidden;
  -webkit-filter: blur(0rem);
  filter: blur(0rem);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

#fragen-mobil {
  display: none; }
  @media (max-width: 768px) {
    #fragen-mobil {
      display: block; } }

.question-item-wrapper-mobil {
  padding: 1rem; }

.question-item-mobil {
  background-color: #D8D8D8;
  margin: 0rem 1rem 1rem 0rem;
  border: 5px; }

.question-title-mobil {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding-bottom: 1rem;
  padding-left: 1vw;
  padding-right: 1vw; }
  @media (max-width: 768px) {
    .question-title-mobil {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 3rem;
      line-height: 3.3rem; } }

.answer-text-mobil {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
  line-height: 2.3rem;
  padding-bottom: 1rem;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #353535; }
  @media (max-width: 768px) {
    .answer-text-mobil {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 3rem;
      line-height: 3.3rem; } }

/* 

SUBPAGE

*/
.back {
  display: block;
  height: auto;
  width: 2rem;
  z-index: 2;
  margin: auto; }
  @media (max-width: 768px) {
    .back {
      width: 5rem; } }

.header-background {
  font-size: 1rem;
  background-color: #1402FF;
  box-shadow: 0px 3rem 10rem 6rem #1402FF;
  position: relative;
  top: -12rem; }

.main {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 18rem; }

.main .subtitle {
  font-family: "JSTDecret-text", Georgia, serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  color: #353535;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .main .subtitle {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 2rem;
      line-height: 2.2rem; } }

.main h1 {
  text-align: center;
  margin-bottom: 7vw;
  color: #353535;
  padding: 0 10%; }

.text-wrap {
  font: normal 100 2rem/2.4rem "JSTDecret-text", Georgia, serif;
  padding: 0 10%;
  color: #353535; }
  @media (max-width: 768px) {
    .text-wrap {
      font-family: "JSTDecret-text", Georgia, serif;
      font-size: 4.0rem;
      line-height: 4.4rem; } }

.text-wrap p {
  margin-bottom: 1rem; }

.subpage-background {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  min-height: 100vh !important;
  opacity: 0.3;
  position: fixed;
  z-index: 0;
  mix-blend-mode: color-burn; }

.subpage-image {
  width: 80%;
  margin-left: 10%;
  padding-bottom: 4rem;
  padding-top: 4rem;
  display: block; }
