@font-face {
       font-family: 'Empyrean Display';
       src: url('../Links/EmpyreanDisplay-Regular.woff') format('woff');
       font-weight: normal;
       font-style: normal;
     }

@font-face {
       font-family: "Dirtyline 36Daysoftype 2022";
       src: url(' "../Links/Dirtyline-36daysoftype-2022.woff"') format('woff');
       font-weight: normal;
       font-style: normal;
     }

body::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
    display: none; /* Für Chrome, Safari und Opera */
}

@media screen and (min-width: 1100px) {

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
	
body {
  font-family: sans-serif;
  background: black;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

header {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(9,9,8,0) 100%);
  align-content: center;
  align-items: center;
  display: flex;
  height: 100px;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9996;
}

header a {
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  color: white;
  font-size: 1vw;
}

header a:hover {
  color: #4018b8;
  cursor: pointer;
}

header nav ul {
  display: flex;
  list-style: none;
  align-items: center;
}

header nav li {
  position: absolute;
  right: 5%;
}

.navigation-desktop {
  display: flex;
  justify-content: space-between;
}
	
.navigation-mobile {
  display: none;
  justify-content: space-between;
}

.box {
  border: 1px solid, white;
  postion: center;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  bottom: 100px;
  background-color: white;
}

.box a {
  color: black;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  transition: color 0.5s ease-in-out;
  font-size: 1vw;
}

.box :hover {
  background-color: transparent;
}

.box a:hover {
  color: #4018b8;
  cursor: pointer;
  background-color: transparent;
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}

h2 {
  color: white;
  font-size: 16pt;
  margin-top: 40px;
  margin-left: 40px;
}

.page {
  display:flex;
  margin-top: 100px;
  flex-wrap:wrap;
  padding: 0 4px;
}


	
	

#startseite-desktop {
  display: block;
}

#video {
  position: fixed;
  justify-content: center;
  align-items: center; 
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  top: 0px;
  z-index: -1;
  overflow: hidden;
}

.Video-Einleitung {
  padding-left: 40px;
  padding-bottom: 40px;
  bottom: 0px;
  border-color: white;
  position: absolute;
  z-index: 9999;
}
	
.Video-Einleitung h1 {
  color: white;
  font-size: 1.5vw;
  position: relative;
}
	
.Video-Einleitung p {
  color: white;
  font-size: 1vw;
  position: relative;
}
	
	
.about-mobile {
  display: none;
}	
	
.about-desktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.about-text {
  width: 50%;
  position: fixed;
  right: 50%;
  top: 25%;
  text-align: center;
}

.about-text h3{
  font-size: 4vw;
  text-align: center;
}

.about-text p{
  color: white;
  text-align: center;
  margin: 150px;
  font-size: 1vw;
}

.box-about {
  border: 1px solid white;
  postion: center;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  width: 8vw;
  bottom: 100px;
  background-color: white;
}

.box-about a {
  color: black;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  border: 1px #ffffff;
  text-align: center;
  font-size: 1vw;
  margin-left: 10px;
  margin-right: 10px;
}

.box-about a:hover {
  color: #4018b8;
  cursor: pointer;
}
	
.box-about2 {
  border: 1px solid white;
  postion: center;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  width: 5vw;
  bottom: 100px;
  margin-top: 20px;
  background-color: white;
}

.box-about2 a {
  color: black;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  border: 1px #ffffff;
  text-align: center;
  font-size: 1vw;
  margin-left: 10px;
  margin-right: 10px;
}

.box-about2 a:hover {
  color: #4018b8;
  cursor: pointer;
}

.about-desktop img{
  width: 50%;
  object-fit: cover;
  position: fixed;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
	
	
	
.projekt-mobile {
  display: none;
}		

.projekt {
  margin-top: 6vh;	
  padding-left: 40px;
}
	
.projekt a {
  font-size: 10vw;
  color: white;
  text-decoration: none;
  font-weight: 500;	
  transition: color 0.5s ease-in-out;
  line-height: 0.95;
}

.projekt p {
  font-size: 2vw;
  font-weight: lighter;
}
	
.projekt a:hover {
  color: #4018b8;
  cursor: pointer;
}
	
	
	
	
	
.Poster-Raster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 15px;
  margin-bottom: inherit;
}

.Poster-Raster img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
	
	
	
	
	
.Dune-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
}

.Dune-Raster1 img {
  width: 100%;
  object-fit: cover;
}

.Dune-Einleitung {
  padding-left: 100px;
  padding-right: 40%;
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 1px;
  border-color: white;
  position: relative;
}

.Dune-Einleitung h1 {
  color: white;
  font-size: 4vw;
  position: relative;
}

.Dune-Einleitung p1 {
  color: white;
  font-size: 1vw;
  position: relative;
}
	
.Dune-Einleitung p {
  color: white;
  font-size: 1vw;
  position: relative;
}

.Dune-Raster2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
}

.Dune-Raster2 img {
  width: 100%;
  object-fit: cover;
}
	

	

	
.Plakat-Einleitung {
  padding-left: 100px;
  padding-right: 40%;
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 1px;
  border-color: white;
  position: relative;
}
	
.Plakat-Einleitung h1 {
  color: white;
  font-size: 4vw;
  position: relative;
}

.Plakat-Einleitung p1 {
  color: white;
  font-size: 1vw;
  position: relative;
}

.Plakat-Einleitung p {
  color: white;
  font-size: 1vw;
  position: relative;
}

.PlakatRaster2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 15px;
  margin-bottom: inherit;
}

.PlakatRaster2 img {
  width: 100%;
  object-fit: cover;
}
	
.PlakatRaster2 video {
  width: 100%;
  object-fit: cover;
}
	
	

		
section{
	grid-column: 2 / 3;
	color: white;
	padding-top: 12vh;
}

section2{
	grid-column: 2 / 3;
	padding-top: 45vh;
}

section3{
	grid-column: 2 / 3;
	padding-top: 60px;
}

h3 {
  color: white;
  font-size: 0.8vw;
  font-weight: normal;
}


.flex-container{
	display: grid;
	margin-right: 50px;
	margin-left: 50px;
}



.headline {
	display: flex;
	justify-content: center;
	font-size: 19.2vw;
	font-family: "Empyrean Display";
	text-align: center;
	grid-column: 2 / 3;
	color: white;
	font-kerning: auto;
}

.Topic{
	line-height: 103px;
	text-align: center;
	z-index: 5;
	transition: all 0.2s;
	text-decoration: none;
	color: white;
}

.Topic:hover{
	background-color: #FFB922;
}

.description {
	grid-column:2 / 3;
	max-width: 300px;
	margin-top: 1.8vw;
	margin-bottom: 10vw;
}
/*Container für Glyphen und den Freiraum daneben*/
.GlyphsContainer{
	display: grid;
	grid-template-columns: 20%  80%;
	grid-template-rows: repeat(2 83px);
	grid-column: 2 / 3;
	margin-top: -10%;
}


.Glyphs {
	grid-template-rows: repeat(2, 80px);
	grid-template-columns: repeat(11, 80px);
	display: flex;
	flex-wrap:wrap;
	grid-column: 2;
	font-family: "Empyrean Display";
	text-align: center;
	font-size: 2.1vw;
	justify-content: flex-end;
	color: white;
}

.Char {
	line-height: 4.1vw;
	background-color;
	transition: 0.9s;
	height: 4.1vw;
	width: 4.1vw;
	max-height: 4.1vw;
	max-width: 4.1vw;
	justify-content: flex-end;
}

.Char:hover {
	transform: scale(1.2);
	border-radius: 50%;
	background-color: yellow;
	transition-duration: 0.1s;
	color: black;
}

.TopicMetric{
	grid-column: 2 / 3;
}
	
.TopicTypeTest{
	padding-top: 3vw;
}

.Metrik{
	display: grid;
	grid-template-rows: 1.81vw 4vw 1.81vw 3vw;
	grid-column: 2 / 3;
	padding-top: 1vw;
	color: white;
}

/*Typography Schriftzug*/
.MetrikSample{
	text-align: left;
	font-size: 8.4vw;
	font-family: "Empyrean Display";
	grid-column: 2;
	margin-top: -12.17vw;
	font-kerning: auto;
}

.CapsHeight{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 1;
    transition: 0.2s;
	/*background-color: #FFB922;*/
}

.CapsHeight:hover{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}


.CapsHeight:hover ~ .xHeight{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.CapsHeight:hover > .UnitCaps{
	opacity: 1;
	transform: translateY(0.5vw);
    transition: 0.2s all;
}

.xHeight{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 2 / 2;
}

.xHeight:hover{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.xHeight:hover ~ .Baseline{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.xHeight:hover > .UnitX{
	opacity: 1;
	transform: translateY(1.3vw);
    transition: 0.2s all;
}

.Baseline{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 3;
	margin-top: 5px;
}

.Baseline:hover{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.Baseline:hover ~ .Descender{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.Baseline:hover > .UnitDescender{
	opacity: 1;
	transform: translateY(0.5vw);
    transition: 0.2s all;
}

.Descender{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 4;
}

/*Einheiten für Proportionen(erscheinen beim Hover über den die linke Seite der Linien)*/
.UnitCaps{
	opacity: 0%;
	font-size: 0.6vw;
	grid-row: 1;
	grid-column: 1;
	animation: Units 1s linear;
	transform: translateY(0vw);
	transition: 0.2s all;
}

.UnitDescender{
	opacity: 0%;
	font-size: 0.6vw;
	grid-row: 1;
	grid-column: 1;
	animation: Units 1s linear;
	transform: translateY(0vw);
	transition: 0.2s all;
}

.UnitX{
	opacity: 0;
	font-size: 0.6vw;
	grid-row: 2;
	grid-column: 1;
	transform: translateY(0);
	transition: 0.2s all;
}

.TypeTest{
	padding-top: 2vh;
	padding-bottom: 17%;
	width: 100%;
	grid-column: 1 / 3;
}
.changeMe{
	font-family: "Empyrean Display";
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding-top:1%;
	padding-bottom:2%;
	font-size: 4vw;
	overflow: hidden;
	width: 100%;
	grid-column: 1 / 3;
}
	
	
	
	
	
.Foto-Raster1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 15px;
  margin-bottom: 15px;
}

.Foto-Raster1 img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
	
.Foto-Raster2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 15px;
}

.Foto-Raster2 img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
	
	
	
	
.Cameraroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: minmax(auto, auto);
    gap: 0%;
    margin-bottom: inherit;
}


.Cameraroll img {
    width: 100%;
	object-fit: cover;
}

	
.grid-item item1 {
    grid-column: span 4;
    grid-row: span 2;
}

.grid-item item2 {
    grid-column: span 2;
    grid-row: span 4;
}

.grid-item item3 {
    grid-column: span 2;
    grid-row: span 2;
}

.grid-item item4 {
    grid-column: span 3;
    grid-row: span 1;
}
	
	
	
	
	
	
.energyraster {
  display: grid;
  grid-template-columns: repeat(4, minmax(25%, 1fr));
  width: 100%;
  height: 100%;
  z-index: -1; 
  top: 0px;
  }

.energyraster img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease-in-out;
}





.Campus-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
}

.Campus-Raster1 img {
  width: 100%;
  object-fit: cover;
}

.Campus-Einleitung {
  padding-left: 100px;
  padding-right: 40%;
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 1px;
  border-color: white;
  position: relative;
}
	
.Campus-Einleitung h1 {
  color: white;
  font-size: 4vw;
  position: relative;
}

.Campus-Einleitung p1 {
  color: white;
  font-size: 1vw;
  position: relative;
}

.Campus-Einleitung p {
  color: white;
  font-size: 1vw;
  position: relative;
}

.Campus-Raster2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
}

.Campus-Raster2 img {
  width: 100%;
  object-fit: cover;
}



	

	
	
.VHS-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
  position: relative;
}

.VHS-Raster1 img {
  width: 100%;
  object-fit: cover;
}


.VHS-Einleitung {
  padding-left: 100px;
  padding-right: 40%;
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 1px;
  border-color: white;
  position: relative;
}
	
.VHS-Einleitung h1 {
  color: white;
  font-size: 4vw;
  position: relative;
}

.VHS-Einleitung p1 {
  color: white;
  font-size: 1vw;
  position: relative;
}

.VHS-Einleitung p {
  color: white;
  font-size: 1vw;
  position: relative;
}

.VHS-Galerie {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
}

.VHS-Galerie p {
  color: white;
  font-size: 1.5vw;
  position: absolute; 
  z-index: 99;
  padding-left: 55%;
}
	
.VHS-Galerie img {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}	
	
	
	
	
	

.AR-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
  position: relative;
}

.AR-Raster1 img {
  width: 100%;
  object-fit: cover;
}


.AR-Einleitung {
  padding-left: 100px;
  padding-right: 40%;
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 1px;
  border-color: white;
  position: relative;
}
	
.AR-Einleitung h1 {
  color: white;
  font-size: 4vw;
  position: relative;
}

.AR-Einleitung p1 {
  color: white;
  font-size: 1vw;
  position: relative;
}

.AR-Einleitung p {
  color: white;
  font-size: 1vw;
  position: relative;
}

.AR-Galerie {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
}

.AR-Galerie p {
  color: white;
  font-size: 1.5vw;
  position: absolute; 
  z-index: 99;
  padding-left: 55%;
}
	
.AR-Galerie img {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}

.AR-Galerie video {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}

#video-ar {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}
	
	
	
	
	
.impressum2 { 
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0px;
  position: absolute;
}
	
.impressum2 p { 
  color: white;
  font-size: 1vw;
  text-align: center;
  font-weight: 100;
  line-height: 150%;
}

	
	
footer {
  background-color: #4018b8;
  align-content: center;
  align-items: center;
  display: flex;
  height: 100px;
  padding: 40px;
  position: 
  z-index: 9996;
}

footer a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1vw;
}

footer a:hover {
  color: #4018b8;
  cursor: pointer;
}

footer nav ul {
  display: flex;
  list-style: none;
  align-items: center;
}

footer nav li {
  position: absolute;
  right: 5%;
}
	
.navigation-footer {
  display: flex;
  justify-content: space-between;
}

.box-footer {
  border: 1px solid white;
  postion: center;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  bottom: 100px;
}

.box-footer a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px #ffffff;
  font-size: 1vw;
}
	

.box-footer a:hover {
  color: #4018b8;
  cursor: pointer;
}

.box-footer:hover {
  background: white;
  cursor: pointer;
}

	
	
main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}

h2 {
  color: white;
  font-size: 16pt;
  margin-top: 40px;
  margin-left: 40px;
}

.page {
  display:flex;
  margin-top: 100px;
  flex-wrap:wrap;
  padding: 0 4px;
}



}
@media screen and (max-width: 1080px) {
	
body {
  font-family: sans-serif;
  background: black;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

header {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(9,9,8,0) 100%);
  align-content: center;
  align-items: center;
  display: flex;
  height: 100px;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9996;
}

header a {
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  color: #ffffff;
  font-size: 5vw;
}

header a:hover {
  color: #4018b8;
  cursor: pointer;
}

header nav ul {
  display: flex;
  list-style: none;
  align-items: center;
}

header nav li {
  position: absolute;
  right: 5%;
}

.navigation-desktop {
  display: none;
  justify-content: space-between;
}
	
.navigation-mobile {
  display: flex;
  justify-content: space-between;
}

.box {
  border: 1px solid white;
  postion: center;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  bottom: 100px;
}

.box a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
  transition: color 0.5s ease-in-out;
  border: 1px #ffffff;
  font-size: 5vw;
}

.box a:hover {
  color: #4018b8;
  cursor: pointer;
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}

h2 {
  color: white;
  font-size: 16pt;
  margin-top: 40px;
  margin-left: 40px;
}

.page {
  display:flex;
  margin-top: 100px;
  flex-wrap:wrap;
  padding: 0 4px;
}


	
	

#startseite-desktop {
  display: block;
}

#video {
  position: fixed;
  justify-content: center;
  align-items: center; 
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  top: 0px;
  z-index: -1;
  overflow: hidden;
}
	
.Video-Einleitung {
  padding-left: 40px;
  padding-bottom: 40px;
  bottom: 0px;
  border-color: white;
  position: absolute;
  z-index: 9999;
}
	
.Video-Einleitung h1 {
  color: white;
  font-size: 5vw;
  position: relative;
}
	
.Video-Einleitung p {
  color: white;
  font-size: 3vw;
  position: relative;
}
	
	
	
.about-desktop {
  display: none;
}	

.about-mobile {
  background-color: #4018b8;
  height: 100vh;
}
	
.mobile-portrait {
  justify-content: center;
  display: flex;
  top: 200px;
  position: relative;
}
.mobile-portrait img{
  width: 50%;
  border-radius: 1000px;
  object-fit: cover;
}
	
.mobile-text {
  text-align: center;
  margin-top: 300px;
}

.mobile-text h3{
  font-size: 8vw;
}

.mobile-text p{
  color: white;
  font-size: 4vw;
  padding-left: 40px;  
  padding-right: 40px;
}

.box-mobile {
  border: 1px solid white;
  postion: center;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  width: 30vw;
  bottom: 100px;
  margin-top: 100px;
}

.box-mobile a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  border: 1px #ffffff;
  text-align: center;
  font-size: 4vw;
  margin-left: 10px;
  margin-right: 10px;
}

.box-mobile a:hover {
  color: #4018b8;
  cursor: pointer;
}
	
.box-mobile2 {
  border: 1px solid white;
  postion: center;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  width: 18vw;
  bottom: 100px;
  margin-top: 50px;
}

.box-mobile2 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  border: 1px #ffffff;
  text-align: center;
  font-size: 4vw;
  margin-left: 10px;
  margin-right: 10px;
}

.box-mobile2 a:hover {
  color: #4018b8;
  cursor: pointer;
}


	
	
	


.projekt {
  margin-top: 8vw;	
}
	
.projekt a {
  font-size: 9vw;
  color: white;
  text-decoration: none;
  font-weight: 500;	
  transition: color 0.5s ease-in-out;
  line-height: 0.9;
}

.projekt p {
  font-size: 3vw;
  font-weight: lighter;
}
	
.projekt a:hover {
  color: #4018b8;
  cursor: pointer;
}
	
.projekt-mobile {
  margin-top: 10vw;	
}
	
.projekt-mobile a {
  font-size: 9vw;
  color: white;
  text-decoration: none;
  font-weight: 500;	
  transition: color 0.5s ease-in-out;
  line-height: 0.9;
}

.projekt-mobile p {
  font-size: 3vw;
  font-weight: lighter;
}
	
.projekt-mobile a:hover {
  color: #4018b8;
  cursor: pointer;
}
	
	
	
	
	
.Poster-Raster { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  top: 100px;
  gap: 10px;
  position: absolute;
  padding-bottom: 0px;
  margin-top: 75px;
}

.Poster-Raster img {
  width: 100%;
  object-fit: cover;
}
	

	
	
	
.Dune-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
  position: relative;
  top: 75px;
}

.Dune-Raster1 img {
  width: 100%;
  object-fit: cover;
}
	
.Dune-Einleitung {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-color: white;
  position: relative;
}

.Dune-Einleitung h1 {
  color: white;
  font-size: 8vw;
}

.Dune-Einleitung p1 {
  color: white;
  font-size: 2vw;
}
	
.Dune-Einleitung p {
  color: white;
  font-size: 2vw;
}

.Dune-Raster2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
}

.Dune-Raster2 img {
  width: 100%;
  object-fit: cover;
}
	
	

	
	
.Plakat-Einleitung {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-color: white;
  position: relative;
}
	
.Plakat-Einleitung h1 {
  color: white;
  font-size: 8vw;
  position: relative;
}

.Plakat-Einleitung p {
  color: white;
  font-size: 3vw;
  position: relative;
}

.PlakatRaster2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 10px;
  margin-bottom: inherit;
}

.PlakatRaster2 img {
  width: 100%;
  object-fit: cover;
}
	
.PlakatRaster2 video {
  width: 100%;
  object-fit: cover;
}
	
	
	
		
section{
	grid-column: 2 / 3;
	color: white;
	padding-top: 12vh;
}

section2{
	grid-column: 2 / 3;
	padding-top: 10vh;
}

section3{
	grid-column: 2 / 3;
	padding-top: 60px;
}

h3 {
  color: white;
  font-size: 2vw;
  font-weight: normal;
}


.flex-container{
	display: grid;
	margin-right: 50px;
	margin-left: 50px;
}



.headline {
	display: flex;
	justify-content: center;
	font-size: 19.2vw;
	font-family: "Empyrean Display";
	text-align: center;
	grid-column: 2 / 3;
	color: white;
	font-kerning: auto;
}

.Topic{
	line-height: 103px;
	text-align: center;
	z-index: 5;
	transition: all 0.2s;
	text-decoration: none;
	color: white;
}

.Topic:hover{
	background-color: #FFB922;
}

.description {
	grid-column:2 / 3;
	max-width: 300px;
	margin-top: 1.8vw;
	margin-bottom: 10vw;
}
/*Container für Glyphen und den Freiraum daneben*/
.GlyphsContainer{
	display: grid;
	grid-template-columns: 10%  90%;
	grid-template-rows: repeat(5 80px);
	grid-column: 2 / 3;
	margin-top: 0%;
}


.Glyphs {
	grid-template-rows: repeat(2, 80px);
	grid-template-columns: repeat(11, 80px);
	display: flex;
	flex-wrap:wrap;
	grid-column: 2;
	font-family: "Empyrean Display";
	text-align: center;
	font-size: 7vw;
	justify-content: flex-end;
	color: white;
	top: 40px;
    position: relative;
}

.Char {
	line-height: 4.1vw;
	background-color;
	transition: 0.9s;
	height:8vw;
	width: 8vw;
	max-height: 8vw;
	max-width: 8vw;
	justify-content: flex-end;
}

.Char:hover {
	transform: scale(1.2);
	border-radius: 50%;
	background-color: yellow;
	transition-duration: 0.1s;
	color: black;
}

.TopicMetric{
	grid-column: 2 / 3;
	top: 100px;
    position: relative;
}
	
.TopicTypeTest{
	padding-top: 3vw;
	top: 20px;
    position: relative;
}

.Metrik{
	top: 100px;
    position: relative;
	display: grid;
	grid-template-rows: 1.81vw 4vw 1.81vw 3vw;
	grid-column: 2 / 3;
	padding-top: 1vw;
	color: white;
	
}

/*Typography Schriftzug*/
.MetrikSample{
	text-align: left;
	font-size: 8.4vw;
	font-family: "Empyrean Display";
	grid-column: 2;
	margin-top: -20.5vw;
	font-kerning: auto;
}

.CapsHeight{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 1;
    transition: 0.2s;
	/*background-color: #FFB922;*/
}

.CapsHeight:hover{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}


.CapsHeight:hover ~ .xHeight{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.CapsHeight:hover > .UnitCaps{
	opacity: 1;
	transform: translateY(0.5vw);
    transition: 0.2s all;
}

.xHeight{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 2 / 2;
}

.xHeight:hover{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.xHeight:hover ~ .Baseline{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.xHeight:hover > .UnitX{
	opacity: 1;
	transform: translateY(1.3vw);
    transition: 0.2s all;
}

.Baseline{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 3;
	margin-top: 5px;
}

.Baseline:hover{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.Baseline:hover ~ .Descender{
	border-top: 2px solid yellow;
	grid-column: 1 / 3;
    transition: 0.2s all;
}

.Baseline:hover > .UnitDescender{
	opacity: 1;
	transform: translateY(0.5vw);
    transition: 0.2s all;
}

.Descender{
	border-top: 1px solid;
	grid-column: 1 / 3;
	grid-row: 4;
}

/*Einheiten für Proportionen(erscheinen beim Hover über den die linke Seite der Linien)*/
.UnitCaps{
	opacity: 0%;
	font-size: 0.6vw;
	grid-row: 1;
	grid-column: 1;
	animation: Units 1s linear;
	transform: translateY(0vw);
	transition: 0.2s all;
}

.UnitDescender{
	opacity: 0%;
	font-size: 0.6vw;
	grid-row: 1;
	grid-column: 1;
	animation: Units 1s linear;
	transform: translateY(0vw);
	transition: 0.2s all;
}

.UnitX{
	opacity: 0;
	font-size: 0.6vw;
	grid-row: 2;
	grid-column: 1;
	transform: translateY(0);
	transition: 0.2s all;
}

.TypeTest{
	padding-top: 2vh;
	padding-bottom: 17%;
	width: 100%;
	grid-column: 1 / 3;
}
.changeMe{
	font-family: "Empyrean Display";
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding-top:1%;
	padding-bottom:2%;
	font-size: 8vw;
	overflow: hidden;
	width: 100%;
	grid-column: 1 / 3;
}
	
	
	
	
	
.Foto-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 75px;
}

.Foto-Raster1 img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
	
.Foto-Raster2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 10px;
}

.Foto-Raster2 img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
	
	
	
	
	
.energyraster {
  display: grid;
  grid-template-columns: repeat(1, minmax(25%, 1fr));
  width: 100%;
  height: 100%;
  z-index: -1; 
  position: absolute;
  top: 0px;
  }

.energyraster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease-in-out;
}





.Campus-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
  position: relative;
  top: 75px;
}

.Campus-Raster1 img {
  width: 100%;
  object-fit: cover;
}

.Campus-Einleitung {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-color: white;
  position: relative;
}
	
.Campus-Einleitung h1 {
  color: white;
  font-size: 8vw;
  position: relative;
}

.Campus-Einleitung p1 {
  color: white;
  font-size: 3vw;
  position: relative;
}
	
.Campus-Einleitung p {
  color: white;
  font-size: 3vw;
  position: relative;
}

.Campus-Raster2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
}

.Campus-Raster2 img {
  width: 100%;
  object-fit: cover;
}




	
	

	
	
.VHS-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
  position: relative;
  top: 100px;
}

.VHS-Raster1 img {
  width: 100%;
  object-fit: cover;
}


.VHS-Einleitung {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-color: white;
  position: relative;
}
	
.VHS-Einleitung h1 {
  color: white;
  font-size: 8vw;
  position: relative;
}

.VHS-Einleitung p1 {
  color: white;
  font-size: 3vw;
  position: relative;
}
	
.VHS-Einleitung p {
  color: white;
  font-size: 3vw;
  position: relative;
}

.VHS-Galerie {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  top: 100px;
}

.VHS-Galerie p {
  color: white;
  font-size: 1vw;
  position: absolute; 
  z-index: 99;
  padding-left: 55%;
}
	
.VHS-Galerie img {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}	
	
	
	
	
.AR-Raster1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 0%;
  margin-bottom: inherit;
  position: relative;
  top: 75px;
}

.AR-Raster1 img {
  width: 100%;
  object-fit: cover;
}


.AR-Einleitung {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-color: white;
  position: relative;
}
	
.AR-Einleitung h1 {
  color: white;
  font-size: 7vw;
  position: relative;
}

.AR-Einleitung p1 {
  color: white;
  font-size: 3vw;
  position: relative;
}

.AR-Einleitung p {
  color: white;
  font-size: 3vw;
  position: relative;
}

.AR-Galerie {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
}
	
.AR-Galerie img {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}

.AR-Galerie video {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}

#video-ar {
  position: relative;
  object-fit: cover;
  width: 100vw; 
}
	
	
footer {
  display: none;
}
	
	
.impressum2 { 
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0px;
  position: absolute;
}
	
.impressum2 p { 
  color: white;
  font-size: 2vw;
  text-align: center;
  font-weight: 100;
  line-height: 150%;
}
	
	
	
