@charset "utf-8";
/* CSS Document */
@import url("../../css/definitions.css");

@font-face {
  font-family: 'txt-format02';
  src: url("../../../fonts/Manjari-Regular.woff");
  font-display: swap;
}

#exercise3 .art-frame-mini {
	width:75%!important;
}
#exercise2 .art-frame-mini, #exercise6 .art-frame-mini {
	width:75%!important;
}


/*  video-container  -start-*/
.video-container {
	display:flex!important; flex-wrap: wrap; flex-direction: row;
	width:100%; height:auto!important;
	margin: 20px 0px;
	justify-content: center; align-content: center; align-items: center;
	gap: 20px 10px;
}
.v-container {
	width:47%!important; height:auto!important;
}
.v-container1 {
	background-color: white;
	border-radius: 0px 0px 12px 12px;
	box-shadow: 0 5px 0 0 rgba(0,0,0,0.3);
}
.v-container2 {
	background-color: white;
	border-radius: 0px 0px 12px 12px;
	box-shadow: 0 5px 0 0 rgba(0,0,0,0.3);
}
.v-container .under_video {
	font-size:12pt; line-height: 1.1;
	font-family: 'parallax-text'!important; letter-spacing: -0.5px;
	padding:5px 0 3px 0!important; margin:0 0 0 10px!important;
}
.video-js {
	/*flex-grow: 0; flex-shrink: 1;*/
	display:block;
	position: relative;
	box-shadow: 0px -6px 0 0 rgba(0,0,0,0.3);
	/*margin:15px!important;*/
}
.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%);*/
	font-size: 3em; line-height: 2em;
  height: 2em; width: 2.5em;
  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);
}
/*  video-container  -end-*/

.quelle {
	text-decoration: none;
	background-color: yellow; color: black;
	padding:0 4px;
}
.quelle:hover {
	background-color: greenyellow; color: black;
}


/* extra styles for Definitions#2 EXERCISE 5 */
.footnotes {
  position: relative; display:block; min-height: 20px;
  background-color:white;
	margin:10px 0px 0px; padding: 0px 15px;
	border-top: .20em solid transparent;
	border-image: 100% 0 0 linear-gradient(90deg, dodgerblue 15em, transparent 0);
	z-index: 1;
}
.footnotes h2 {
	text-align: left;
	margin:5px 0px 0px 0px; padding: 4px 12px;
	font-size: 1.5rem; font-family: 'article-title';
  font-weight: bold; text-transform: uppercase;
  text-decoration: none; letter-spacing: 1px;
	background-color: CRIMSON; color: white;
}
.footnotes h2 sup {
	text-transform: lowercase!important;
	font-size: 13pt;
}

#Def_extra2 {
  padding: 0; margin: 0;
  list-style: none;
	counter-reset: footnotes 68;
}

/* (A) ACCORDION WRAPPER */
#Def_extra2 .awrap {
  padding: 0; margin: 0;
}
/* (B) HEADER TAB *//* (B1) TAB ITSELF */
#Def_extra2 .ahead { /* lemma - first li */
  position: relative;
  cursor: pointer;
  padding: 10px; margin:0px;
  /*background-color: rgba(221, 255, 0, 0.95);*/ color: black;
  border-top: 5px solid white; border-radius: 0 10px 0px 10px;
	font-family: 'parallax-text'; font-size:18pt;
	font-weight: bold; line-height: 1.25;
	list-style: none;
}
/* (C) CONTENT TAB */ /* (C1) TAB ITSELF - CLOSED BY DEFAULT */
#Def_extra2 .abody {
  overflow: hidden;
  transition: all 0.2s ease-out; 
  max-height: 0; height: auto;
  background-color: white; color: black;
}
 
/* (C3) OPEN TAB - SHOW CONTENT */
#Def_extra2 .ahead.open + .abody {
  display:inline-block;
	max-height: 600px; width:92%;
  padding: 10px 10px 10px 20px; margin:0 70px 0 25px!important;
	border-radius: 0 0 0 10px;
	font-family: 'parallax-text';
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	/*border-left: 3px solid rgba(221, 255, 0, 0.95); border-bottom: 3px solid rgba(221, 255, 0, 0.95);*/
	/*background-color: aquamarine;*/
}
#Def_extra2 li:nth-child(odd)::before { /*counter number*/
	counter-increment: footnotes;
	content: '[ 'counter(footnotes)' ] ';
	font-size: 17pt; font-weight: bold;
}
#Def_extra2 li:nth-child(even) { /* second li */
	/*font-size: 16pt; font-weight: normal; line-height: 1.25;*/
}
#Def_extra2 li.b1 {
  background-color: rgba(221, 255, 0, 0.95);
}
#Def_extra2 li.b1.open + .abody {
  border-left: 3px solid rgba(221, 255, 0, 0.95); border-bottom: 3px solid rgba(221, 255, 0, 0.95);
}
#Def_extra2 li.b2 {
  background-color: GAINSBORO;
}
#Def_extra2 li.b2.open + .abody {
  border-left: 3px solid GAINSBORO; border-bottom: 3px solid GAINSBORO;
}
#Def_extra2 li:nth-child(odd):hover {
  cursor: pointer; background-color: dodgerblue; color:white;
}
#Def_extra2 .def_word { /* definitions */
	display:inline-block; position:relative;
	margin: 0; padding: 3px 0px;
	color:black;
	font-size: 16pt; font-weight: normal; line-height: 1.1;
	/*font-style: italic;*/
}
#Def_extra2 .tranlation { /* translated words */
	display:inline-block; position:relative;
	margin: 0 0 0 15px; padding: 0;
	font-family: 'parallax-text'; font-size:15pt; font-weight: normal;
	/*background-color: whitesmoke;*/
}
#Def_extra2 .related { /* related words: synonyms, antonyms, roots etc. */
	display:inline-block; position:relative;
	margin: 0; padding: 2px 8px;
	font-size: 15pt; line-height: 1.25;font-weight: bold;
	background-color: #62FFB0; color:black;
}
#Def_extra2 .eg { /* examples */
	display:inline-block; position:relative;
	margin: 0; padding: 2px 8px;
	background-color:PINK; color:black;
	border-top:solid 3px slategray;
	font-size: 15pt; font-weight: normal; line-height: 1.25;
}



@media screen and (max-width : 980px ){
.v-container {
	width:80%!important; height:auto!important;
}
#exercise3 .art-frame-mini {
	width:95%!important;
}
#exercise2 .art-frame-mini, #exercise6 .art-frame-mini {
	width:90%!important;
}
}


@media screen and (max-width: 690px) {
.v-container {
	width:90%!important; height:auto!important;
}
#exercise3 .art-frame-mini {
	width:100%!important;
}
#exercise2 .art-frame-mini, #exercise6 .art-frame-mini {
	width:100%!important;
}
}






