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

@font-face {
  font-family: 'txt-format02';
  src: url("Manjari-Regular.woff");
  font-display: swap;
}
@font-face{
    font-family: 'instructions';
    font-style: normal;
    src: local('Sintony-Bold'),
         url('Sintony-Bold.woff');
}
@font-face{
    font-family: 'square-text';
    font-style: normal;
    src: local('Blinker'),
         url('Blinker.woff');
}

html {
  height:100%;
}
body {
	animation: fadeIn 1s;
}
@keyframes fadeIn{
	0% {opacity:0;background-color:#000;}
	90% {opacity:0;}
	100% {opacity:1;background-color:#fff;}
}
body,  p, h1, h2, h3 {
	margin:0; padding: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
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: 'instructions';; font-size: 14pt; line-height: 1.25;
	text-align: center;
	color: black; font-weight: normal;
}

.title-a {
	font-family: 'txt-format02';
	text-align: center;
	margin: 15px 0;
}



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

.after_in {
	font-size:14pt; font-family: 'square-text';
	color:navy;
}



.sequenceline {
	display:block; width:100%;
	margin: 20px auto;
}



#titles_drag { /* titles container */
	display: flex; flex-direction: row; flex-wrap: wrap;
	align-items: center; justify-content: center;
  width:100%;  height:100%; min-height: 150px;
	margin: 0px auto; padding: 0px 10px;
	list-style: none;
	background-color: POWDERBLUE;
	border-bottom: solid medium darkblue;
	position: sticky;
  top: 0;
	z-index: 1000000;
	cursor: pointer;
}

#titles_drag .title { /* titles */
	display: flex; flex-direction: row; flex-wrap: wrap;
	justify-content: center; align-content: center; align-items: center;
  width:200px; height:100px;
	margin:5px; padding: 10px;
	font-family: 'txt-format02'; font-size: 13pt; line-height: 1.15; 
	text-align: center; font-weight: bold;
	background-color: white; color:black;
	border-bottom: solid medium darkslateblue; border-left: solid medium darkslateblue;
	cursor: pointer;
}
#titles_drag .title:hover {
	background-color: steelblue; color:white;
	transform: scale(1.03);
}
#titles_drag .dropzone:first-child {
	margin-left: 0px!important;
}
#titles_drag .dropzone:last-child {
	margin-right: 0px!important;
}#titles_drag .title:first-child {
	margin-left: 0px!important;
}
#titles_drag .dropzone:last-child {
	margin-right: 0px!important; 
}



#clipsList {
	display:flex; flex-wrap: wrap; flex-direction: row;
	justify-content: center; align-content: center; align-items: center;
	width:85%;
	margin: 50px auto!important; gap: 50px 15px;	
}




.drop_container { /* whole container: 1/2 clip + 1/2 dropzone */
	display: flex; flex-direction: row; flex-wrap: nowrap;
	justify-content: center; align-content: center; align-items: center;
	position: relative; margin:0px; padding: 0px;
	height:145px!important; width: auto;
}
.mContainer {
	display:block; position: relative;
	width:250px; height:100%;	margin: 0px; padding: 0px;
	/*background-color: hotpink;*/
}
.mContainer:first-child {
	margin-left: 0px!important;
}.mContainer:last-child {
	margin-right: 0px!important;
}

.drop_container .dropzone {
	display: flex; align-items: center; justify-content: center; align-items: center;
  width:250px; height:100%; margin: 0px; padding: 0px;
	background-color: gainsboro;
	border-top:solid darkslategray 2px; border-bottom:solid darkslategray 2px;
}

.v-vlite {
	display: block; position: relative;
	height:100%; width:100%;
}
.v-controlBar {
	background-color:darkslategray!important; opacity:0.25!important;
}
.v-progressBar {
	background-color:crimson!important;
}






.drop_container .title {
	display: flex; flex-direction: row; flex-wrap: nowrap;
	align-items: center; justify-content: center; align-content: center;
  width:250px; height:145px; /* make it the same as the height of .drop_container to avoid overheight! */
	margin: 0px; padding: 0px 10px;
	font-family: 'txt-format02'; font-size: 13pt; line-height: 1.25;
	text-align: center; font-weight: bold; letter-spacing: 0.5px;
	background-color: yellow; color:black;
	cursor: pointer;
}
.drop_container .dropzone:first-child {
	margin-left: 0px!important;
}
.drop_container .dropzone:last-child {
	margin-right: 0px!important;
}


.draggable {
	background-color: saddlebrown; color:white!important;
}
.draggable--is-dragging { /* overall background colour while dragging */
	background-color: LIGHTYELLOW;
}
.draggable--over {
	background-color: steelblue!important; color:white!important;
}
.draggable-dropzone--active {
	background-color: LIGHTSALMON!important; color:white!important;
}
.draggable-mirror {
	width:200px; height:141px;
	background-color: yellow; color:black!important;
}



.title-richtig {
	background-color: green!important; color:white!important;
}
.title-falsch {
	background-color: red!important; color:white!important;
}



.dropzone p { /* hidden answer style */
	display:flex; align-items: center; justify-content: center; align-content: center;
	position:absolute; width: 200px;
	font-family: 'txt-format02'; font-size: 13pt; line-height: 1.25;
	text-align: center; font-weight: bold;
	background-color:  DARKORANGE; color:black;
	outline: double; outline-color: DARKORANGE; outline-width: thick; outline-offset: 2.5px;
	margin:0; padding:4px 8px;
	opacity: 1;
	z-index: 100;
}


.list {
	counter-reset: clip-counter;
}
.mContainer::before {
	display: block; position: absolute;
	top:0; left:0;
	width:45px; margin: -24.8px auto 0 0; 	padding:0 6px;
	font-size:14pt; font-weight: bold; text-align: center;
	background-color: darkslategray; color: white;
	border-radius:0px 12px 0 0;
	counter-increment: clip-counter;
	content: counter(clip-counter) " ~";
}

.mContainer .text_video {
	display:none; position: absolute;	top:0; left:75px;
	margin: -18px auto 0 0; padding:0;
	font-size:14pt; line-height: 1;
	font-family: 'txt-format02';
	color:black;
	text-align: center;
}



.button_row {
	display:flex; flex-direction: row; flex-wrap: wrap;
	justify-content: center; align-content: center;
	margin:15px auto 0px;
}

.navBtn {
	display: block; width: 12em; height:4em;
	border: solid 2px lightseagreen; border-radius: 0.5em;
	margin:4px 10px; padding: 3px 10px;
	color: teal; background-color: white;
	cursor: pointer;
	font-size: 13pt; line-height: 1.25; font-family: 'instructions';
	-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;
}


@media screen and (max-width : 1200px ){
#clipsList {
	display:flex; flex-wrap: wrap; flex-direction: row;
	justify-content: center; align-content: center; align-items: center;
	width:100%;
	margin: 50px auto!important; gap: 40px 15px;	
}
.mContainer {
	width:225px; height:100%;
}
.drop_container .dropzone {
  width:225px;
}
}


@media screen and (max-width : 980px ){
.Instructions {
	padding: 0.75em 2.5em;	margin: 10px 1% 0px;
}
.Instructions p {
	font-size: 13pt;
}
#clipsList {
	margin: 50px auto!important; gap: 50px 10px;	
}
.drop_container { /* whole container: 1/2 clip + 1/2 dropzone */
	display: flex; flex-direction: column; flex-wrap: nowrap;
	height:290px!important; width: auto;
}
.mContainer {
	width:250px; height:100%;
}
.drop_container .dropzone {
  width:250px;
}
#titles_drag .title { /* titles */
  width:185px; height:85px;
	margin:5px; padding: 5px;
	font-family: 'txt-format02'; font-size: 12.5pt; line-height: 1.1; 
}

}


@media screen and (max-width : 690px ){
.Instructions {
	padding: 0.5em 2em; margin: 10px 0% 0px;
}
.Instructions p {
	font-size: 12pt;
}
#titles_drag .title { /* titles */
  width:185px; height:80px;
	margin:5px; padding: 5px;
	font-family: 'txt-format02'; font-size: 12pt; line-height: 1; 
}
.navBtn {
	width: 11em; height:3.5em;
	font-size: 12pt; line-height: 1.25;
}
}

@media screen and (max-width : 530px ){
#clipsList {
	margin: 50px auto!important; gap: 40px 0px;	
}
.drop_container {
	display: flex; flex-direction: row; flex-wrap: nowrap;
	height:145px!important; width: auto;
}
.mContainer {
	width:200px; height:100%;
}
.drop_container .dropzone {
  width:200px;
}
}
