* {
    margin: 0;
    padding: 0; 
}


.skrollable {
    position: fixed;
    z-index: 100;
}

		/*FONT FACE */

@font-face {
    font-family: assistant;
    src: url(Assistant/Assistant-Regular.ttf);
	font-weight:normal;
	
}

@font-face {
    font-family: assistant;
    src: url(Assistant/Assistant-Bold.ttf);
	font-weight: bold;
	
}


@font-face {
    font-family: assistant;
    src: url(Assistant/Assistant-Light.ttf);
	font-weight: lighter;
	
}

		/* LINKS */
a {
    text-decoration: none;
    color: inherit;
}


		/* COVER */

.cover-background-start {
	background-image: url(Images/background_start.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw auto;
	width: 100vw;
	height: 100vh;
}

.cover-background {
	width: 100vw;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-webkit-animation: fadein 6s;
  	-moz-animation: fadein 6s;
  	-o-animation: fadein 6s;
  	animation: fadein 6s;
	transition-timing-function: ease;
	position: fixed;
}

.cursor {
	cursor:pointer;
}

.section {
	height: calc(100% + 3vw);	
}

.fullscreen {
	width: 100%;
	height: auto;
}

.svg {
	z-index: 20;
}

.back {
	z-index: 10;
}

.glass-div {
	width: 24%;
	height: auto;
	right: 12%;
	bottom: 3%;
	position: fixed;
	cursor: pointer;
	z-index: 30;
}

.cover-button-img {
	width: 25%;
	height: auto;
	position: fixed;
	right: 45%;
	bottom: 40%;
	display: block;
}

		/* COVER ENDE */

		/* 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 - 50vw);
    left: auto;
    width: 50vw;
    background-color: #FFF;
    box-shadow: 5px 0 20px #000;
    transition: 1s;
    z-index: 5000;
}


#shiftText {
    display: inline-block;
}

#nav-container {
    height: 100vh;
    width: 100px;
    display: flex;
    justify-content: flex-start;
    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;
	font-weight: normal;
	letter-spacing: 0.5px;
    width: 80%;
    height: 80vh;
    margin-top: 55px;
    font-size: 15pt;
    line-height: 25pt;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-subline {
	font-family: assistant;
	font-weight: lighter;
	font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.nav-headline {
	font-family: assistant;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
}


.nav-overflowbox {
	width: 100%;
    height: 80vh;
    overflow-y: auto;
}


.box {
	width: 100%;
    padding-left: 70px;
}

		/*NAV INHALT*/

.img-nav {
	width: 100%;
	height: auto;
	z-index: 200;
    margin-bottom: 1vw;
}

.zahlen-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	width: 100%;
	height: 70%;
	font-family: assistant;
	font-weight: bold;
	font-size: 22px;
	margin-top: 120px;
    text-align: right;
    color: #ffcc00;
}

.zahlen-nav a {
    height: 27px;
    display: inline-block;
    border-radius: 50%;
    width: 27px;
    background-color: none;
    text-align: center;
    line-height: 26px;
}

.active {
    background-color: #000;
    color: #fff;
}

		/* NAV ENDE */

		/* MUSIC */

.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-red {
    width: 70px;
	height: auto;
	position: fixed;
	z-index: 9001;
	cursor: pointer;
	display: none;
	margin-left: 20px;
	margin-top: 20px;
   
    -webkit-animation: attention 2.2s infinite linear;
    -moz-animation: attention 2.2s infinite linear;
    -o-animation: attention 2.2s infinite linear;
    animation: attention 2.2s infinite linear;
}

@-webkit-keyframes attention {
    0%   { opacity: 0;}
    40% { opacity: 1;}
	60% { opacity: 1;}
    100% { opacity: 0;}
}

		/* MUSIC ENDE */

		/*TEXT*/

.kapitel-text-medium {
    color:#000;
	font-weight: bold;
	font-family: assistant;
    margin-top: 19vw;
	margin-left: 11vw;
    font-size: 7vw;
}

.kapitel-text-sc {
	color:grey;
	font-family: assistant;
	font-weight: lighter;
	margin-top: 12vw;
	margin-left: 11vw;
    font-size: 6vw;
    line-height: 7vw;
}

#unterkapitel .kapitel-text-medium {
   
   margin-top: 0.5vw;
	margin-left: 11vw;
    
}

#unterkapitel .kapitel-text-sc {
	
	margin-top: 12vw;
	margin-left: 11vw;
  
}



.pfeil-unten {
	transform: rotate(180deg);
}

.textbox-gross {
	height: 100vh;
	width:100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.textbox {
	font-family: assistant;
	font-weight: normal;
	letter-spacing: 0.5px;
    font-size: 20pt;
    line-height: 30pt;

	width: 620px;
    height: 492px;
	display: block;
    
	-webkit-mask: -webkit-gradient(
    linear, left top, left bottom, 
    color-stop(0.00,  rgba(0,0,0,0)),
    color-stop(0.10,  rgba(0,0,0,1)),
    color-stop(0.50,  rgba(0,0,0,1)),
    color-stop(0.90,  rgba(0,0,0,1)),
    color-stop(1.00,  rgba(0,0,0,0)));
	
	z-index: 60;
}

.overflowbox {
    width: 620px;
    height: 492px;
    overflow-y: auto;
	overflow-x: hidden;
}

.text-button {
    height: 70px;
    width: 70px;
    z-index: 9000;
	margin-bottom: 30px;
	cursor: pointer;
    filter: brightness(70%) saturate(120%);
    -webkit-filter: brightness(70%) saturate(120%);
    
    
}

.text-button-zwei {
    height: 70px;
    width: 70px;
	z-index: 9001;
	margin-top: 30px;
	cursor: pointer;
    filter: brightness(120%) saturate(150%);
    -webkit-filter: brightness(120%) saturate(150%);
}

.hell-text {
    color: #FFF;
	text-shadow: 0 0 15px #000;
}

.dunkel-text {
    color: #000;
}

.textbox-ohne {
    color:#FFF;
    font-family: assistant;
	text-shadow: 0 0 15px #000;
	letter-spacing: 0.5px;
	font-weight: normal;
    width: 570px;
    height: 490px;
    left: 20%;
    font-size: 20pt;
    line-height: 30pt;
    z-index: 60;
    
}

#TextGross {
	font-size: 40pt;
}
	
		/*TEXT ENDE*/

		/*WURMLOCH 1*/

.himmel-div {
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    overflow: hidden;
    z-index: 10;
}

.himmelende-div {
	width: 100%;
	height: auto;
	z-index: 50;
}

.baum-div {
    right: 0;
    width: 42%;
    height: auto;
    overflow: hidden;
    z-index: 70;
}

.baum-div-klein {
	right: 0;
    width: 32%;
    height: auto;
    overflow: hidden;
    z-index: 70;
}

.bird-div {
	width: 13%;
	height: auto;
}

.bird-img {
	width: 100%;
	height: auto;
	transform: rotate(180deg);
}

.dorf-div {
    width:100vw;
    height: 600px;
    overflow: hidden;
    z-index: 60;
    background-image: url(Images/DorfNEW.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 600px;
    transform: scale(1);
    transform-origin: 55% 35%;

}

.farbe-dorf-div {
    width:100vw;
    height: 600px;
    overflow: hidden;
    z-index: 60;
    background-image: url(Images/farbe_dorf_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 600px;
    transform: scale(1);
    transform-origin: 55% 35%;

}

.dorf-button-div {
    width:100vw;
    height: 600px;
    overflow: hidden;
    background-image: url(Images/DorfNEW.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 600px;
    transform: scale(1);
    transform-origin: 55% 35%;
    z-index: 60;  
	cursor: pointer;
}

.white-fadeout {
	background-color: #FFF;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 7000;
	-webkit-animation: fadein 3s;
  	-moz-animation: fadein 3s;
  	-o-animation: fadein 3s;
  	animation: fadein 3s;
	position: fixed;
}

		/*WURMLOCH 1 ENDE*/

		/*NEWTON*/

.text-newton-links {
	left: -20vw;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}

.text-newton-rechts {
	left: 15vw;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}

.textbox-ohne-newton {
    color: #000;
    font-family: assistant;
	font-weight: normal;
    width: 570px;
    height: 490px;
    font-size: 20pt;
    line-height: 30pt;
    z-index: 60;
    
}


.text-newton {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}

.newton {
	width: 35%;
	height: auto;
	bottom: 0px;
}

.mini-newton {
	width: 20vw;
	height: auto;
	right: 15vw;
	top: 15vh;
	z-index: 0;
}

#miniNewtonRechts {
	right: 70vw;
}

.apple-zwei {
	width: 6%;
	height: auto;	
}

.apple {
	width: 6%;
	height: auto;
}

.wiese {
	width: 80%;
	height: auto;
	left: 0px;
	bottom: 0px;
}

.baum-newton {
	width: auto;
	height: 100vh;
}

.stein-unten {
	margin-top: -1px;
}

		/*NEWTON ENDE*/

		/*VIDEOS*/

.video-div {
	display: flex;
    -webkit-display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100vw;
	height: 100vh;
	flex-wrap: wrap; /*könnte vl problem machen, sollte nicht*/
}

.video-div2 {
	width: 100vw;
    height: auto;
    margin-bottom: -0.3%;
}

.play-button {
	width: 10%;
	height: auto;
	position: absolute;
	cursor: pointer;
	
}

		/*PROLOG*/

.background {
    background-image: url(Images/background_himmel.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
    width: 100vw;
    height: 200vh;
	z-index: 10;
}

.sternenhimmel {
	width: 100vw;
	height: auto;
	z-index: 20;
}

.kleinesterne {
	width: 100%;
	height: auto;
	z-index: 10;
}

.stern-div {
	width: 200px;
	height: auto;
	margin-left: 40%;
}

.ella-div {
    right: 0;
    width: auto;
    height: 80%;
    overflow: hidden;
    bottom: 0;
}

.ella-img {
    width: auto;
    height: 100%;
}

.ella-allein {
    z-index: 20;
}

.ella-dach {
    z-index: 10;
}

.button-weiter {
	width: 450px;
	height: auto;
	margin-left: calc( 50% - 225px );
	margin-right: calc( 50% - 225px );
	bottom: 8%;
}

.w-eins-div {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
}

.w-eins-img {
	height: 100%;
	width: auto;
}

.scroll-div {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

.scroll-img {
	width: 20%;
	height: auto;
}

		/* PROLOG ENDE */

		/*ALTWARENLADEN*/

@-webkit-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

#al {
	-webkit-animation: fadein 4s;
  	-moz-animation: fadein 4s;
  	-o-animation: fadein 4s;
  	animation: fadein 4s;
}

.al-background-div {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-ms-transform-origin: 0% 30%;
   	-webkit-transform-origin: 0% 30%;
}

.door-button {
	width: 100vw;
	height: 100vh;
	z-index: 5000;
	overflow: hidden;
	display: none;
	justify-content: center;
	align-items: center;
	-webkit-animation: fadein 4s;
  	-moz-animation: fadein 4s;
  	-o-animation: fadein 4s;
  	animation: fadein 4s;
	cursor: pointer;
}

.furniture-div {
	width: 100vw;
	height: 100vh;
	display: none;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	-webkit-animation: fadein 4s;
  	-moz-animation: fadein 4s;
  	-o-animation: fadein 4s;
  	animation: fadein 4s;
	z-index: 800;
}

.furniture-img {
	width: 100%;
	height: auto;
}

.globus-div {
	width: 18vw;
	height: auto;
}


.tonne-div {
	width: 100vw;
	height: 100vh;
	display: flex;
    -webkit-display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: visible;
}

#textnachT {
	width: 900px;
}


		/*ALTWARENLADEN ENDE*/

.ende-background {
    background-image: url(Images/ENDEbackground.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
    width: 100vw;
    height: 600vh;
	z-index: 10;
}

.silhouette-div {
    width:100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 60;
    background-image: url(Images/ENDEonlySilhouette.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100vw auto;
}

.button-blink {
  -webkit-animation: pulse 2.2s infinite linear;
  -moz-animation: pulse 2.2s infinite linear;
  -o-animation: pulse 2.2s infinite linear;
  animation: pulse 2.2s infinite linear;
}

@-webkit-keyframes pulse {
    0%   { opacity: 0.1; /*transform: scale(0.95);*/ }
    40% { opacity: 1; /*transform: scale(0.95);*/ }
	60% { opacity: 1; /*transform: scale(0.95);*/ }
    100% { opacity: 0.1; /*transform: scale(0.95);*/ }
}

@-moz-keyframes pulse {
    0%   { opacity: 0.1; /*transform: scale(0.95);*/ }
    40% { opacity: 1; /*transform: scale(0.95);*/ }
	60% { opacity: 1; /*transform: scale(0.95);*/ }
    100% { opacity: 0.1; /*transform: scale(0.95);*/ }
}

@-o-keyframes pulse {
    0%   { opacity: 0.1; /*transform: scale(0.95);*/ }
    40% { opacity: 1; /*transform: scale(0.95);*/ }
	60% { opacity: 1; /*transform: scale(0.95);*/ }
    100% { opacity: 0.1; /*transform: scale(0.95);*/ }
}

@keyframes pulse {
    0%   { opacity: 0.1; /*transform: scale(0.95);*/ }
    40% { opacity: 1; /*transform: scale(0.95);*/ }
	60% { opacity: 1; /*transform: scale(0.95);*/ }
    100% { opacity: 0.1; /*transform: scale(0.95);*/ }
}


        /* TO BE CONTINUED */

@-webkit-keyframes back {
    0%   { padding: 0; margin: 2vw;}
    50% { padding: 2vw; margin:0;}
    100% { padding: 0; margin: 2vw;}
}

@-moz-keyframes back {
     0%   { padding: 0; margin: 2vw;}
    50% { padding: 2vw; margin:0;}
    100% { padding: 0; margin: 2vw;}
}

@-o-keyframes back {
   0%   { padding: 0; margin: 2vw;}
    50% { padding: 2vw; margin:0;}
    100% { padding: 0; margin: 2vw;}
}

@keyframes back {
     0%   { padding: 0; margin: 2vw;}
    50% { padding: 2vw; margin:0;}
    100% { padding: 0; margin: 2vw;}
}

.tb-continued {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: grey;
	font-family: assistant;
	font-weight: lighter;
    font-size: 6vw;
    line-height: 7vw;
    bottom: 0px;
    height: 100vh;
}

.tb-continued p {
    margin-top: 3vw;
    margin-bottom: 4vw;
    line-height: 80%;
}

.backinstabox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #3c67a8;
}

.backinstabox img {
    margin-top: 1.8vw;
    margin-left: 0.5vw;
    font-size: 3vw;
    font-weight: normal;
    line-height: 0;
}


.backinsta {
    margin-top: 1.8vw;
    line-height: 80%;
    font-size: 3vw;
    font-weight: normal;
    color: #3c67a8;
}

.backinstaB {
    font-weight: bold;
    color: #fff;
    background-color: #ffce00;
    padding: 2vw;
    font-size: 3vw;
    line-height: 3vw;
    animation: back 3s infinite;
}

		/* MEDIA QUERIES */


		/* small screen */


@media only screen and (max-width: 1500px) {
	

	
.textbox {
	letter-spacing: 0.5px;
    font-size: 20pt;
    line-height: 30pt;

	width: 550px;
    height: 392px;
}

.overflowbox {
    width: 550px;
    height: 392px;
}
	
#textnachT {
	width: 750px;
}

.textbox-ohne-newton {
    width: 600px;
    height: 392px;
    font-size: 20pt;
    line-height: 30pt;
	/*font-size: 17pt;
    line-height: 27pt;*/
}
	
}
		/* tablet */


@media only screen and (max-width: 1200px) {

	
    .textbox {
        letter-spacing: 0.5px;
        font-size: 17pt;
        line-height: 27pt;

        width: 430px;
        height: 292px;
    }

    .overflowbox {
        width: 430px;
        height: 292px;
    }

    .textbox-ohne {
        width: 400px;
        height: 292px;
        font-size: 17pt;
        line-height: 27pt;

    }

    #TextGross {
        font-size: 37pt;
    }

    .textbox-ohne-newton {
        font-size: 17pt;
        line-height: 27pt; 
        width: 550px;
        height: 392px; 

    }

}