@charset "utf-8";
/* This is the CSS stylesheet used in the exercise. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version 7.0 Release 3 Build 0 */
@font-face{
    font-family: 'Blinker';
    font-style: normal;
    src: local('Blinker'),
         url('../../../../fonts/Blinker.woff');
}
@font-face{
    font-family: 'Sintony-Bold';
    font-style: normal;
    src: local('Sintony-Bold'),
         url('../../../../fonts/Sintony-Bold.woff');
}


/* CSS variables for colours. */
:root{
	--strFontFace:       Blinker,Geneva,Arial,sans-serif;
	--strFontOther:      Sintony-Bold;
	--strFontSize:       16pt;
	--strFontSizeInstruction: 14pt;
	--strTextColor:      #000000;
	--strTitleColor:     #000000;

	--strFuncLightColor: #ffffff;
	--strFuncShadeColor: #7f7f7f;
	--strLinkColor:      #0000FF;
	--strVLinkColor:     #0000CC;
	
	--strNavBarColor:    #000000;
	--strNavLightColor:  #7f7f7f;
	--strNavShadeColor:  #000000;
	--strNavTextColor:   #ffffff;
	
	--strPageBGColor:    aliceblue;
	--strExBGColor:      #FFFFFF;
}


.coloured-list {
	display:block; width:85%;
	list-style: none;
	padding: 0;	margin:0 auto;
}
.coloured-list li {
	padding: 7px 5px;
	margin: 15px auto!important;
	border-radius: 5px;
	border-left: 10px solid transparent!important;
	border-right: 10px solid transparent!important;
	box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     					-2px -2px 5px 0 rgba(0,0,0,.1),
   	 					2px 2px 5px 0 rgba(0,0,0,.1),
    					-2px 2px 5px 0 rgba(0,0,0,.1);
	transition: 0.3s all linear;
}
.coloured-list li:hover {
	border-left: 10px solid coral!important;
	border-right: 10px solid coral!important;}

.Begriff {
	color:white; background-color:steelblue;
	padding: 0px 6px; border-radius:6px;
}
.Begriff:after {
	content: '\00000a';
	white-space: pre;
}
.linebreak {
	display:none;
}

html {
  height:100%;
}
body {
	animation: fadeIn 1s;
	font-family: 'Blinker';
	background-color: #ffffff;
 	margin: 0 3%; padding:0;
}
@keyframes fadeIn{
	0% {opacity:0;background-color:#000;}
	90% {opacity:0;}
	100% {opacity:1;background-color:#fff;}
}
* {
  box-sizing: border-box;
}

table,div,span,td, p {
	margin:0;	padding:0;
}

.ExerciseTitle {
	font-size: 22pt; font-family: 'Sintony-Bold';
	color: black;
	text-align: center;
}
#InstructionsDiv {
	background-color: #E4E4E4;
	text-align: center;
	font-family: 'Sintony-Bold'; font-size: 14pt; line-height: 1.25;
	color: black;
	padding: 0.5em;
	margin: 0 0 15px 0;
	border-left:5px #5C5C5C solid; border-right:5px #5C5C5C solid;
}
div.StdDiv {
	background-color: var(--strExBGColor);
	text-align: center;
	font-size: var(--strFontSize);
	padding: 0.5em;
	margin-bottom: 10px;
}

div.ExerciseContainer {
	background-color: var(--strExBGColor);
	text-align: center;
	padding:0px 2em;
	font-size: 1em;
	color: var(--strTextColor);
	min-width: 15em;
	flex-grow: 1;
	flex-basis: 0;
	margin: 1px;
}


/* EndCorePageCSS */


.Guess{
	font-weight: bold;
}

.CorrectAnswer{
	font-weight: bold;
}

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: var(--strTitleColor);
}

span#TimerText{
	padding: 0.25em 0.5em;
	border-width: 1px;
	border-radius:8px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: var(--strTitleColor);
}

.LeftItem{
	font-size: 1em;
	color: var(--strTextColor);
	text-align: left;
}

.RightItem{
	font-weight: bold;
	font-size: 1em;
	color: var(--strTextColor);
	text-align: left;
}



input, textarea{
	font-family: var(--strFontFace);
	font-size: 17pt;
	
}
select + button {
	margin-left:2px!important;
}
select {
	font-size: 17pt; font-weight: bold; letter-spacing:0.5px;
	color: BLUEVIOLET; background-color: azure;
	margin:0px; padding:0px 2px;
	border:2px solid BLUEVIOLET;
	border-top-left-radius: 8px; border-top-right-radius:8px;
	cursor:pointer;
}
select:hover {
	color: black; background-color: azure;
	border:2px solid coral;
}



div.ClozeBody {
	font-weight: normal;
	font-size:17pt;
	line-height: 2;
	text-align: justify;
	margin-top: 2em;
	margin-bottom: 2em;
	cursor: default;
}

span.GapSpan {
	font-weight: bold;
	letter-spacing: 1.25px;
	color:green;
	padding:0px 4px;
}

.GapSpanCorrection {
	font-weight: normal;
	color: green;
	text-decoration:none;

	}

.GapSpanDetected {
	font-weight: bold;
	color: white;
	background-color:green;
	padding: 1px 4px;
	border-radius:10px;
	text-decoration:none;
	}	

.GapSpanUnDetected {
	font-weight: bold;
	color: white;
	background-color:darkblue;
	padding: 1px 4px;
	border-radius:10px;
	text-decoration:none;
	}

.ClozeWordList{
	text-align: center;
	font-weight: bold;
}


/* Keypad styles */

div.Keypad{
	display: block;
	text-align: center;
	display: none; /* initially hidden, shown if needed */
	margin-top:-10px;
	margin-bottom: 0.5em;
}

div.Keypad button{
	font-family: var(--strFontFace);
	font-size: 110%;
	background-color: #ffffff;
	margin:0px 3px;
	width: 1.8em;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	color: var(--strTextColor);
	box-shadow: 0.2em 0.25em 0.2em var(--strTextColor);
}


.FuncButton {
	display: inline-block; min-width: 145px; height:2.5em;
	border: solid 2px lightseagreen; border-radius: 0.5em;
	margin:10px; padding: 3px 6px;
	color: var(--strTextColor); background-color: var(--strExBGColor);
	cursor: pointer;
	font-size: 13pt; font-family: var(--strFontOther);
	-moz-box-shadow: 4px 4px 0px 0px teal;
  -webkit-box-shadow: 4px 4px 0px 0px teal;
  box-shadow: 4px 4px 0px 0px teal;
}
.FuncButton:active {
	box-shadow: none;
}
.FuncButton:hover{
	color: var(--strExBGColor); background-color: teal;
	border: solid 2px floralwhite;
}


div.Feedback {
	position: absolute; display: none; 
	flex-direction: column; flex-wrap: nowrap;
	justify-content: center; align-items: center; align-content: center;
	width:50%; height: 50%; 
	top: 60%; left: 50%; transform: translate(-50%,-20%);
	overflow: auto; margin: 0px; padding: 25px;
	z-index: 10;
	border-radius:8px; border: solid 3px brown;
	background-color: CORNSILK;
	box-shadow: 0.2em 0.3em 0.4em black;
	-moz-box-shadow: 0.2em 0.3em 0.4em black;
  -webkit-box-shadow: 0.2em 0.3em 0.4em black;
}
.FeedbackText {
	display:block; position: relative;
	color: saddlebrown;
	font-size:16pt; line-height: 1.5;
	text-align: center; font-family: 'Sintony-Bold';
	margin:5% auto 25px;
}
#FeedbackOKButton {
	display: block; position: relative; width: 75px; height: 55px;
	border: solid 2px brown; border-radius: 0.5em;
	margin:0 auto; padding: 3px 6px;
	color: maroon; background-color: var(--strExBGColor);
	cursor: pointer;
	font-size: 15pt; text-align: center; font-family: 'Sintony-Bold';
		-moz-box-shadow: 4px 4px 0px 0px maroon;
  -webkit-box-shadow: 4px 4px 0px 0px maroon;
  box-shadow: 4px 4px 0px 0px maroon;
}
#FeedbackOKButton:hover {
	color: var(--strExBGColor); background-color: maroon;
	border: solid 2px floralwhite;
}


@media screen and (max-width: 980px) {
#InstructionsDiv {
	font-size: 12pt; padding: 0.25em;
}
}

@media screen and (max-width: 650px) {
body {
 	margin: 0; padding:0;
}

#InstructionsDiv {
	font-size: 11pt; padding: 0.25em;
}

div.ExerciseContainer {
	padding:0px;
}
.coloured-list {
	text-align: center;
}
.linebreak {
	display:inline;
}
.FuncButton {
	font-size: 12pt;
}
div.Feedback {
	width:85%;	padding: 10px;
}
.FeedbackText {
	font-size:13pt;
	margin:10% auto 25px;
}
#FeedbackOKButton {
	width: 55px; height: 45px;
	font-size: 14pt;
}
}

@media screen and (max-width: 480px) {


input, textarea{
	font-size: 15pt;
}
select + button {
	margin-left:2px!important;
}
select{
	font-size: 15pt;
	letter-spacing:1.1px;
}
div.ClozeBody {
	font-size:16pt;
	line-height: 1.75;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
}
}

