@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 {
	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: '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;
	max-width:400px;
	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:15pt; font-family: 'square-text';
	font-weight: bold;
	color:navy; background-color: lavender;
	outline: none;
	padding:0 10px;
}
.after_in {
	font-size:15pt; font-family: 'square-text';
	color:navy;
	margin-left:-5px;
}


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


#titles {
	display: flex; flex-direction: row; flex-wrap: nowrap;
	width:100%; list-style: none;
	align-items: center; justify-content: center; align-content: center;
  margin: 0px; padding: 0px; gap: 10px;
	
}
.title {
	display: flex; flex-direction: row; flex-wrap: wrap;
	align-items: center; justify-content: center; align-content: center;
  width:250px; height:125px;
	margin: 0px; padding: 5px 8px;
	background-color: yellow; color:black;
	cursor: pointer;
	font-family: 'txt-format02'; font-size: 16pt; 
	text-align: center; font-weight: bold;
	-webkit-box-shadow:inset 0 2px 6px 3px GAINSBORO;
	box-shadow:inset 0 2px 6px 3px GAINSBORO;
}
.title:first-child {
	margin-left: 0px!important;
}
.title:last-child {
	margin-right: 0px!important;
}
.title-richtig {
	background-color: limegreen; color:white!important;
}
.title-falsch {
	background-color: red; color:white!important;
}
.title:hover {
	background-color: gold; color:black!important;
	transform: scale(1.03);
}


.hiddenA {
	display:flex; align-items: center; 
	justify-content: center; width:200px; height:115px;
	position:absolute;
	margin:auto; padding:0;
}
.hiddenA:hover {
	transform: scale(1.01);
}
.hiddenA p {
	display:block; width: 85%;
	font-size: 18pt; font-family: 'txt-format02';
	text-align: center; font-weight: bold;
	background-color:royalblue; color:white;
	outline: double; outline-color: royalblue; outline-width: thick; outline-offset: 2.5px;
	margin:0; padding: 5px 8px;
	opacity: 1;
}
#showA.disabled {
	background-color: silver!important; box-shadow: none!important;
}

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



/* video-container o-- -*/
#list01 {
	display:flex; flex-wrap: nowrap; flex-direction: row;
	justify-content: center; align-content: center; align-items: center;
	width:100%;
	margin: 0px; padding: 0px; gap: 10px;	
}
.v-container {
	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 {
	font-size:16pt; line-height: 1;
	font-family: 'square-text'; text-align: center;
	padding:0; margin:0;
	background-color: darkslategray; color:white;
	
}
.video-js {
	display:block;
	/*box-shadow: 0px -4px 0 0 darkslategray;*/
	border-top:solid 3px darkslategray;
}
.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; display:block;
	top: 50%; left: 50%;
	height: 1.5em; width: 2em;
  border: 0.75em 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);
}
/* video-container x-- */




.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: 14em; height: 3.5em;
	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;
}


@media screen and (max-width: 980px) {
.title {
  width:200px; height:125px;
	font-size: 15pt; 
}
.v-container {
	width:200px; height:auto;
}

}

@media screen and (max-width: 850px) {
.Instructions p {
	font-size: 13pt; line-height: 1.25;
}
#titles {
	gap: 5px;
}
#list01 {
	gap: 5px;
}

.title {
  width:180px; height:125px;
	font-size: 14pt; 
}
.v-container {
	width:180px; height:auto;
}

}



@media screen and (max-width: 690px) {
.Instructions p {
	font-size: 12pt; line-height: 1.25;
}
.results {
	max-width:360px;
}
#list01 {
	display:flex; flex-wrap: nowrap; flex-direction: row;
	justify-content: flex-end; align-content: flex-end; align-items: flex-end;
}
#titles {
	flex-direction: column; width:50%;
	gap: 10px 0px;
	justify-content: flex-end;
}
#list01 {
	flex-direction: column; width:50%;
	gap: 10px;
	justify-content: flex-end;
}

.title {
  width:225px; height:151px;
	font-size: 15pt;
}
.v-container {
	width:225px; height:auto;
}

}

@media screen and (max-width: 450px) {
.title {
  width:200px; height:136px;
	font-size: 14pt;
}
.v-container {
	width:200px; height:auto;
}
}

