/* orbitron-regular - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/orbitron-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/orbitron-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/orbitron-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/orbitron-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/orbitron-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/orbitron-v17-latin-regular.svg#Orbitron') format('svg'); /* Legacy iOS */
}
/* orbitron-500 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/orbitron-v17-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/orbitron-v17-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/orbitron-v17-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/orbitron-v17-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/orbitron-v17-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/orbitron-v17-latin-500.svg#Orbitron') format('svg'); /* Legacy iOS */
}
/* orbitron-600 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/orbitron-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/orbitron-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/orbitron-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/orbitron-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/orbitron-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/orbitron-v17-latin-600.svg#Orbitron') format('svg'); /* Legacy iOS */
}
/* orbitron-700 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/orbitron-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/orbitron-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/orbitron-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/orbitron-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/orbitron-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/orbitron-v17-latin-700.svg#Orbitron') format('svg'); /* Legacy iOS */
}
/* orbitron-800 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/orbitron-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/orbitron-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/orbitron-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/orbitron-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/orbitron-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/orbitron-v17-latin-800.svg#Orbitron') format('svg'); /* Legacy iOS */
}
/* orbitron-900 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/orbitron-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/orbitron-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/orbitron-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/orbitron-v17-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/orbitron-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/orbitron-v17-latin-900.svg#Orbitron') format('svg'); /* Legacy iOS */
}



body {
  position: relative;
  background-color: black;
  font-family: monospace;
  margin: 0;
  padding: 0;
  hyphens: auto;
}

#huge-img {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.headline-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 60rem) {
  .headline-wrapper {
    justify-content: center;
    align-items: center;
  }
}

/* ERSTER BLOCK MIT GRID */

#headline-grid {
  display: grid;
  grid-template-columns: 6fr 6fr 6fr 6fr 52fr 6fr 6fr 6fr 6fr;
  grid-template-rows: 6vw 6vw 6vw 6vw 6vw 6vw 6vw 6vw 6vw 6vw;
  position: relative;
  width: 100%;
  background-color: orange;
}

#headline-grid > *::before {
  padding-bottom: 100%;
}

.black-box-1 {
  grid-column: 4;
  grid-row: 2;
  display: inline-block;
  border: .17vw solid white;
  background-color: black;
  z-index: 1;
}

.black-box-2 {
  grid-column: 6;
  grid-row: 9;
  z-index: 100;
  border: .17vw solid white;
  z-index: 1;
}

.black-box-3 {
  grid-column: 7;
  grid-row: 9;
  border-right: .17vw solid white;
  border-bottom: .17vw solid white;
  border-top: .17vw solid white;
  border-left: 0;
  z-index: 1;
}

.headline-overlay-box {

}

#headline-wrapper {
  grid-column: 5;
  grid-row-start: 3;
  grid-row-end: 9;
  position: relative;
}

.headline-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  grid-column: 5;
  grid-row-start: 3;
  grid-row-end: 9;
  border: .17vw solid white;
}

#bocks-1 {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 24vw;
}

#bocks-2 {
  top: 0;
  right: 0;
  position: absolute;
  width: 24vw;

}

/* ZWEITER BLOCK - ABLAUF */

.ablauf-headline {
  margin-top: 6rem;
  margin-left: 7rem;
  display: flex;
  position: relative;
  color: #ffffff;
  font-size: 9rem;
  z-index: 15;
  font-family: 'Orbitron', sans-serif;
}

.ablauf-headline > div:nth-child(1) {
  margin-right: 1.5rem;
}

@media screen and (max-width: 90rem) {
  .ablauf-headline {
    font-size: 7rem;
  }
}

@media screen and (max-width: 75rem) {
  .ablauf-headline {
    margin-top: 4.5rem;
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 60rem) {
  .ablauf-headline {
    margin-left: 0;
    font-size: 3.5rem;
    text-align: center;
  }
}

#mappebild {
  top: -13rem;
  position: absolute;
  height: 75vh;
  right: 0;
}

@media screen and (max-width: 80rem) {
  #mappebild {
    top: -6rem;
    height: 55vh;
  }
}

#mappebild2 {
  position: absolute;
  height: 70vh;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 65rem) {
  #mappebild2 {
    bottom: -5rem;
  }
}

.ablauf   {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}


@media screen and (max-width: 80rem) {
  .ablauf {
    margin-top: 3rem;
    justify-content: space-around;
  }
}

@media screen and (max-width: 65rem) {
  .ablauf {
    margin-top: 4rem;
    flex-direction: column;
  }
}


.ablauf-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 4.6rem;
  border-bottom: 0.3rem solid white;
}

@media screen and (max-width: 55rem) {
  .ablauf-head {
    height: 3.5rem;
  }
}


.head-head {
  height: 3.8rem;
}

.changes-head {
  border-bottom: none;
}

.circle-wrapper {
  margin-left: 1.8rem;
  display: flex;
  flex-direction: row;
}

.circle-wrapper-head {
  margin-left: 1.2rem;
}

.circle-wrapper div:first-child {
  margin-left: 0;
}

.circle {
  margin-left: .5rem;
  margin-right: .5rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: .2rem solid white;
}

@media screen and (max-width: 55rem) {
  .circle {
    width: 1.2rem;
    height: 1.2rem;
  }
}


.flexablauf {
  margin-right: 6%;
  width: 28vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: black;
  border: solid .15rem orange;
  z-index: 3;
}

@media screen and (max-width: 80rem) {
  .flexablauf {
    margin-right: 0;
  }
}

@media screen and (max-width: 100rem) {
  .flexablauf {
    width: 35vw;
  }
}

@media screen and (max-width: 80rem) {
  .flexablauf {
    width: 42vw;
  }
}

@media screen and (max-width: 65rem) {
  .flexablauf {
    margin-right: 3rem;
    width: 60vw;
  }
}

.flexablauf-margin {
  margin-top: 11rem;
}

@media screen and (max-width: 90rem) {
  .flexablauf-margin {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 65rem) {
  .flexablauf-margin {
    margin-right: 0;
    margin-left: 3rem;
    margin-top: 3rem;
  }
}

.ablauf-text {
  margin: 1.8rem;
  font-size: 1.2rem;
  color: #ffffff;
}

/* DRITTER BLOCK - CHANGES */

.change   {
  margin-top: 19rem;
  position: relative;
  color: black;
  width: 100%;
}

.xxx3 {
    position: absolute;
    height: 3vh;
    padding-left: 18vw;
    padding-bottom: 30.5vh;
}

.xxx4 {
    position: absolute;
    height: 3.5vh;
    padding-bottom: 37vh;
    padding-left: 20.3vw;
}

.xxx5 {
    position: absolute;
    height: 3vh;
    padding-bottom: 31vh;
    padding-left: 20.6vw;
}

.xxx6 {
    position: absolute;
    height: 2.5vh;
    padding-bottom: 25.8vh;
    padding-left: 14vw;

}

#f1 {
  border: solid black 0.8vh;
  width: 11vw;
  height: 15vh;
  position: absolute;
  margin-top: 5vw;
  right: 45vw;
  z-index: 1;
  background-color: orange;
  box-shadow: 0.5vw 0.7vh white;

}

#f2 {
  border: solid black 0.8vh;
  width: 13vw;
  height: 18vh;
  position: absolute;
  margin-top: 10vw;
  right: 40vw;
  z-index: 1;
  background-color: orange;
  box-shadow: 0.5vw 0.7vh white;
}


#f3 {
  border: solid black 0.8vh;
  width: 15vw;
  height: 20vh;
  position: absolute;
  margin-top: 15vw;
  right: 35vw;
  z-index: 3;
  background-color: orange;
  box-shadow: 0.5vw 0.7vh white;
}

#f4 {
  border: solid black 0.8vh;
  width: 20vw;
  height: 25vh;
  position: absolute;
  margin-top: 20vw;
  right: 27.5vw;
  z-index:4;
  background-color: orange;
  box-shadow: 0.5vw 0.7vh white;

}


#f5 {
  border: solid black 0.8vh;
  width: 25vw;
  height: 35vh;
  position: absolute;
  margin-top: 25vw;
  right: 20vw;
  z-index: 5;
  background-color: orange;
  box-shadow: 0.5vw 0.7vh white;
}

#f8 {
  border: solid black 0.8vh;
  width: 10vw;
  height: 15vh;
  position: absolute;
  margin-top: 16vw;
  left: 38vw;
  z-index: 1;
  background-color: orange;
  box-shadow: -0.5vw 0.7vh white;
}

#f9 {
  border: solid black 0.8vh;
  width: 15vw;
  height: 19vh;
  position: absolute;
  margin-top: 20vw;
  left: 32vw;
  z-index: 2;
  background-color: orange;
  box-shadow: -0.5vw 0.7vh white;
}

#f10 {
  border: solid black 0.8vh;
  width: 18vw;
  height: 23vh;
  position: absolute;
  margin-top: 24vw;
  left: 27vw;
  z-index: 3;
  background-color: orange;
  box-shadow: -0.5vw 0.7vh white;
}

#f11 {
  border: solid black 0.8vh;
  width: 22vw;
  height: 27vh;
  position: absolute;
  margin-top: 28vw;
  left: 20vw;
  z-index: 4;
  background-color: orange;
  box-shadow: -0.5vw 0.7vh white;
}

#f6 {
  background-size: 100%;
  background-repeat: no-repeat;
  border: solid black 0.8vh;
  width: 30vw;
  min-height: 36vh;
  z-index: 6;
  background-color: orange;
  box-shadow: 0.5vw 0.7vh white;
}

@media screen and (max-width: 98rem) {
  #f6 {
    width: 40vw;
  }
}

@media screen and (max-width: 65rem) {
  #f6 {
    margin-right: 3rem;
    width: 65vw;
  }
}

#f12{
  border: solid black 0.8vh;
  width: 29vw;
  min-height: 29.5vh;
  margin-top: 2rem;
  z-index: 5;
  background-color: orange;
  box-shadow: -0.5vw 0.7vh white;
}

@media screen and (max-width: 98rem) {
  #f12 {
    width: 36vw;
  }
}

@media screen and (max-width: 65rem) {
  #f12 {
    margin-bottom: 4rem;
    margin-left: 3rem;
    width: 65vw;
  }
}

@media screen and (max-width: 70rem) {
  #f1, #f2, #f3, #f4, #f5, #f7, #f8, #f9, #f10, #f11 {
    display: none;
  }
}

#changes-card-wrapper {
  margin-top: 30vw;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

@media screen and (max-width: 70rem) {
  #changes-card-wrapper {
    margin-top: 10vw;
  }
}

@media screen and (max-width: 65rem) {
  #changes-card-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.changes-text {
  margin-bottom: 1.8rem;
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  font-size: 1.2rem;
  color: #000;
}

.circle-changes-1 {
  border: .3rem solid black;
  background-color: white;
}

.circle-changes-2 {
  border: .3rem solid black;
  background-color: black;
}

.circle-changes-3 {
  border: .3rem solid black;
}

/* VIERTER BLOCK - EXTRA */

.extra-wrapper {
  margin-top: 24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  z-index: 2;
}

.extra-card {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  width: 35rem;
  background-color: black;
  color: white;
  border: .5rem solid white;
  box-shadow: -1.5rem 1.5rem orange;
  font-size: 1.2rem;
}

.card-2 {
  margin-left: -10rem;
  margin-top: 10rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 30rem;
  font-size: 1rem;
  box-shadow: 1.2rem 1.2rem orange;
}

@media screen and (max-width: 110rem) {
  .card-2 {
    margin-left: -2rem;
  }
}

@media screen and (max-width: 90rem) {
  .card-2 {
    margin-left: -5rem;
  }
}

.card-3 {
  margin-top: 13rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 35rem;
  font-size: 1rem;
  box-shadow: 1.2rem 1.2rem orange;
}

@media screen and (max-width: 110rem) {
  .card-3 {
    margin-top: 9rem;
  }
}

.extra-text {
  width: 80%;
}

/* GALLERIE */

.galerie   {
  margin-top: 24rem;
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 75rem) {
  .galerie {
    margin-top: 12rem;
  }
}

.galerie-img {
  margin-bottom: 4rem;
  width: 39vw;
  filter: grayscale(100%);
  transition: filter .2s ease-in-out, transform .2s ease-in-out;
}

.galerie-img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

/* MEHR TEXT ABSCHNITT */

.second-card-margin {
  margin-top: 2rem;
}

@media screen and (max-width: 75rem) {
  .second-card-margin {
    margin-top: 6rem;
  }
}

.small-headline {
  margin-top: 3rem;
}

@media screen and (max-width: 75rem) {
  .small-headline {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 50rem) {
  .small-headline {
    margin-top: 5rem;
  }
}


.second-card-surround {
  position: relative;
  width: 25rem;
}

.second-card-1 {
  margin-top: 8rem;
}

@media screen and (max-width: 75rem) {
  .second-card-1 {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

.second-card-2 {
  width: 27rem;
}

@media screen and (max-width: 75rem) {
  .second-card-2 {
    margin-left: 10rem;
  }
}

.second-card-3 {
  margin-left: 10rem;
  margin-bottom: 4rem;
  width: 28rem;
}

@media screen and (max-width: 75rem) {
  .second-card-3 {
    margin-left: 0;
    margin-right: 10rem;
  }
}

.second-card-4 {
  margin-left: -5rem;
  margin-top: 27rem;
  width: 20rem;
}

@media screen and (max-width: 90rem) {
  .second-card-4 {
    margin-top: 5rem;
    margin-left: 0;
  }
}

#card-2-3-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 75rem) {
  #card-2-3-wrapper {
    display: flex;
    align-items: center;
    width: 80%;
  }
}

.second-card {
  padding: 2rem;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: white;
  border: .2rem solid black;
  font-size: 1rem;
  z-index: 2;
}

.second-card-background {
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: orange;
  border: .2rem solid black;
  z-index: 1;
}

.close-icon {
  top: 1.8rem;
  right: 1.7rem;
  position: absolute;
  width: 1.7rem;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 13px;
}

/* ABSCHNITT XXX - QOUTES */

.qoutes-headline {
  margin-top: 12rem;
  margin-left: 0;
  margin-right: 7rem;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

@media screen and (max-width: 86rem) {
  .qoutes-headline {
    margin-top: 12rem;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 60rem) {
  .qoutes-headline {
    margin-right: 0;
  }
}

.quote-headline-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 60rem) {
  .quote-headline-wrapper {
    justify-content: center;
  }
}

.third-card-margin {
  margin-top: 3rem;
}

@media screen and (max-width: 86rem) {
  .third-card-margin {
    margin-top: 3rem;
  }
}

.qoutes-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 30rem;
  height: 28rem;
  background-color: orange;
  border: .3rem solid black;
  box-shadow: 1.5rem 1.5rem rgba(80, 80, 82, 0.31);
}

.qoutes-card-head {
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 4rem;
  background-color: white;
  border-bottom: .3rem solid black;
}

.qoutes-close {
  margin-right: 1.1rem;
  top: unset;
  right: unset;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
}

.qoutes-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.q-text-align {
  width: 80%;
}

#quotes-card-wrapper {
  display: flex;
  flex-direction: column;
}

.q-card-2 {
  margin-top: -5rem;
  margin-left: 23rem;
  width: 28rem;
  height: 23rem;
}

@media screen and (max-width: 60rem) {
  .q-card-2 {
    margin-top: 5rem;
    margin-left: -5rem;
  }
}

.q-card-3 {
  margin-top: 15rem;
  width: 25rem;
  height: 22rem;
}

@media screen and (max-width: 86rem) {
  .q-card-3 {
    margin-top: 5rem;
  }
}

.q-card-3-text {
  font-size: 1.4rem;
}

/* ZUKUNFT ABSCHNITT */

.future-headline {
  margin-left: 0;
  margin-top: 8rem;
  text-align: center;
}

@media screen and (max-width: 75rem) {
  .future-headline {
    margin-top: 6rem;
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 50rem) {
  .future-headline {
    margin-top: 5rem;
    font-size: 3.5rem;
    line-height: 3.6rem;
  }
}

#zukunft-card {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  max-width: 65%;
  background-color: orange;
  border: .3rem solid black;
  box-shadow: 1.5rem 1.5rem white;
}

#zukunft-card-text {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 80%;
  height: 80%;
  font-size: 1.4rem;
}


/* MEHR */

#future-box-wrapper {
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  position: relative;
  width: 75%;
}

#future-boxes-wrapper {
  display: flex;
  flex-direction: row;
  position: absolute;
  justify-content: space-between;
  width: 100%;
}

.future-box {
  width: 23rem;
  height: 14rem;
  background-color: black;
  border: .2rem solid white;
}

.big-future-box {
  margin-top: 22rem;
  width: 75%;
  height: auto;
  z-index: 2;
  background-color: black;
  border: .2rem solid white;
}

@media screen and (max-width: 110rem) {
  .big-future-box {
    width: 70%;
  }
}

@media screen and (max-width: 78rem) {
  .big-future-box {
    margin-top: 11rem;
    width: 64%;
  }
}

@media screen and (max-width: 60rem) {
  .big-future-box {
    margin-top: 0;
    width: 90%;
  }
}

#future-card-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93%;
}

#future-card-text {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 80%;
  color: white;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 78rem) {
  .future-box {
    width: 17rem;
    height: 10rem;
  }
}

@media screen and (max-width: 60rem) {
  .future-box {
    display: none;
  }
}

.future-box-2 {
  margin-top: -7rem;
  margin-left: 3rem;
}

.future-box-3 {
  margin-top: -7rem;
  margin-left: 6rem;
}

.future-box-4 {
  margin-left: 6rem;
}

.future-box-6 {
  margin-top: -7rem;
  margin-left: 0;
}

.future-box-head {
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1.7rem;
  border-bottom: .2rem solid white;
}

.future-box-circle-wrapper {
  display: flex;
  flex-direction: row;
  margin-left: .5rem;
}

.future-box-circle {
  margin-left: .25rem;
  margin-right: .25rem;
  width: 1rem;
  height: 1rem;
  border: .14rem solid white;
  box-sizing: border-box;
  border-radius: 50%;
}

.future-box-circle-orange {
  border: .14rem solid orange;
}


/* TITEL ZEUGS */

#title-box {
  width: 100%;
  height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 25;
  font-family: 'Orbitron', sans-serif;
}

.title-small {
  display: flex;
  width: fit-content;
  color: white;
  white-space: pre;
  font-size: 9rem;
  text-shadow: -0.4vw 0.5vh orange;
}

.title-glitch {
  animation: glitch 2s linear infinite;
}

#title-font-wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

@media screen and (max-width: 110rem) {
  .title-small, .title-glitch {
    font-size: 9rem;
  }
}

@media screen and (max-width: 95rem) {
  .title-small, .title-glitch {
    font-size: 7rem;
  }
}

@media screen and (max-width: 80rem) {
  .title-small, .title-glitch {
    font-size: 6rem;
  }
}

@media screen and (max-width: 70rem) {
  .title-small, .title-glitch {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 60rem) {
  .title-small, .title-glitch {
    font-size: 4rem;
  }

  #title-font-wrapper {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 45rem) {
  .title-small, .title-glitch {
    font-size: 3rem;
  }
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg);
  }
}


@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg);
  }
}

.title-glitch:before, .title-glitch:after {
  content: attr(title);
  position: absolute;
  left: 0;
}

.title-glitch:before {
  color: white;
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}


.title-glitch:after {
  color: white;
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg);
  }
}
