@charset "utf-8";
/* CSS Document */

@font-face{
    font-family: 'Sintony';
    font-style: normal;
    src: local('Sintony-Bold'),
         url('Sintony-Bold.woff');
}
@font-face{
    font-family: 'Blinker';
    font-style: normal;
    src: local('Blinker'),
         url('Blinker.woff');
}
@font-face {
	font-family: "textStyle01";
	font-style: normal;
	src: local('Pontano-Sans-Regular'),
       url('Pontano-Sans-Regular.woff') format('woff');
	font-display: swap;
}

.gslide-inline {
  background-color: transparent!important;
}

.gslide-inline .ginlined-content {
  padding: 0px!important;
}
.ginlined-content {
  display: flex!important;
}

html {
  height:100%;
}
body {
	margin: 0; padding:0;
	animation: fadeIn 1s;
}
@keyframes fadeIn{
	0% {opacity:0;background-color:#000;}
	90% {opacity:0;}
	100% {opacity:1;background-color:#fff;}
}
table,div,span,td, p, ul, ol, img {
	margin:0;	padding:0;
}
a {
	text-decoration:none;
}
* {
  box-sizing: border-box;
}

.media_containers {
	display:flex; flex-direction: row; flex-wrap: wrap;
	width:100%;
	align-items: center; justify-content: center; align-content: center;
	margin: 25px auto 15px;
}

#mediaTitles {
	display: flex; flex-direction: row; flex-wrap: nowrap;
	width:100%; list-style: none;
	align-items: flex-start; justify-content: center; align-content: center;
  margin: 0px; padding: 0px; gap: 50px 5px;
}
.mediaTitle {
	display: block; position: relative; /*flex-direction: column; flex-wrap: wrap; 
	align-items: center; justify-content: flex-start; align-content: center;*/
  width:300px; height: 250px; /*min-height: 200px;*/
  overflow: auto;
	margin: 0px; padding: 5px 8px;
	background-color: #CCEDFF; color:black;
	font-family: "textStyle01"; font-size: 13pt; line-height: 1.25;
	text-align: justify; font-weight: 600;
	
	-webkit-box-shadow: 0px 4px 0px 0px #0047ab;
	-moz-box-shadow: 0px 4px 0px 0px #0047ab;
	box-shadow: 0px 4px 0px 0px #0047ab;
	
	overflow-wrap: break-word;
  word-wrap: break-word;
	
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	
	-webkit-hyphenate-limit-before: 3; /* For Safari */
  -webkit-hyphenate-limit-after: 2; /* For Safari */
  -ms-hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-chars: 6 3 2;
	
	-webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;   
  -webkit-hyphenate-limit-zone: 8%;
	hyphenate-limit-lines: 2;   
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
	
	-ms-word-break: normal;
  word-break:normal;
	white-space: normal;
}
.mediaTitle:hover {
	cursor:grab;
}


#mediaSequence {
	display:flex; flex-wrap: nowrap; flex-direction: row;
	width:100%; height:auto!important;
	margin: 25px auto;
	align-items: center; justify-content: center;
	/*justify-content: flex-start; align-content: center; align-items: center;*/
	gap: 50px 5px;
	counter-reset: clip-counter;
}

.mediaContainer::before { /* enumeration of mediaClips */
	display: flex; align-items: center; justify-content: center; align-content: center;
	position:absolute; top:-30px; left:0;
	width:40px; height:30px;
	font-size:14pt; font-weight: bold; font-family: 'Blinker';
	margin: 0 auto 0 0; padding:0 0px 0 4px;
	background-color: #0047ab; color: white;
	border-radius:8px 8px 0 0;
	counter-increment: clip-counter;
	content: counter(clip-counter) " ~";
}

.text_media {
	/*display: inline-block;*/display:none; position:absolute;
	top:-20px; left:40%;
	margin: 0; padding:0;
	font-size:16pt; line-height: 1; font-family: 'Blinker';
	color:black;
}

.hiddenMedia {
	display:none;
	width:100%; margin:auto;
}

.mediaContainer {
	position: relative; display: block;
	width:auto; height:auto;
	width:300px;
	margin: 0px; padding: 0px;
	background-color: white;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0 15px 0 0 rgba(0,0,0,0.3);
}
.mediaContainer:hover {
	box-shadow: 0 15px 0 0 yellow;
	transform: scale(1.02);
	cursor:move;
}
.mediaContainer-richtig {
	margin: 0px; padding: 0px;
	background-color: white;
	box-shadow: 0 15px 0 0 green;
}
.mediaContainer.mediaContainer-richtig:hover {
	box-shadow: 0 15px 0 0 green;
	cursor:pointer;
}
.mediaContainer-falsch {
	margin: 0px; padding: 0px;
	background-color: white;
	box-shadow: 0 15px 0 0 red;
}
/*.mediaClip {
	display: block;
	max-width:300px;
	margin: 0px; padding: 0px;
}*/



.v-bigPlay {
	opacity:0.5!important;
}.v-bigPlay:hover {
	opacity:0.25!important;
}





.Instructions {
	margin: 0px 0px 10px; padding: 0.75em 3em;
	background-color: GAINSBORO;
	border-left:5px DIMGRAY solid; border-right:5px DIMGRAY solid;
}
.Instructions p {
	font-family: 'Sintony'; font-size: 14pt; line-height: 1.25;
	text-align: center;
	color: black; font-weight: normal;
}

.results {
	display:flex; flex-direction: row; flex-wrap: nowrap;
	justify-content: center; align-content: center; align-items: center;
	max-width:400px;
	margin:25px auto; padding: 12px 8px;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
	background-color: lavender;
	font-family: 'Blinker';
}
.results_in {
	border:none!important;
	font-size:15pt; font-family: 'Blinker';
	font-weight: bold;
	color:navy; background-color: lavender;
	outline: none;
	padding:0 10px;
}
.after_in {
	font-size:15pt; font-family: 'Blinker';
	color:navy;
	margin-left:-5px;
}

.button_row {
	display:flex; flex-direction: row; flex-wrap: wrap;
	justify-content: center; align-content: center;
	margin:35px auto 0px; gap:5px;
}
.navBtn {
	display: inline-block; width: 12em; height: 4em;
	border: solid 2px lightseagreen; border-radius: 0.5em;
	margin:5px 10px; padding: 3px 20px;
	color: teal; background-color: white;
	cursor: pointer;
	font-size: 13pt; line-height: 1.3; font-family: 'Sintony';
	-moz-box-shadow: 4px 4px 0px 0px teal;
  -webkit-box-shadow: 4px 4px 0px 0px teal;
  box-shadow: 4px 4px 0px 0px teal;
	transition: background 0.4s ease, color 0.4s ease;
}
.navBtn:active {
	box-shadow: none;
}
.navBtn:hover{
	color: white; background-color: teal;
	border: solid 2px floralwhite;
}
#showA.disabled {
	background-color: dimgray; color: white;
	-moz-box-shadow: 4px 4px 0px 0px dimgray;
  -webkit-box-shadow: 4px 4px 0px 0px dimgray;
  box-shadow: 4px 4px 0px 0px dimgray;
	border: solid 2px silver;
}
#showA.disabled:hover {
	border: solid 2px floralwhite;
	background-color: white; color: dimgray;
}
#showTextAnswer.disabled {
	background-color: dimgray; color: white;
	-moz-box-shadow: 4px 4px 0px 0px dimgray;
  -webkit-box-shadow: 4px 4px 0px 0px dimgray;
  box-shadow: 4px 4px 0px 0px dimgray;
	border: solid 2px silver;
}
#showTextAnswer.disabled:hover {
	border: solid 2px floralwhite;
	background-color: white; color: dimgray;
}
#wholeClip {
	display:none;
}
#wholeText {
	display:none;
}

.background-class {
	background-color: purple; color:white!important;
}


.hiddenA {
	position: absolute; top:0; left:0; right:0; bottom:0;
	display:none; align-items: center; justify-content: center; align-content: center;
	width:200px; height:120px;
	margin:auto; padding:0;
	z-index: 101;
}
.hiddenA:hover {
	transform: scale(1.01);
}

.hiddenA p {
	display:block;
	font-size: 18pt; line-height: 1; font-family: 'Blinker';
	background-color:  yellow; color:black;
	outline: double; outline-color: yellow; outline-width: thick; outline-offset: 2.5px;
	margin:0; padding:4px 8px;
	opacity: 1;
}



.textAnswer {
	display:none; position:relative;
	margin: 35px auto 0px; padding:5px 45px;
	width:100%; min-height:25px;
	border-top: solid medium THISTLE; border-bottom: solid medium THISTLE;
	/*background-color: PAPAYAWHIP;*/
}
.textAnswer ol {
	display:block; position: relative;
	width:75%; margin:0 auto;
	font-size:14pt; line-height: 1; font-family: 'Blinker';
}
.textAnswer li {
	margin:10px 0px; padding: 5px 10px;
	background-color: LAVENDER; color: black;
}

@media screen and (max-width: 980px) {
.Instructions {
	padding: 0.75em 2.5em;
}
.Instructions p {
	font-size: 13pt;
}
.textAnswer {
	padding:5px 30px;
}
.textAnswer ol {
	width:90%;
}

.media_containers {
	display:flex; flex-direction: row; flex-wrap: wrap;
	width:100%;
	align-items: flex-start; justify-content: flex-start; align-content: flex-start;
	margin: 50px auto 15px;
}
#mediaSequence {
	display:flex; flex-wrap: nowrap; flex-direction: column;
	width:35%;height:auto!important;
	margin: 0px auto 0px;
	align-items: center; justify-content: center; align-content: center;
	gap: 50px 5px;
}

.mediaContainer {
	/*width:300px;*/
}
.mediaClip {
	height:188px;
}

#mediaTitles {
	display: flex; flex-direction: column; flex-wrap: nowrap;
	width:65%; list-style: none;
	align-items: center; justify-content: center; align-content: center;
  margin: 0px 0px 0px 0px; padding: 0px; gap: 35px 5px;
}
.mediaTitle {
  width:95%; height: 184px;
	margin: 0px; padding: 5px 8px;
	font-size: 13pt; line-height: 1.25;
}





/*
.mediaTitle {
	min-height: 250px;
	margin: 0px; padding: 4px 6px;
	font-size: 12.5pt; line-height: 1.25; font-weight: 700;
}*/

}

@media screen and (max-width: 750px) {
#mediaSequence {
	display:flex; flex-wrap: nowrap; flex-direction: column;
	width:35%; height:auto!important;
	margin: 0px auto 0px;
	align-items: center; justify-content: center; align-content: center;
	gap: 50px 5px;
}

.mediaContainer {
	width:275px;
}

#mediaTitles {
	width:55%;
  gap: 47px 5px;
}
.mediaTitle {
  width:100%; height: 158px;
	margin: 0px; padding: 5px 8px;
	font-size: 13pt; line-height: 1.25;
}
}


@media screen and (max-width: 690px) {
.Instructions {
	padding: 0.5em 2em;
}
.Instructions p {
	font-size: 12pt;
}
.results {
	max-width:360px;
}
.textAnswer {
	padding:5px 15px 0 30px;
}
.textAnswer ol {
	width:100%; 
	font-size:14.5pt; line-height: 1.1; font-family: 'Blinker';
}

#mediaSequence {
	margin: 0px auto 0px;
	align-items: center; justify-content: center; align-content: center;
	gap: 50px 5px;
}

.mediaContainer {
	width:200px;
}

#mediaTitles {
  gap: 37px 5px;
}
.mediaTitle {
  width:100%; height: 125px;
	margin: 0px; padding: 5px 8px;
	font-size: 12pt; line-height: 1.15;
}




}
