/*основная часть*/
/*начало правого верхего меню*/
.menu-right-above {
	background-color: #f4f4f5;
	padding: 7px 10px 7px 10px;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 2rem;
	position: relative;
	z-index: 99;
}

.menu-right-above ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #b9bbbc;
	color: #1a171b;
}

.menu-right-above ul li {
	border-top: 1px solid #b9bbbc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-right-above ul li a.plus:before,
.menu-right-above ul li a.plus:after {
	position: absolute;
	width: 2px;
	height: 26px;
	vertical-align: center;
	right: 10%;
	content: ' ';
	background-color: #003762;
}

.menu-right-above ul li a.plus:before {
	transform: rotate(90deg);
}

.menu-right-above a.plus {
	display: block;
}

.menu-right-above ul li [aria-expanded="true"]:after {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

/*конец правого верхнего меню*/
/*начало мобильного варианта меню правой колонки*/
.menu-sub-mobile > div {
	background-color: #f4f4f5;
}

.menu-sub-mobile {
	font-size: 0.75rem;
	font-weight: 400;
	background-color: #f4f4f5;
}

.menu-sub-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #1a171b;
}

.menu-sub-mobile ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-sub-mobile ul li a.plus:before,
.menu-sub-mobile ul li a.plus:after {
	position: absolute;
	width: 1px;
	height: 11px;
	top: 8px;
	right: 5%;
	content: ' ';
	background-color: #003762;
}

.menu-sub-mobile ul li a.plus:before {
	transform: rotate(90deg);
}

.menu-sub-mobile a.plus {
	display: block;
}

.menu-sub-mobile ul li [aria-expanded="true"]:after {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.menu-sub-mobile ul li div p {
	padding-top: 20px;
	padding-bottom: 5px;
}

.menu-sub-mobile ul li div span {
	margin-right: 10px;
}

/*конец правого верхнего меню*/


/*конец  мобильного варианта меню правой колонки*/


/*начало блока меню с картинками*/
.menu-tools {
	border-top: 1px solid #b9bbbc;
	border-bottom: 1px solid #b9bbbc;
	margin-top: 7px;
	padding-top: 12px;
	padding-bottom: 3px;
}

.menu-tools a {
	display: flex;
	flex-direction: column;
	color: #003762;

}

@media all and (max-width: 767px) {
	.icon-zurück {
		content: url("../icon/zurück.svg");
		width: 28px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-weiter {
		content: url("../icon/weiter.svg");
		width: 28px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-neu-laden {
		content: url("../icon/neu-laden.svg");
		width: 28px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-caption {
		display: none;
	}

	.caption {
		margin-top: auto;
		text-align: right;
		font-size: 0.6rem;
		color: #003762;
	}

	.menu-tools {
		margin-bottom: 7px;
		padding-bottom: 7px;
		padding-top: 7px;
	}
}

@media all and (max-width: 575px) {
	.icon-zurück {
		content: url("../icon/zurück.svg");
		width: 16px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-weiter {
		content: url("../icon/weiter.svg");
		width: 16px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-neu-laden {
		content: url("../icon/neu-laden.svg");
		width: 16px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}
}

@media all and (min-width: 768px) {
	.icon-zurück {
		content: url("../icon/zurück.svg");
		width: 35px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-weiter {
		content: url("../icon/weiter.svg");
		width: 35px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-neu-laden {
		content: url("../icon/neu-laden.svg");
		width: 35px;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}

	.icon-caption {
		margin-left: auto;
		margin-right: auto;
		font-size: 0.9rem;
	}

	.caption {
		margin-top: auto;
		text-align: right;
		color: #003762;
		font-size: 0.9rem;
	}
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) {

}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) {

}

/*конец блока меню с картинками*/

/*начало блока голосования*/
.evaluate {
	border-top: 1px solid #b9bbbc;
	border-bottom: 1px solid #b9bbbc;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
	margin-bottom: 5rem;
	font-style: italic;
	font-size: 0.6rem;
}

.star-rating {
	font-size: 0;
}

.star-rating__wrap {
	display: inline-block;
	font-size: 1.3rem;
	padding-top: 10px;
}

.star-rating__wrap:after {
	content: "";
	display: table;
	clear: both;
}

.star-rating__ico {
	float: right;
	padding-left: 10px;
	cursor: pointer;
	color: #e6e5e5;
}

.star-rating__ico:last-child {
	padding-left: 0;
}

.star-rating__input {
	display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
	color: #97bf0d;
}

@media all and (max-width: 767px) {
	.task {
		padding: 5px 10px 5px 10px;

	}
}

/*конец блока голосования*/
h1 {
	font-size: 1.7rem;
}

.task {
	background-color: #f4f4f5;
	padding: 18px 10px 16px 10px;
	font-weight: 400;
	font-size: 1rem;
}

.test-header {
	font-size: 1.3rem;
	font-weight: normal;
	color: #1a171b;
	margin-top: 10px;
}

.test-text {
	font-size: 1.3rem;
	font-weight: 400;
}

.test-conformity {
	background-color: #f4f4f5;
	padding: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	word-wrap: break-word;
}

.test-result {
	background-color: #f4f4f5;
	padding: 15px;
	height: 100%;
	display: flex;
	align-items: center;
	word-wrap: break-word;
}

.test-conformity-block {
	background-color: #f4f4f5;
	color: #b1b3b4;
	padding: 15px;
	height: 100%;
	display: block;
	align-items: center;
	word-wrap: break-word;
	cursor: pointer;
}

.test-hr {
	margin-top: 1rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b9bbbc;
}

.test-nohr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.test-conformity-block-selected {
	color: #212529;
}

.question-answer {
	background-color: #868889;
	cursor: pointer;
	border: none;
}

.question-answer-selected {
	background-color: #B6B8B9;
	cursor: auto;
	border: 1px solid #494b4c;
}

.question-answer-richtig {
	background-color: #98bd24;
	border: none;
}

.question-answer-fast-richtig {
	background-color: #fcc900;
	cursor: pointer;
	border: none;
}

.question-answer-fast-falsch {
	background-color: #e12e2d;
	cursor: pointer;
	border: none;
}

.question-answer-falsch {
	background-color: #ab021c;
	cursor: pointer;
	border: none;
}

.test-conformity-selected {
	background-color: #d0d0d2;
	font-weight: 600;
	padding: 5px;
	height: 100%;
	display: flex;
	align-items: center;
	word-wrap: break-word;
}

.test-conformity-falsch {
	background-color: #ab021c;
/*	padding: 5px; */
	height: 100%;
/*	display: flex; */
	align-items: center;
	word-wrap: break-word;
}

.test-conformity-falsch-pulse {
	animation: pulse 0.5s 3
}

@-webkit-keyframes pulse {
	50% {background-color: #ab021c;}
}

@keyframes pulse {
	50% {background-color: #ab021c;}
}

.test-conformity-fast-falsch {
	background-color: #e12e2d;
/*	padding: 5px; */
	height: 100%;
/*	display: flex; */
	align-items: center;
	word-wrap: break-word;
}

.test-conformity-fast-richtig {
	background-color: #fcc900;
/*	padding: 5px; */
	height: 100%;
/*	display: flex; */
	align-items: center;
	word-wrap: break-word;
}

.test-conformity-richtig {
	color: #212529;
	background-color: #98bd24;
/*	padding: 5px; */
	height: 100%;
/*	display: flex; */
	align-items: center;
	word-wrap: break-word;
}

[draggable="true"] {
	cursor: pointer;
}

.icon-dialog {width: 48px; height: 48px; display: block; text-align: center; line-height: 48px;}

.icon-test {
	content: url("../icon/uebungen/neutral.svg");
	max-width: 52px;
	display: block;
	cursor: pointer;
}

.icon-test-falsch {
	content: url("../icon/uebungen/falsch.svg");
	max-width: 52px;
	display: block;
}

.icon-test-fast-falsch {
	content: url("../icon/uebungen/fast_falsch.svg");
	max-width: 52px;
	display: block;
}

.icon-test-fast-richtig {
	content: url("../icon/uebungen/fast_richtig.svg");
	max-width: 52px;
	display: block;
}

.icon-test-richtig {
	content: url("../icon/uebungen/richtig.svg");
	max-width: 52px;
	display: block;
}

.select3 {
	background-color: #ab021c;
	padding: 5px;
	text-align: justify;
}

.select2 {
	background-color: #e12e2d;
	padding: 5px;
	text-align: justify;
}

.select1 {
	background-color: #fcc900;
	padding: 5px;
	text-align: justify;
}

.select0 {
	background-color: #98bd24;
	padding: 5px;
	text-align: justify;
}

.kommentar {
	min-height: 140px;
	padding: 10px;
	background-color: #f4f4f5;
}

@media all and (max-width: 767px) {
	h1 {
		font-size: 1rem;
	}

	.test-header {
		font-size: 0.8rem;
		font-weight: normal;
		color: #1a171b;
	}

	.test-text {
		font-size: 0.9rem;
		font-weight: 400;
		padding-left: 0;
	}

	/* маленький хак для линии отбоя, чтобы она была с отступами*/
	.test-hr {
		border-bottom: none;
		position: relative;
	}

	.test-hr:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 15px;
		width: calc(100% - 30px);
		height: 1px;
		background-color: #f5f5f6;
	}

	.test-answer {
		font-size: 0.7rem;
	}

	.test-conformity {
		font-size: 0.7rem;
	}

	.test-result {
		font-size: 0.7rem;
	}

	.test-conformity-block {
		font-size: 0.7rem;
	}

	.test-conformity-falsch {
		font-size: 0.7rem;
	}

	.test-conformity-fast-falsch {
		font-size: 0.7rem;
	}

	.test-conformity-fast-richtig {
		font-size: 0.7rem;
	}

	.test-conformity-richtig {
		font-size: 0.7rem;
	}

	.task {
		font-size: 0.8rem;
	}

	.icon-test {
		min-width: 22px;
	}

	.icon-dialog {
		min-width: 22px;
		min-height: 22px;
	}

	.kommentar {
		font-size: 0.8rem;
	}

	.icon-test-falsch {
		min-width: 22px;
	}

	.icon-test-fast-falsch {
		min-width: 22px;
	}

	.icon-test-fast-richtig {
		min-width: 22px;
	}

	.icon-test-richtig {
		min-width: 22px;
	}

	.evaluate {
		padding-left: 0;
	}
}

/*начало меню ответа на мобильном*/
@media all and (min-width: 768px) {
	.Antwortoptionen {
		display: none;
	}
}

@media all and (max-width: 767px) {
	.Antwortoptionen {
		background-color: #ffed00;
		display: none;
		height: auto;
		overflow: hidden;
		padding: 5px 10px;
		position: absolute;
		width: calc(100% - 30px);
		z-index: 99;
	}

	.Antwortoptionen .icon-test {
		border: 1px solid #000000;
	}

	.Antwortoptionen .icon-test-falsch {
		border: 1px solid #000000;
	}

	.Antwortoptionen .icon-test-fast-falsch {
		border: 1px solid #000000;
	}

	.Antwortoptionen .icon-test-fast-richtig {
		border: 1px solid #000000;
	}

	.Antwortoptionen .icon-test-richtig {
		border: 1px solid #000000;
	}
}

/*конец основной части*/
/*модальное окно финала упражнений*/
#ModalAuswertung {
}

#ModalAuswertung .modal-content {
	border: none;
	border-radius: unset;
}
#ModalAuswertung .close{
	color: white;
	font-size: 3rem;
	text-shadow: none;
}

#ModalAuswertung .modal-body {
	background-color: #ffffff;
	padding-top: 0;
}

#ModalAuswertung .header-auswertung {
	background: #003563;
	border-bottom: none;
	border-radius: unset;
	padding: 1rem 0;
}

.triangle_left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 20px solid #ffffff;
	border-bottom: 10px solid transparent;
}

#ModalAuswertung .logo-lsi-auswertung {
	background: url("../icon/logo/lsi_online.svg") no-repeat top left;
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 35px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

#ModalAuswertung h5 {
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	font-size: 1.5rem;
}

/*меняем отступ от низа для голосования*/
.modal-body .evaluate {
	margin-bottom: 0.5rem;
}

@media all and (max-width: 767px) {
	#ModalAuswertung .modal-dialog{
		height: 100vh;
		width: 100vw;
		margin: 0;
		padding: 0;
	}
	#ModalAuswertung .modal-content{
		height: 100vh;
	}
}

#nodetext {overflow-y: auto;}
#nodetext p {padding-top: 0.5rem;}
.hilited-word {background-color: #8a878b; cursor: url('../img/cursor.cur'), auto; color: #97bf0d;}
.cpt {cursor: pointer;}

.size-ar {font-size: 2.0rem; direction: rtl; text-align: initial;}
.size-ja {font-size: 1.7rem; direction: ltr; line-height: 3.0rem}
.size-ko {font-size: 1.3rem; direction: ltr;}
.size-zh {font-size: 1.6rem; direction: ltr;}
.size-ru {font-size: 1.1rem; direction: ltr;}
.size-de {font-size: 1rem; direction: ltr; text-align: left;}
.size-ar .size-de .thint {font-size: 2.0rem; direction: rtl;}
p.size-ar {text-align: right;}

.reverse{
	direction: rtl;
	text-align: right;
}

.arabish {
    direction: rtl;
}

.latin {
    direction: ltr;
}

.obverse{
    direction: ltr;
    text-align: left;
}

.diaexs1 {background-color: #FFFFFF;}
.diaexs2 {background-color: #888888;}
.diaexs3 {background-color: #E1001A;}
.diaexs4 {background-color: #FFCB00;}
.diaexs5 {background-color: #96BD0D;}

.thint {border-bottom: dotted 1px #BB8080;}
.eximgtgf {float: left; width: 110px; height: 110px; text-align: center;}
.excomref {float: right; margin-top: -3px;}
.exvarref {float: right; margin: -3px 16px;}
