@font-face {
    font-family: assistant-R;
    src: url(Assistant/Assistant-Regular.ttf);	
}

@font-face {
    font-family: assistant-L;
    src: url(Assistant/Assistant-Light.ttf);	
}

@font-face {
    font-family: assistant-B;
    src: url(Assistant/Assistant-Bold.ttf);	
}

*{
    margin: 0;
    padding: 0;
}

html {
	font-size: 10px;
}

.link {
    font-size: 1.5rem;
}

	/* NAV */
#navBackground {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 5000;
    position: fixed;
    opacity: 0;
    display: none;
}

#supernav {
    position: fixed;
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
    flex-direction: row;
    right: calc(0px - 40vw);
    left: auto;
    width: 40vw;
    background-color: #FFF;
    box-shadow: 5px 0 20px #000;
    transition: 1s;
    z-index: 5000;
    color: rgba(0,0,0,0.9);
}


#shiftText {
    display: inline-block;
}

#nav-container {
    height: 100vh;
    width: 100px;
    display: flex;
    justify-content: top;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#nav-shift {
    height: auto;
    width: 150px;
	cursor: pointer;
}

#iconChangeEins {
	display: block;
    left: -150px;
    position: absolute;
}

#iconChangeZwei {
	display: none;
    left: -150px;
    position: absolute;
}


		/*NAV TEXT */

.nav-text {
	font-family: assistant-R;
	letter-spacing: 0.5px;
    width: 80%;
    height: 600px;
    margin-top: 55px;
    font-size: 15pt;
    line-height: 25pt;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-subline {
	font-family: assistant-L;
	font-size: 35px;
}

.nav-headline {
	font-family: assistant-B;
	font-size: 30px;
	line-height: 60px;
          color: rgba(0,0,0,0.9);

}


.nav-overflowbox {
	width: 100%;
    height: 600px;
    overflow-y: auto;
          color: rgba(0,0,0,0.9);

}


.box {
	width: 100%;
    padding-left: 70px;
    
}

		/*NAV INHALT*/

.img-nav {
	width: 100%;
	height: auto;
	z-index: 200;
}

.zahlen-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	width: 100%;
	height: 70%;
	font-family: assistant-B;
	font-size: 20px;
	margin-top: 120px;
    text-align: right;
    color: rgba(0,0,0,0.9);
}

		/* NAV ENDE */

/* LINKS */
.zahlen-nav a:link {
	color: #000;
	text-decoration: none;
}

.zahlen-nav a:visited {
	color: black;
    text-decoration: none;
}

.zahlen-nav a:hover {
	color: aqua;
	text-decoration: none;
}

.zahlen-nav a:active {
    color: aqua;
    text-decoration: none;
}

		/* MUSIC */
.fullscreen {
	width: 100%;
	height: auto;
}

.musicbutton {
	width: 70px;
	height: auto;
	position: fixed;
	z-index: 9000;
	cursor: pointer;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
}

.musicbutton-zwei {
	width: 70px;
	height: auto;
	position: fixed;
	z-index: 9000;
	cursor: pointer;
	display: none;
	margin-left: 20px;
	margin-top: 20px;
}

		/* MUSIC ENDE */

.contain-about a, footer a {
    text-decoration: none;
    color: #8FC1C1;
    letter-spacing: 2px;
    font-family: assistant-B;
}

.contain-about a, footer a {
    text-decoration: none;
    color: #8FC1C1;
    letter-spacing: 2px;
    font-family: assistant-B;
}

#language-screen {
    width: 100vw;
    height: 100vh;
    top: 0px;
    
    background-color: #8FC1C1;
    position: fixed;
    z-index: 9000;
    opacity: 0.9;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    text-align: center;
    color: rgba(0,0,0,0.6);

}

#language-screen p {
    font-size: 3.5rem;
    font-family: assistant-L;
    margin-bottom: 1rem;

}

#language-screen a {
    font-size: 3rem;
    font-family: assistant-B;
    color: rgba(0,0,0,0.6);
}

body {
    font-size: 10px;
    font-family: assistant-R;
    color: rgba(0,0,0,0.6);
}

#planet {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    
    width: 95vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    
}



.contain-about {
    padding: 0 6vw;
    padding-top: 10vw;
    
    text-align: center;
}

#about-project {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    
    width: 100%;
    height: auto;
    
}


#about-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    
}

.contain-t {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;

    
    width: 32%;
}


.cover-contain {
    width: 49%;
    height: 30vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #eee;
    
}

.cover-img {
    width: 100%;
    height: auto;
}

.we-img {
    width: 100%;
    height: auto;
    margin-bottom: 2vw;
    
}

.about-p-contain {
    width: 46%;
    height: auto;
    text-align: left;
}

.about-p-contain h1 {
    margin-top: 0px;
}

.about-p-text {
    font-size: 2.3rem;
    text-align: left;
    line-height: 1.44444;
    margin-top: 2vw;
    font-family: assistant-R;
    color: rgba(0,0,0,0.6);
}

.about-t-text {
    height: auto;
    width: 100%;
    
    font-size: 2.3rem;
    text-align: left;
    line-height: 1.44444;
}

#language-screen a {
    text-decoration: none;
    cursor: pointer;
}

#language-screen a:hover {
  color: crimson;
}


h1 {
    font-size: 4rem;
    margin: 2vw 0 0 0;
    font-family: assistant-B;
    color: #8FC1C1;
}

.job {
    color: #8FC1C1;
    letter-spacing: 0.2px;
    font-size: 2.5rem;
}

.name {
    font-size: 2.5rem;
    font-family: assistant-B;
    color: rgba(0,0,0,0.6);
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 1.5rem;
}

.namezwei {
    font-size: 2.3rem;
    font-family: assistant-B;
    color: rgba(0,0,0,0.6);
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-top: 1.5rem;
}
.jobzwei {
    color: #8FC1C1;
    letter-spacing: 0.2px;
    margin-top: 1.5rem;
}

.little-text {
    font-size: 2.3rem;
    font-family: assistant-B;
    color: rgba(0,0,0,0.6);
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.small-h1 {
    font-size: 3rem;
    font-family: assistant-B;
    color: #63ccf6;
    line-height: 1;
    letter-spacing: 0.5px;
}

#device {
    line-height: 1;
    font-size: 2.3rem;
    text-align: left;
    margin-top: 2vw;
    font-family: assistant-R;
    color: rgba(0,0,0,0.6);
}

.space-top {
    margin-top: 14vw;
}

.space-bottom {
    margin-bottom: 5vw;
}

   
    #los {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    #los img {
        width: 300px;
        height: auto;
    }

footer {
    height: 100px;
    width: calc(100% - 3rem;);
    margin-top: 4vw;
    padding-right: 3rem;
    padding-top: 2rem;
    font-size: 1.5rem;
    text-align: right;
    line-height: 1.44444;
     letter-spacing: 2px;
    color: crimson;
    margin-top: 2vw;
}

#device-info {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;

    width: 100%;
    height: auto;
}

.dev-img {
    width: 30%;
    height: auto; /* 23.732vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.dev-img:first-child{
   width: 16.5%;
}

.dev-text {
    text-align: center;
    margin-top: 0px;
}

@media only screen and (max-width: 1250px) {
    
    .about-p-contain {
        width: 100%;
        height: auto;
        text-align: left;
    }
    
    .contain-t {
        width: 100%;
        margin-top: 2vw;
        margin-bottom: 3rem;
    }
    
    .cover-img, .about-p-text {
        width: 100%;
    }
    
    .cover-contain {
    width: 100%;
    height: 50vw;
    
}
    
    .about-p-text {
        font-size: 2.3rem;
        text-align: left;
        line-height: 1.6;
    }
    
    #device {
        font-size: 2.3rem;
        text-align: left;
        line-height: 1;
    }
    
    .little-text {
        font-size: 2.3rem;
        text-align: left;
        line-height: 1.5;
    }
    
    h1 {
        text-align: left;
    }
    
    .space-bottom {
        margin-bottom: 1.5rem;
    }
    
    .about-p-contain h1 {
    margin-top: 2.2rem;
}
    
}

@media only screen and (max-width: 800px) {
   
     .contain-about {
        width: auto;
        padding: 0 5vw;
        margin-top: 14vw;
        
        text-align: left;
    }
    
    #planet {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }
    
     .about-p-contain {
        width: 100%;
        height: auto;
        text-align: left;
    }
    
    .contain-t {
        width: 100%;
        margin-top: 2vw;
    }
    
    .cover-img, .about-p-text {
        width: 100%;
        height: auto;
    }
    
    .cover-img {
        margin-bottom: 2vw;
    }
    
    #device-info {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;

    width: 100%;
    height: auto;
    }
    
    .dev-img {
    width: 80%;
    height: auto; /* 23.732vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    }

    .dev-img:first-child{
    width: 40%;
    }
}

@media only screen and (max-width: 580px) {
    
    .about-p-text, .about-t-text, #device {
        font-size: 1.8rem;
    }
    
    h1 {
        font-size: 3rem;
    }
    
    .little-text {
        font-size: 2rem;
    
}
