/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			 url('../../../../mm/fonts/source-sans-pro-v14-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



* {
	box-sizing: border-box;
}

html {
	background-color: #ffffff;
	margin: 0;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
	background-color: #ededed;
	margin: 0;
	padding: 0.5em 0.5em 3.75em 0.5em;
	min-height: 100vh;
	position: relative;
}

header h2 {
	text-align: right;
	margin-right: -0.5rem;
}


#logo_ladadi {
	display: none;
}
.Page #logo_ladadi,
.HomePage #logo_ladadi {
	display: block;
	margin-top: -1.5em;
	width: 240px;
}


footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 1.0em 0;
	font-size: 0.85em;
	text-align: center;
}



a {
	color: #ec6637;
}
a:focus,
a:hover
{
	color: #003866;
}

img {
	max-width: 100%;
}

h1 {
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.1;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0 0.9em 0;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
}

.hidden {
	display: none;
}

.subtle {
  font-size: 0.875em;
}

.TeamerPage .onlyForTeacher {
	display: none;
}
.TeacherPage .onlyForTeamer {
	display: none;
}

#UserRequirements p {
	background-color: #ffff4f;
	padding: 0.5em;
	margin: 0.5em 0;
}


.smallNav {
	clear: both;
	margin-top: 0;
	padding: 0;
	list-style-type: none;
}
.smallNav > li {
	display: inline-block;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #000000;
	margin-right: 0.325em;
	margin-bottom: 0.25em;
}
.smallNav > li:first-of-type {
	padding-left: 0;
	border-right: 1px solid #000000;
}
.smallNav > li:last-of-type {
	border-right: none;
}

.backLink:before {
	content: ' ';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-left: 2px solid #ec6637;
	border-bottom: 2px solid #ec6637;
	transform: rotate(45deg);
	margin-right: 0.25em;
}

.profileButton {
	background-image: url('../images/icon-person.ededed.png');
}

.dropdownMenu {
	display: none;
	position: absolute;
	background-color: #ffffff;
	z-index: 1;
	list-style-type: none;
	padding: 0.5em;
}
.dropdownOpen > .dropdownMenu {
	display: block;
}

#profileMenu p {
	margin: 0 0 0.5em 0;
}
#profileMenu ul {
	list-style-type: none;
	padding-left: 0;
}
#profileMenu li {
	margin: 0.5em 0;
}
#profileMenu a {
	display: block;
	text-align: center;
}

#accessTeamerPhone {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted #5f5f5f;
}


.missionsList > li {
	margin: 0.375em 0;
	line-height: 1.5;
}
.missionsList .unblock,
.missionsList .notBlockableNotice {
	display: none;
}
.missionsList .isBlocked .unblock {
	display: initial;
}
.missionsList .isBlocked .block {
	display: none;
}
.missionsList .isBlocked {
	color: #4f4f4f;
}
.missionsList .isBlocked:before {
	content: '🔒';
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
}
.missionsList .notBlockable .togglemissionblock {
	display: none;
}
.missionsList .notBlockable .notBlockableNotice {
	display: initial;
}

.refreshButton {
	background-image: url('../images/icon-refresh.ededed.png');
	margin: -0.5em 0 -0.5em -0.125em;
	opacity: 1;
	transition: opacity 0.5s;
}
.refreshButton.working {
	opacity: 0.15;
}
.pupilsList > li {
	margin: 0.375em 0;
	line-height: 1.5;
	position: relative;
}
.pupilsList li.dropdownOpen > span.title {
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
.pupilsList .isIll span.title {
	color: #8f8f8f;
	margin-right: 0.25em;
}
.pupilsList span.illNotice {
	display: none;
}
.pupilsList .isIll span.illNotice {
	display: inline;
}
.pupilsList .sethealthy {
	display: none;
}
.pupilsList .isIll .setill {
	display: none;
}
.pupilsList .isIll .sethealthy {
	display: inline;
}
.pupilsList span.loginInfo {
	display: block;
}
.settingsButton {
	background-image: url('../images/icon-settings.ededed.png');
	width: 2.25em !important;
	height: 2.25em !important;
	margin: 0 0.25em;
}
.pupilsList .settings li {
	display: inline-block;
}
.popupDialog {
	position: fixed;
	z-index: 3;
	min-width: 300px;
	min-height: 320px;
	max-width: 95vw;
	max-height: 95%;
	overflow: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	background-color: #fffffff7;
	padding: 1em;
}
.closeButton {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	background-image: url('../images/icon-close.ffffff.png');
}

.teamsList {
	margin: 0.75em 0;
	list-style-type: none;
	padding-left: 0;
}
.teamsList:after {
	content: '';
	display: block;
	clear: both;
}
.teamsList li {
	margin: 0 1.5em 1.5em 0;
	list-style-type: none;
	width: 100%;
	max-width: 300px;
	float: left;
	border: 1px solid transparent;
	padding: 1px;
}
.teamsList li.highlighted {
	border-color: #ec6637;
}
.teamsList li img {
	width: 3em;
	vertical-align: middle;
	margin-right: 0.25em;
}
.teamsList li ul {
	padding-left: 3.25em;
}
.teamsList li li {
	margin: 0;
	float: none;
	border: none;
	padding: 0;
}
.teamsList .isIll {
	color: #8f8f8f;
}

span.taskStatus {
	display: inline-block;
	font-size: 0.85em;
	width: 8em;
	width: calc(8em + 2px);
	vertical-align: middle;
	border:1px solid #000000; 
}
span.taskStatus span {
	display: block;
	background-color: #003866;
	height: 1em;
}


.audios li {
	margin: 0.75em 0;
}
.audios audio {
	margin:  0.25em 0;
}


canvas {
	max-width: 100%;
	height: auto !important;
	object-fit: contain;
}
#section-statistics canvas {
	border: 1px solid #ec6637;
	margin-top: 0.5em;
}

/* --- EntryTest-Auswertung (für Teacher und Teamer) --- */
.statistics h4 {
	margin: 1.0em 0 0.175em 0;
}
.badge {
	color: #ffffff;
	background-color: #003866;
	padding: 0.175em 0.375em 0.1em;
	border-radius: 1.25em;
}
.liked {
	background-color: #009020;
}
.hated {
	background-color: #a02031;
}
.percentbar {
	min-height: 1.5em;
	width: 100%;
	border: 2px solid #003866;
	background-color: #ffffff;
}
.percentbar div {
	background-color: #003866;
	height: 1.5em;
}
.percentbar span {
	position: absolute;
	color: #ffb600;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0.2em 0 0 0.25em;
	/* text-shadow: 2px 2px 2px #000000; */
}
.statistics ul li {
	margin: 0.375em 0;
}


/* --- TeamerPage --- */
.TeamerPage section {
	margin-top: 2.25em;
	border-top: 1px solid #000000;
}
.TeamerPage button.bigbutton {
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.5em;
	padding: .5em 1em;
	margin: 1em;
	color: #ffffff;
	background-color: #ec6637;
	opacity: 100;
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.TeamerPage button.bigbutton:hover {
	background: #003866;
}
.TeamerPage #section-statistics h2:after {
	content: '(beide Teile herunterladen oder per Rechtsklick kopieren)';
	display: block;
	font-size: initial;
	font-weight: normal;
	margin-top: 0.5em;
}
.TeamerPage .svgcontainer {
	margin-bottom: 1em;
}
.TeamerPage .svgcontainer .imagetext {
	margin: 0.125em 0 0 0;
	padding-bottom: 0.25em;
}
/* M2-Results */
.m2results ul {
	list-style-type: none;
	padding: 0;
}
.m2results ul li {
	display: inline-block;
	background-color: #ffffff;
	margin: 0 0.5em 0.5em 0;
	padding: 0.5em;
	max-width: 340px;
	text-align: center;
}
.m2results ul.red li {
	background-color: #ff0000;
	color: #ffffff;
}
.m2results ul li p {
	margin: 0.25em 0;
}


/* --- SchoolsManagementPage --- */
.SchoolsManagementPage .pupilsList > li {
	margin: 1.0em 0;
}
.pupilsList .schoolClasses {
	list-style-type: none;
  padding-left: 1em;
}
.pupilsList .schoolClasses li {
	margin-top: 0.5em;
}



@media screen and (min-width : 23.5em) {

	html {
		padding: 1.0em;
	}

	body {
		min-height: calc(100vh - 2.0em);
	}

}

@media screen and (min-width : 40.0em) {

	body {
		padding-left: 1em;
		padding-right: 1em;
	}

	header h2 {
		float: right;
		margin-right: -1.0rem;
		margin-top: 0.25rem;
		margin-bottom: 0;
		padding-left: 1em;
		padding-bottom: 0.5em;
	}

	h1 {
		font-size: 2.25em;
		display: table-cell;
		height: 226px;
		vertical-align: middle;
	}
	h1:after {
		content: '';
		display: block;
		clear: both;
	}

	footer {
		text-align: right;
		padding-right: 1.0em;
	}

	.pupilsList span.loginInfo {
		display: inline;
	}

}

@media screen and (min-width : 59.0em) {

	body {
		width: 56.25vh;
		min-width: 52em;
		margin: 0 auto;

		font-size: 1.1em;
	}

}