@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'txt-format02';
  src: url("../../../../../fonts/Manjari-Regular.woff");
  font-display: swap;
}
@font-face{
    font-family: 'instructions';
    font-style: normal;
    src: local('Sintony-Bold'),
         url('../../../../../fonts/Sintony-Bold.woff');
}
@font-face{
    font-family: 'square-text';
    font-style: normal;
    src: local('Blinker'),
         url('../../../../../fonts/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:block; width:300px;
	margin:10px auto; 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:14pt; font-family: 'square-text';
	font-weight: bold;
	color:navy; background-color: lavender;
	outline: none;
	padding:0 10px;
}
.after_in {
	font-size:13pt; font-family: 'square-text';
	color:navy;
	margin-left:-10px;
}



.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:85px;
	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 steelblue; border-left: solid medium steelblue;
	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: 10px auto!important; gap: 10px 0px;	
}

.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;
	margin:10px;
}
.drop_container .dropzone {
	display: flex; align-items: center; justify-content: center; align-items: center;
	margin:auto 0 0 0!important;
  width:200px; height:141px;
	margin: 0px; padding: 0px;
	background-color: gainsboro;
	border-top:solid darkgray 2px; border-bottom:solid darkgray 2px ; /*border-right:solid darkgray 3px;*/
}
.drop_container .title {
	display: flex; flex-direction: row; flex-wrap: nowrap;
	align-items: center; justify-content: center; align-content: center;
  width:200px; height:141px;
	margin: 0px; padding: 0px 10px;
	font-family: 'txt-format02'; font-size: 13pt; line-height: 1.25;
	text-align: center; font-weight: bold;
	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;
}
.v-container::before {
	display: block; width:45px;
	font-size:14pt; font-weight: bold; text-align: center;
	margin: 0 auto 0 0; 	padding:0 6px;
	background-color: #012262; color: white;
	border-radius:12px 12px 0 0;
	counter-increment: clip-counter;
	content: counter(clip-counter) " ~";
}


/*  video-container  -start-*/

.v-container {
	display:block;
	width:250px; height:auto;
	margin: 0px; padding: 0px;
	background-color: white;
}.v-container:first-child {
	margin-left: 0px!important;
}.v-container:last-child {
	margin-right: 0px!important;
}

.v-container .text_video {
	display:none;
	font-size:14pt; line-height: 1.1;
	font-family: 'txt-format02';
	padding:0; margin:0;
	color:black;
	text-align: center;
}
.video-js {
	display:block;
}
.video-js, .vjs-default-skin {
  font-size: 10px;
  color: #fff; background-color: transparent!important;
}
.vjs-poster {
  background-color: transparent!important;
}
.vjs-default-skin .vjs-big-play-button {
  position:absolute;
	top: 50%; left: 50%;
	/*transform: translate(-50%,-50%)!important;*/
	font-size: 2em; line-height: 1.5em;
  height: 1.5em!important; width: 2.5em!important;
  border: 0.06666em solid #fff; border-radius: 0.3em;
}
.video-js .vjs-control-bar, .video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  background-color: darkslategray;
  background-color: rgba(43, 51, 63, 0.6);
}
.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-volume-level, .video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}
.vjs-nofull .vjs-fullscreen-control {
    display:none;
}
/*  video-container  -end-*/



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

.navBtn {
	display: inline-block; width: 8em; /*height:3em;*/
	border: solid 2px lightseagreen; border-radius: 0.5em;
	margin:4px 10px; padding: 3px 20px;
	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!important; box-shadow: none!important;
}



@media screen and (max-width : 1120px ){
#clipsList {
	width:100%;
	margin: 5px auto!important; gap: 5px 0px;	
}
}


@media screen and (max-width : 980px ){
.Instructions {
	padding: 0.75em 2.5em;	margin: 10px 1% 0px;
}
.Instructions p {
	font-size: 13pt;
}

#titles_drag .title { /* titles */
  width:200px; height:70px;
	margin:5px; padding: 5px;
	font-size: 12pt; line-height: 1.1;
}
.v-container {
	width:200px;
}
.drop_container .dropzone {
  width:200px; height:112.5px;
}
.drop_container .title {
  width:200px; height:112.5px;
}
}


@media screen and (max-width : 690px ){
.Instructions {
	padding: 0.5em 2em; margin: 10px 0% 0px;
}
.Instructions p {
	font-size: 12pt;
}

#clipsList {
	width:100%;
	margin: 0px auto!important; gap: 0px 0px;	
}
.v-container::before {
	font-size:12pt;
}
}

