@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');
}

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 {
	margin:0;	padding:0;
}
a {
	text-decoration:none;
}
* {
  box-sizing: border-box;
}

.Instructions {
	margin: 10px 2% 0px; 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;
}



#mediaSequence {
	display:flex; flex-wrap: wrap; flex-direction: row;
	width:100%; height:auto!important;
	margin: 65px auto 0px;
	align-items: center; justify-content: center;
	/*justify-content: flex-start; align-content: center; align-items: center;*/
	gap: 60px 10px;
	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: #979797; 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;
}

.mediaContainer {
	position: relative; display: block;
	width:200px!important; height:auto!important;
	margin: 0px; padding: 0px;
	background-color: white;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0 12px 0 0 rgba(0,0,0,0.3);
}
.mediaContainer:hover {
	box-shadow: 0 12px 0 0 yellow;
	transform: scale(1.05);
	cursor:move;
}
.mediaContainer-richtig {
	margin: 0px; padding: 0px;
	background-color: white;
	box-shadow: 0 12px 0 0 green;
}
.mediaContainer-falsch {
	margin: 0px; padding: 0px;
	background-color: white;
	box-shadow: 0 12px 0 0 red;
}

.v-bigPlay {
	opacity:0.5!important;
}.v-bigPlay:hover {
	opacity:0.25!important;
}


.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 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';
}
}

