
/* CSS-Reset */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; font-family: sans-serif; }

html, body ( min-width: 100vw; min-height: 100vh; )

body { line-height: 1.3; -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg { display: block; /* max-width: 100%; */ height: auto; }

input, button, textarea, select { font: inherit; }

p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }

button { padding: 10px; }

#root, #__next { isolation: isolate; }


/* Webfonts */
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */

/* barlow-300 - latin */
@font-face {
    font-display: swap; font-family: 'Barlow'; font-style: normal; font-weight: 300; src: url('fonts/barlow-v12-latin-300.woff2') format('woff2'); }

  /* barlow-300italic - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: italic; font-weight: 300; src: url('fonts/barlow-v12-latin-300italic.woff2') format('woff2'); }

/* barlow-regular - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: normal; font-weight: 400; src: url('fonts/barlow-v12-latin-regular.woff2') format('woff2'); }

/* barlow-italic - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: italic; font-weight: 400; src: url('fonts/barlow-v12-latin-italic.woff2') format('woff2'); }

/* barlow-500 - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: normal; font-weight: 500; src: url('fonts/barlow-v12-latin-500.woff2') format('woff2'); }

/* barlow-500italic - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: italic; font-weight: 500; src: url('fonts/barlow-v12-latin-500italic.woff2') format('woff2'); }

/* barlow-600 - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: normal; font-weight: 600; src: url('fonts/barlow-v12-latin-600.woff2') format('woff2'); }

/* barlow-600italic - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: italic; font-weight: 600; src: url('fonts/barlow-v12-latin-600italic.woff2') format('woff2'); }

/* barlow-700 - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: normal; font-weight: 700; src: url('fonts/barlow-v12-latin-700.woff2') format('woff2'); }

/* barlow-700italic - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: italic; font-weight: 700; src: url('fonts/barlow-v12-latin-700italic.woff2') format('woff2'); }

/* barlow-800 - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: normal; font-weight: 800; src: url('fonts/barlow-v12-latin-800.woff2') format('woff2'); }

  /* barlow-800italic - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: italic; font-weight: 800; src: url('fonts/barlow-v12-latin-800italic.woff2') format('woff2'); }

/* barlow-900 - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: normal; font-weight: 900; src: url('fonts/barlow-v12-latin-900.woff2') format('woff2'); }

/* barlow-900italic - latin */
@font-face { font-display: swap; font-family: 'Barlow'; font-style: italic; font-weight: 900; src: url('fonts/barlow-v12-latin-900italic.woff2') format('woff2'); }


body { background: #f2a000; color: #000; font-size: 16px; font-family: 'Barlow', sans-serif; font-style: normal; font-weight: 400; font-display: swap; transition: background 0.3s ease-in; -moz-transition: background 0.3s ease-in; -ms-transition: background 0.3s ease-in; -o-transition: background 0.3s ease-in; -webkit-transition: background 0.3s ease-in; }

body.blue { background: #0C3C8C; }

#page { width: 100%;  }

#page { width: 100%; /* max-width: 1280px; */ margin: 0 auto;; padding: 20px; position: absolute; top: 42%; left: 50%; translate: -50% -50%; }

#content { position: relative; padding: 0; }


#content, .video-swiper, .swiper-wrapper, .swiper-slide, .videoplayer { width: 100%; }


#loading-progress { width: 150px; height: 16px; margin-top: 30px; border: 1px solid #333; }

#progress { display: block; height: 100%; width: 0; background: #fdd051; }


.videoplayer { background: #f2a000; }


.video-swiper { position: relative; }

.swiper-wrapper { position: relative; left: 50%; translate: -50% 0; width: auto; height: 100%; max-height: 64vh; aspect-ratio: 16 / 9; overflow: hidden; }

.video-swiper .swiper-slide { position: absolute; top: 50%; left: 50%; width: calc(100% + 2px); height: calc(100% + 2px); translate: -50% -50%; display: -webkit-box; display: -ms-flexbox; display: flex;  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #f2a000; visibility: hidden; }

.video-swiper .swiper-slide.active { visibility: visible;  }

.video-swiper .swiper-pagination .swiper-pagination-bullet { border: 1px solid #fdd051 }	


#swiper-slide-998 { background: transparent; opacity: 0; }

#swiper-slide-998.show { visibility: visible; opacity: 1; }


.video-start-btn { display: inline-block; position: absolute; top: 50%; left: 50%; translate: -50% -50%; padding: 20px; border: none; border-radius: 10px; background: transparent; color: #fff; font-weight: 700; border-radius: 50%; z-index: 16; cursor: pointer; }

.videoStartBtn100 { width: 18.5%; height: 18.5%;  -webkit-animation: 1.1s ease 0s infinite pulse;  animation: 1.1s ease 0s infinite pulse; }

.videoStartBtn100:hover {  width: 20.5%; height: 20.5%; }


@-webkit-keyframes pulse {  0%, 50%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }  30%, 80% { -webkit-transform: scale(1.05, 0.95); transform: scale(1.05, 0.95); } }

@keyframes pulse {  0%, 50%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }  30%, 80% { -webkit-transform: scale(1.05, 0.95); transform: scale(1.05, 0.95); } }


.video-btn { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; translate: -50% -50%; padding: 20px; border: none; background: transparent; background-size: contain; /* background-size: cover; */ background-position: center; background-repeat: no-repeat;   color: #fff; font-weight: 700; z-index: 16; cursor: pointer;  }


#videoBtn_1 { background-color: #FFD23A; }

.start-menue #videoBtn_1 { background-image: url("../images/start.svg"); }

.start-menue #videoBtn_1 #ani-bubble, .start-menue #videoBtn_1 #ani-bubble-icon { position: absolute; top: 48%; left: 50%; translate: -50% -65%; border-radius: 50%; }

.start-menue #videoBtn_1 #ani-bubble { width: 43%; height: 46%; background-color: #fff; border: 1.1vw solid #000;  -webkit-animation: 0.9s ease 0s infinite pulse;  animation: 0.9s ease 0s infinite pulse; }

.start-menue #videoBtn_1 #ani-bubble-icon { width: 15%; height: 20%; translate: -50% -80%; background-image: url("../images/start-icon-0.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; border-radius: 0; border-width: 0; }


.episode #videoBtn_1 { cursor: default;  }

.episode #videoBtn_1.ready { background-image: url("../images/drueckmich.svg"); cursor: pointer; }
						
.episode #videoBtn_1 #ani-bubble, .episode #videoBtn_1 #ani-bubble-icon { position: absolute; top: 54%; left: 50%; translate: -50% -65%; border-radius: 50%; }
					
.episode #videoBtn_1 #ani-bubble { width: 66%; height: 71%; background-color: #fff; border: 1.5vw solid #000;  animation: 0.9s ease 0s infinite pulse; }
		
.episode #videoBtn_1 #ani-bubble-icon { /* width: 24.2%; */ width: 19.2%; height: 43%; translate: -50% -71%; /* background-image: url("../images/start-icon-02.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; */ border-radius: 0; border-width: 0; }


#resumeBtn { background-image: url("../images/weiter-btn.svg"); }

#repeatBtn { background-image: url("../images/nochmal-btn.svg"); }


#videoStartBtn_1, #videoResumeBtn, #videoStartBtn_222 { width: 130px; height: 130px; background: #060; font-size: 20px; }

#videoStartBtn_222 { width: 150px; height: 150px; }

#videoResumeBtn, #videoStartBtn_222, #resumeBtn, #repeatBtn, #tomfilmBtn { display: none; }

#videoResumeBtn.show, #videoStartBtn_222.show, #resumeBtn.show, #repeatBtn.show, #tomfilmBtn.show { display: block; }
	
#tomfilmBtn { width: 90%; height: 60.5%; top: 40.5%; left: 50%; }
		

.videoStartBtn100 { transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }

#videoStartBtn_101 { top: 42.5%; left: 13.0%; }

#videoStartBtn_102 { top: 32.9%; left: 37%; }

#videoStartBtn_103 { top: 32%; left: 61.8%; }

#videoStartBtn_104 { top: 42.5%; left: 86%; }

#videoStartBtn_105 { top: 71.5%; left: 14.0%; }

#videoStartBtn_106 { top: 57.5%; left: 36%; }

#videoStartBtn_107 { top: 57.2%; left: 63%; }

#videoStartBtn_108 { top: 70.5%; left: 85%; }


.video-start-btn.choice { transition: all 1s ease-in; -moz-transition: all 1s ease-in; -ms-transition: all 1s ease-in; -o-transition: all 1s ease-in; -webkit-transition: all 1s ease-in; }
			
.video-start-btn.choice.left { width: 35%; height: 34.5%; top: 63.5%; left: 5.5%; }

.video-start-btn.choice.center { width: 35%; height: 34.5%; top: 29.5%; left: 50%; }

.video-start-btn.choice.right { width: 35%; height: 34.5%;  top: 63.5%; right: 6%; }


.video-start-btn.choice.left.loop { width: 28%; height: 29.5%; top: 53.5%; left: 13.5%; }

.video-start-btn.choice.center.loop { width: 28%; height: 29.5%; top: 26.5%; left: 50%; }

.video-start-btn.choice.right.loop { width: 28%; height: 29.5%; top: 53.5%; right: 14%; }


.video-start-btn.hide, .video-btn.hide { display: none !important; }

.video-start-btn.left { left: 10%; translate: 0 -50%; }

.video-start-btn.right { left: auto; right: 10%; translate: 0 -50%; }


#videoStartBtn_7.video-start-btn { display: none; }

#videoStartBtn_7.show.video-start-btn { display: inline-block; }
		
		
#end-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 20; }
#end-img.show { display: block; }


#overlay_1, #overlay_2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; background: #f2a000;  display: -webkit-box;  display: -ms-flexbox;  display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 24px; }


#overlay_1 { background-size: contain; background-position: center; background-repeat: no-repeat; }

#overlay_1.loading1 { background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url("../images/loading-1.svg"); }

#overlay_1.loading2 { background-size: contain, contain; background-position: center, center; background-repeat: no-repeat, no-repeat; background-image: url("../images/loading-1.svg"), url("../images/loading-2.svg"); }

#overlay_1.loading3 { background-size: contain, contain, contain; background-position: center, center, center; background-repeat: no-repeat, no-repeat, no-repeat; background-image: url("../images/loading-1.svg"), url("../images/loading-2.svg"), url("../images/loading-3.svg"); }

#overlay_2 { left: 50%; width: auto; height: 100%; translate: -50% 0; aspect-ratio: 16 / 9; z-index: 14; background: #fdc948; }

#overlay_1.hide, #overlay_2.hide { display: none; }

		
#contributors { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding-left: 20px; background: #0C3C8C; z-index: 120; display: none; opacity: 0; transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; }
		
#contributors.show { display: block; }
#contributors.fade-in { opacity: 1; }
				
#contributors .scroller-close { position: fixed; right: 13px; top: 14px; width: 20px; height: 20px; cursor: pointer; }
		
.scroller { position: relative; margin: 44px 21px 0 0; height: calc(100% - 64px); overflow: auto; }
.scroller .scroller-content { max-width: 900px; margin: 0 auto; }
.scroller-img { display: block; width: 100%; height: auto; }

/*

.scroller { position: relative; width: 100%; max-width: 92%; height: 90%; margin: 7% auto; overflow: auto; }

#contributors .scroller-close { position: fixed; right: 13px; top: 8px; width: 20px; height: 20px; cursor: pointer; }

.scroller-img { display: block; width: 100%; height: auto; }

*/


/* Custom Scrollbar works on Firefox */
.scroller { scrollbar-width: thin; scrollbar-color: #0b2bab #1d4d9d; }

/* Custom Scrollbar works on Chrome, Edge, and Safari */
.scroller::-webkit-scrollbar { width: 6px; }

.scroller::-webkit-scrollbar-track { background: #1d4d9d; }

.scroller::-webkit-scrollbar-thumb { background-color: #0b2bab; border-radius: 3px; border: 1px solid #1d4d9d; }


#footer { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 100; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 10px 40px 0; font-size: 13px; }

#footer .footer-col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#footer a { display: inline-block; margin-bottom: 10px; margin-right: 20px; text-decoration: none; color: #000; translate: 0 0; transition: translate 0.3s ease-in-out; -moz-transition: translate 0.3s ease-in-out; -ms-transition: translate 0.3s ease-in-out; -o-transition: translate 0.3s ease-in-out; -webkit-transition: translate 0.3s ease-in-out; }

#footer a:hover { translate: 0 -0.5em; }

#footer a:last-child { margin-right: 0; }

#footer #footer-col-left a { margin-top: 5px; }

#footer #footer-col-right a { margin-top: 0px; }


*:link, button { -webkit-tap-highlight-color: rgba(0,0,0,0); }


@media only screen and (min-width: 630px) {
	
	.episode #videoBtn_1 #ani-bubble { border: 0.9vw solid #000; }
	
	#footer { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

}

@media only screen and (min-width: 670px) {

	#page { top: 45%; }

	.swiper-wrapper { max-height:80vh; }

	#footer a { margin-bottom: 20px; }

}

@media only screen and (min-width: 770px) {

	/* .scroller { max-width: 64%; margin: 2.5% auto; } */	

	.start-menue #videoBtn_1 #ani-bubble { border: 0.9vw solid #000; }
	
	.episode #videoBtn_1 #ani-bubble { border: 1.2vw solid #000; }
	
	.scroller { margin: 70px 36px 0 0; height: calc(100% - 100px); }
	
	#contributors .scroller-close { right: 24px; top: 24px; width: 30px; height: 30px; }

}

@media only screen and (min-width: 1280px) {

	.start-menue #videoBtn_1 #ani-bubble { border: 10px solid #000; }
	
	.episode #videoBtn_1 #ani-bubble { border: 16px solid #000; }

}



@media only screen and (orientation: landscape) {

	body {position: relative; height: 100vh; }

}	
	
	

#planet_schule_de_log { /* display: none; */ }
