/* Source: /front_end/core/_reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing:border-box;
	-webkit-hyphens: auto;
	        hyphens: auto;
}
/* Source: /front_end/core/_typography.css */
h1,h2,h3,h4,h5,h6 {
	font-family:var(--font-headlines);
	line-height:1.2em;
	margin-bottom:0.4em;
	-webkit-hyphens: none;
	        hyphens: none;
}

h1 {
	font-size:1.7em;
	font-weight: 500;
}

h2 {
	font-size:1.5em;
	font-weight: 400;
}

@media only screen and (max-width: 350px) {
	h2 {
		font-size:1.35em;
	}
}

h3 {
	font-size:1.3em;
	font-weight: 500;
}

h4 {
	font-size:1.2em;
	font-weight:500;
}

h5 {
	font-size:1.1em;
	font-weight:600;
}

h6 {
	font-size:1em;
	font-weight:600;
}


p {
	margin-bottom:1em;
	line-height:1.5em;
}

figcaption,p,li,gallery-introduction {
	font-weight:300;
}

p:last-child {
	margin-bottom:0;
}

b, strong {
	font-weight:500;
}

i, em {
	font-style:italic;
}

u {
	text-decoration:underline;
}

s, strike {
	text-decoration:line-through;
}

a {
	color:rgb(var(--highlight-color));
}

sub {
	font-size:0.7em;
	vertical-align:sub;
}

sup {
	font-size:0.7em;
	vertical-align:super;
}

blockquote {
	padding:0.5em 0;
	margin-bottom:1em;
	font-style:italic;
	font-size:1em;
	color: var(--headerbar-color);
	font-weight:300;
}

.modal ol,
.modal ul,
.ck-editor ul,
.ck-editor ol {
	padding-left: 2rem;
}

.modal li,
.ck-editor li {
	padding-left: 1rem;
	list-style: disc;
	overflow: visible;
	margin-bottom: 0.5rem;
}

.modal ol > li,
.ck-editor ol > li {
	list-style: decimal;
}

.modal li ol-number,
.ck-editor li ol-number,
.modal li::before,
.ck-editor li::before {
	display:none;
}

.text-content .no-hyphens {
	-webkit-hyphens: none;
	        hyphens: none;
}/* Source: /front_end/core/_vars.css */
:root {
	--content-width: 950px;
	--content-padding: 64px;
	--content-padding-half: 32px;
	--content-padding-quarter: 16px;
	--content-padding-eight: 8px;
	--font-headlines: times, arial, serif, helvetica;
	--font-content: helvetica, arial, sans, sans-serif;
	--text-color: #333;
	--background-color: #fff;
	--background-accent: #e3fbff;
	--background-color-modal: rgba(255, 255, 255, 1);
	--highlight-color: 0, 77, 113;
	--headerbar-color: #1D89AF;
	--headerbar-background: rgba(255, 255, 255, 0.9);
	--box-magenta: #A4247C;
	--box-green: #77952E;
	--box-blue: #22526C;
	--box-teal: #0F99A6;
	--box-gray: #6E7474;
	--box-yellow: #EDD607;
	--box-orange: #C99362;
	--box-invalid: #FF2008;
	--box-reading-text: #DEE6CD;
	--exercise-red: #5B184A;
	--dlw-blue: #257DA7;
	--dlw-gray-100: #f9fbfc;
	--background-blue: #CFE2EC;
	--background-green: #77952E3D;
	--background-red: #D8C7D3B8;
	--background-gray: #8F96A0;
	--background-teal: #87CCD2;
	--background-orange: #E4C9B0;
	--background-magenta:  #D191BD;
	--background-task-outside: #ECDDCF;
	--border-task-color: #C99362;
	--background-task-inside: #F7E9DE;
	--table-color: #222428;
	--table-background-header: #1E3E51;
	--table-background-content: #CFE2EC9C;
	--dlw-blue-light: #7BA6C4;
	--dlw-blue-dark: #1E3E51;
	--support-slider-main-color: #00a99d;
	--support-slider-background-color: #f9fbfc;
	--shadow-box: 1px 2px 4px 2px rgb(0 0 0 / 50%);
	--color-student: #77952E;
	--color-teacher: #981E32;
	--color-star: #d69834;

/* added for tabs more vars, to not override older themes */
	--tabs-magenta: #A4247C;
	--tabs-green: #77952E;
	--tabs-blue: #22526C;
	--tabs-teal: #0F99A6;
	--tabs-gray: #6E7474;
	--tabs-yellow: #EDD607;
	--tabs-orange: #C99362;
	--tabs-bg-blue: #CFE2EC;
	--tabs-bg-green: #77952E3D;
	--tabs-bg-red: #D8C7D3B8;
	--tabs-bg-gray: #8F96A0;
	--tabs-bg-teal: #87CCD2;
	--tabs-bg-orange: #E4C9B0;
	--tabs-bg-magenta:  #D191BD;
}

@media screen and (max-width: 650px) {
	:root {
		--content-padding: 32px;
		--content-padding-half: 16px;
		--content-padding-quarter: 8px;
		--content-padding-eight: 4px;
	}
}

@media screen and (max-width: 400px) {
	:root {
		--content-padding: 24px;
		--content-padding-half: 12px;
		--content-padding-quarter: 6px;
		--content-padding-eight: 3px;
	}
}
/* Source: /front_end/core/content_types/authors/authors.css */
section[content-type="authors"] details img {
	width: 38.2%;
}

section[content-type="authors"] details[open] summary {
	margin-bottom: 1rem;
}

section[content-type="authors"] summary::marker {
	content:"";
}

section[content-type="authors"] author-details * {
	display: block;
	margin-bottom: 1rem;
}/* Source: /front_end/core/content_types/box/box-blue.css */
section[content-type="box"][box-type="blue"] > inner-content > details > summary {
	background-color: var(--box-blue);
}

section[content-type="box"][box-type="blue"] > inner-content > details {
	border-bottom-color: var(--box-blue);
}

section[box-type="blue"] ol > li > ol-number {
	color: var(--box-blue);
}

section[box-type="blue"] ul > li::before {
	background-color:transparent;
	border-color: var(--box-blue);
}

section[box-type="blue"] ul ul > li::before {
	background-color: var(--box-blue);
}
/* Source: /front_end/core/content_types/box/box-gray.css */
section[content-type="box"][box-type="gray"] > inner-content > details > summary {
	background-color: var(--box-gray);
}

section[content-type="box"][box-type="gray"] > inner-content > details {
	border-bottom-color: var(--box-gray);
}

section[box-type="gray"] ol > li > ol-number {
	color: var(--box-gray);
}

section[box-type="gray"] ul > li::before {
	background-color:transparent;
	border-color: var(--box-gray);
}

section[box-type="gray"] ul ul > li::before {
	background-color: var(--box-gray);
}
/* Source: /front_end/core/content_types/box/box-green.css */
section[content-type="box"][box-type="green"] > inner-content > details > summary {
	background-color: var(--box-green);
}

section[content-type="box"][box-type="green"] > inner-content > details {
	border-bottom-color:var(--box-green);
}

section[box-type="green"] ol > li > ol-number {
	color: var(--box-green);
}

section[box-type="green"] ul > li::before {
	background-color:transparent;
	border-color: var(--box-green);
}

section[box-type="green"] ul ul > li::before {
	background-color: var(--box-green);
}
/* Source: /front_end/core/content_types/box/box-invalid.css */
section[content-type="box"][box-type="invalid"] > inner-content > details > summary {
	background-color: var(--box-invalid);
}

section[content-type="box"][box-type="invalid"] > inner-content > details {
	border-bottom-color: var(--box-invalid);
}

section[box-type="invalid"] ol > li > ol-number {
	color: var(--box-invalid);
}

section[box-type="invalid"] ul > li::before {
	background-color:transparent;
	border-color: var(--box-invalid);
}

section[box-type="invalid"] ul ul > li::before {
	background-color: var(--box-invalid);
}
/* Source: /front_end/core/content_types/box/box-magenta.css */
section[content-type="box"][box-type="magenta"] > inner-content > details > summary {
	background-color: var(--box-magenta);
}

section[content-type="box"][box-type="magenta"] > inner-content > details {
	border-bottom-color: var(--box-magenta);
}

section[box-type="magenta"] ol > li > ol-number {
	color: var(--box-magenta);
}

section[box-type="magenta"] ul > li::before {
	background-color:transparent;
	border-color: var(--box-magenta);
}

section[box-type="magenta"] ul ul > li::before {
	background-color: var(--box-magenta);
}
/* Source: /front_end/core/content_types/box/box-reading-text.css */
html section[box-type="reading-text"] > inner-content > details > summary {
	background-color: var(--box-reading-text);
}

html section[box-type="reading-text"] > inner-content > details > summary::after,
html section[box-type="reading-text"] > inner-content > details > summary::before,
html section[box-type="reading-text"] box-caption p,
html section[box-type="reading-text"] box-caption h3 {
    color: var(--text-color);
}

html section[box-type="reading-text"] > inner-content > details {
	border-bottom-color: var(--box-reading-text);
}

html section[box-type="reading-text"] ol > li > ol-number {
	color: var(--box-reading-text);
}

html section[box-type="reading-text"] ul > li::before {
	background-color:transparent;
	border-color: var(--box-reading-text);
}

html section[box-type="reading-text"] ul ul > li::before {
	background-color: var(--box-reading-text);
}
/* Source: /front_end/core/content_types/box/box-red.css */
section[content-type="box"][box-type="red"] > inner-content > details > summary {
	background-color: var(--exercise-red);
}

section[content-type="box"][box-type="red"] > inner-content > details {
	border-bottom-color: var(--exercise-red);
}

section[box-type="red"] ol > li > ol-number {
	color: var(--exercise-red);
}

section[box-type="red"] ul > li::before {
	background-color: transparent;
	border-color: var(--exercise-red);
}

section[box-type="red"] ul ul > li::before {
	background-color: var(--exercise-red);
}
/* Source: /front_end/core/content_types/box/box-teal.css */
section[content-type="box"][box-type="teal"] > inner-content > details > summary {
	background-color: var(--box-teal);
}

section[content-type="box"][box-type="teal"] > inner-content > details {
	border-bottom-color: var(--box-teal);
}

section[box-type="teal"] ol > li > ol-number {
	color: var(--box-teal);
}

section[box-type="teal"] ul > li::before {
	background-color: transparent;
	border-color: var(--box-teal);
}

section[box-type="teal"] ul ul > li::before {
	background-color: var(--box-teal);
}
/* Source: /front_end/core/content_types/box/box-yellow.css */
section[content-type="box"][box-type="yellow"] > inner-content > details > summary {
	background-color: var(--box-yellow);
}

section[content-type="box"][box-type="yellow"] > inner-content > details > summary::before,
section[content-type="box"][box-type="yellow"] > inner-content > details > summary::after {
	color: var(--text-color);
}

section[content-type="box"][box-type="yellow"] > inner-content box-caption h3, 
section[content-type="box"][box-type="yellow"] > inner-content box-caption p {
	color: var(--text-color);
}

section[content-type="box"][box-type="yellow"] > inner-content > details {
	border-bottom-color:var(--box-yellow);
}


section[box-type="yellow"] ol > li > ol-number {
	color: var(--box-yellow);
}

section[box-type="yellow"] ul > li::before {
	background-color:transparent;
	border-color: var(--box-yellow);
}

section[box-type="yellow"] ul ul > li::before {
	background-color: var(--box-yellow);
}
/* Source: /front_end/core/content_types/box/box.css */
box-button {
	display: none;
}

section[content-type="box"] {
	color: black;
}

section[content-type="box"] > inner-content {
	box-sizing:border-box;
}

section[content-type="box"] > inner-content > details {
	position: relative;
	border-bottom:solid 8px #257DA7;
	box-shadow: 0 3px 6px #0000006E;
}

section[content-type="box"] > inner-content > details > summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--content-padding-quarter) var(--content-padding);
	outline: none;
	line-height: 2.6em;
	background-color: #257DA7;
	padding-right: 130px;
	margin-bottom:-1px;
}

section[content-type="box"] > inner-content > details > summary::marker {
	content: "";
	display: none;
}

section[content-type="box"] > inner-content > details > summary::-webkit-details-marker {
	content: "";
	display: none;
}

section[content-type="box"] > inner-content > details > summary::before,
section[content-type="box"] > inner-content > details > summary::after {
	font-family: icomoon, sans-serif;
	content: "\e903";
	position:absolute;
	font-size: 2.5em;
	right: 30px;
	top:24px;
	color: #fff;
	transform:translate(0, 0) rotate3d(1, 0, 0, 0deg);
	transition:transform 400ms;
	transition-timing-function: ease-in-out;
}

box-caption h3 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom:0;
	font-weight:300;
}

box-caption p {
	font-size: 0.75em;
	font-weight:200;
	color: #fff;
	margin:0.25em 0 0;
}

box-caption {
	position:relative;
	-webkit-user-select:none;
	   -moz-user-select:none;
	        user-select:none;
	min-height:3.1em;
}

box-content {
	display:none;
	max-height:0;
	transition:max-height 400ms;
	background:var(--background-color);
	box-sizing:border-box;
	padding:0;
	overflow-y:scroll;
}

box-content > section {
	padding:var(--content-padding-half) var(--content-padding);
}

box-content > footer {
	padding: var(--content-padding-half) var(--content-padding);
	font-size:0.8em;
	line-height:1.1em;
	font-weight:300;
	color:var(--background-gray);
}

.box-wrap.active box-content {
	display:block;
}

.box-wrap {
	position:relative;
}

.box-wrap.active {
	z-index:2600;
	position:fixed;
	top:16px;
	width:calc(var(--content-width) - (var(--content-padding) * 2));
	box-sizing:border-box;
}

.box-wrap.active > summary::after {
	transform:translate(0, -30%);
}

.box-wrap.active > summary::before {
	transform:translate(0, 10%) rotate3d(1, 0, 0, 180deg);
}

.box-wrap.active.closing > summary::after,
.box-wrap.active.closing > summary::before {
	transform:translate(0, 0%) rotate3d(1, 0, 0, 0deg);
}

@media screen and (max-width: 950px) {
	section[content-type="box"] > inner-content > details > summary::before,
	section[content-type="box"] > inner-content > details > summary::after {
		right: 35px;
	}

	.box-wrap.active {
		width:100%;
		max-width:calc(100% - (var(--content-padding) * 2));
	}
}

@media screen and (max-width: 850px) {
	section[content-type="box"] > inner-content > details > summary::before,
	section[content-type="box"] > inner-content > details > summary::after {
		right: 40px;
	}
}

@media screen and (max-width: 750px) {
	section[content-type="box"] > inner-content > details > summary {
		padding: var(--content-padding-quarter) var(--content-padding);
		padding-right: 105px;
	}

	section[content-type="box"] > inner-content > details > summary::before,
	section[content-type="box"] > inner-content > details > summary::after {
		right: 35px;
	}
}

@media screen and (max-width: 650px) {
	section[content-type="box"] > inner-content > details > summary::before,
	section[content-type="box"] > inner-content > details > summary::after {
		right: 30px;
	}
}

@media screen and (max-width: 550px) {
	section[content-type="box"] > inner-content > details > summary::before,
	section[content-type="box"] > inner-content > details > summary::after {
		right: 15px;
	}

	section[content-type="box"] > inner-content > details > summary {
		padding-right: 65px;
	}
}

@media screen and (max-width: 450px) {
	section[content-type="box"] > inner-content > details > summary {
		padding-right: 71px;
	}

	section[content-type="box"] > inner-content > details > summary::before,
	section[content-type="box"] > inner-content > details > summary::after {
		right: 20px;
	}
}
/* Source: /front_end/core/content_types/breadcrumbs/breadcrumbs.css */
breadcrumb-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	position: fixed;
	top: 56px;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 2;
	line-height: 20px;
}

breadcrumb-container a {
	position: relative;
	display: block;
	height: 20px;
	color: var(--background-color);
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
	margin-right: 2px;
	padding: 0 10px;
}

breadcrumb-container a:first-child {
	border-left: 5px solid var(--headerbar-color);
	background-color: var(--headerbar-color);
	line-height: 20px;
	padding: 0 5px;
	margin-right: 6px;
}

breadcrumb-container a::before,
breadcrumb-container a::after {
	content: '';
	position: absolute;
	left: 0;
	height: 50%;
	width: 100%;
	border-left: 0 solid #666;
	border-right: 0 solid #666;
	z-index: -2;
}

breadcrumb-container a::before {
	top: 0;
	transform: skew(45deg);
	border-top: 0 solid #fff;
	background-color: var(--headerbar-color);
}

breadcrumb-container a::after {
	bottom: 0;
	transform: skew(-45deg);
	border-top: 0 solid #fff;
	background-color: var(--headerbar-color);
}

breadcrumb-container a:nth-child(2)::before,
breadcrumb-container a:nth-child(2)::after {
	background-color: rgb(19,127,165, 1 );
}

breadcrumb-container a:nth-child(3)::before,
breadcrumb-container a:nth-child(3)::after {
	background-color: rgb(19,107,155, 1);
}

breadcrumb-container a:first-child::before,
breadcrumb-container a:first-child::after {
	width: 110%;
}

breadcrumb-container a:hover {
	color: var(--headerbar-color);
}

breadcrumb-container a:first-child:hover {
	background-color:  #fff;
	border-color: #fff;
}

breadcrumb-container a:hover::before,
breadcrumb-container a:hover::after {
	background-color:  #fff;
}

@media only screen and (max-width: 850px) {
	breadcrumb-container {
		top: 2.2em;
	}
}

@media only screen and (max-width: 800px) {
	breadcrumb-container {
		top: auto;
		bottom: 18px;
	}

	breadcrumb-container a,
	breadcrumb-container a:first-child {
		line-height: 22px;
	}
}

@media only screen and (max-width: 500px) {
	breadcrumb-container {
		top: auto;
		bottom: 50px;
	}
}/* Source: /front_end/core/content_types/download/download.css */
download-wrap {
	display: flex;
	font-size: 0.8em;
	align-items: center;
	box-shadow: 0 3px 6px #00000063;
	transition: box-shadow 0.5s;
	background: var(--dlw-gray-100);
}

download-wrap:hover {
	box-shadow: 0 12px 24px #00000063;
}

download-text {
	padding:0.7rem;
	flex: 1 1 70%;
	display: flex;
	align-items: center;
}

download-wrap a {
	padding: 0.7rem;
	min-width:100%;
	text-align:center;
}

download-icon {
	flex: 1 1 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	background: var(--dlw-blue);
	color: white;
}

download-icon a {
	color: white;
	text-decoration: none !important;
}

/* Fix the drop-shadow */
html body section[tab-box-type="support"] tab-box-content section[content-type="download"] {
	margin-bottom:1rem;
}
/* Source: /front_end/core/content_types/embedding/embedding.css */
section[content-type="embedding"] > inner-content > details > summary::marker {
	content: "";
	display: none;
}

section[content-type="embedding"] > inner-content > details > summary::-webkit-details-marker {
	content: "";
	display: none;
}

[figure-type="embedding"] details.license > summary {
	margin-top:var(--content-padding-quarter);
	position: relative;
	float: right;
	margin-left: 11px;
	right: 0;
}

main > section[content-type="embedding"]::after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom: -1em;
	width:100%;
	height:50%;
	background: var(--background-green);
	z-index:0;
}

[embedding-target="video"] {
	display:block;
	position:relative;
}

[embedding-target="video"]::before {
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-48px;
	margin-top:-32px;
	width:96px;
	height:64px;
	background: var(--dlw-blue);
	z-index:2;
	border-radius:8px;
	opacity:0;
	transform:scale(2);
	transition:opacity 250ms, transform 400ms;
}

[embedding-target="video"]::after {
	content:"";
	display:block;
	width:0;
	height:0;
	border-left:solid 16px white;
	border-top:solid 8px transparent;
	border-bottom:solid 8px transparent;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-8px;
	margin-top:-8px;
	z-index:3;
	opacity:0;
	transform:scale(2);
	transition:opacity 250ms, transform 400ms;
}

[embedding-target="video"]:active::before,
[embedding-target="video"]:hover::before,
[embedding-target="video"]:focus::before {
	opacity:0.7;
	transform:scale(1);
}

[embedding-target="video"]:active::after,
[embedding-target="video"]:hover::after,
[embedding-target="video"]:focus::after {
	opacity:1;
	transform:scale(1);
}

.h5p-iframe {
	background: var(--background-color) !important;
}

.hidden-video-placeholder,
.hidden-embedding-placeholder {
	display:none !important;
}

iframe-wrap[iframe-type="video"] {
	width:100%;
	padding-top:56.25%;
	position:relative;
	display:block;
}

iframe-wrap[iframe-type="video"] > iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

section[content-type="embedding"] lazy-iframe,
section[content-type="embedding"] iframe {
	display: block;
	background:#000;
	width:100%;
}

section[content-type="embedding"][embedding-type="h5p"] > inner-content > figure > iframe {
	background:transparent;
}

lazy-iframe.waiting-for-approval {
	width:100%;
	height:400px;
	background:#999;
	cursor:pointer;
	display:block;
	position:relative;
}

lazy-iframe.waiting-for-approval lazy-text {
	text-align:center;
	position:absolute;
	top:150px;
	font-size:1.2em;
	width: 82%;
	margin-left: 9%;
	color: var(--headerbar-color);
	-webkit-hyphens: none;
	        hyphens: none;
	display: block;
}

section[content-type="embedding"] .text-content {
	margin-bottom:1rem;
}

.h5p-edit-link {
    width: 48px;
    height: 48px;
	margin-left: auto;
    display: block;
	position: relative;
	background: #fff;
	border-radius: 50%;
	margin-top: 8px;
	box-shadow: var(--shadow-box);
}

.h5p-edit-link::before {
	content:'';
	display: block;
    color: transparent;
    font-size: 1px;
    width: 42px;
    height: 42px;
	position: absolute;
	top:4px;
	left: 8px;
    -webkit-mask-image: url("/resources/svg/edit.svg");
            mask-image: url("/resources/svg/edit.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: var(--user-accent-color);
}/* Source: /front_end/core/content_types/error/error.css */
section[content-type="error"] inner-content {
	color:#505050;
	background-color: white;
	border-radius:8px;
	border:solid 2px #cfcfcf;
	z-index:1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position:relative;
}

section[content-type="error"] .message,
section[content-type="error"] .type {
	font-size: large;
}

section[content-type="error"] .message,
section[content-type="error"] .title {
	margin: 0;
}

section[content-type="error"] .type {
	color: #4c3434;
	font-family: monospace;
	margin: var(--vertical-padding) calc(-1 * var(--content-padding));
	padding: 0.5rem calc(var(--content-padding) + 0.5rem);
}

section[content-type="error"]:not([is-editorial]) .type {
	background-color: #ffe89a;
}

section[content-type="error"][is-editorial] .type {
	background-color: #ff9aad;
}

section[content-type="error"] .type::before {
	content: "Type: ";
}

section[content-type="error"]::after {
	content:"";
	background:#f0f0f0;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:70%;
}

@media screen and (max-width: 800px) {
	section[content-type="error"] {
		display: none;
	}
}

.backend-link {
	float:right;
	font-size:0.8em;
}

.backend-link::before {
	content: "\270E";
}

body > section[content-type="error"] {
	max-width:1200px;
	margin:96px auto;
}
/* Source: /front_end/core/content_types/exercise/exercise-files.css */
exercise-files {
	position: relative;
	display: block;
	padding:var(--content-padding-half) 0;
}

exercise-file::after,
exercise-files::after {
	content:'';
	display:block;
	position:relative;
	clear:both;
}

exercise-upload-button {
	display:inline-block;
	float:right;
	border: 2px solid var(--exercise-red);
	color: var(--exercise-red);
	background-color: white;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	cursor:pointer;
	transition: 500ms background-color, 300ms color;
}

exercise-file-list {
	display:block;
	text-align:center;
}

exercise-file {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	padding:var(--content-padding-quarter);
	border: 1px solid var(--exercise-red);
	margin-bottom:1em;
	text-align:left;
}

exercise-upload-button:active,
exercise-upload-button:focus,
exercise-upload-button:hover {
	background-color: var(--exercise-red);
	color: white;
}

exercise-files input[type="file"] {
	display:none;
}

exercise-file-delete {
	display:inline-block;
	position:absolute;
	right:var(--content-padding-quarter);
	top:var(--content-padding-quarter);
	color: #e51a;
	background-color: #fffc;
	border:solid 1px #e51a;
	padding: 0.1em 0.5em;
	font-size: 1rem;
	font-weight: bold;
	cursor:pointer;
	transition: background-color 300ms, color 300ms;
}

exercise-file-delete:active,
exercise-file-delete:focus,
exercise-file-delete:hover {
	color:#fff;
	background-color:#e51;
}

exercise-file-name {
	font-size:0.8em;
	line-height:1.2em;
	font-weight:bold;
	cursor:pointer;
}

exercise-file-placeholder {
	display:block;
	width:100%;
	color:#fffa;
	font-size:4em;
	text-align:center;
	padding:1em 0;
	text-transform:uppercase;
	background: var(--background-red);
	cursor:pointer;
}

@media screen and (min-width: 820px) {
	exercise-file-list[max-cols="2"] > exercise-file {
		width:48%;
		display:inline-block;
		vertical-align:top;
		margin-left:1%;
		margin-right:1%;
	}
}
/* Source: /front_end/core/content_types/exercise/exercise-textarea.css */
exercise-content {
	box-shadow: 0 3px 6px #00000063;
	border-top: var(--content-padding-quarter) solid var(--exercise-red);
	border-bottom: var(--content-padding-quarter) solid var(--exercise-red);
	padding: var(--content-padding-quarter) var(--content-padding);
	background: #fff;
	display:block;
}

section[content-type="exercise"] > inner-content,
section[content-type="tab-box"][tab-box-type="exercise"] > inner-content {
	position:relative;
	margin-bottom:calc(var(--content-padding) * 1.75);
}

section[content-type="exercise"] exercise-content > section {
	margin: 0 0 1em;
	padding: 0;
}

section[content-type="box"] section[content-type="exercise"] {
	padding-left:0 !important;
	padding-right:0 !important;
}

section[content-type="box"] section[content-type="exercise"] exercise-content {
	border:none;
	padding-top:1em;
	padding-bottom:1em;
	box-shadow:none;
}

section[content-type="box"] section[content-type="exercise"]:last-of-type {
	margin-bottom:0 !important;
}

section[content-type="exercise"] exercise-content section[content-type="gallery"],
section[content-type="exercise"] section[content-type="gallery"] figcaption,
section[content-type="exercise"] section[content-type="gallery"] gallery-text {
	padding-left:0;
	padding-right:0;
}

section[content-type="exercise"] section[content-type="gallery"] [figure-type="gallery"] > img {
	border:none;
	height: auto;
}

/* Padding-adjustment of an exercise inside a pop-up box */

section[content-type="box"] > inner-content > .box-wrap.active > box-content > section[content-type="exercise"] {
	padding-top: 0;
	padding-bottom: 0;
}

section[content-type="box"] > inner-content > .box-wrap.active > box-content > section[content-type="exercise"] exercise-content section {
	padding-top: 0;
	padding-bottom: 0;
}

exercise-content inner-content > h3 {
	font-size: 1.35em;
	color: var(--exercise-red);
	font-weight: 500;
	margin-bottom:1em;
}

exercise-content inner-content > ol > li > ol-num {
	color: var(--exercise-red);
}

.exercise-text {
	width:calc(100% - var(--content-padding));
	font-size:1em;
	height:5em;
	display:block;
	font-family:var(--font-content);
	margin:0 auto 1em;
	border: 2px solid var(--exercise-red);
}

main > section[content-type="exercise"]::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:-1em;
	width:100%;
	height:50%;
	background: var(--background-red);
	z-index:-1;
}

fancy-exercise-editor {
	display:block;
	box-shadow: inset 1px 2px 3px 1px #00000063;
	padding:var(--content-padding-quarter);
}

.ck-editor__editable_inline {
	min-height: 10em !important;
}

section[content-type="exercise"] ul > li::before {
	background-color: transparent;
	border-color: var(--exercise-red);
}

section[content-type="exercise"] ol > li > ol-number {
	color: var(--exercise-red);
}

.ugm-exercise-submit {
	background-color: var(--color-student);
	float: right;
	margin-top: 0.5rem;
	border-radius: 8px;
	padding: 0.5rem 2rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border: none;
	transition: background-color 300ms;
}

.ugm-exercise-submit.locked {
	background-color: gray;
	cursor: not-allowed;
}

exercise-content::after {
	content:'';
	display:block;
	clear:both;
}

html[logged-in="false"] exercise-content > .ugm-exercise-submit,
html[logged-in="true"][user-type="teacher"] exercise-content > .ugm-exercise-submit,
html[logged-in="true"][user-type="teacher"] exercise-content > .ck {
	display: none;
}

html[logged-in="false"] exercise-content::after {
	content:'Achtung, deine Antwort wird nur dauerhaft gespeichert, wenn du angemeldet bist.';
	color:darkgray;
	font-size:0.6em;
}

html[logged-in="true"][user-type="teacher"] exercise-content::after {
	content:'SchülerInnen können hier eine Aufgabe bearbeiten';
	color:darkgray;
}

button.dlw {
	display: inline-block;
	cursor: pointer;
	background-color: var(--dlw-blue);
	color: #fff;
	border-radius: 0.25rem;
	font-size: 1em;
	padding:0.5rem 1rem;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	border:none;
	transition: background-color 250ms;
}

button.dlw:focus {
	background-color: var(--dlw-blue-light);
}

.button-wrap-right {
	text-align:right;
}/* Source: /front_end/core/content_types/gallery/gallery.css */
.pswp__caption__center details[open] license-content {
	opacity: 1;
	left: auto;
	transform: translate(0%, -100%) scaleY(1);
	max-width: var(--content-width);
	right: 2rem;
	min-width: 0;
	width: auto;
	padding: var(--content-padding-quarter);
}

section[content-type="gallery"] > inner-content > details figure[figure-type="gallery"].hidden {
	display:none;
}

section[content-type="gallery"] > inner-content > details {
	position:relative;
}

section[content-type="gallery"] > inner-content > details > summary {
	cursor:auto;
}

section[content-type="gallery"] > inner-content > details > summary::marker {
	content: "";
	display: none;
}

section[content-type="gallery"] > inner-content > details > summary::-webkit-details-marker {
	content: "";
	display: none;
}

figure[figure-type="gallery"] > details.license > summary {
	right: 54px;
	margin-top: -45px;
}

figure[figure-type="gallery"] > details.license > license-content {
	padding-bottom: 2.4em;
}

figure[figure-type="gallery"] {
	margin-bottom:0;
}

figure[figure-type="gallery"] > img {
	border:solid 12px var(--background-color);
	background:var(--background-color);
}

section[content-type="gallery"] .gallery-text {
	margin: 12px;
	padding: 0;
}

section[content-type="gallery"] .gallery-text p {
	margin: 0;
	padding: 0;
	font-family: var(--font-headlines);
	color: var(--headerbar-color);
	font-weight: 500;
}

section[content-type="gallery"] figure[figure-type="gallery"] img {
	width:100%;
	height:56vw;
	max-height: 462px;
}

section[content-type="tab-box"] figure[figure-type="gallery"] img {
	border: none;
}

section[content-type="gallery"] figure[figure-type="gallery"][display-mode="cover"] img {
	-o-object-fit: cover;
	   object-fit: cover;
}

section[content-type="gallery"] figure[figure-type="gallery"][display-mode="contain"] img {
	-o-object-fit: contain;
	   object-fit: contain;
}

section[content-type="gallery"] figure-row[figure-cols="2"] figure[figure-type="gallery"] {
	width: 50%;
}

section[content-type="gallery"] figure-row[figure-cols="3"] figure[figure-type="gallery"] {
	width: 33%;
}

section[content-type="gallery"] figcaption {
	padding-left:12px;
	padding-right: var(--content-padding-quarter);
	padding-top: var(--content-padding-quarter);
	padding-bottom: calc(var(--content-padding-quarter) * 1.5);
	line-height: 1.3em;
}

box-caption h3 {
	font-weight:300;
}

gallery-text {
	font-family: var(--font-headlines);
	line-height: 1.35em;
	padding:0 12px;
	color: var(--text-color);
	font-size: 1em;
	font-weight: 300;
	display:block;
}

section[content-type="gallery"] {
	position:relative;
}

main > section[content-type="text-and-image"] {
	overflow:visible;
}

section[content-type="gallery"] > inner-content {
	max-width: calc(var(--content-width) + 24px);
	position:relative;
	z-index:1;
}


main > section[content-type="text-and-image"] > section[content-type="gallery"] > inner-content {
	width: 100%;
	max-width: calc(var(--content-width) + 24px);
	padding: 0 var(--content-padding);
	box-sizing: border-box;
	margin: 0 auto var(--content-padding);
	position: relative;
}

main > section[content-type="gallery"]::after,
main > section[content-type="text-and-image"] > section[content-type="gallery"]::after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background: var(--background-blue);
	z-index:0;
}

.pswp {
	z-index:3500 !important;
}

.pswp__caption__center {
	color: #333;
	font-weight: 400;
	font-size:0.8em;
	line-height:1.25em;
	font-family:var(--font-content);
	max-width: var(--content-width);
}

.pswp__bg {
	background: #fff;
}

.pswp__ui--fit .pswp__top-bar {
	background:var(--headerbar-color);
}

.pswp__caption {
	background: #fff;
}

.pswp__ui--fit .pswp__caption {
	background:#fff;
}

.pswp__button.pswp__button--arrow--right,
.pswp__button.pswp__button--arrow--left {
	width: 60px;
	height: 60px;
	background-color: #fff;
	font-family: icomoon;
	color: #257DA7;
	border-radius: 50%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	transform: translate(0, -50%);
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 1;
}

.pswp__ui--fit .pswp__button--arrow--left {
	margin-left: 20px;
}

.pswp__ui--fit .pswp__button--arrow--right {
	margin-right: 20px;
}

.pswp__button.pswp__button--arrow--right::before,
.pswp__button.pswp__button--arrow--left::before {
	margin-top: -34px;
	background: transparent;
	line-height: 60px;
	font-size: 3.3em;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--dlw-blue);
	-webkit-mask-position: center center;
	        mask-position: center center;
	height: 58px;
	width: 58px;
}

.pswp__button.pswp__button--arrow--left::before {
	margin-left: -8px;
	-webkit-mask-image: url("/resources/svg/arrow-left.svg");
	        mask-image: url("/resources/svg/arrow-left.svg");
}

.pswp__button.pswp__button--arrow--right::before {
	margin-right: -8px;
	-webkit-mask-image: url("/resources/svg/arrow-right.svg");
	        mask-image: url("/resources/svg/arrow-right.svg");
}

figure[hide-buttons="1"] > details.license > summary,
figure[hide-buttons="1"] > button {
	display:none;
}

button[button-type="next-slide"],
button[button-type="previous-slide"],
button[button-type="fullscreen"] {
	display: block;
	position: absolute;
	right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 0;
	background-color: var(--headerbar-background);
	color: var(--dlw-blue);
	text-align: center;
	outline: none;
	z-index:30;
	font-size: 1em;
	line-height: 1em;
	font-family: icomoon;
	padding: 0;
}

button[button-type="fullscreen"],
.lightbox-bound {
	cursor:zoom-in;
}

button[button-type="next-slide"],
button[button-type="previous-slide"] {
	height:44px;
	width:44px;
	font-size:2em;
	opacity: 0.7;
	top:50%;
	margin-top: -22px;
	cursor: pointer;
}

button[button-type="next-slide"] {
	height:44px;
	width:44px;
	font-size:2em;
	opacity: 0.7;
	top:50%;
	margin-top: -22px;
	cursor: pointer;
	background-position-x: 60%;
	background-position-y: 55%;
}

button[button-type="previous-slide"] {
	right:auto;
	height:44px;
	width:44px;
	font-size:2em;
	left:20px;
	top:50%;
	margin-top: -22px;
	cursor:pointer;
	opacity: 0.7;
}

button[button-type="previous-slide"]::before,
button[button-type="next-slide"]::before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--dlw-blue);
}

button[button-type="next-slide"]::before {
	-webkit-mask: url("/resources/svg/arrow-right.svg");
	        mask: url("/resources/svg/arrow-right.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 80%;
	        mask-size: 80%;
	-webkit-mask-position: 60% 55%;
	        mask-position: 60% 55%;
}

button[button-type="previous-slide"]::before {
	-webkit-mask: url("/resources/svg/arrow-left.svg");
	        mask: url("/resources/svg/arrow-left.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 80%;
	        mask-size: 80%;
	-webkit-mask-position: 40% 55%;
	        mask-position: 40% 55%;
}

button[button-type="fullscreen"] {
	top:auto;
	font-size:0.87em;
	right:16px;
	margin-top: -45px;
	box-shadow: 0 3px 6px #00000029;
	transition: background-color 300ms, color 300ms;
	padding: 0;
	background-position-x: 50%;
	background-position-y: 50%;
}

button[button-type="fullscreen"]::after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-mask-image: url("/resources/svg/fullscreen.svg");
	        mask-image: url("/resources/svg/fullscreen.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 80%;
	        mask-size: 80%;
	-webkit-mask-position: center center;
	        mask-position: center center;
	background-color: var(--dlw-blue);
}

section[section-type="hero-image"] button[button-type="fullscreen"] {
	right: 2.5em;
	margin-top: -45px;
}

section[content-type="gallery"] button[button-type="fullscreen"] {
	right: 18px;
	margin-top: -45px;
}

figure[figure-type="picture"] > button[button-type="fullscreen"] {
	right:8px;
	margin-top: -45px;
}

figure[figure-type="picture"] > details.license > summary {
	right:45px;
	margin-top: -45px;
}

button[button-type="fullscreen"].active::before {
	opacity: 0;
}

button[button-type="fullscreen"].active::after {
	opacity: 1;
}

figure-row button[button-type="fullscreen"]::before,
figure-row button[button-type="fullscreen"]::after {
	font-size: 1.1em;
	line-height: 1.1em;
}

main > section[content-type="text-and-image"] > inner-content > figure > button[button-type="fullscreen"]::before,
main > section[content-type="text-and-image"] > inner-content > figure > button[button-type="fullscreen"]::after {
	margin-left: 0;
}

caption-wrap > figcaption.hidden {
	display:none;
}

figure.lightbox-bound.hidden {
	display: none;
}

section[content-type="text-and-image"] > inner-content > figure.lightbox-bound.show:not(:first-of-type) {
	display: block;
}
/* Source: /front_end/core/content_types/glossary/glossary.css */
glossary-entry {
	display:none;
	box-sizing:border-box;
	border-right:solid var(--content-padding-quarter) var(--dlw-blue);
}

glossary-entry[glossary-type="operator"] {
	border-right:solid var(--content-padding-quarter) var(--exercise-red);
}

glossary-entry > modal-close {
	color:var(--dlw-blue);
}

a[glossary-type="operatoren"],
glossary-entry[glossary-type="operator"] > modal-close {
	color:var(--exercise-red);
}
/* Source: /front_end/core/content_types/guide/guide.css */
section[content-type="navigation-guide"] {
	background-color: var(--color-background);
	margin-bottom: 102px;
}

section[content-type="navigation-guide"] .start-index {
	color: var(--headerbar-color);
}

guide-wrap {
	display: block;
	position: relative;
	padding-bottom: 220px;
	height: 624px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

guide-wrap guide-container {
	z-index: 0;
	width: 100%;
	height: 104px;
	text-decoration: none;
	position: absolute;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

guide-wrap guide-container.active[guide-pos] {
	z-index: 1;
	height: 624px;
	top: 0;
	overflow: hidden;
}

guide-wrap guide-container[guide-pos="0"] {
	top: 0;
	background-color: var(--color-bg-index0);
	color: var(--color-index0);
}

guide-wrap guide-container[guide-pos="1"] {
	top: 104px;
	background-color: var(--color-bg-index1);
	color: var(--color-index1);
}

guide-wrap guide-container[guide-pos="2"] {
	top: 208px;
	background-color: var(--color-bg-index2);
	color: var(--color-index2);
}

guide-wrap guide-container[guide-pos="3"] {
	top: 312px;
	background-color: var(--color-bg-index3);
	color: var(--color-index3);
}

guide-wrap guide-container[guide-pos="4"] {
	top: 416px;
	background-color: var(--color-bg-index4);
	color: var(--color-index4);
}

guide-wrap guide-container[guide-pos="5"] {
	top: 520px;
	background-color: var(--color-bg-index5);
	color: var(--color-index5);
}

guide-wrap guide-container image-mask {
	display: block;
	position: absolute;
	height: 100%;
	width: 686px;
	-webkit-mask-image: url("/resources/png/mask.png");
	        mask-image: url("/resources/png/mask.png");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 93.5%;
	        mask-size: 93.5%;
	top: 5px;
	left: 12px;
}

guide-wrap guide-container[guide-pos="0"] image-mask {
	-webkit-mask-position: 0% 0%;
	        mask-position: 0% 0%;
}

guide-wrap guide-container[guide-pos="1"] image-mask {
	-webkit-mask-position: 0% 19.5%;
	        mask-position: 0% 19.5%;
	top: 0;
}

guide-wrap guide-container[guide-pos="2"] image-mask {
	-webkit-mask-position: 1% 39.8%;
	        mask-position: 1% 39.8%;
	top: 0;
}

guide-wrap guide-container[guide-pos="3"] image-mask {
	-webkit-mask-position: 0% 60%;
	        mask-position: 0% 60%;
	top: -5px;
}

guide-wrap guide-container[guide-pos="4"] image-mask {
	-webkit-mask-position: 0% 80%;
	        mask-position: 0% 80%;
	top: -5px;
}

guide-wrap guide-container[guide-pos="5"] image-mask {
	-webkit-mask-position: 0% 100%;
	        mask-position: 0% 100%;
	top: -5px;
}

guide-wrap guide-container[guide-pos="1"].active image-mask {
	top:2px;
}

guide-wrap guide-container[guide-pos="3"].active image-mask {
	top:0;
}

guide-wrap guide-container image-container {
	height: 100%;
	display: block;
	position: absolute;
	width: 100%;
	aspect-ratio: 906/868;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	transition-property: background-size;
	transition-timing-function:linear;
	transition-duration: 0.6s;
}

guide-wrap guide-container.active image-container {
	background-size: 93.5%;
	background-position: center;
	transition-duration: 20s;
	transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

guide-wrap guide-container[guide-pos="0"] image-container {
	background-image: url("/resources/jpg/guide0.jpg");
	background-size: 93.5%;
	background-position: center;
}

guide-wrap guide-container[guide-pos="1"] image-container {
	background-image: url("/resources/jpg/guide1.jpg");
	background-size: 77.5%;
	background-position: 2% 74%;
}

guide-wrap guide-container[guide-pos="2"] image-container {
	background-image: url("/resources/jpg/guide2.jpg");
	background-size: 93.5%;
	background-position: center;
}

guide-wrap guide-container[guide-pos="3"] image-container {
	background-image: url("/resources/jpg/guide3.jpg");
	background-size: 94.5%;
	background-position: 0% 50%;
}

guide-wrap guide-container[guide-pos="4"] image-container {
	background-image: url("/resources/png/guide4.png");
	background-size: 93.5%;
	background-position: 50% 50%;
}

guide-wrap guide-container[guide-pos="5"] image-container {
	background-image: none;
	background-color: #0093AC;
}

guide-wrap guide-container[guide-pos="0"].active image-container {
	background-size: 190%;
	top: -5px;
	left: -22px;
}

guide-wrap guide-container[guide-pos="1"].active image-container {
	background-size: 220%;
	background-position: 50% 50%;
	top: 0;
	left: -15px;
}

guide-wrap guide-container[guide-pos="2"].active image-container {
	background-size: 190%;
	top: 0;
	left: -15px;
}

guide-wrap guide-container[guide-pos="3"].active image-container {
	background-size: 190%;
	background-position: 53% 50%;
	top: 0;
	left: -15px;
}

guide-wrap guide-container[guide-pos="4"].active image-container {
	background-size: 120%;
	top: 4px;
	left: -22px;
}

guide-wrap guide-container[guide-pos="5"].active image-container {
	top: 0;
	left: -15px;
}

guide-wrap guide-container head-container {
	display: flex;
	justify-content: flex-start;
}

guide-wrap guide-container h3 {
	position: relative;
	font-size: 28px;
	line-height: 104px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

guide-wrap guide-container close-guide {
	background-image: url("/resources/svg/emr-index-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px 32px;
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	margin-left: 686px;
    margin-right: 22px;
    padding: 10px;
    margin-top: 26px;
	z-index: 3;
}

guide-wrap guide-container close-guide::after {
	background-image: url("/resources/svg/emr-index-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	transition: all 0.3s ease-in-out;
}

guide-wrap guide-container.active close-guide::after {
	transform: scaleX(-1) translateX(-12px);
}

guide-wrap guide-container guide-children {
	display: none;
	left: 42%;
    position: absolute;
    width: 58%;
}

guide-wrap guide-container.active guide-children {
	display: block;
}

guide-wrap guide-container guide-children inner-content > a.overview-link {
	display: block;
	text-decoration: none;
	color: var(--color-index0);
	margin: 0 0 2rem 4rem;
	transition: all 0.3s ease-in-out;
}

guide-wrap guide-container[guide-pos="0"] inner-content > a.overview-link {
	color: var(--color-index0);
}

guide-wrap guide-container[guide-pos="1"] inner-content > a.overview-link {
	color: var(--color-index1);
}

guide-wrap guide-container[guide-pos="2"] inner-content > a.overview-link {
	color: var(--color-index2);
}

guide-wrap guide-container[guide-pos="3"] inner-content > a.overview-link {
	color: var(--color-index3);
}

guide-wrap guide-container[guide-pos="4"] inner-content > a.overview-link {
	color: var(--color-index4);
}

guide-wrap guide-container[guide-pos="5"] inner-content > a.overview-link {
	color: var(--color-index5);
}

guide-wrap guide-container guide-children inner-content > a.overview-link:hover {
	text-decoration: underline;
}

guide-wrap guide-container guide-children inner-content > a.overview-link::before {
	content: "";
	background-image: url("/resources/svg/emr-index-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px 32px;
	height: 32px;
    width: 32px;
	position: absolute;
	display: inline-block;
	left: 1rem;
}

guide-wrap emr-border {
	position: absolute;
	left: 7px;
	background-image: url("/resources/svg/emr-border.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	height: 100%;
	aspect-ratio: 906/868;
	z-index: 2;
}

guide-wrap border-mask {
	position: absolute;
	left: 0;
	background-image: url("/resources/svg/emr-border-cutout.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	height: 100%;
	aspect-ratio: 140/230;
	z-index: 2;
}

@media screen and (max-width: 1280px) {
	guide-wrap emr-border {
		display: none;
	}

	guide-wrap border-mask {
		display: none;
	}

	guide-wrap guide-container image-mask {
		display: none;
	}
	
	
	guide-wrap guide-container head-container {
		width: 100%;
		max-width: var(--content-width);
		margin-left: auto;
		margin-right: auto;
		padding: 0 var(--content-padding);
	}

	guide-wrap guide-container head-container close-guide {
		margin-left: -14px
	}

	guide-wrap guide-container guide-children {
		left: 20%;
	}
}

body.dark guide-wrap border-mask {
	background-image: url("/resources/svg/emr-border-cutout-dark.svg");
}

@media (prefers-color-scheme: dark) {
	guide-wrap border-mask {
		background-image: url("/resources/svg/emr-border-cutout.svg");
	}

	.dark guide-wrap border-mask {
		background-image: url("/resources/svg/emr-border-cutout-dark.svg");
	}
}
/* Source: /front_end/core/content_types/headline/headline.css */
section[content-type="headline"] > inner-content {
	margin-bottom:var(--content-padding-half);
}

section[content-type="headline"] {
	padding-bottom: 0;
}
/* Source: /front_end/core/content_types/help/help.css */
help-video {
	display: block;
	position:absolute;
	background:#fff;
	margin-top:1em;
	right: calc(((100% - var(--content-width))/2) - 2em);
	width:2em;
	height:2em;
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	transform:translate(-50%, -50%);
	box-shadow: var(--shadow-box);
	z-index: 500;
}

help-video.active {
	position:fixed;
	z-index:2600;
}

help-video video {
	background:#fff;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	opacity:0;
	transition:opacity 600ms;
}

help-video-button {
	display: block;
	color:#D69834;
	width:1em;
	height:1em;
	font-size:2em;
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	margin-left:-0.5em;
	margin-top:-0.5em;
	font-family:var(--font-headlines);
	line-height:1em;
	-webkit-user-select:none;
	   -moz-user-select:none;
	        user-select:none;
	opacity:1;
	transition:opacity 600ms, font-size 500ms;
	z-index:1;
}

help-video[open] help-video-button {
	opacity:0;
	font-size:28em;
}

section markers-left {
	display: block;
	float: left;
	margin-left: calc(((100% - var(--content-width))/2) - 1em);
}

section section markers-left {
	display: none;
}

@media only screen and (max-width: 1062px) {
	help-video {
		position: relative;
		top: 0;
		left: calc(100% - 3.5em);
		margin-top: 2em;
	}

	help-video-button {
		position: relative;
	}

	note-marker ~ help-video help-video-button {
		position:absolute;
		vertical-align:middle;
	}

	.marker ~ help-video help-video-button {
		position:absolute;
		vertical-align:middle;
	}

	note-marker ~ help-video,
	.marker ~ help-video {
		position:absolute;
		margin-top: 1em;
	}

	section markers-left {
		position: relative;
		display: inline-block;
		float: none;
		left: var(--content-padding);
		margin: 0 0 1em;
	}

	.marker {
		position: relative;
		display: inline-block;
		margin: 0 0.5rem 0 0;
	}
}

@media only screen and (max-width: 650px) {
	help-video {
		left: calc(100% - 2.8em);
	}
}
/* Source: /front_end/core/content_types/help/infoLink.css */
info-link {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	position: absolute;
	height: -moz-fit-content;
	height: fit-content;
	top: 0;
	right: calc(((100% - var(--content-width))/2) - 2em);
	z-index: 500;
}

info-link a {
	background:url("/resources/svg/mediathek.svg") no-repeat;
	background-size: 100% 100%;
	display:block;
	width:4em;
	height:4em;
	color:transparent;
}

@media only screen and (max-width: 1062px) {
	info-link {
		position:absolute;
		right: 2.75em;
		top: -1em;
		display:inline-block;
		margin-bottom:0.5em;
	}

	info-link-wrap::after {
		content:'';
		display:block;
	}
}

@media only screen and (max-width: 650px) {
	info-link {
		right: 1.75em;
	}
}
/* Source: /front_end/core/content_types/hero/hero.css */
main > section[content-type="hero-image"] {
	max-width:none;
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	position:relative;
}

main > section[content-type="hero-image"]:first-child {
	margin-top:0;
}


figure[figure-type="hero-image"] img {
	max-height:500px;
	-o-object-fit:cover;
	   object-fit:cover;
}

figure[figure-type="hero-image"] figcaption {
	position:relative;
	left:0;
	bottom:0;
	width:100%;
	opacity: 1;
	padding-top:0;
	padding-left:64px;
}

figure-overlay {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2.6rem;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	padding:0 1rem;
	line-height:1em;
}

figure[figure-type="hero-image"] figcaption p {
	width:100%;
	margin:0 auto;
	display:block;
	max-width:var(--content-width);
	line-height:1.5em;
	padding: 0 var(--content-padding);
	font-weight:200;
}

section[content-type="hero-image"] details.license > license-content {
	width:100%;
	margin:0 auto;
	display:block;
	max-width:var(--content-width);
	padding:var(--content-padding-quarter) var(--content-padding);
	left:calc(50% - var(--content-width) / 2);
}

section[content-type="hero-image"] details.license > summary {
	margin-top: -45px;
	right: 52px;
}

@media only screen and (max-width: 952px) {
	figure[figure-type="hero-image"] figcaption {
		padding-left:0;
		padding-right:0;
	}

	section[content-type="hero-image"] details.license > license-content {
		left: 0;
	}

	section[content-type="hero-image"] details.license > summary {
		font-size: 1em;
	}
}


/* .big and .small should be automatically set by the back end
 * depending on length of text
 */

figure[figure-type="hero-image"] figcaption.big p {
	font-size:1em;
}

figure[figure-type="hero-image"] figcaption.small p {
	font-size:0.5em;
}

section[content-type="hero-image"] > inner-content {
	max-width:none;
	padding-left:0;
	padding-right:0;
}

figure[figure-type="hero-image"] > video {
	-o-object-fit:cover;
	   object-fit:cover;
	cursor: default;
}

main[page-type="overview"] figure[figure-type="hero-image"] img,
main[page-type="overviewPinned"] figure[figure-type="hero-image"] img  {
	-o-object-position: 50% 50% !important;
	   object-position: 50% 50% !important;
}
/* Source: /front_end/core/content_types/license/license.css */
button[button-type="license"],
details.license > summary {
	font-family: montserrat;
	font-size: 1.2rem;
	font-weight: 500;
	position: absolute;
	right:0.5rem;
	margin-top:-2rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	outline: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background-color: var(--headerbar-background);
	color: var(--dlw-blue);
	text-align:center;
	vertical-align:middle;
	line-height:28px;
	cursor: pointer;
	box-shadow: 0 3px 6px #00000040;
	transition:background-color 300ms, color 300ms;
	z-index: 2001;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

summary.missing-attribution {
	background-color: #F41 !important;
}

details.license > summary::marker {
	content: '';
	display: none;
}

details.license > summary::-webkit-details-marker {
	content: '';
	display: none;
}

details.license.active > summary {
	color: var(--headerbar-background);
	background-color: var(--dlw-blue);
}

license-content {
	font-size: 0.5em;
	font-weight: 400;
	box-shadow: 0 3px 6px #00000029;
	padding: 0.8em;
	margin-top: 1px;
	line-height: 1.5em;
	position:absolute;
	left:0;
	background:rgba(255, 255, 255, 0.95);
	color: #333;
	width:100%;
	opacity:0;
	transform:translate(0, 0%) scaleY(0);
	transform-origin:50% 0%;
	transition:transform 300ms, opacity 300ms;
	z-index: 2000;
}

details.license > license-content a {
	word-break: break-all;
	padding-right: 64px;
	text-decoration:none;
}

details.license > license-content p {
	padding-right: 64px;
}

@media only screen and (max-width: 952px) {
	details.license > license-content a,
	details.license > license-content p {
		font-size: 1.1em;
		padding-right: 18px;
	}
}

details.license.active > license-content {
	opacity:1;
	transform:translate(0, -100%) scaleY(1);
}

license-info[license-key="ARRC"] {
	display:none;
}

license-info[license-key="CC4"] > license-name,
license-info[license-key="CC3"] > license-name,
license-info[license-key="CC2"] > license-name,
license-info[license-key="CC"] > license-name,
license-info[license-key="CC0"] > license-name,
license-info[license-key="PD"] > license-name {
	display:none;
}

license-icon,
license-info[license-key="CC4"]::before,
license-info[license-key="CC3"]::before,
license-info[license-key="CC2"]::before,
license-info[license-key="CC"]::before,
license-info[license-key="CC0"]::before,
license-info[license-key="PD"]::before {
	content:'';
	background:url("/resources/svg/PD.svg") no-repeat;
	background-size:contain;
	width:2em;
	height:2em;
	display:inline-block;
	margin-right:1.5em;
	line-height:1.65em;
	vertical-align:middle;
}

license-icon {
	margin-right:0.5em;
	text-indent:-9999px;
}

license-info[license-key="CC4"]::before,
license-info[license-key="CC3"]::before,
license-info[license-key="CC2"]::before,
license-info[license-key="CC"]::before {
	background-image:url("/resources/svg/CC.svg");
}

license-info[license-key="PD"] license-icon,
license-info[license-key="CC0"] license-icon {
	display:none;
}

license-info[license-key="CC0"]::before {
	background-image:url("/resources/svg/CC0.svg");
}

license-icon[icon-term="BY"] {
	background-image:url("/resources/svg/CC-BY.svg");
}

license-icon[icon-term="NC"] {
	background-image:url("/resources/svg/CC-NC.svg");
}

license-icon[icon-term="ND"] {
	background-image:url("/resources/svg/CC-ND.svg");
}

license-icon[icon-term="SA"] {
	background-image:url("/resources/svg/CC-SA.svg");
}

license-info[license-key="PIXABAY"]::before,
license-info[license-key="UNSPLASH"]::before,
license-info[license-key="ODBL"]::before {
	content:'';
	background-size:contain;
	background-repeat: no-repeat;
	width:2em;
	height:2em;
	display:inline-block;
	margin-right:0.5em;
	margin-bottom:0.5em;
	line-height:1.65em;
	vertical-align:middle;
}

license-info[license-key="PIXABAY"]::before {
	background-image:url("/resources/svg/pixabay.svg");
}

license-info[license-key="UNSPLASH"]::before {
	background-image:url("/resources/svg/unsplash.svg");
}

license-info[license-key="ODBL"]::before {
	background-image:url("/resources/svg/odbl.svg");
}

license-info[license-key="PIXABAY"] license-name,
license-info[license-key="UNSPLASH"] license-name,
license-info[license-key="ODBL"] license-name {
	margin-right:0.5em;
}
/* Source: /front_end/core/content_types/list/list.css */
li {
	line-height:1.2em;
}

main li {
	overflow:hidden;
}

main ol,
main ul {
	margin-bottom:var(--content-padding-half);
}

main li ol,
main li ul {
	padding-top:var(--content-padding-half);
}

main ol:last-child,
main ul:last-child {
	margin-bottom: 0;
}

main ol > li,
main ul > li {
	position: relative;
	list-style-type: none;
	padding-left: var(--content-padding);
	margin-bottom:var(--content-padding-half);
}

main ol > li:last-child,
main ul > li:last-child {
	margin-bottom:0;
}

main ul > li::before {
	position: absolute;
	top: 0.35em;
	left: 0;
	content: "";
	display: block;
	width: 0.4em;
	height: 0.4em;
	border: 0.15em solid var(--dlw-blue);
	border-radius:50%;
	background: transparent;
}

main ul ul > li::before {
	position: absolute;
	top: 0.35em;
	left: 0;
	content: "";
	display: block;
	width: 0.4em;
	height: 0.4em;
	border-radius:50%;
	background-color: var(--dlw-blue);
}

main ul ul ul > li::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-radius:50%;
	border: none !important;
	background-color: var(--background-gray) !important;
}

main ul ul ul ul > li::before {
	content: "";
	display: block;
	width: 0.4em;
	height: 0.4em;
	border: 0.15em solid var(--background-gray) !important;
	background: transparent !important;
}

main ol-number {
	font-weight:500;
}

main ol > li > ol-number {
	position: absolute;
	color: var(--dlw-blue);
	left: 0;
}

main ol ol > li > ol-number {
	position: absolute;
	color: var(--background-gray) !important;
	left: 0;
}

ol > li > ol-number::after,
ol[type="1"] > li > ol-number::after {
	content: '.';
}

ol[type="a"] > li > ol-number::after,
ol[type="A"] > li > ol-number::after {
	content: ')';
}/* Source: /front_end/core/content_types/location/location.css */
section[content-type="location"] {
	margin: 0;
	padding: 0;
	transition: "left 600ms, top 400ms, width 500ms, height 500ms";
}

section[content-type="location"].awaiting-allow {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

section[content-type="location"].awaiting-allow lazy-iframe {
	display: none;
}

section[content-type="location"] inner-content {
	margin: 0;
	padding: 0;
	position: relative;
}

section[content-type="location"].loading inner-content::before {
	content: "";
	background-image: url("/resources/svg/loading.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	font-size: 24px;
}

location-image {
	display: none;
}

location-image figure[figure-type="picture"] {
	margin: 0;
}

location-image details.license > summary {
	margin-top: -2.8rem;
	margin-right: 2.8rem;
}

location-button {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	position: absolute;
	height: 2em;
	top: 0;
	right: calc(((100% - var(--content-width))/2) - 1em);
	display: block;
	width: 2em;
	z-index: 1001;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: var(--shadow-box);
}

location-button::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/map.svg");
	        mask-image: url("/resources/svg/map.svg");
	-webkit-mask-size: 64%;
	        mask-size: 64%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: center;
	        mask-position: center;
	background-color: var(--color-star);
	display: block;
	width: 100%;
	height: 100%;
}

location-button.offset {
	top: 2.5em;
}

@media only screen and (max-width: 1062px) {
	location-button {
		flex-direction: row-reverse;
		width: -moz-fit-content;
		width: fit-content;
		right: 0;
	}

	location-button.offset {
		top: 0;
		width: 2em;
		height: 2em;
		right: 4.5em;
	}
}

/* Source: /front_end/core/content_types/media/media.css */
video {
	display:block;
	width:100%;
	height:auto;
	cursor:pointer;
	outline: none;
}

media-wrap > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 300ms;
	cursor: pointer;
}

media-wrap > img.fadeout {
	opacity: 0;
}

section[content-type="video"] > inner-content > details > summary {
	right: 64px;
	bottom: 8px;
}

@media only screen and (max-width: 650px) {
	section[content-type="video"] > inner-content > details > summary {
		right: 34px;
		bottom: 0.4em;
	}
}

@media only screen and (max-width: 400px) {
	section[content-type="video"] > inner-content > details > summary {
		right: 24px;
		bottom: 0.4em;
	}
}

section[content-type="video"] > inner-content > details > summary::marker {
	content: '';
	display: none;
}

section[content-type="video"] {
	position:relative;
}

section[content-type="video"] > inner-content > details > summary::-webkit-details-marker {
	content: '';
	display: none;
}

section[content-type="audio"] > inner-content > details > summary::-webkit-details-marker {
	content: '';
	display: none;
}

tab-box-content > section[content-type="video"] > inner-content > details > summary {
	right: 0.7em;
	bottom: 4px;
}

main > section[content-type="video"]::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background: var(--background-blue);
	z-index:0;
}

section[content-type="video"] > inner-content {
	position:relative;
	z-index:1;
}

figure.videofigure > figcaption {
	padding:var(--content-padding-quarter) 0 0;
	font-size:0.8em;
	font-style:italic;
}

figure[figure-type="video"] figcaption {
	min-height: 38px;
}

section[content-type="video"] figure[figure-type="video"] {
	margin-bottom:0;
}

media-play-pause {
	font-family: icomoon;
	position: relative;
	width: 2rem;
	height: 1.7rem;
	cursor:pointer;
	padding-left: calc(var(--content-padding-quarter) * 0.75);
	top: -1px;
	transition: background-color 100ms;
	font-size: 1.7rem;
}

media-play-pause::before {
	position: absolute;
	content: "\e909";
	opacity: 1;
	transition: opacity 300ms;
}

media-play-pause.active::before {
	opacity: 0;
}

media-play-pause::after {
	position: absolute;
	content: "\e908";
	opacity: 0;
	transition: opacity 300ms;
}

media-play-pause.active::after {
	opacity: 1;
}

media-wrap {
	position: relative;
	display:block;
}

media-wrap[media-type="video"] > media-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

media-wrap[media-type="video"]:-webkit-full-screen video {
	height: 100%;
}

media-wrap[media-type="video"]:fullscreen video {
	height: 100%;
}

media-wrap[media-type="video"] > media-controls.hidden {
	opacity: 0;
	transition: opacity 800ms;
}

media-controls::after {
	content:'';
	clear:both;
	position:relative;
	display:block;
}

media-controls-left {
	float:left;
	text-align:left;
	font-size: 1.5rem;
}

media-controls-right {
	float:right;
	text-align:right;
}

media-controls-left > *,
media-controls-right > * {
	display:inline-block;
}

media-fullscreen {
	width: 1.6rem;
	height: 1rem;
	font-family: icomoon;
	cursor: pointer;
	margin-right: 15px;
}

media-fullscreen::before {
	position: relative;
	content: "\e906";
}

media-fullscreen.active::before {
	position: relative;
	width: 1.25em;
	height: 1em;
	content: "\e907";
}

[figure-type="video"] details.license > summary {
	margin-top: 0.5em;
}

media-volume-button {
	font-family: icomoon;
	width:2rem;
	padding-left: calc(var(--content-padding-quarter) * 1.35);
	cursor: pointer;
	transition: background-color 100ms;
}

media-volume-button::before {
	position: relative;
	content: "\e90d";
}

media-volume-slider {
	position: relative;
	height: 21px;
	width: 100px;
	cursor: pointer;
	overflow:visible;
	margin-left: var(--content-padding-half);
	transition: background-color 100ms;
}

media-volume-slider::before {
	position: absolute;
	left:0;
	display:block;
	height: 3px;
	width: 100%;
	content: '';
	background-color:rgba(255, 255, 255, 0.5);
	top: 50%;
	margin-top: -3px;
}

media-volume-slider-mark {
	position: absolute;
	left:0;
	display:block;
	height: 3px;
	width: 100%;
	background-color:white;
	top: 50%;
	margin-top: -3px;
	transition: background-color 100ms;
}

media-volume-slider-mark::after {
	content:'';
	display:block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: -9px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color:white;
}

media-volume-button.active::before {
	content: "\e90c";
}

media-timestamp-wrapper {
	position: relative;
	margin-left: 24px;
	top: -6px;
	font-family:var(--font-content);
	font-weight:300;
	font-size:1.5rem;
	color: var(--background-grey);
}

media-timestamp {
	font-size: 1rem;
	width: 1.25em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

media-timestamp::after {
	content:'/';
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	margin: 0 2px;
}

media-duration {
	font-size: 1rem;
	width: 1.25em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

media-seekbar {
	display:block;
	position: relative;
	height: 36px;
	width: calc(100% - 40px);
	cursor: pointer;
	overflow:visible;
	left: 20px;
	transition: background-color 100ms;
}

media-seekbar::before {
	position: absolute;
	left:0;
	display:block;
	height: 3px;
	width: 100%;
	content: '';
	background-color:var(--color-tab-content);
	top: 50%;
	margin-top: -3px;
}

media-seekbar-mark {
	position: absolute;
	left:0;
	display:block;
	height: 3px;
	width: 0%;
	background-color:var(--color-tab-content);
	top: 50%;
	margin-top: -3px;
}

media-seekbar-mark::after {
	content:'';
	display:block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left:-9px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color:var(--color-video);
}

media-wrap[media-type="video"] {
	color: white;
}

media-status-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top:-50px;
	margin-left:-25px;
	font-family: icomoon;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	opacity: 1;
	transform: scale(1);
	transform-origin: center;
	transition: opacity 1s, transform 1s;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
	z-index:1000;
}

media-status-icon[icon-name="play"]::before {
	content: "\e909";
}

media-status-icon[icon-name="pause"]::before {
	content: "\e908";
}

media-status-icon.fading-out {
	opacity: 0;
	transform: scale(4);
}

media-play-pause:hover,
media-volume-button:hover,
media-fullscreen:hover {
	color: var(--color-video);
}

media-volume-slider-mark:hover,
media-volume-slider-mark:hover::after {
	background-color: var(--color-video);
}

audio {
	display:block;
	width:100%;
	height:2em;
}

section[content-type="audio"] > inner-content > details > summary::marker {
	content: '';
	display: none;
}

section[content-type="audio"] {
	position:relative;
}

section[content-type="audio"] > inner-content {
	position:relative;
	z-index:1;
}

.audio-bild {
	border: solid 12px var(--background-color);
	border-bottom: 0;
}

media-wrap[media-type="audio"] {
	padding-top:1em;
	color: var(--color-video);
}

img + media-wrap[media-type="audio"] {
	padding-top:0;
}

media-wrap[media-type="audio"] > media-controls {
	display: block;
	position: relative;
	border: 0 12px 0 12px;
	border: solid var(--background-color);
	background-color: white;
}

main > section[content-type="video"][player-format="simpleControls"] figcaption,
main > section[content-type="video"][player-format="simpleControls"] summary,
main > section[content-type="video"][player-format="simpleControls"] media-controls,
main > section[content-type="video"][player-format="loop"] figcaption,
main > section[content-type="video"][player-format="loop"] summary,
main > section[content-type="video"][player-format="loop"] media-controls {
	display: none;
}

main > section[content-type="video"][player-format="simpleControls"]::after,
main > section[content-type="video"][player-format="loop"]::after {
	background: transparent;
}

media-wrap[media-type="audio"] media-volume-slider-mark,
media-wrap[media-type="audio"] media-volume-slider-mark::after {
	background-color:var(--color-video);
}

media-wrap[media-type="audio"] media-seekbar::before,
media-wrap[media-type="audio"] media-volume-slider::before {
	background-color:var(--color-tab-content);
}

media-wrap[media-type="audio"] media-play-pause:hover,
media-wrap[media-type="audio"] media-volume-button:hover {
	color: var(--color-video);
}

media-wrap[media-type="audio"] media-volume-slider-mark:hover,
media-wrap[media-type="audio"] media-volume-slider-mark:hover::after {
	background-color: var(--color-video);
}

figure[figure-type="audio"] details.license > summary {
	margin-top: -2em;
	right: 0.9em;
}

figure[figure-type="audio"] media-status-icon {
	margin-top: -215px;
}

figure[figure-type="audio"] img {
	cursor: pointer;
}

section[content-type="audio"][audio-type="no-image"] {
	margin-top:calc(var(--content-padding) * -1);
}

section[content-type="audio"] time-table {
	display: block;
	width: 100%;
	background-color: var(--table-background-content);
}

section[content-type="audio"] time-stamp {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-weight: 400;
	font-size: 0.65em;
	line-height: 1.35em;
	padding: 6px 22px;
	position: relative;
	text-align: justify;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

section[content-type="audio"] time-stamp time-description {
	padding-left: 0;
}

section[content-type="audio"] time-stamp time-s::after {
	content: "";
	-webkit-mask-image: url("/resources/svg/clock.svg");
	        mask-image: url("/resources/svg/clock.svg");
	background-color: var(--color-video);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	        mask-size: cover;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 6px;
	top: 8px;
}

section[content-type="audio"] time-stamp time-s {
	font-family: ubuntu;
	color: var(--color-video);
	padding-right: 8px;
}

section[content-type="audio"] time-stamp:hover {
	background-color: var(--color-video);
	color: var(--background-color);
}

section[content-type="audio"] time-stamp:hover time-s {
	color: var(--background-color);
}

section[content-type="audio"] time-stamp:hover time-s::after {
	background-color: var(--background-color);
}/* Source: /front_end/core/content_types/navigation/navigation.css */
aside#navigation {
	position:fixed;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background:var(--background-color-modal);
	color:var(--text-color);
	transform:translateX(-100%);
	transition:transform 300ms;
	z-index:2001;
	display:block !important; /* To override the inline style */
}

@media only screen and (max-width: 1200px) {
	aside#navigation {
		width:100%;
	}
}

aside#navigation.active {
	transform:translateX(0);
}

aside#navigation > nav {
	padding:var(--content-padding) 0;
	height:100%;
}

aside#navigation > nav > ul {
	height:100%;
	overflow-y:scroll;
}

aside#navigation > nav > ul > li > ul > li ul {
	margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
	aside#navigation > nav > ul {
		height: calc(100% - 40px);
	}
}

@media only screen and (max-width: 650px) {
	aside#navigation > nav > ul {
		height: calc(100% - 64px);
	}
}

@media only screen and (max-width: 500px) {
	aside#navigation > nav > ul {
		height: calc(100% - 108px);
	}
}

nav li {
	position:relative;
}

nav li a {
	display:block;
	width:100%;
	padding:calc(var(--content-padding-quarter)) var(--content-padding-quarter);
	color:var(--text-color);
	text-decoration:none;
	font-family: var(--font-headlines);
	font-size:1.3em;
	padding-left:calc(var(--content-padding) * 1.5);
	font-weight: normal;
}

nav li[page-status="disabled"] a::before {
	position: absolute;
	content: "⬤";
	color: orange;
	font-size: 16px;
	vertical-align: 22%;
	right: var(--content-padding-half);
}

nav li a p {
	line-height: 1.2em;
}

nav li li a { padding-left:calc(var(--content-padding) * 2); }
nav li li li a { padding-left:calc(var(--content-padding) * 3); }
nav li li li li a { padding-left:calc(var(--content-padding) * 4); }
nav li li li li li a { padding-left:calc(var(--content-padding) * 5); }

nav li [wrap-page-type="overviewPinned"] a {
	padding:calc(var(--content-padding-quarter)) var(--content-padding-quarter);
	padding-left:calc(var(--content-padding) * 1.5);
	font-size:1.3em;
	font-weight: bold;
}

nav li a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

nav > ul > li > .nav-link-wrap > a {
	font-weight: bold;
}

nav > ul > li > ul > li > ul > li > .nav-link-wrap > a {
	font-weight: lighter;
	font-size: 1.2em;
}

nav > ul > li > ul > li > ul > li > ul > li > .nav-link-wrap > a {
	font-weight: lighter;
	font-size: 1.1em;
}

nav > ul > li > ul > li > ul > li > ul > li > ul > li .nav-link-wrap > a {
	font-weight: lighter;
	font-size: 1em;
	padding-bottom: 24px;
	padding-top: 24px;
}

nav li.active > .nav-link-wrap > a {
	background-color:rgba(var(--highlight-color), 0.1);
	color:rgba(var(--highlight-color), 1);
}

nav .nav-link-wrap {
	position: relative;
}

nav nav-toggle {
	content:'';
	display:block;
	font-size:2em;
	font-family: icomoon, sans-serif;
	position:absolute;
	left:24px;
	top:50%;
	margin-top:-16px;
	width: 32px;
	height: 32px;
	-webkit-mask-image: url("/resources/svg/arrow-right.svg");
	        mask-image: url("/resources/svg/arrow-right.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--headerbar-color);
	text-align:center;
	cursor:pointer;
	color:rgb(var(--highlight-color));
	transform:rotate(0deg);
	transition:transform 300ms;
	transform-origin: 50% 50%;
}

nav > ul > li > ul > li nav-toggle {
	left:58px;
}

nav > ul > li > ul > li > ul > li nav-toggle {
	left:122px;
}

nav > ul > li > ul > li > ul > li > ul > li nav-toggle {
	left:188px;
}

nav li.active > nav-toggle {
	color:rgba(var(--highlight-color), 1);
	border-left-color:rgba(var(--highlight-color), 1);
}

nav nav-toggle.active {
	transform:rotate(90deg);
}

nav ul.hidden {
	display:none;
}

nav > ul > li > ul > li [wrap-page-type="overviewPinned"] nav-toggle {
	left:24px;
}

nav-close-button {
	position:absolute;
	left:50%;
	transform: translate(-50%, 0%);
	bottom:0;
	width:50px;
	height:50px;
	text-align:center;
	cursor:pointer;
	font-size:2em;
	-webkit-mask-image: url("/resources/svg/close.svg");
	        mask-image: url("/resources/svg/close.svg");
	-webkit-mask-position: center center;
	        mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--headerbar-color);
}

@media only screen and (max-width: 800px) {
	nav-close-button {
		bottom:46px;
	}

	nav nav-toggle {
		left: 2px;
	}

	nav > ul > li > ul > li nav-toggle {
		left: 12px;
	}

	nav > ul > li > ul > li > ul > li nav-toggle {
		left: 22px;
	}

	nav > ul > li > ul > li > ul > li > ul > li nav-toggle {
		left: 32px;
	}
}

#navigation li + li[first-for-site-id] {
	border-top:solid 1px var(--headerbar-color);
	margin-top: var(--content-padding-half);
}
/* Source: /front_end/core/content_types/reading-text/reading-text.css */
section[box-type="reading-text"] box-content > footer,
section[box-type="reading-text"] box-content > section {
    padding: var(--content-padding-quarter) var(--content-padding-half);
}

reading-text-ln {
    color: transparent;
    display: inline-block;
    width:2.5em;
    padding-right: 0.5em;
    text-align:right;
}

reading-text-ln[ln-mod-five="0"] {
    color: var(--text-color);
}

reading-text-line {
    font-size:1.35rem;
    line-height: 1.5em;
    display: block;
    white-space: nowrap;
    font-family: 'Source Sans Pro', 'Courier New', Courier, monospace;
}

section[content-type="reading-text"] > inner-content {
    overflow-y: auto;
}/* Source: /front_end/core/content_types/star-selection/star-selection-user-level.css */
star-selection-user-level {
	display: block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	width: 100%;
	margin: 0 0 64px;
}

[content-type="hero-image"] ~ star-selection-user-level {
	margin: -32px 0 64px;
}

star-selection-user-level > .user-star {
	-webkit-mask-image: url("/resources/svg/star-star.svg");
	        mask-image: url("/resources/svg/star-star.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--headerbar-color);
	height: 26px;
	width: 26px;
	margin: 6px;
	right: 8px;
	position: absolute;
}

star-selection-user-level > .user-star-info {
	display: block;
	font-family: var(--font-headlines);
	color: var(--color-star-dark);
	padding: 16px;
	text-align: center;
	font-size: 20px;
}

.user-star-selection-container {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-family: var(--font-headlines);
	color: var(--color-star);
	padding: 0 0 16px;
	text-align: center;
}

.user-star-selection-container > span {
	cursor: pointer;
	font-size: 52px;
	color: var(--color-star-background);
}

.user-star-selection-container:hover > span {
	color: var(--color-star);
}

.user-star-selection-container > span:hover ~ span {
	color: var(--color-star-background);
}

.user-star-selection-container > span.active {
	color: var(--color-star);
	transition: all 150ms;
}

.user-star-selection-container > span.active.star-highlight {
	color: var(--headerbar-color);
}
/* Source: /front_end/core/content_types/star-selection/star-selection.css */
section[star-selection="stern"],
section[star-selection="true"] {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

section[star-selection="stern"].animate,
section[star-selection="true"].animate {
	transition: all 300ms;
}

.fadein > inner-content {
	animation: fade-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

section[star-selection="stern"] inner-content,
section[star-selection="true"] inner-content {
	background-color: rgba(255, 255, 255, 0.88);
}

section[star-selection="stern"] > inner-content,
section[star-selection="true"] > inner-content {
	box-shadow: 0 10px 15px 10px rgb(0 0 0 / 15%);
	padding: 2rem;
	border: #d69834 2px solid;
	max-width: calc(var(--content-width) - 8rem);
	z-index: 10;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	section[star-selection="stern"] inner-content .text-content,
	section[star-selection="true"] inner-content .text-content {
		background-color: rgba(255, 255, 255, 0.9);
		padding: 1rem;
	}

	section[star-selection="stern"][content-type="text-and-image"] inner-content figure,
	section[star-selection="true"][content-type="text-and-image"] inner-content figure {
		margin: 1rem;
	}
}

/* remove block background since it overlaps with the star buttons */
section[star-selection="stern"]::after,
section[star-selection="true"]::after {
	display: none !important;
}

/* we need to use a class for visibiliy, no inline style */
section[star-selection="stern"].star-active,
section[star-selection="true"].star-active {
	display: block;
}

section[star-selection="stern"][first-star-level="parallel"].star-active {
	margin-top: -60px;
}

section[with-stars].animate {
	transition: all 300ms;
}

/* force visibility of help video since it is inside the section */
section[with-stars] inner-content > help-video {
	visibility: visible !important;
}

/* edge case for file uploads */
section[with-stars] > inner-content > exercise-content {
	width: 100%;
}

section[with-stars] > inner-content > .marker {
	z-index: 501;
	visibility: visible !important;
}

section[with-stars] inner-content > details {
	width: 100%;
}

section[star-selection="stern"] inner-content > details > license-content,
section[star-selection="true"] inner-content > details > license-content {
	width: calc(100% - 4rem);
	margin-left: auto;
	margin-right: auto;
	left: auto;
	bottom: 0.6em;
}

section[star-selection="stern"][content-type="video"] inner-content > details > summary,
section[star-selection="true"][content-type="video"] inner-content > details > summary {
	bottom: 12px;
}

inner-content.hidden-content,
section[star-selection="true"].hidden-content {
	display: none;
}

.bubble {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	width: 2em;
	max-width: 2em;
	height: 2em;
	max-height: 2em;
	cursor: pointer;
	margin-bottom: 0.5em;
	position: relative;
}

.bubble > img {
	width: 2em;
	height: 2em;
	transition: all 300ms ease-in-out;
}

.bubble.star > img {
	display: none;
}


.bubble > img:nth-child(0n+2) {
	position: absolute;
	top: 0;
}

.bubble.star {
	visibility: visible !important;
}

.bubble.star::after {
	content: "";
	padding: 5px;
	background-image: url("/resources/svg/star-star.svg");
	background-size: 76%;
	background-repeat: no-repeat;
	background-color: #d69834;
	border-radius: 50%;
	box-shadow: var(--shadow-box);
	transition: all 0.2s ease-in-out;
	width: 1.6em;
	height: 1.6em;
	display: inline-block;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.bubble.star.open {
	background-color: unset;
	border-radius: unset;
	box-shadow: none;
}

.bubble.active > img {
	display: block;
	transform: scale(120%, 120%);
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
}

.bubble.star.open > img {
	display: block;
}

.bubble.star.open::after {
	padding: 0;
	transform: scale(0%);
}

.bubble.star.open.active > img {
	padding: 0;
	transform: scale(100%);
}

.bubble.star.offset {
	right: 2em;
}

.star-button-container {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	position: absolute;
	height: -moz-fit-content;
	height: fit-content;
	top: 0;
	right: calc(((100% - var(--content-width))/2) - 1em);
	display: flex;
	flex-direction: column;
	z-index: 1001;
}

.star-button-container.offset {
	top: 2.5em;
}

.star-button-container.offset.offset-2 {
	top: 5em;
}

@media only screen and (max-width: 1062px) {
	.star-button-container {
		flex-direction: row-reverse;
		width: -moz-fit-content;
		width: fit-content;
		right: 2.75em;
	}

	.star-button-container.offset {
		right: 5em;
		top: 0;
	}

	.star-button-container.offset.offset-2 {
		right: 6.6em;
		top: 0;
		margin-top: 6px;
	}

	.bubble {
		margin-left: 5px;
	}
}

@media only screen and (max-width: 650px) {
	.star-button-container {
		flex-direction: row-reverse;
		width: -moz-fit-content;
		width: fit-content;
		right: 1.75em;
	}

	.star-button-container.offset {
		right: 4.5em;
		top: 0;
	}

	.bubble {
		margin-left: 5px;
	}
}


@keyframes fade-in {
	0% { transform: translateX(-100vw); }
	100% { transform: translateX(0); }
}

.star-button-container > a.bubble:first-child {
	z-index:10;
}

.star-button-container > a.bubble + a.bubble {
	transform: translateY(-2em);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.star-button-container > a.bubble + a.bubble.shift-in {
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 1062px) {
	.star-button-container > a.bubble + a.bubble {
		transform: translateX(2em);
	}

	.star-button-container > a.bubble + a.bubble.shift-in {
		transform: translateX(0);
	}
}


@keyframes blur {
	from { filter: blur(0); }
	to { filter: blur(3px); }
}

.blur {
	animation-name: blur;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

@keyframes unblur {
	to { filter: blur(0); }
	from { filter: blur(3px); }
}

.unblur {
	animation-name: unblur;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
/* Source: /front_end/core/content_types/tab-box/scaffolding.css */
section[tab-box-type="workingtasks"]{
	z-index: 4;
}

section[tab-box-type="workingtasks"] inner-content tab-box-content {
	position: relative;
}

section[tab-box-type="workingtasks"] inner-content tab-box-content-wrap {
	z-index: 4;
}

section[tab-box-type="workingtasks"] btn-container {
	position: absolute;
	top: -60px;
	width: calc(100% - (2 * var(--content-padding)));
	padding: 0;
	z-index: 20;
}

section[tab-box-type="workingtasks"] help-panel {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	width: 100%;
	height: auto;
	padding: 2rem 0 4rem;
	z-index: -1;
	background-color: var(--color-student);
	transition: transform 0.3s cubic-bezier(0.585, 1.650, 0.730, 0.785);
	transform-origin: 0% 100%;
	transform:translateY(-100%) scaleY(0);
	display: block;
}

section[tab-box-type="workingtasks"] help-panel close-help {
	position: absolute;
	top: -1.25em;
	right: calc(((100% - var(--content-width))/2) - 1em);
	margin: 0 0 0 auto;
	z-index: 2;
	display: block;
	color: #FFF;
	background: darkolivegreen;
	border: solid 0.5rem #FFF;
	line-height: 1em;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

section[tab-box-type="workingtasks"] help-panel section[content-type="error"] {
	padding-left: 0;
	padding-right: 0;
}

section[tab-box-type="workingtasks"] help-panel[scaffolding-content-type="error"] close-help,
section[tab-box-type="workingtasks"] help-panel[scaffolding-content-type="error"] {
	background-color: #f00;
}

section[tab-box-type="workingtasks"] help-panel close-help::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/close.svg");
	        mask-image: url("/resources/svg/close.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: white;
	display: block;
	width: 100%;
	height: 100%;
}

section[tab-box-type="workingtasks"] help-panel.show {
	transform:translateY(-100%) scaleY(1);
}

section[tab-box-type="workingtasks"] help-panel section {
	width: 100%;
	max-width: var(--content-width);
	padding: 0 var(--content-padding);
	box-sizing: border-box;
	position: relative;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	display: block;
}

section[tab-box-type="workingtasks"] help-panel section inner-content {
	background-color: white;
	padding: 16px;
}

section[tab-box-type="workingtasks"] btn-container .help-btn {
	position: absolute;
	height: 50px;
	width: auto;
	background-color: var(--user-accent-color);
	color: var(--headerbar-background) ;
	border: 0.5rem solid white;
	padding: 2px 4px;
	font-size: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

btn-container help-up.help-btn {
	right: -0.5rem;
	display: block;
	position: absolute;
	transform: scale(0);
	transition: transform 0.4s cubic-bezier(0.585, 1.650, 0.730, 0.785);
}

btn-container help-up.help-btn::before {
	content: 'mehr';
	display: inline-block;
	font-size: 0;
	padding-right: 0;
	transition: font-size 0.3s cubic-bezier(0.585, 1.650, 0.730, 0.785), padding-right 0.6s cubic-bezier(0.585, 1.650, 0.730, 0.785);
}

btn-container help-up.help-btn.showMoreHelp::before {
	padding-right: 0.4em;
	font-size: 1em;
}

btn-container help-down.help-btn {
	align-self: flex-start;
	transform: scale(0);
	transition: transform 0.5s cubic-bezier(0.585, 1.650, 0.730, 0.785);
	left: -0.5rem;
	position: absolute;
}

btn-container help-down.help-btn.show,
btn-container help-up.help-btn.show {
	font-family: var(--headline-font);
	font-size: 1.4rem;
	display: block;
	transform: scale(1);
}/* Source: /front_end/core/content_types/tab-box/support-slider.css */
section[tab-box-type="support"] tab-box-content * {
	-webkit-hyphens: none;
	        hyphens: none;
}

section[tab-box-type="support"] tab-box-header {
	display:none;
}

section[tab-box-type="support"] control-wrap button {
	width:1.5em;
	height:1.5em;
	font-size:2em;
	display:inline-block;
	margin:0 0.5em;
	text-align:center;
	vertical-align:middle;
	line-height:1.5em;
	background: white;
	color:var(--support-slider-main-color);
	border: none;
	border-radius:50%;
	box-shadow: 0 3px 6px #00000040;
	cursor:pointer;
}

main ul > li::before {
	border-color: var(--support-slider-main-color);
}

section[tab-box-type="support"] button::after {
	content: "";
	font-family:icomoon;
}

section[tab-box-type="support"] button[button-function="exit"]::after {
	content: "\2715";
	line-height:1em;
	font-family: sans-serif;
}

section[tab-box-type="support"] button[button-function="previous"]::after {
	content: "\e902";
}

section[tab-box-type="support"] button[button-function="next"]::after {
	content: "\e901";
}

section[tab-box-type="support"] tab-box-content-wrap {
	position:relative;
	width:100%;
	min-height:600px;
	border-color: var(--support-slider-main-color);
	background:var(--support-slider-background-color);
	overflow:hidden;
}

section[tab-box-type="support"] tab-box-content {
	height:auto;
	max-height:calc(100% - 6rem);
	padding: 0;
	margin: 0;
	position: relative;
	overflow:auto;
	padding-top: var(--content-padding-quarter);
	padding-bottom: var(--content-padding-quarter);
}

section[tab-box-type="support"] tab-box-content-wrap:-webkit-full-screen {
	border:none;
}

section[tab-box-type="support"] tab-box-content-wrap:fullscreen {
	border:none;
}

section[tab-box-type="support"] control-wrap {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:6rem;
	padding-top:0.5rem;
	box-sizing: border-box;
	text-align:right;
	background: var(--support-slider-main-color);
	transition:background-color 300ms;
	z-index:20;
}

section[tab-box-type="support"].start-slide-active control-wrap,
section[tab-box-type="support"].end-slide-active control-wrap {
	background-color:transparent;
}

section[tab-box-type="support"] start-slide,
section[tab-box-type="support"] end-slide {
	display:none;
	position: absolute;
	width: 100%;
	height: 100%;
	transition:opacity 300ms;
	opacity:0;
	cursor:pointer;
}

section[tab-box-type="support"] tab-box-content-wrap > .active {
	z-index:10;
	opacity:1;
	display:block;
}

section[tab-box-type="support"] end-slide::before,
section[tab-box-type="support"] start-slide::before {
	content:'';
	position:absolute;
	display:block;
	width:24em;
	height:24em;
	left:50%;
	top:50%;
	margin-left:-12em;
	margin-top:-12em;
	background:url("/resources/svg/foerderfuchs.svg") no-repeat;
	background-size:contain;
}

section[tab-box-type="support"] end-slide {
	background:url("/resources/svg/foerderfuchs_confetti.svg") no-repeat;
	background-size:cover;
	position:absolute;
	width:100%;
	height:100%;
}

section[tab-box-type="support"] end-slide::before {
	width:32em;
	height:32em;
	margin-left:-16.5em;
	margin-top:-17em;
	background-image:url("/resources/svg/foerderfuchs_party.svg");
	background-size:contain;
}

section[tab-box-type="support"] slider-info {
	font-size:2em;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
	vertical-align:middle;
	display:inline-block;
}

section[tab-box-type="support"] start-slide::after {
	content:"Los geht's!";
	position:absolute;
	text-align:center;
	display:block;
	left:0;
	top:50%;
	width:100%;
	margin-top:3.5em;
	font-size:2em;
}

section[tab-box-type="support"] end-slide::after {
	content:"Du bist fertig!";
	position:absolute;
	text-align:center;
	display:block;
	left:0;
	top:50%;
	width:100%;
	margin-top:3.5em;
	font-size:2em;
}

section[tab-box-type="support"] control-wrap::after {
	content:'';
	display:block;
	position:relative;
	clear:both;
}

section[tab-box-type="support"] button[button-function="exit"] {
	float:left;
}

section[tab-box-type="support"] button[button-function="media"]::after {
	content:"";
	border-left:solid 0.85em var(--support-slider-main-color);
	border-top:solid 0.5em transparent;
	border-bottom:solid 0.5em transparent;
	position:absolute;
	right:0.4em;
	top:50%;
	margin-top:-0.5em;
	transition: opacity 300ms;
	opacity:1;
}

section[tab-box-type="support"] button[button-function="media"].playing::after {
	opacity:0;
}

section[tab-box-type="support"] button[button-function="media"]::before {
	content:"";
	border-left:solid 0.3em var(--support-slider-main-color);
	border-right:solid 0.3em var(--support-slider-main-color);
	position:absolute;
	right:0.4em;
	width:0.3em;
	height:1em;
	top:50%;
	margin-top:-0.5em;
	transition: opacity 300ms;
	opacity:0;
}

section[tab-box-type="support"] button[button-function="media"].playing::before {
	opacity:1;
}

section[tab-box-type="support"] button[button-function="media"] {
	position:absolute;
	left:2.25em;
	top:0.15em;
	opacity:0;
	transition:opacity 300ms;
	width:auto;
	border-radius:0.25em;
	padding-right:2em;
	padding-left:0.35em;
}

@media only screen and (min-width: 1200px) {
	section[tab-box-type="support"] button[button-function="media"] {
		left:50%;
		transform: translateX(-50%);
	}
}

section[tab-box-type="support"].has-media button[button-function="media"] {
	opacity:1;
}

section[tab-box-type="support"] details.license,
section[tab-box-type="support"] section[content-type="gallery"] button[button-type="fullscreen"],
section[tab-box-type="support"] figure[figure-type="picture"] button[button-type="fullscreen"],
section[tab-box-type="support"].start-slide-active button[button-function="exit"],
section[tab-box-type="support"].start-slide-active button[button-function="media"],
section[tab-box-type="support"].start-slide-active button[button-function="previous"],
section[tab-box-type="support"].end-slide-active button[button-function="media"],
section[tab-box-type="support"].end-slide-active button[button-function="previous"],
section[tab-box-type="support"].end-slide-active button[button-function="next"],
section[tab-box-type="support"].end-slide-active slider-info,
section[tab-box-type="support"].start-slide-active slider-info {
	display:none;
}

section[tab-box-type="support"] tab-box-content > section {
	width:100%;
	max-width: calc(var(--content-width) - var(--content-padding));
	padding:0;
	margin:0 auto var(--content-padding-half);
}

@media only screen and (max-width: 900px) {
	section[tab-box-type="support"] tab-box-content > section {
		max-width: 100%;
		padding:0 var(--content-padding-half);
		box-sizing:border-box;
	}
}

section[tab-box-type="support"] tab-box-content > section:last-child {
	margin-bottom:0;
}

section[tab-box-type="support"] tab-box-content inner-content {
	width: 100%;
}

section[tab-box-type="support"] tab-box-content [content-type="gallery"] inner-content {
	margin: 0 auto;
	max-width: none;
}

section[tab-box-type="support"] .ql-toolbar button {
	font-size: 13px;
	margin: 0;
	border-radius: 0%;
	box-shadow: none;
}

section[tab-box-type="support"] tab-box-content-wrap tab-box-source {
	display:none;
}

section[tab-box-type="support"] [content-type="video"] media-fullscreen,
section[tab-box-type="support"] [content-type="video"] media-volume-slider,
section[tab-box-type="support"] [content-type="video"] media-volume-button,
section[tab-box-type="support"] [content-type="video"] media-seekbar,
section[tab-box-type="support"] [content-type="video"] media-timestamp-wrapper,
section[tab-box-type="support"] [content-type="audio"] media-fullscreen,
section[tab-box-type="support"] [content-type="audio"] media-volume-slider,
section[tab-box-type="support"] [content-type="audio"] media-volume-button {
	display: none;
}

section[tab-box-type="support"] button[button-type="next-slide"],
section[tab-box-type="support"] button[button-type="previous-slide"] {
	width: 44px;
	height: 44px;
	font-size: 2rem;
}

section[tab-box-type="support"] figure[figure-type="picture"] img {
	max-height:100%;
	-o-object-fit:contain;
	   object-fit:contain;
}

section[tab-box-type="support"] download-wrap {
	font-size: 1.5rem;
}

section[tab-box-type="support"] button[button-type="license"] {
	right: 1rem;
}

@media only screen and (max-width: 650px) {
	section[tab-box-type="support"] button[button-type="license"] {
		position:relative;
		right:auto;
		margin-top:1rem;
		float:right;
	}
}

section[tab-box-type="support"] button[button-type="license"]::after {
	content:"§";
	font-family: montserrat;
}

section[tab-box-type="support"] media-wrap[media-type="video"] > media-controls,
section[tab-box-type="support"] media-wrap[media-type="video"] media-controls-left {
	position:static;
}

section[tab-box-type="support"] media-wrap[media-type="video"] > media-controls.hidden {
	opacity: 1;
}

section[tab-box-type="support"] [content-type="video"] media-play-pause {
	padding:0;
	position:absolute;
	top: auto;
	left: calc(50% - 7.5rem);
	bottom: 50%;
	transform: scale(4);
	transition: left 200ms, bottom 350ms, transform 500ms;
}

section[tab-box-type="support"] [content-type="video"] media-play-pause.active {
	left: 0.75rem;
	bottom: 2.5rem;
	transform: scale(1);
}

section[tab-box-type="support"] [content-type="video"] media-controls-left > media-play-pause::after,
section[tab-box-type="support"] [content-type="video"] media-controls-left > media-play-pause::before {
	font-size: 5rem;
}

section[tab-box-type="support"] [content-type="video"] media-status-icon {
	display: none !important;
}
/* Source: /front_end/core/content_types/tab-box/tab-box.css */
tab-box-content-wrap {
	box-shadow: 1px 6px 6px 1px #00000089;
	position:relative;
	z-index:1;
	display:block;
}

tab-box-content-wrap tab-box-content.active {
	border-top: 12px solid var(--dlw-blue);
	border-bottom: 4px solid var(--dlw-blue);
	display:block;
	background-color: var(--background-color);
}

tab-box-content-wrap tab-box-content.active[tab-box-color="grey"] {
	border-color: var(--tabs-gray);
}

tab-box-content-wrap tab-box-content.active[tab-box-color="orange"] {
	border-color: var(--tabs-orange);
}

tab-box-content-wrap tab-box-content.active[tab-box-color="green"] {
	border-color: var(--tabs-green);
}

tab-box-content-wrap tab-box-content.active[tab-box-color="magenta"] {
	border-color: var(--tabs-magenta);
}

tab-box-content-wrap tab-box-content.active[tab-box-color="teal"] {
	border-color: var(--tabs-teal);
}



tab-box-content {
	display:none;
	padding-bottom:var(--content-padding-half);
}

tab-box-content > section {
	padding:var(--content-padding-half) var(--content-padding) 0;
}

tab-box-content > section > inner-content {
	margin-bottom:0 !important;
}

tab-box-content > footer {
	margin-top:-1em;
	padding: 0 var(--content-padding) var(--content-padding-half);
	font-size:0.8em;
	line-height:1.1em;
	font-weight:300;
	color:var(--tabs-bg-grey);
}

tab-box-content > section[content-type="text-and-image"],
tab-box-content > section[content-type="audio"],
tab-box-content > section[content-type="embedding"],
tab-box-content > section[content-type="video"],
tab-box-content > section[content-type="exercise"] {
	padding:0;
}

tab-box-content .text-content {
	padding: var(--content-padding-half) var(--content-padding);
}

/* tab-box-content > section[content-type="audio"] figcaption,
tab-box-content > section[content-type="embedding"] figcaption,
tab-box-content > section[content-type="video"] figcaption {
	padding: var(--content-padding-quarter) var(--content-padding);
} */

tab-box-header-wrap {
	text-align:left;
	white-space:nowrap;
	display:flex;
	z-index: 1;
	position: relative;
}

tab-box-header {
	display:inline-block;
	background: var(--tabs-bg-blue);
	color: var(--dlw-blue);
	font-size:0.75em;
	font-weight:300;
	margin:0 6px;
	padding:var(--content-padding-quarter) var(--content-padding-half);
	transition: background-color 300ms, color 300ms, box-shadow 300ms;
	cursor:pointer;
	-webkit-user-select:none;
	   -moz-user-select:none;
	        user-select:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	flex: 1;
}


tab-box-header[tab-box-color="grey"] {
	background-color: var(--tabs-bg-gray);
	color: var(--tabs-gray);
}

tab-box-header[tab-box-color="orange"] {
	background-color: var(--tabs-bg-orange);
	color: var(--tabs-orange);
}

tab-box-header[tab-box-color="green"] {
	background-color: var(--tabs-bg-green);
	color: var(--tabs-green);
}

tab-box-header[tab-box-color="magenta"] {
	background-color: var(--tabs-bg-magenta);
	color: var(--tabs-magenta);
}

tab-box-header[tab-box-color="teal"] {
	background-color: var(--tabs-bg-teal);
	color: var(--tabs-teal);
}

tab-box-header.active[tab-box-color="grey"] {
	background-color: var(--tabs-gray);
}

tab-box-header.active[tab-box-color="orange"] {
	background-color: var(--tabs-orange);
}

tab-box-header.active[tab-box-color="green"] {
	background-color: var(--tabs-green);
}

tab-box-header.active[tab-box-color="magenta"] {
	background-color: var(--tabs-magenta);
}

tab-box-header.active[tab-box-color="teal"] {
	background-color: var(--tabs-teal);
}

tab-box-content-wrap + tab-box-header-wrap {
	transform: rotateX(180deg);
	padding-top: 10px;
}

tab-box-content-wrap + tab-box-header-wrap > tab-box-header {
	transform: rotateX(180deg);
}

tab-box-header:first-child {
	margin-left:0 !important;
}

tab-box-header:last-child {
	margin-right:0 !important;
}

tab-box-header.active {
	background-color: var(--dlw-blue);
	color: #fff;
	box-shadow: 1px 3px 6px 1px #00000089;
	max-width: 70%;
	flex: auto;
}

tab-box-source {
	display: none;
	padding: var(--content-padding-quarter) var(--content-padding);
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: var(--background-color);
}

tab-box-source.active {
	display: block;
}

[tab-box-type="mixed"] tab-paging {
	display: grid;
	grid-template-columns: var(--content-padding) 24px 1fr 24px var(--content-padding);
	grid-template-rows: 0.1em 1fr 1em;
	grid-gap: 0;
}

[tab-box-type="mixed"] tab-paging next-tab,
[tab-box-type="mixed"] tab-paging previous-tab {
	font-size: 1.4em;
	height: 32px;
	width: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

[tab-box-type="mixed"] tab-paging next-tab {
	background-image: url("/resources/svg/arrow-right.svg");
	grid-area: 2 / 4 / 2 / 5;
}

[tab-box-type="mixed"] tab-paging previous-tab {
	background-image: url("/resources/svg/arrow-left.svg");
	grid-area: 2 / 2 / 2 / 3;
	justify-self: flex-end;
}

[tab-box-type="exercise"] tab-box-header {
	font-size:1em;
	text-align:center;
	font-family: var(--font-headlines);
	font-weight:600;
	margin:0 8px;
	padding:var(--content-padding-quarter);
	background-color: var(--tabs-bg-red);
	color: var(--exercise-red);
	box-shadow: 1px 3px 6px 1px #00000089;
}

[tab-box-type="exercise"] > inner-content tab-box-content {
	border-top-color: var(--exercise-red);
	border-bottom-color: var(--exercise-red);
	z-index: 2;
	background: var(--background-color);
}

[tab-box-type="exercise"] section[content-type="exercise"] exercise-content {
	border: 0;
	box-shadow: none;
}

[tab-box-type="exercise"] tab-box-header.active {
	background-color: var(--exercise-red);
	color: #fff;
	box-shadow: 1px 3px 6px 1px #00000089;
}

main > section[tab-box-type="exercise"]::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:-1em;
	width:100%;
	height:50%;
	background: var(--tabs-bg-red);
	z-index:0;
}

main > section[content-type="tab-box"] section[content-type="embedding"] {
	padding: 0;
}

[content-type="tab-box"] > inner-content > details {
	border-top: 2px solid var(--dlw-blue);
	border-bottom: 2px solid var(--dlw-blue);
	box-shadow: 0 3px 6px #00000029;
}

[content-type="tab-box"] > inner-content > details:first-child {
	border-top-width:4px;
}

[content-type="tab-box"] > inner-content > details:last-child {
	border-bottom-width:4px;
}

[content-type="tab-box"] > inner-content > details > summary {
	outline: none;
	font-size: 0.8em;
	background-color: var(--tabs-bg-blue);
	cursor:pointer;
	padding: 0.2em 1.9em;
	-webkit-user-select:none;
	   -moz-user-select:none;
	        user-select:none;
	transition:color 300ms, background-color 300ms;
}

[content-type="tab-box"] > inner-content > details > summary::marker {
	content: '';
	display: none;
}

[content-type="tab-box"] > inner-content > details > summary::-webkit-details-marker {
	content: '';
	display: none;
}

[content-type="tab-box"] > inner-content > details[open] > summary {
	background-color: var(--dlw-blue);
	color: white;
}

[content-type="tab-box"] > inner-content > details > section {
	padding: var(--content-padding-half) var(--content-padding) 0;
}

[content-type="tab-box"] > inner-content > details > section > h4 {
	font-weight: 600;
}

[content-type="tab-box"] > inner-content > details > section > p {
	padding-top: var(--content-padding-half);
}

section[content-type="tab-box"] section[content-type="exercise"] > inner-content {
	padding:0;
}

section[content-type="tab-box"] section[content-type="exercise"] exercise-content {
	padding: var(--content-padding-half) var(--content-padding);
}

section[content-type="tab-box"] section[content-type="exercise"] + section[content-type="text-and-image"] .text-content,
section[content-type="tab-box"] section[content-type="text-and-image"] + section[content-type="exercise"] exercise-content {
	padding-top: 0;
}
/* Source: /front_end/core/content_types/tab-box/working-tasks.css */
section[content-type="tab-box"][tab-box-type="workingtasks"] tab-box-header-wrap {
	display: none;
}

main > section[content-type="tab-box"][tab-box-type="workingtasks"] {
	padding:2rem 0;
	margin-bottom: var(--content-padding);
}

main > section[content-type="tab-box"][tab-box-type="workingtasks"] > inner-content {
	margin: 0 auto;
}

main > section[content-type="tab-box"][tab-box-type="workingtasks"]::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--background-blue);
	z-index: 0;
}

main > section[content-type="tab-box"][tab-box-type="workingtasks"] tab-box-content-wrap {
	border-top: none;
	border-bottom: none;
	box-shadow: none;
	background: var(--background-color);
}

section[content-type="tab-box"][tab-box-type="workingtasks"] markers-left {
	position: relative;
	z-index: 100;
}

section[content-type="tab-box"][tab-box-type="workingtasks"] .marker {
	color: #FFF;
	background: #BFBFBF;
	border: solid 0.5rem #FFF;
	position: relative;
	padding: 0.5em;
	line-height: 1em;
	width: 2.5em;
	height: 2.5em;
	top: -2.5em;
}

.working-task-button {
	position: absolute;
	display: block;
	top: 2.5rem;
	border-radius: 50%;
	box-shadow: 0 3px 6px #00000040;
	border: solid 0.5em #fff;
	width: 2.5rem;
	height: 2.5rem;
	z-index: 1000;
	opacity: 1;
	transition: opacity 300ms;
}

.working-task-button.hidden {
	opacity: 0;
}

.working-task-button.working-task-prev {
	left: 0;
	background: url("/resources/svg/arrow-left.svg") no-repeat #fff;
	background-size: contain;
}

.working-task-button.working-task-next {
	right: 0;
	background: url("/resources/svg/arrow-right.svg") no-repeat #fff;
	background-size: contain;
}

working-task-completion-screen {
	z-index:1;
	display: none;
	position: relative;
	padding: var(--content-padding) var(--content-padding-half);
	background: var(--background-color);
}

working-task-completion-screen.active {
	display: block;
}/* Source: /front_end/core/content_types/table/table.css */
table-wrap {
	overflow:auto;
	display:block;
	width:100%;
}

figure[figure-type="table"] {
	width:100%;
	display:block;
	overflow:auto;
}

table {
	width:100%;
	border:none;
	border-collapse: collapse;
}

th, td {
	text-align: center;
	height: 50px;
	width: auto;
	padding:var(--content-padding-quarter) var(--content-padding-half);
	background: var(--table-background-content);
	color: var(--text-color);
	border: 10px solid var(--background-color);
}

thead {
	border-bottom: 10px solid var(--background-color);
}

tfoot {
	border-top: 10px solid var(--background-color);
}

[table-type="table-both"] th,
[table-type="table-both"] tr > :first-child,
[table-type="table-headcolumn"] tr > :first-child,
[table-type="table-headrow-collated"] th,
[table-type="table-headrow"] th {
	color: #fff;
	box-shadow: 0 3px 6px #00000029;
	background: var(--table-background-header);
}

table tr:first-child td,
table tr:first-child th {
	border-top: 0;
}

table tr:last-child td,
table tr:last-child th {
	border-bottom: 0;
}

table tr td:first-child,
table tr th:first-child {
	border-left: 0;
}

table tr td:last-child,
table tr th:last-child {
	border-right: 0;
}
/* Source: /front_end/core/content_types/text-and-image/text-and-image.css */
.s_dialogtext,
.dialogtext {
	color:#257DA7;
	text-align: left;
	font-weight:300;
	font-style:italic;
	font-size:1em;
	font-family:var(--font-content);
}

[figure-has-introduction="true"] figcaption {
	display: none;
}

section[content-type="text-and-image"] > inner-content::after {
	content:'';
	display:block;
	clear:both;
}

section[content-type="text-and-image"] figcaption,
gallery-introduction {
	padding-right: 0;
}

section[content-type="text-and-image"] figure-row figcaption {
	padding: 0.3em 1em 2em;
}

section[content-type="text-and-image"] > inner-content > figure:not(:first-of-type) {
	display:none;
}

a.icon-button-360::before {
	content:"";
	display:inline-block;
	width:2.8em;
	height:1.5em;
	background:url("/resources/svg/icon-360.svg");
	background-size:100% 100%;
	vertical-align:middle;
	line-height:1.35em;
	position:relative;
	top:-0.15em;
}

figure[figure-type="picture"] > img.buttonsDown ~ details.license > summary {
	right: 45px;
	margin-top: 0;
}

figure[figure-type="picture"] > img.buttonsDown ~ button[button-type="fullscreen"] {
	right: 8px;
	margin-top: 0;
}

figure[figure-type="picture"] > img.buttonsDown ~ figcaption > p,
figure[figure-type="picture"] > img.buttonsDown ~ gallery-introduction > p {
	padding-right: 72px;
}/* Source: /front_end/core/content_types/tiles/tiles.css */
tile-wrap {
	display: block;
	position: relative;
	padding-bottom: 220px;
}

tile-wrap > tile-container {
	display: none;
}

tile-wrap tile-container {
	aspect-ratio: 248/132;
	display: flex;
	width: calc(50% - 2px);
	height: calc(50% - 2px);
	text-decoration: none;
	position: absolute;
	cursor: pointer;
}

tile-wrap tile-container img {
	-o-object-position: 50% 50% !important;
	   object-position: 50% 50% !important;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

tile-wrap tile-container.left {
	left:0;
}

tile-wrap tile-container.right {
	right:0;
}

tile-wrap tile-container.top {
	top:0;
}

tile-wrap tile-container.bottom {
	bottom:0;
}

tile-square {
	aspect-ratio: 248/132;
	display:block;
	width: 100%;
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
}

tile-children {
	position: absolute;
	display: block;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFFE8;
	overflow: hidden;
	transition: opacity 300ms linear;
}

tile-container tile-children {
	display: none;
}

tile-container.clone tile-children {
	display: block;
}

tile-wrap .title-link.absolute-clone {
	display: block;
	position: absolute;
	overflow: hidden;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

tile-wrap .title-link.absolute-clone.active {
	width: 100%;
	height: 100%;
}

tile-wrap tile-container.title-link.fixed-clone {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	transition: left 300ms ease-in-out, top 300ms ease-in-out, height 300ms ease-in-out, width 300ms ease-in-out;
}

tile-wrap tile-container.title-link.fixed-clone.active {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: calc(100% - 80px) !important;
}

.fixed-clone img {
	-o-object-fit: cover;
	   object-fit: cover;
}

tile-wrap .title-link.clone img {
	-o-object-fit: cover;
	   object-fit: cover;
}

tile-wrap .overview-link {
	display: block;
	margin-bottom:0.5em;
}

.title-link > h3 {
	padding: 0;
	margin: 0;
	position: absolute;
	font-family: var(--font-headlines);
	font-size: 2.1rem;
	line-height: 2.8rem;
	color: white;
	transform: translate(-50%, -50%);
	-webkit-hyphens: manual;
	        hyphens: manual;
	transition:opacity 0.3s ease-in-out;
}


.title-link.active > h3 {
	opacity: 0;
}

[tile-type="link"] .title-link > h3 {
	text-shadow: 0 0 2px #000;
}

tile-placeholder {
	font-family: var(--font-headlines);
	font-size: 3rem;
	line-height: 3rem;
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	color: white;
	padding: 16px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

tile-container tile-children.active {
	opacity: 1;
}

tile-children close-tile {
	background-color: var(--headerbar-color);
	display: block;
	width: 32px;
	height: 32px;
	top: 16px;
	right: 16px;
	-webkit-mask-image: url("/resources/svg/close.svg");
	        mask-image: url("/resources/svg/close.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	position: absolute;
}

tile-children > inner-content {
	overflow: hidden;
	height: 100%;
	width: 100%;
	padding: var(--content-padding);
}

tile-container.scrollable tile-children > inner-content {
	overflow: auto;
}

@media screen and (max-width: 950px) {
	.title-link > h3 {
		font-size:4vw;
		line-height: 4vw;
	}

	tile-placeholder {
		padding: 2vw;
		font-size:4vw;
		line-height: 4vw;
	}

	tile-wrap {
		padding-bottom: 22vw;
	}
}

@media screen and (max-width: 500px) {
	tile-wrap > .title-link {
		width: 100%;
	}

	.title-link > h3 {
		font-size:6vw;
		line-height: 6vw;
	}

	tile-placeholder {
		padding: 2vw;
		font-size:6vw;
		line-height: 6vw;
	}

	tile-square {
		overflow: initial;
	}

	tile-wrap tile-container {
		position: relative;
		display: block;
		width: 100%;
		height: -moz-fit-content;
		height: fit-content;
		aspect-ratio: 248/132;
		margin-bottom: 4px;
	}

	tile-children > inner-content {
		padding: 42px;
	}
}
/* Source: /front_end/core/content_types/training/learningGoalList.css */

/* this is only for learninggoals-list dynamic page */
html body learning-goals-list li {
	overflow: visible;
	padding-left: 1em;
}

learning-goals-list li::before {
	top: 0.25em;
}

training-container {
	position: relative;
	display: block;
}

training-container:first-child {
	margin-top: 1em;
}

html body learning-goals-list a.edit {
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	width: 38px;
	height: 38px;
	color: transparent;
	margin-left: 1.5em;
	-webkit-mask-image: url("/resources/svg/edit.svg");
	        mask-image: url("/resources/svg/edit.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--user-accent-color);
}

html body learning-goals-list a.edit-goal {
	margin-left: 0.75em;
	background-color: var(--color-student);
}

html body learning-goals-list li::before {
	background-color: var(--color-student);
	border-color: var(--color-student);
}

training-container:first-of-type {
	margin-top: 0.5em;
}

.learning-goal-description {
	padding-left: 0.5em;
	line-height: 1.5em;
	vertical-align: middle;
	padding-right: 2em;
}

training-placeholder {
	display: block;
	position: relative;
	border: 1px solid rgba(1,1,1,0.1);
	padding: 4px;
	margin: 0 0 1rem;
	cursor: pointer;
}

training-placeholder::before {
	content: "";
	display: inline-block;
	color: transparent;
	font-size: 12px;
	position: absolute;
	width: 38px;
	height: 38px;
	left: 0;
	top: -17px;
	-webkit-mask-image: url("/resources/svg/star-1.svg");
	        mask-image: url("/resources/svg/star-1.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--user-accent-color);
	vertical-align: top;
}

.learning-goal {
	cursor: pointer;
	position: relative;
	display: block;
	margin-bottom: 0.75em;
	padding-left:0;
}

.learning-goal[goal-depth="1"] {
	padding-left: 1em;
}

.learning-goal[goal-depth="2"] {
	padding-left: 2em;
}

.learning-goal[goal-depth="3"] {
	padding-left: 3em;
}

.learning-goal[goal-depth="4"] {
	padding-left: 4em;
}

.learning-goal[goal-depth="5"] {
	padding-left: 5em;
}

.learning-goal[goal-depth="6"] {
	padding-left: 6em;
}

.learning-goal[goal-depth="7"] {
	padding-left: 7em;
}

.learning-goal[goal-depth="8"] {
	padding-left: 8em;
}

.learning-goal[goal-depth="9"] {
	padding-left: 9em;
}

.learning-goal-description::after {
	content: "";
	display: inline-block;
	color: transparent;
	font-size: 12px;
	position: absolute;
	width: 38px;
	height: 38px;
	right: -42px;
	top: 0;
	-webkit-mask-image: url("/resources/svg/expand.svg");
	        mask-image: url("/resources/svg/expand.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--user-accent-color);
	vertical-align: top;
	transform: rotateZ(90deg);
	transition: all 0.3s ease-in-out;
}

learning-goals-list hr + hr {
	display: none;
}

.learning-goal.open .learning-goal-description::after {
	transform: rotateZ(0deg);
}

.learning-goal > .edit-goal {
	display: inline-block;
	position: relative;
	left:auto;
	vertical-align: top;;
}

training-placeholder[difficulty="0"]::before {
	-webkit-mask-image: url("/resources/svg/star-1.svg");
	        mask-image: url("/resources/svg/star-1.svg");
}

training-placeholder[difficulty="1"]::before {
	-webkit-mask-image: url("/resources/svg/star-2.svg");
	        mask-image: url("/resources/svg/star-2.svg");
}

training-placeholder[difficulty="2"]::before {
	-webkit-mask-image: url("/resources/svg/star-3.svg");
	        mask-image: url("/resources/svg/star-3.svg");
}

training-placeholder > text-container {
	margin-left: 3.5em;
	margin-right: 2.5em;
	display: block;
}/* Source: /front_end/core/content_types/training/training.css */
training-task.hidden {
	display: none;
}

main > section[content-type="training"]::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--background-task-outside);
	z-index: -1;
}

training-tasks {
	display: block;
	padding: 2rem 0;
}

training-task-start-screen {
	display: block;
	position: relative;
	width: 100%;
	min-height: 500px;
}

.training-task-start-button {
	border: none;
	background: var(--background-color);
	color: var(--dlw-blue);
	font-size: 2.2rem;
	padding: 6px 18px;
	border-radius: 6px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
}

training-task-start-screen,
training-task {
	display: block;
	padding: 1rem;
	background: var(--background-task-inside);
	border: solid 2px var(--border-task-color);
}

training-task iframe {
	display: block;
	width: 100%;
	height: auto;
}/* Source: /front_end/core/content_types/whitespace/whitespace.css */
section[content-type="whitespace"] {
	display:block;
	height:1em;
}

section[content-type="whitespace"][whitespace-size="big"] {
	height:3em;
}
/* Source: /front_end/core/core.css */
html, body {
	color:var(--text-color);
	font-weight: 400;
	font-family:var(--font-content);
	width:100%;
	min-height:100%;
}

body {
	line-height:1.25em;
	font-size:1.6em;
}

img {
	display:block;
	width:100%;
	height:auto;
}

img[no-alt="no-alt"] {
	filter: invert(1) brightness(40%);
	-webkit-mask-image: url("/resources/svg/no-alt.svg");
	        mask-image: url("/resources/svg/no-alt.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	mask-type: alpha;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

iframe {
	background:#000;
}

inner-content {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

main > section > inner-content,
main > mobile-only > section > inner-content,
main > desktop-only > section > inner-content {
	width:100%;
	max-width:var(--content-width);
	padding:0 var(--content-padding);
	box-sizing:border-box;
	margin:0 auto var(--content-padding);
	position:relative;
}

section::after {
	content:'';
	display:block;
	position:relative;
	clear:both;
}

figure {
	position:relative;
}

section {
	position:relative;
}

main {
	padding-top:2.2em;
	padding-bottom:4.2em;
}

main > section:first-child {
	margin-top:2.5em;
}

.marker {
	display: inline-block;
	position: relative;
	background: transparent;
	color: #BFBFBF;
	border-radius: 50%;
	border: solid 2px #BFBFBF;
	width: 2em;
	height: 2em;
	line-height: 1.85em;
	text-align: center;
	margin-bottom: 1rem;
}

.marker-offset-target {
	width:1px;
	height:1px;
	background: transparent;
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	z-index: -1;
}

details > summary {
	cursor:pointer;
	outline:none;
}

button {
	font-family: var(--font-headlines);
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor:pointer;
}

@media screen and (max-width: 950px) {
	body { font-size:1.6em; }
}

@media screen and (max-width: 850px) {
	body { font-size:1.5em; }
}

@media screen and (max-width: 750px) {
	body { font-size:1.4em; }
}

@media screen and (max-width: 650px) {
	body { font-size:1.3em; }
}

@media screen and (max-width: 550px) {
	body { font-size:1.2em; }
}

@media screen and (max-width: 450px) {
	body { font-size:1.1em; }
}

@media screen and (max-width: 400px) {
	body { font-size:1em; }
}
/* Source: /front_end/core/figure.css */
figure,
figure[figure-width="100"] {
	width:100%;
}

figure[figure-width="50"] {
	width:46%;
}

figure[figure-width="30"] {
	width:33%;
}

figure,
figure[figure-position="top"] {
	margin: 0 auto 1em;
	z-index: 1;
	position: relative;
}

figure[figure-position="right"] {
	float: right;
	margin:0 0 var(--content-padding-half) var(--content-padding-half);
}

figure[figure-position="left"] {
	float: left;
	margin:0 var(--content-padding-half) var(--content-padding-half) 0;
}


figure-row {
	display:block;
}

figure-row > figure {
	display:block;
	float:left !important;
	margin:0 !important;
	padding:5px;
	width:100%;
	box-sizing:border-box;
}

figure:last-child {
	margin-bottom:0;
}

figcaption,
gallery-introduction {
	font-family: var(--font-headlines);
	font-weight: 400;
	font-size: 0.75em;
	line-height:1.35em;
	padding:6px 0;
	padding-right:64px;
	text-align:justify;
}

tab-box-content figcaption,
tab-box-content gallery-introduction {
	padding-left: 0;
}

tab-box-content [figure-width="100"] figcaption,
tab-box-content [figure-width="100"] gallery-introduction {
	padding-left: var(--content-padding);
	padding-right: var(--content-padding);
}

tab-box-content [figure-width="30"][figure-position="right"],
tab-box-content [figure-width="50"][figure-position="right"] {
	margin-right: var(--content-padding-quarter);
	margin-top: var(--content-padding-half);
}

tab-box-content [figure-width="30"][figure-position="left"],
tab-box-content [figure-width="50"][figure-position="left"] {
	margin-left: var(--content-padding-quarter);
	margin-top: var(--content-padding-half);
}

tab-box-content [figure-width="100"][figure-position="right"],
tab-box-content [figure-width="100"][figure-position="left"] {
	margin-right: 0;
	margin-top: var(--content-padding-half);
}


figcaption p:last-child {
	margin-bottom:0;
}

figure[figure-type="embedding"] figcaption {
	padding-right:0;
}

@media only screen and (max-width: 800px) {
	figure[figure-width="50"],
	figure[figure-width="30"] {
		width:46%;
	}
}

@media only screen and (max-width: 550px) {
	figure[figure-width="100"],
	figure[figure-width="50"],
	figure[figure-width="30"] {
		width:100%;
		float:none;
		margin:0 0 var(--content-padding-half) 0;
	}
}

figure-row::after {
	content:'';
	clear:both;
	display:block;
	position:relative;
}

figure-row > figure[figure-cols="2"] {
	width:50%;
}

figure-row > figure[figure-cols="3"] {
	width:33.3%;
}

figure-row > figure[figure-cols="4"] {
	width:25%;
}
/* Source: /front_end/core/headerbar.css */
header {
	position:fixed;
	left:0;
	top:0;
	height:2.2em;
	width:100%;
	color: var(--user-accent-color);
	background:var(--headerbar-background);
	border-bottom:solid 2px var(--user-accent-color);
	z-index:2600;
	display: block;
	padding:8px var(--content-padding);
}

header::after {
	content:"";
	position:relative;
	clear:both;
}

#header-center {
	position:absolute;
	left:0;
	top:8px;
	width:100%;
	text-align:center;
}

#button-navigation,
#button-previous,
#button-next {
	width: 32px;
	height: 32px;
	text-align:center;
	vertical-align:middle;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	border:none;
	background:none;
	cursor:pointer;
	color: inherit;
	font-family:icomoon, sans-serif;
	font-size:1.3em;
	text-decoration: none;
}

#button-navigation {
	position: absolute;
	-webkit-mask-image: url("/resources/svg/hamburger.svg");
	        mask-image: url("/resources/svg/hamburger.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	width: 32px;
	top: 14px;
	left: 14px;
	background-color: var(--user-accent-color);
}

button#button-previous,
button#button-next {
	display:none;
}

#button-previous.valid {
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-mask-image: url("/resources/svg/arrow-left.svg");
	        mask-image: url("/resources/svg/arrow-left.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--user-accent-color);
}

#button-next.valid {
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-mask-image: url("/resources/svg/arrow-right.svg");
	        mask-image: url("/resources/svg/arrow-right.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--user-accent-color);
}

header h3 {
	font-family: var(--font-headlines);
	font-weight: 400;
	font-size: 0.9em;
	margin: -6px auto;
	max-width: 720px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 68px);
}

header h3 p {
	line-height: 1.2em;
}

.edit-button {
	display: inline-block;
	color: transparent;
	font-size: 1px;
	position: absolute;
	width: 42px;
	height: 42px;
	left: 100px;
	top: 5px;
	-webkit-mask-image: url("/resources/svg/edit.svg");
	        mask-image: url("/resources/svg/edit.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--user-accent-color);
	vertical-align:top;
}

.learnings-button {
	display: inline-block;
	color: transparent;
	font-size: 1px;
	position: absolute;
    width: 34px;
    height: 34px;
    left: 162px;
    top: 13px;
	-webkit-mask-image: url("/resources/svg/learnings.svg");
	        mask-image: url("/resources/svg/learnings.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--user-accent-color);
	vertical-align: top;
}

@media only screen and (max-width: 1304px) {
	header h3 {
		width: calc(100vw - 620px);
	}
}

@media only screen and (max-width: 800px) {
	header {
		border-top: solid 2px var(--user-accent-color);
		border-bottom: none;
		top: auto;
		bottom:0;
		height: 48px;
	}

	header h3 {
		display: none !important;
		margin: 0;
		margin-right: var(--content-padding);
	}

	main {
		padding-top: 0;
	}

	#header-center { top:10px; }

	page-view-history-button {
		position: absolute;
		margin-left:1em;
		left: 116px;
		top: 6px;
	}

	#button-next {
		position: absolute;
		right: 6em;
		margin-top: -1px;
	}

	#button-previous {
		position: absolute;
		left: 6em;
		margin-top: -1px;
	}

	[logged-in="true"] header #header-center {
		position: absolute;
		margin: 0 auto;
		width: 100%;
	}

	.edit-button {
		display: none;
	}

	#button-navigation {
		top: 12px;
	}
}

@media only screen and (max-width: 700px) {
	header h3 {
		font-size:0.9em;
	}
}

@media only screen and (max-width: 600px) {
	header h3 {
		font-size:0.8em;
	}
}

@media only screen and (max-width: 500px) {
	header {
		border-top: solid 2px var(--user-accent-color);
		border-bottom: none;
		height: 80px;
	}

	#button-navigation {
		top: 28px;
	}

	#header-center {
		position: static;
	}

	#header-center > button {
		margin:0 var(--content-padding-half);
	}

	#header-center > a {
		font-size: 2em;
		line-height: 40px;
		position: absolute;
		top: 50%;
	}

	#button-next {
		width: 32px;
		height: 32px;
		right: 2.5em;
		margin-top: -17px;
	}

	#button-previous {
		width: 32px;
		height: 32px;
		left: 2.5em;
		margin-top: -17px;
	}

	aside nav-close-button {
		bottom: 80px;
		font-size: 2.3em;
	}
}

@media only screen and (max-width: 380px) {
	#button-next {
		right:2.5em;
	}

	#button-previous {
		left:2.5em;
	}
}

@media only screen and (max-width: 340px) {
	#button-next {
		right:2em;
	}

	#button-previous {
		left:2em;
	}
}

@media only screen and (max-width: 300px) {
	#button-next {
		right:1.5em;
	}

	#button-previous {
		left:1.5em;
	}
}

html[page-status="disabled"] header {
	background:rgba(255, 220, 0, 0.25);
	border-bottom:solid 1px #000;
}

/* Source: /front_end/core/hint/hint.css */
details.hint {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	border: 0 solid transparent;
	border-radius: 50%;
	background-color: #eee;
	text-align: center;
	line-height: 28px;
	color: #333;
	font-size: 16px;
	vertical-align: text-bottom;
}

details.hint summary {
	position: relative;
}

details.hint[open] summary::after {
	content: "";
	border-bottom: 12px solid #eee;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	height: 0;
	position: absolute;
	width: 0;
	margin-left:-10px;
	margin-top:33px;
}

details.hint > div {
	cursor: auto;
	background: #eee;
	color:var(--text-color);
	padding: 15px;
	width: 250px;
	position: absolute;
	left: 0;
	transform: translateY(0);
	margin-top:15px;
	border-radius: 4px;
}

details.hint summary::marker,
details.hint summary::-webkit-details-marker {
	display: none;
	content:"";
}
/* Source: /front_end/core/modal/modal.css */
html .modal {
	position:fixed;
	display:block;
	z-index:2600;
	left:0%;
	transform:translateX(-100%) translateY(-50%);
	width: calc(50% + (var(--content-width) / 2));
	top:50%;
	max-height:calc(100% - 156px);
	background: var(--background-color);
	overflow-y:auto;
	max-width: 100%;
}

html .show-modal {
	transition: transform 500ms, opacity 300ms;
	transition-timing-function: ease-in-out;
}

html .visible {
	transform:translateX(0) translateY(-50%);
}

modal-close {
	cursor:pointer;
	position:absolute;
	font-weight:light;
	right:0.25em;
	top:0.15em;
	font-size:1em;
	z-index:10;
}

modal-close::after {
	content: '\2715';
	text-shadow:0 0 3px #fff;
}

modal-content::after {
	content:'';
	clear:both;
	display:block;
}

modal-content {
	width: 100%;
	max-width: var(--content-width);
	margin:0 0 0 auto;
	display:block;
	border-left:solid var(--content-padding-quarter) var(--background-color);
	padding: var(--content-padding);
}

.modal-centered-box modal-content {
	margin:0 auto;
}

html .modal.modal-centered-box {
	width: 100%;
	max-width:600px;
	left: 50%;
	transform:translateX(100%) translateY(-100%);
	opacity: 0;
}

html .visible.modal-centered-box {
	transform:translateX(-50%) translateY(-50%);
	opacity: 1;
}

modal-content .marker {
	display:none;
}

old-browser {
	-webkit-hyphens: none;
	        hyphens: none;
	background-color: var(--background-accent);
	bottom: auto;
	height: auto;
	left: 0;
	margin: 0;
	padding: 1rem 2rem;
	position: fixed;
	right: auto;
	top: 56px;
	width: 100%;
	z-index: 10000;
}
/* Source: /front_end/core/overlay/overlay.css */
page-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	transition:opacity 300ms;
	z-index:-1;
	cursor:pointer;
}

page-overlay.active {
	z-index:2000;
}

page-overlay[open] {
	opacity:0.3;
}

body.modal-active {
	position:fixed;
	overflow-y:scroll;
	transition:top 300ms;
}

@keyframes overlay-blur-out {
	from {
		filter: blur(0);
	}

	to {
		filter: blur(3px);
	}
}

.overlay-blur {
	animation-name: overlay-blur-out;
	animation-duration: 500ms;
	filter: blur(3px);
}
/* Source: /front_end/core/page-view-history/pageViewHistory.css */
page-view-history-button {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-mask-image: url("/resources/svg/history-solid.svg");
	        mask-image: url("/resources/svg/history-solid.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--user-accent-color);
	height: 28px;
	width: 28px;
	margin: 5px 6px 6px;
	position: absolute;
	left: 56px;
	top: 8px;
}

#page-view-history-panel {
	display: none;
	opacity: 0;
	position:fixed;
	left:0;
	top:0;
	bottom: unset;
	width:50vw;
	min-height:8rem;
	margin-top: 3.4rem;
	z-index:2599;
	background:var(--headerbar-background);
	padding:1em;
	border: 2px solid var(--user-accent-color);
	border-left: none;
}

#page-view-history-panel.active {
	opacity: 1;
	display: block;
	animation: history-in 0.6s;
}

#page-view-history-panel h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

#page-view-history-panel a {
	display:block;
	margin-bottom:0.5em;
	font-size:1.2rem;
}

#page-view-history-panel a::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/history-solid.svg");
	        mask-image: url("/resources/svg/history-solid.svg");
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: var(--user-accent-color);
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -12%;
	margin-right: 8px;
}

@keyframes history-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media only screen and (max-width: 800px) {
	page-view-history-button {
		top: 12px;
	}

	#page-view-history-panel {
		margin-bottom: 3rem;
		bottom:0;
		top: unset;
		width:100vw;
		border-left: none;
		border-right: none;
	}
}

@media only screen and (max-width: 500px) {
	page-view-history-button {
		top: 28px;
	}

	#page-view-history-panel {
		margin-bottom: 78px;
	}
}

/* Source: /front_end/core/pagetypes.css */
main[page-type="overview"] section[content-type="headline"],
main[page-type="overviewPinned"] section[content-type="headline"] {
	display:none;
}

main[page-type="overview"] section[content-type="navigation"] .overview-link,
main[page-type="overviewPinned"] section[content-type="navigation"] .overviewPinned-link {
	display: block;
	text-decoration: none;
	margin-bottom: 3rem;
}

main[page-type="homepage"] mobile-only + section[content-type="headline"][hsize="h1"],
main[page-type="homepage"] section[content-type="hero-image"]:first-child + section[content-type="headline"][hsize="h1"] {
	display: none;
}
/* Source: /front_end/core/privacy/privacy.css */
button[button-type="accept"],
button[button-type="cancel"] {
	float: right;
	border: none;
	color: var(--box-gray);
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	font-size:0.9em;
	padding: 0.5em;
	margin-left:1em;
	transition: background-color 200ms;
	line-height: 1rem;
}

button[button-type="accept"] {
	background-color: var(--dlw-blue);
	color: white;
}

button[button-type="accept"]:hover,
button[button-type="accept"]:focus,
button[button-type="accept"]:active {
	background-color: #257DA7D0;
}

button[button-type="cancel"]:hover,
button[button-type="cancel"]:focus,
button[button-type="cancel"]:active {
	background-color: #dddd;
}

privacy-settings {
	display: block;
	width: 100%;
	max-width: var(--content-width);
	padding: 0 var(--content-padding);
	box-sizing: border-box;
	margin: 0 auto var(--content-padding);
}

privacy-settings details {
	background-color: var(--background-blue);
}

privacy-settings details[open] {
	padding-bottom: 8px;
}

privacy-settings summary{
	font-size: 20px;
	font-weight: 300;
	font-family: var(--font-content);
	padding: 1em;
}

optout-remove {
	cursor:pointer;
}

privacy-settings optout-item {
	padding: 0 1em 8px;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
    font-weight: 300;
    font-family: var(--font-content);
}
/* Source: /front_end/core/user-group-management/corrections/corrections.css */
correction-exercise-content {
	display: block;
	margin-bottom: 1em;
}

correction-marker {
	display: block;
	position: relative;
	background: transparent;
	color: white;
	border-radius: 50%;
	border: solid 2px var(--color-teacher);
	background-color: var(--color-teacher);
	width: 2em;
	height: 2em;
	line-height: 1.85em;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1rem;
	z-index: 5;
}

correction-marker.hidden {
	display: none;
}

correction-marker::before {
	content: '';
	-webkit-mask-image: url("/resources/svg/task-fill.svg");
	        mask-image: url("/resources/svg/task-fill.svg");
	-webkit-mask-size: 80%;
	        mask-size: 80%;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-color: white;
}

tab-box-header.correction::after {
	content: '';
	-webkit-mask-image: url("/resources/svg/task-fill.svg");
	        mask-image: url("/resources/svg/task-fill.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 24px;
	height: 28px;
	display: inline-block;
	background-color: white;
	position: relative;
	line-height: 0;
	vertical-align: text-top;
	margin-left: 0.5em;
}

correction-text {
	display: inline-block;
	padding-left:0.5em;
	border-left:solid 0.25em var(--color-teacher);
	padding-bottom: 1em;
}

correction-text .p-span {
	display: block;
	margin-bottom: 1rem;
}

correction-text details {
	display: inline-block;
	position: relative;
}

correction-text details summary {
	display: inline-block;
	background: linear-gradient(
		-100deg,
		rgba(250, 226, 133, 0.3),
		rgba(255, 227, 66, 0.7) 95%,
		rgba(250, 226, 133, 0.1)
	);
	border-radius: 1em 0;
	padding: 0 0.3em;
	position: relative;
}


correction-text details > div {
	width: 90000%;
	max-width: 320px;
	z-index: 10;
	cursor: auto;
	background: #eee;
	color: var(--text-color);
	padding: 15px;
	position: absolute;
	left: 48%;
	transform: translate(-54%, -105%);
	border-radius: 4px;
	display: inline-block;
}

correction-text details > div img {
	-webkit-mask-image: url("/resources/svg/close.svg");
	        mask-image: url("/resources/svg/close.svg");
	-webkit-mask-size:cover;
	        mask-size:cover;
	-webkit-mask-repeat:no-repeat;
	        mask-repeat:no-repeat;
	right: 2px;
	top: 2px;
	position: absolute;
	height: 1em;
	width: 1em;
	background-color: black;
	cursor: pointer;
}

correction-text details[open] summary::after {
	content: "";
	border-top: 12px solid #eee;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	height: 0;
	position: absolute;
	width: 0;
	margin-top: -12px;
	display: inline-block;
	left: 50%;
}

correction-text ol > li,
correction-text ol {
	padding-left:0.5rem;
	list-style: decimal;
	list-style-position: inside;
}

correction-text ul > li,
correction-text ul {
	padding-left:0.5rem;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 16px;
}

correction-text::before {
	content: "deine Antwort (Mit Anmerkungen der Lehrkraft):";
	color: var(--color-teacher);
	margin: 0 8px 16px;
	display: block;
}

correction-general-comment::before {
	content: "Kommentar der Lehrkraft:";
}

/* correction-exercise-content */
correction-exercise-content exercise-files {
	display: none;
}

correction-exercise-content ul,
correction-exercise-content ol {
	margin-bottom: var(--content-padding-half);
	list-style: none;
}

correction-exercise-content ul > li,
correction-exercise-content ol > li {
	position: relative;
	list-style-type: none;
	padding-left: var(--content-padding);
	margin-bottom: var(--content-padding-half);
}

correction-exercise-content ul > li::before {
	background-color: transparent;
	position: absolute;
	top: 0.35em;
	left: 0;
	content: "";
	display: block;
	width: 0.4em;
	height: 0.4em;
	border: 0.15em solid var(--dlw-blue);
	border-color: var(--exercise-red);
	border-radius: 50%;
}


correction-exercise-content ol > li > ol-number {
	color: var(--exercise-red);
	position: absolute;
	left: 0;
	font-weight: 500;
}
/* Source: /front_end/core/user-group-management/course-note/course-note.css */
course-note-marker {
	display:none;
	background: transparent;
	color: #fff;
	background-color: var(--color-teacher);
	border-radius: 50%;
	border: solid 2px var(--color-teacher);
	width: 2em;
	height: 2em;
	line-height: 1.85em;
	text-align: center;
	cursor: pointer;
	z-index:5;
	opacity: 0;
	transition: opacity 300ms;
	margin-bottom: 1rem;
	position: relative;
}

course-note-marker.filled::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/groups.svg");
	        mask-image: url("/resources/svg/groups.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: white;
	margin: 0 auto;
	width: 42px;
	height: 42px;
	display: block;
}

course-note-marker.filled {
	opacity: 1;
	cursor: pointer;
	display:block;
}

@media only screen and (max-width: 1062px) {
	course-note-marker.filled::before {
		-webkit-mask-size: 88%;
		        mask-size: 88%;
		background-color: white;
		-webkit-mask-position: center;
		        mask-position: center;
		width: 100%;
		height: 100%;
	}
}
/* Source: /front_end/core/user-group-management/course-pad/course-pad.css */
pad-marker {
	display:none;
	background: transparent;
	color: var(--user-accent-color);
	border-radius: 50%;
	border: solid 2px var(--user-accent-color);
	width: 2em;
	height: 2em;
	line-height: 1.85em;
	margin-bottom: 1rem;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index:5;
	transition: color 300ms, background-color 300ms;
}

html[logged-in="true"] pad-marker {
	display: block;
}

pad-marker.filled {
	color: #fff;
	background-color: var(--user-accent-color);
}

pad-marker::before {
	content: "";
	-webkit-mask-image:url("/resources/svg/group.svg");
	        mask-image:url("/resources/svg/group.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	        mask-size: cover;
	background-color: var(--user-accent-color);
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -19px;
}

pad-marker.filled::before {
	background-color: #fff;
}

iframe.course-pad {
	width: 100%;
	min-height: 400px;
}

.new-course-pad-name {
	width: calc(100% - 184px);
	outline: none;
	border: solid 2px var(--text-color);
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 4px 8px;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 300ms;
}

.new-course-pad-name.invalid {
	border-color: var(--box-invalid);
}

.new-course-error {
	margin-top: 0.5rem;
	color: var(--box-invalid);
}

.new-course-pad {
	width: 168px;
	display: inline-block;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: var(--user-accent-color);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 4px 8px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	cursor: pointer;
	border-radius: 4px;
	border: solid 2px var(--user-accent-color);
	box-sizing: border-box;
}


.course-pad-back,
.course-pad-group {
	display: block;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border: solid 2px var(--user-accent-color);
	color: var(--user-accent-color);
	font-size: 1.4rem;
	line-height: 1.55em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	margin-bottom: 1em;
	margin-right: 1em;
	cursor: pointer;
	border-radius: 4px;
	padding: 0 8px;
	width: 100%;
	text-align: left;
	height: 40px;
	transition: opacity 200ms, background-color 300ms;
}

html[user-type="teacher"] .course-pad-group {
	width: calc(100% - 60px);
}

.course-pad-group-wrap.deleting .course-pad-group {
	opacity: 0.6;
	background-color: rgba(255,64,32, 0.2);
}


.course-pad-back {
	width: auto;
}

.course-pad-group-wrap {
	position: relative;
}

.course-pad-group-remove {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border: solid 2px var(--box-invalid);
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	margin-bottom: 1em;
	margin-right: 1em;
	cursor: pointer;
	border-radius: 4px;
	padding: 0 8px;
	text-align: left;
}

.course-pad-group-wrap.deleting .course-pad-group-remove {
	cursor:not-allowed;
}

.course-pad-group-remove::before {
	content: "";
	-webkit-mask-image:url("/resources/svg/close.svg");
	        mask-image:url("/resources/svg/close.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	        mask-size: cover;
	background-color: var(--box-invalid);
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

/* Source: /front_end/core/user-group-management/headerbar/headerbar.css */
login-button {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

logout-button {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

html[logged-in="false"] login-button,
html[logged-in="true"] logout-button {
	display: block;
}

.course-button {
	margin:0 0 0 0.5rem;
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 4px;
	line-height: 38px;
	display:none;
}

html[logged-in="true"] .course-button {
	display: block;
}

html[user-type="teacher"] .course-button::after,
html[user-type="student"] .course-button::after {
	content: "";
	-webkit-mask-image: url("/resources/svg/account.svg");
	        mask-image: url("/resources/svg/account.svg");
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: var(--user-accent-color);
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0;
}

html[user-type="teacher"] .course-button::after {
	-webkit-mask-image: url("/resources/svg/groups.svg");
	        mask-image: url("/resources/svg/groups.svg");
}

html[logged-in="true"] .course-button > span {
	max-width: 300px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
	margin-right: 8px;
	font-family: var(--font-headlines);
	font-weight: 400;
	font-size: 0.9em;
	line-height: 46px;
	margin-left: 12px;
}

html[user-type="teacher"] .course-button msg-counter,
html[user-type="teacher"] .course-button msg-counter.no-unread-messages {
	display: none;
}


html[logged-in="true"] #header-right > .edit-button {
	display: none;
}

@media only screen and (max-width: 1500px) {
	html[logged-in="true"] .course-button > span {
		max-width: 200px;
	}
}

@media only screen and (max-width: 1200px) {
	html[logged-in="true"][user-type="teacher"] .course-button span {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	header #header-center h3 {
		margin-left: 0.5em;
		margin-right: 0.5em;
		max-width: calc(100vw - 450px);
	}

	html[logged-in="true"] .course-button span {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	header {
		border-top: solid 2px var(--user-accent-color);
	}

	html[logged-in="false"] header #header-right,
	html[logged-in="true"] header #header-right {
		position: relative;
	}

	html[logged-in="true"] .course-button {
		right: 14px;
		left: auto;
		position: absolute;
		bottom: 0;
		top: 2px;
	}

	html[logged-in="true"] header #button-previous,
	html[logged-in="true"] header #button-next {
		z-index: 2;
	}

	html[logged-in="true"] header #header-left {
		z-index: 3;
	}

	html[logged-in="true"] .course-button,
	html login-button,
	html page-view-history-button,
	html .edit-button,
	html #button-navigation {
		margin-top:-2px;
	}

	html[logged-in="false"] login-button {
		visibility: hidden;
		top: 6px;
	}

	html[logged-in="false"] login-button::after {
		visibility: visible;
	}
}

@media only screen and (max-width: 500px) {
	html[logged-in="true"] header #header-center {
		bottom: 0;
		top: 0;
	}


	html[logged-in="true"] header #button-previous {
		left: 2.5em;
	}

	html[logged-in="true"] header #button-next {
		right: 2.5em;
	}

	page-view-history-button {
		margin-top:2px;
		right:auto;
		left: 14px;
	}

	.course-button {
		left: auto;
		right: 14px;
		top: 18px;
		margin-top: -4px;
	}

	#button-navigation {
		margin-top:-2px;
		left: 50%;
		transform: translateX(-50%);
	}

	html[logged-in="false"] login-button {
		top: 4px;
	}
}

@media only screen and (max-width: 500px) {
	page-view-history-button,
	.edit-button {
		top: 14px;
	}

	page-view-history-button {
		top: 26px;
	}

	#header-center > a {
		margin-top: 0;
		transform: translateY(-50%);
	}

	html[logged-in="true"] .course-button {
		margin-top: -1px;
		top: 17px;
	}

	#button-navigation {
		margin-top: 12px;
	}

	html[logged-in="false"] login-button {
		top: 22px;
	}
}
/* Source: /front_end/core/user-group-management/mark/mark.css */
#mark-overlay {
	position:absolute;
	top:0;
	left:50%;
	margin-left:500px;
	transform:translateY(-50%);
	transition:opacity 300ms;
	opacity:0;
}

#mark-overlay.visible {
	opacity:1;
	z-index:20;
}

#new-mark-button {
	width:48px;
	height:48px;
	position:relative;
	margin:6px 0;
	background:#004d71;
	color:#fff;
	z-index:5;
	text-align:center;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	border-radius: 50%;
	padding:0;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	border:none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;;
}

#new-mark-button::before {
	content: '';
	-webkit-mask-image: url("/resources/svg/star-task.svg");
	        mask-image: url("/resources/svg/star-task.svg");
	-webkit-mask-size: 80%;
	        mask-size: 80%;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-color: white;
	position: relative;
	top:4px;
}

#mark-overlay.visible #new-mark-button {
	cursor: pointer;
}

.mark {
	color: #fff;
	background-color: var(--dlw-blue);
	cursor: pointer;
	transition: color 300ms, background-color 300ms;
}

mark-color-change[mark-color="red"],
.mark[mark-color="red"] {
	background-color: var(--box-magenta);
}

.mark[mark-color="blue"],
mark-color-change[mark-color="blue"] {
	background: var(--box-blue);
}

.mark[mark-color="green"],
mark-color-change[mark-color="green"] {
	background: var(--box-green);
}

.mark[mark-color="yellow"],
mark-color-change[mark-color="yellow"] {
	color: #000;
	background: var(--box-yellow);
}

mark-menu {
	display: inline-block;
	text-align:center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top:0.5em;
	z-index: 100;
}

mark-color-change,
mark-delete {
	display: inline-block;
	width:2em;
	height:2em;
	border-radius: 50%;
	margin:0 0.25em;
	background: var(--background-color);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	cursor: pointer;
}

mark-delete::before {
	content: '';
	-webkit-mask-image: url("/resources/svg/trash.svg");
	        mask-image: url("/resources/svg/trash.svg");
	-webkit-mask-size: 50%;
	        mask-size: 50%;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #b90800;
	position: relative;
}

mark-color-change,
mark-close {
	display: inline-block;
	width:2em;
	height:2em;
	border-radius: 50%;
	margin:0 0.25em;
	background: var(--background-color);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	cursor: pointer;
}

mark-close::before {
	content: '';
	-webkit-mask-image: url("/resources/svg/close.svg");
	        mask-image: url("/resources/svg/close.svg");
	-webkit-mask-size: 80%;
	        mask-size: 80%;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-color: var(--box-magenta);
	position: relative;
}
/* Source: /front_end/core/user-group-management/messages/messages-ui.css */
.messages-button {
	position: relative;
	display: none !important;
	height: 38px;
	width: 38px;
	margin: 0 8px;
	cursor: pointer;
}

html[logged-in="true"][user-type="student"] .messages-button {
	display: inline-block !important;
}

.messages-button::before {
	position: absolute;
	content: "";
	-webkit-mask-image: url("/resources/svg/mail.svg");
	        mask-image: url("/resources/svg/mail.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: var(--user-accent-color);
	width: 42px;
	height: 42px;
	display: inline-block;
	right: 0;
	top: -2px;
}


.course-button msg-counter.no-unread-messages {
	transform: scale(0);
	font-size: 0;
	transition: all 0.3s ease-in-out;
}

.course-button msg-counter {
	position: absolute;
	background-color: var(--user-accent-color);
	color: white;
	border: 0 solid white;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	width: 26px;
	height: 26px;
	display: inline-block;
	transform: scale(1);
	top: -4px;
	right: -12px;
	line-height: 26px;
	z-index:100;
}

temporary-modal.modal-messages {
	right: 0;
	left: auto;
	width: 50%;
	top: 56px;
	max-height: none;
	max-width: none;
	min-width: 320px;
	transform: translate(100%, 0);
	height: calc(100% - 56px);
}

temporary-modal.modal-messages.visible {
	transform: translateX(0) translateY(0%);
}

temporary-modal.modal-messages h3::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/mail.svg");
	        mask-image: url("/resources/svg/mail.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 8px;
	background-color: var(--user-accent-color);
	vertical-align: middle;
}

temporary-modal.modal-messages modal-content {
	padding: 2rem 1rem;
	display: flex;
	height: calc(100% - 2rem);
	width: 100%;
	flex-direction: column;
}

.student-messages {
	width: 100%;
	height: calc(100vh - 192px);
}

msg-container {
	border: 2px solid var(--background-gray);
	display: block;
	width: 100%;
	height: calc(100% - 76px);
	overflow-y: auto;
}

msg-container .single-correction a {
	color: var(--text-color);
	display: inline-block;
	margin: 0;
	font-weight: normal;
}

.single-correction a::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/task-fill.svg");
	        mask-image: url("/resources/svg/task-fill.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	background-color: var(--user-accent-color);
	transition: all 0.3s ease-in-out;
	vertical-align: bottom;
	padding: 1px;
	backface-visibility: hidden;
	background-clip: content-box;
}

.single-correction.hasread a {
	color: var(--background-gray);
}

.single-correction.hasread a::before {
	background-color: var(--background-gray);
}

.single-message {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	max-height: 42px;
	opacity: 1;
}

.single-message.deleted {
	opacity: 0;
	height: 0 !important;
}

.single-message[open=""] {
	max-height: 1000px;
}

.single-message summary {
	display: block;
	z-index: 1;
	position: relative;
	background-color: white;
	padding-right:2em;
	line-height: 42px;
	height: 42px;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

.message-delete {
	color: var(--text-color);
	position: absolute;
	right: 0.1em;
	top: 0;
	font-size: 2em;
}

.message-delete::after {
	content: "×";
}

.single-message.hasread summary {
	color: var(--background-gray);
}

.single-message:nth-child(even) summary {
	background-color:#E6E6E6;
}

.single-message summary::marker {
	display: none;
	list-style-type: none;
}

.single-message summary::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/arrow-right.svg");
	        mask-image: url("/resources/svg/arrow-right.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	background-color: var(--user-accent-color);
	transition: all 0.3s ease-in-out;
	vertical-align: bottom;
	padding: 1px;
	backface-visibility: hidden;
	background-clip: content-box;
}

.single-message.hasread summary::before {
	background-color: var(--background-gray);
}

.single-message[open=""] summary::before {
	transform: rotate(90deg);
}

.single-message .message-body {
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
	margin: 1rem;
}

.single-message[open=""] .message-body {
	transform: translateY(0);
}

.message-date {
	display: inline-block;
}

.message-subject {
	display: inline-block;
	margin-left: 42px;
}

.modal-messages modal-close,
.del-msg {
	position: absolute;
	color: white;
	border: 0 solid var(--box-invalid);
	border-radius: 5px;
	padding: 8px;
	font-size: 1em;
	z-index: 10;
}

.del-msg {
	left: 2rem;
	bottom: 2rem;
	background-color: var(--box-invalid);
	color: white;
}

.modal-messages modal-close {
	z-index: 10;
	color: var(--text-color);
}

@media only screen and (max-width: 1024px) {
	temporary-modal.modal-messages {
		width: 100%;
	}

	modal-content {
		margin: 0;
		max-width: none;
		border-left: none;
	}
}

@media only screen and (max-width: 850px) {
	temporary-modal.modal-messages {
		top: 53px;
		height: calc(100% - 53px);
	}
}

@media only screen and (max-width: 800px) {
	temporary-modal.modal-messages {
		top: 0;
		height: calc(100% - 50px);
	}
}


@media only screen and (max-width: 500px) {
	temporary-modal.modal-messages {
		top: 0;
		height: calc(100% - 80px);
	}

	temporary-modal.modal-messages modal-content {
		height: calc(100% - 4rem);
	}

	.del-msg {
		left: 1rem;
	}

	.modal-messages modal-close {
		right: 1rem;
	}
}
/* Source: /front_end/core/user-group-management/notes/notes.css */
note-marker {
	display:block;
	background: transparent;
	color: var(--user-accent-color);
	border-radius: 50%;
	border: solid 2px var(--user-accent-color);
	width: 2em;
	height: 2em;
	line-height: 1.85em;
	margin-bottom: 1rem;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index:5;
	transition: color 300ms, background-color 300ms;
}

note-marker.filled {
	color: #fff;
	background-color: var(--user-accent-color);
}

html[logged-in="true"] note-marker.filled[note-status="public"] {
	font-weight: bold;
	background-color: var(--color-teacher);
}

html[logged-in="true"] note-marker.filled[note-status="public"]::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/groups.svg");
	        mask-image: url("/resources/svg/groups.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: white;
	margin: 0 auto;
	width: 42px;
	height: 42px;
	display: block;
}

note-marker::before {
	content:'+';
	font-size:2em;
	font-weight:lighter;
}

note-modal input[name="title"] {
	width:100%;
	font-size:1.2em;
	margin-bottom:1rem;
	color: var(--text-color);
	font-family: var(--font-content);
	cursor: text;
	padding: 10px 15.3px;
	border: solid 1px #707070;
	outline: none;
}

note-modal input[name="title"]:focus {
	border: 1px solid var(--user-accent-color);
}

note-modal button {
	margin-top:0.5rem;
	border-radius:8px;
	padding:0.5rem 2rem;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
	border:none;
}

note-modal button[type="reset"] {
	background-color: #b32e2b;
	float:left;
}

note-modal button[type="submit"] {
	background-color: var(--user-accent-color);
	float:right;
	margin-left:1em;
}

.publish-button {
	display: none;
}

html[user-type="teacher"][logged-in="true"] .publish-button {
	display: block;
}

note-modal::after {
	content:'';
	display:block;
	position:relative;
	clear:both;
}

@media screen and (max-width: 600px) {
	note-modal button {
		font-size:1.3rem;
		padding:0.5rem 1rem;
	}
}

@media only screen and (max-width: 1062px) {
	course-note-marker,
	correction-marker,
	note-marker {
		position: relative !important;
		display: inline-block;
		margin-top: 0 !important;
		margin-right: 0.5rem;
		margin-bottom: 0;
		vertical-align:top !important;
	}

	html[logged-in="true"] note-marker.filled[note-status="public"]::before {
		-webkit-mask-size: 90%;
		        mask-size: 90%;
		-webkit-mask-position: center;
		        mask-position: center;
		width: 100%;
		height: 100%;
	}
}

correction-general-comment {
	display: block;
	padding-top:2em;
	color: var(--color-teacher);
}

.public-note {
	cursor: pointer;
	display:block;
	float: right;
	margin-top: 0.8rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

[user-type="student"] .public-note {
	display: none;
}

.public-note input[type="checkbox"] {
	display:none;
}

.public-note input[type="checkbox"] + .check-mark {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: solid 2px #ccc;
	margin-left:8px;
	top:4px;
	transition: background-color 300ms, border-color 300ms;
}

.public-note input[type="checkbox"] + .check-mark::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	transition: opacity 300ms;
	opacity: 0;
}

.public-note input[type="checkbox"]:checked + .check-mark {
	background-color: var(--dlw-blue);
	border-color: var(--dlw-blue);
}

.public-note input[type="checkbox"]:checked + .check-mark::after {
	opacity: 1;
}


.note-attachment-wrap {
	display: block;
	width: 100%;
	text-align: left;
	margin: 8px 0;
}

.note-attachment {
	display: inline-block;
	width:156px;
	height:156px;
	border: solid 2px #707070;
	padding:8px;
	box-sizing: border-box;
	margin-right:16px;
	margin-bottom:16px;
	cursor: pointer;
	position: relative;
	text-align:center;
	vertical-align: top;
	overflow: hidden;
}

.note-attachment[file-mime-type="image"] {
	border:none;
}

.new-attachment {
	border: dashed 2px #707070;
}

.new-attachment::before {
	content: "";
	-webkit-mask-image:url("/resources/svg/upload.svg");
	        mask-image:url("/resources/svg/upload.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	        mask-size: cover;
	background-color: #707070;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
}

.note-attachment input {
	display:none;
}

.attachment-delete::before {
	content: "";
	-webkit-mask-image:url("/resources/svg/close.svg");
	        mask-image:url("/resources/svg/close.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	        mask-size: cover;
	background-color: var(--box-invalid);
	width: 32px;
	height: 32px;
	display: block;
}

.attachment-delete {
	position: absolute;
	top: 0;
	right: 0;
	z-index:100;
}

.attachment-filename {
	font-size: 0.7rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #000;
	background:rgba(255, 255, 255, 0.66);
	z-index: 10;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 0.25rem;
	box-sizing: border-box;
	text-align: left;
}

.note-attachment img {
	display:block;
	width:100%;
	height:100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.new-attachment span {
	color: #707070;
	font-size: 1.4rem;
}

.note-attachment a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.note-attachment[file-mime="application/rtf"]::before,
.note-attachment[file-mime="application/vnd.oasis.opendocument.text"]::before,
.note-attachment[file-mime="application/msword"]::before,
.note-attachment[file-mime="application/pdf"]::before {
	content: "";
	-webkit-mask-image:url("/resources/svg/description.svg");
	        mask-image:url("/resources/svg/description.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	        mask-size: cover;
	background-color: #707070;
	width: 96px;
	height: 96px;
	display: block;
	position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%);
}


.note-upload-hint {
	font-size: 16px;
	margin-bottom: 0;
}
/* Source: /front_end/core/user-group-management/session-management/login.css */
login-button {
	display: none;
	position: absolute;
	font-family: var(--font-headlines);
	font-size: 26px;
	line-height: 36px;
	white-space: nowrap;
	margin-right: 36px;
	color: var(--user-accent-color);
	cursor: pointer;
}

login-button::after {
	content: "";
	color: transparent;
	font-size: 1px;
	width: 34px;
	height: 34px;
	margin-left: 3px;
	margin-top: 2px;
	-webkit-mask-image: url("/resources/svg/login.svg");
	        mask-image: url("/resources/svg/login.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: var(--headerbar-color);
	vertical-align: top;
	cursor: pointer;
	position: absolute;
}

.login-modal .errors {
	color: var(--box-invalid);
	font-size:1em;
	display:block;
}

.login-modal form {
	width:100%;
	display:block;
	max-width:400px;
	margin:0 auto;
}

.login-modal form label {
	margin-bottom:2rem;
	display:block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

.checkbox-label span,
.login-modal .ugm-register-link {
	font-size:0.7em;
}

.login-modal form label span {
	color: #000;
	display:block;
	margin-bottom:0.25rem;
}

.login-modal form label input {
	display:block;
	width:100%;
	padding:0.25em 0.5em;
	background:#fff;
	font-size:1em;
}

.login-modal form input[type="submit"] {
	display: block;
	cursor: pointer;
	background-color: var(--dlw-blue);
	color: #fff;
	border-radius: 0.25rem;
	font-size: 1em;
	padding:0.5rem 1rem;
	width:100%;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	border:none;
	transition: background-color 250ms;
}

.login-modal form input[type="submit"]:focus {
	background-color: var(--dlw-blue-light);
}

.checkbox-label {
	padding-left:4rem;
	display:block;
	position:relative;
}

.checkbox-label input[type="checkbox"] {
	position:absolute;
	left:0;
	top:0;
	width:2rem;
	height:2rem;
}

.login-modal {
	position: relative;
}

.login-modal details.hint {
	margin-left:16px;
	position: static;
}

.login-modal details.hint > div {
	width:100%;
	max-width:600px;
	z-index:10;
}
/* Source: /front_end/core/user-group-management/sidebar/sidebar.css */
.course-selection-entry {
	margin-bottom:0.5em;
	cursor: pointer;
}

temporary-modal.modal-sidebar {
	right: 0;
	left: auto;
	width: 50%;
	top: 56px;
	max-height: none;
	max-width: 500px;
	min-width: 320px;
	transform: translate(100%, 0);
	height: 100%;
}

[logged-in="true"] temporary-modal.modal-sidebar {
	max-width: 760px;
}

temporary-modal.modal-sidebar.visible {
	transform: translateX(0) translateY(0%);
}

.user-options {
	height: 100%;
}

.user-options course-select {
	display: block;
	border: 1px solid var(--background-gray);
	height: 136px;
	width: 100%;
	overflow: hidden auto;
	margin-bottom: 1em;
}

.user-options course-select course-option {
	display: block;
	margin: 0;
	width: 100%;
	height: 34px;
	font-weight: 600;
	font-size: 1em;
	line-height: 34px;
}

.user-options course-select course-option.active {
	background-color: var(--user-accent-color);
	color: white;
}

.user-options course-select course-option:hover {
	background-color: var(--background-gray);
	color: var(--color-teacher);
}

.user-options a {
	display: block;
	color: var(--color-teacher);
	text-decoration: none;
	font-weight: 600;
	margin: 0 0 1.5rem;
}

.user-links button {
	display: block;
	color: var(--user-accent-color);
	text-decoration: none;
	font-weight: 600;
	margin: 0 0 1.5rem;
	border: none;
	font-size: 1em;
	font-family: var(--font-content);
	background-color: white;
}

.user-options .user-links > *::before {
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 8px;
	background-color: var(--user-accent-color);
}

.user-options .link-task::before {
	-webkit-mask-image: url("/resources/svg/task.svg");
	        mask-image: url("/resources/svg/task.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

.user-options .link-message::before {
	-webkit-mask-image: url("/resources/svg/mail.svg");
	        mask-image: url("/resources/svg/mail.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

.user-options .link-admin::before {
	-webkit-mask-image: url("/resources/svg/groups.svg");
	        mask-image: url("/resources/svg/groups.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

.user-options .link-logout {
	padding: 0;
}

.user-options .link-logout::before {
	-webkit-mask-image: url("/resources/svg/logout.svg");
	        mask-image: url("/resources/svg/logout.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

temporary-modal.modal-sidebar modal-content {
	max-width: none;
	padding: 2em 1em;
	height: calc(100% - 2em);
}

temporary-modal.modal-sidebar modal-content select {
	font-family: var(--font-header);
	display: block;
	width: 100%;
	margin: 0 auto 2em;
}

temporary-modal.modal-sidebar .student-messages h4 {
	display: block;
}

temporary-modal.modal-sidebar .student-messages h3 {
	font-size: 1em;
}

temporary-modal.modal-sidebar .student-messages h3::before {
	content:"";
	-webkit-mask-image: url("/resources/svg/chat.svg");
	        mask-image: url("/resources/svg/chat.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: var(--color-student);
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

@media only screen and (max-width: 800px) {
	[logged-in="true"] temporary-modal.modal-sidebar {
		top: 0;
		height: calc(100% - 48px);
		max-width: none;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	temporary-modal.modal-sidebar {
		width: 100%;
	}

	temporary-modal modal-content {
		padding: 3em 1em 2em;
	}

	temporary-modal.modal-sidebar .student-messages {
		height: calc(100vh - 210px);
	}

	temporary-modal.modal-sidebar modal-content {
		height: 100%;
	}

	modal-close {
		overflow: hidden;
		font-size: 2em;
		right: 0.25em;
		top: 0.3em;
	}
}

@media only screen and (max-width: 500px) {
	[logged-in="true"] temporary-modal.modal-sidebar {
		height: calc(100% - 80px);
	}

	[logged-in="true"] temporary-modal.modal-sidebar .student-messages {
		height: calc(100vh - 228px);
	}

	[logged-in="true"] temporary-modal.modal-sidebar msg-container {
		height: calc(100% - 58px);
	}
}
/* Source: /front_end/core/user-group-management/user-activation/user-activation.css */
.modal-centered-box form input[type="submit"].inactive {
	cursor: not-allowed;
	background-color: var(--dlw-blue-light);
}

.login-modal h3 {
	font-size: 1em;
	font-weight: 700;
}

.login-modal h4 {
	color: var(--color-student);
	padding: 8px;
}

.login-modal span.repeat-errors {
	color: var(--box-invalid);
}

.error-pw-response::after {
	content: "";
	background-color: var(--box-invalid);
	-webkit-mask-image: url("/resources/svg/close.svg");
	        mask-image: url("/resources/svg/close.svg");
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}

.error-pw-response.repeat-ok::after {
	background-color: var(--color-student);
	-webkit-mask-image: url("/resources/svg/check.svg");
	        mask-image: url("/resources/svg/check.svg");
}

.check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	width: calc(100% - 16px);
}

.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.check-container .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.check-container .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.check-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
	background-color: var(--dlw-blue);
}

.check-container input:checked ~ .checkmark::after {
	display: block;
}

.success-modal h3 {
	text-align: center;
}

.success-modal h5 {
	color: var(--color-student);
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}

.success-modal p {
	text-align: center;
}

.success-modal input {
	background-color: var(--dlw-blue);
	border: 0 solid transparent;
	border-radius: 5px;
	color: white;
	font-size: 1em;
	font-weight: 700;
	padding: 8px 12px;
	margin: 0 auto;
	display: block;
	width: 68%;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
/* Source: /front_end/core/user-group-management/user-group-management.css */
:root {
	--user-accent-color: var(--headerbar-color);
}

html[user-type="teacher"] {
	--user-accent-color: var(--color-teacher);
}

html[user-type="student"] {
	--user-accent-color: var(--color-student);
}
/* Source: /front_end/themes/shaky/_typography.css */
h1,h2,h3,h4,h5,h6 {
	font-family:var(--font-headlines);
	line-height:1.2em;
	margin-bottom:0.4em;
	-webkit-hyphens: none;
	        hyphens: none;
}

h1 {
	font-family:var(--font-headlines-h1);
	font-size:1.7em;
	font-weight: 500;
	margin-bottom: 0.7em;
}

h2 {
	font-size:1.5em;
	font-weight: 400;
}

@media only screen and (max-width: 350px) {
	h2 {
		font-size:1.35em;
	}
}

h3 {
	font-size:1.3em;
	font-weight: 500;
}

h4 {
	font-size:1.2em;
	font-weight:500;
}

h5 {
	font-size:1.1em;
	font-weight:600;
}

h6 {
	font-size:1em;
	font-weight:600;
}


p {
	margin-bottom:1em;
	line-height:1.35em;
}

figcaption,p,li,gallery-introduction {
	font-weight:300;
}

p:last-child {
	margin-bottom:0;
}

b, strong {
	font-weight:500;
}

i, em {
	font-style:italic;
}

u {
	text-decoration:underline;
}

s, strike {
	text-decoration:line-through;
}

a {
	color:rgb(var(--highlight-color));
}

sub {
	font-size:0.7em;
	vertical-align:sub;
}

sup {
	font-size:0.7em;
	vertical-align:super;
}

blockquote {
	padding:0.5em 0;
	margin-bottom:1em;
	font-style:italic;
	font-size:1em;
	color: var(--headerbar-color);
	font-weight:300;
}

.s_dialogtext,
.dialogtext {
	font-family: var(--font-dialogue);
}

section[content-type="headline"] h1 {
	position: relative;
	display: inline-block;
	z-index:0;
	margin-top: 2rem;
}

section[content-type="headline"] h1::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -0.5rem;
	top: -0.5rem;
	transform: rotate(1deg);
	background:var(--color-number);
	box-sizing: content-box;
	padding:0.5rem 1rem;
	z-index:-1;
}

main ul > li::before {
	content: '\2022';
	color: var(--text-color);
	font-family: rubikdirt;
	border: none;
	width:auto;
	height:auto;
	font-size:4rem;
	top:0.25rem;
	left:1rem;
}

@media screen and (max-width: 650px) {
	main ul > li::before {
		font-size: 3rem;
		left:0.5rem;
	}
}

@media screen and (max-width: 400px) {
	main ul > li::before {
		font-size: 2rem;
		left:0.25rem;
	}
}

main ul > li ul > li::before {
	color: var(--box-green);
}
/* Source: /front_end/themes/shaky/_vars.css */
:root {
	--font-headlines-h1: rubikdirt, helvetica, arial, sans, sans-serif;
	--font-headlines: inconsulata, monospace;
	--font-content: inconsulata, monospace;
	--font-dialogue: yomogi, helvetica, arial, sans, sans-serif;
	--text-color: #333;
	--background-color: #fff;
	--background-accent: #e3fbff;
	--background-color-modal: rgba(255, 255, 255, 1);
	--highlight-color: 0, 77, 113;
	--headerbar-color: #333;
	--headerbar-background: #fff;
	--box-magenta: #B34896;
	--box-green: #4af6b6;
	--box-blue: #257DA7;
	--box-teal: #EF0;
	--box-gray: #6E7474;
	--box-invalid: #FF2008;
	--exercise-red: #B34896;
	--dlw-blue: #257DA7;
	--dlw-gray-100: #f9fbfc;
	--background-blue: #CFE2EC;
	--background-green: #77952E3D;
	--background-red: #D8C7D3B8;
	--background-gray: #8F96A0;
	--table-color: #222428;
	--table-background-header: #1E3E51;
	--table-background-content: #CFE2EC9C;
	--dlw-blue-light: #7BA6C4;
	--dlw-blue-dark: #1E3E51;
	--support-slider-main-color: #00a99d;
	--support-slider-background-color: #f9fbfc;
	--shadow-box: 1px 2px 4px 2px rgb(0 0 0 / 50%);
	--color-student: #77952E;
	--color-teacher: #A4247C;
	--color-number: #EF0;
	--button-size: 48px;
	--color-yellow: #EF0;
	--color-teal: #4AF6B6;
	--color-blue: #257DA7;
	--color-pink: #B34896;
	--content-padding: 48px;
	--content-padding-half: 24px;
	--content-padding-quarter: 12px;
	--content-padding-eight: 6px;
}
/* Source: /front_end/themes/shaky/box/box.css */
section[content-type="box"] {
	padding-top: 2em;
}

html section[content-type="box"] > inner-content > details > summary {
	background-color: transparent !important;
	position: relative;
	z-index: 10;
}

section[content-type="box"] > inner-content > details {
	border-bottom-width: 16px;
	box-shadow: none;
}

html section[content-type="box"] > inner-content > details > summary::before {
	font-size:1em;
	right: auto;
	top: -0.3rem;
	left: -0.5rem;
	width: 100%;
	height: 100%;
	content: '';
	transform: rotate(-1deg) !important;
	box-sizing: content-box;
	padding: 1rem;
	transition: none;
}

html section[content-type="box"] > inner-content > details::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1.6rem;
	left: -0.4rem;
	background-color: var(--box-blue);
	width: 100%;
	height: 0;
	box-sizing: content-box;
	padding: 1rem 0.5rem;
	transform: rotate(-1deg) !important;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	z-index: 1;
}

html section[content-type="box"] > inner-content > details::after,
html section[content-type="box"] > inner-content > details > summary::before {
	background-color: var(--box-teal);
}

html section[content-type="box"] > inner-content > details > summary > box-button {
	display: block;
	background: url("/resources/icons/Box_Button.svg") no-repeat;
	background-size: contain;
	position: absolute;
	right: 3rem;
	bottom: 0;
	width: 5rem;
	height: 5rem;
	transition: transform 450ms;
	transform: rotate(0deg);
}

html section[content-type="box"] > inner-content > details.active > summary > box-button {
	transform: rotate(180deg);
}

html section[content-type="box"]:nth-child(3n+1) > inner-content > details > summary::before,
html section[content-type="box"]:nth-child(3n+1) > inner-content > details::after {
	transform: rotate(1.2deg) !important;
}

html section[content-type="box"]:nth-child(3n+1) > inner-content > details::after {
	bottom:-0.9rem;
	left:-0.4rem;
}

html section[content-type="box"]:nth-child(3n+2) > inner-content > details > summary::before,
html section[content-type="box"]:nth-child(3n+2) > inner-content > details::after {
	transform: rotate(0.5deg) !important;
}

html section[content-type="box"]:nth-child(3n+2) > inner-content > details::after {
	bottom:-1.5rem;
	left:-0.4rem;
}

@keyframes paperflyer {
	0% {
		transform: rotate(0deg);
		opacity: 1;
		right:-3vw;
		top:-2.5rem;
	}

	10% {
		transform: rotate(25deg);
	}

	15% {
		top:1.5rem;
	}

	50% {
		transform: rotate(35deg);
		opacity: 1;
		right:-40vw;
		top:4rem;
	}

	55% {
		transform: rotate(30deg);
		right:-60vw;
		opacity: 1;
	}

	80% {
		transform: rotate(35deg);
		right:-60vw;
		opacity: 0;
	}

	90% {
		transform: rotate(0deg);
		right:-4rem;
		top:-3rem;
		opacity: 0;
	}

	100% {
		transform: rotate(0deg);
		opacity: 1;
		right:-3rem;
		top:-2.5rem;
	}
}

html section[content-type="box"] > inner-content > details > summary::after {
	background: url("/resources/icons/Papierflieger.png") no-repeat;
	background-size: contain;
	content: '';
	right:-3rem;
	top:-2.5rem;
	height:8rem;
	width:8rem;
}

html .box-wrap.active > summary::after {
	animation: paperflyer 5s 1;
	transform: translate(0, 0);
}

html section[content-type="box"] > inner-content > details > summary box-caption p {
	color: var(--text-color);
}

html section[content-type="box"] > inner-content > details > summary box-caption h3 {
	color: var(--text-color);
}

@media screen and (max-width: 850px) {
	html section[content-type="box"] > inner-content > details > summary > box-button {
		right: 1rem;
	}
}

@media screen and (max-width: 550px) {
	html section[content-type="box"] > inner-content > details > summary::after {
		display: none;
	}

	html section[content-type="box"] > inner-content > details > summary > box-button {
		bottom: auto;
		top: 50%;
		width: 3rem;
		height: 3rem;
		margin-top: -1rem;
	}
}

box-content::after,
box-content::before {
	content:'';
	display:block;
	position:relative;
	height:1em;
	width:100%;
}

section[content-type="box"][box-type="green"] > inner-content > details {
	border-bottom: 0;
}
/* Source: /front_end/themes/shaky/core.css */
html, body {
	color:var(--text-color);
	font-weight: 400;
	font-family:var(--font-content);
	width:100%;
	min-height:100%;
}

body {
	line-height:1.25em;
	font-size:1.4em;
}

img {
	display:block;
	width:100%;
	height:auto;
}

img[no-alt="no-alt"] {
	filter: invert(1) brightness(40%);
	-webkit-mask-image: url("/resources/svg/no-alt.svg");
	        mask-image: url("/resources/svg/no-alt.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	mask-type: alpha;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

iframe {
	background:#000;
}

inner-content {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

section::after {
	content:'';
	display:block;
	position:relative;
	clear:both;
}

figure {
	position:relative;
}

section {
	position:relative;
}

main {
	padding-top:2.2em;
	padding-bottom:4.2em;
}

.marker {
	position: relative;
	background: transparent;
	border-radius: 50%;
	border: solid 0 #BFBFBF;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: black;
	color: var(--color-number);
	font-family: caveat;
	font-size: 2.4rem;
	text-indent: -14px;
}

.marker::after {
	position: absolute;
	top: 2px;
	left: -3px;
	content: "";
	border-radius: 50%;
	border: solid 0 #BFBFBF;
	width: 3rem;
	height: 3rem;
	-webkit-mask-image: url("/resources/svg/circle.svg");
	        mask-image: url("/resources/svg/circle.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: var(--color-number);
}

details > summary {
	cursor:pointer;
	outline:none;
}

button {
	font-family: var(--font-headlines);
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor:pointer;
}

@media screen and (max-width: 950px) {
	body { font-size:1.4em; }
}

@media screen and (max-width: 850px) {
	body { font-size:1.4em; }
}

@media screen and (max-width: 750px) {
	body { font-size:1.4em; }
}

@media screen and (max-width: 650px) {
	body { font-size:1.3em; }
}

@media screen and (max-width: 550px) {
	body { font-size:1.2em; }
}

@media screen and (max-width: 450px) {
	body { font-size:1.1em; }
}

@media screen and (max-width: 400px) {
	body { font-size:1em; }
}

header {
	border-bottom: none !important;
	box-shadow: 1px 1px 3px 1px #0003 !important;
}

main > section {
	padding-bottom: var(--content-padding);
	overflow-x: hidden;
	width: 100%;
}

main > section:first-child {
	margin-top:2.5em;
}

main > section > inner-content,
main > mobile-only > section > inner-content,
main > desktop-only > section > inner-content {
	width:100%;
	max-width:var(--content-width);
	padding:0 var(--content-padding);
	box-sizing:border-box;
	margin:0 auto !important;
	position:relative;
}

main > section[content-type="hero-image"] {
	padding-bottom: calc(64px - 2rem);
}
/* Source: /front_end/themes/shaky/embedding/embedding.css */
main > section[content-type="exercise"]::after,
html main > section[content-type="gallery"]::after,
main > section[content-type="video"]::after,
html main > section[content-type="embedding"]::after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom: 1.75em;
	width:100%;
	height:50%;
	background: var(--box-green);
	z-index:-1;
	transform: rotate(0.5deg) translateX(calc(((100vw - 950px) / 2) + 20px));
}

html main > section[content-type="embedding"][embedding-type="h5p"] inner-content {
	color: #fff;
}

html main > section[content-type="embedding"][embedding-type="h5p"]::after {
	background: var(--exercise-red);
	transform: rotate(0.5deg) translateX(calc(((-100vw + 950px) / 2) + 20px));
}

main > section[content-type="exercise"]::after {
	background: var(--exercise-red);
}

main > section[content-type="exercise"]:nth-child(3n+1)::after,
main > section[content-type="video"]:nth-child(3n+1)::after,
html main > section[content-type="gallery"]:nth-child(3n+1)::after,
html main > section[content-type="embedding"]:nth-child(3n+1)::after {
	transform: rotate(-1deg) translateX(calc(((100vw - 950px) / 2) + 20px));
}

main > section[content-type="exercise"]:nth-child(3n+2)::after,
main > section[content-type="video"]:nth-child(3n+2)::after,
html main > section[content-type="gallery"]:nth-child(3n+2)::after,
html main > section[content-type="embedding"]:nth-child(3n+2)::after {
	transform: rotate(1deg) translateX(calc(((100vw - 950px) / 2) + 20px));
}

html main > section[content-type="embedding"][embedding-type="h5p"]:nth-child(3n+1)::after {
	transform: rotate(-1deg) translateX(calc(((-100vw + 950px) / 2) + 20px));
}

html main > section[content-type="embedding"][embedding-type="h5p"]:nth-child(3n+2)::after {
	transform: rotate(1deg) translateX(calc(((-100vw + 950px) / 2) + 20px));
}

@media screen and (max-width: 950px) {
	main > section[content-type="exercise"]::after,
	main > section[content-type="video"]::after,
	html main > section[content-type="gallery"]::after,
	html main > section[content-type="embedding"]::after {
		transform: rotate(0.5deg) scaleX(1.2);
	}

	main > section[content-type="exercise"]:nth-child(3n+1)::after,
	main > section[content-type="video"]:nth-child(3n+1)::after,
	html main > section[content-type="gallery"]:nth-child(3n+1)::after,
	html main > section[content-type="embedding"]:nth-child(3n+1)::after {
		transform: rotate(-1deg) scaleX(1.2);
	}

	main > section[content-type="exercise"]:nth-child(3n+2)::after,
	main > section[content-type="video"]:nth-child(3n+2)::after,
	html main > section[content-type="gallery"]:nth-child(3n+2)::after,
	html main > section[content-type="embedding"]:nth-child(3n+2)::after {
		transform: rotate(1deg) scaleX(1.2);
	}
}

[embedding-target="video"]::before {
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-32px;
	margin-top:-32px;
	width:64px;
	height:64px;
	z-index:2;
	border-radius:8px;
	opacity:0;
	transform:scale(2);
	transition:opacity 250ms, transform 400ms;
	background: url("/resources/icons/Play.svg");
}

[embedding-target="video"]:hover::before {
	opacity: 0.7;
	transform: scale(1);
}

[embedding-target="video"]::after {
	content:"";
	display:block;
	width:0;
	height:0;
	border: 0 solid transparent;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-8px;
	margin-top:-8px;
	z-index:3;
	opacity:0;
	transform:scale(2);
	transition:opacity 250ms, transform 400ms;
}

@media screen and (max-width: 850px) {
	html section[content-type="box"] > inner-content > details > summary > box-button {
		right: 1rem;
	}

	html main > section[content-type="embedding"][embedding-type="h5p"]::after {
		transform: rotate(0.5deg) !important;
	}
}
/* Source: /front_end/themes/shaky/exercise/exercise.css */
exercise-content {
	border-bottom: none;
	border-top: none;
}
/* Source: /front_end/themes/shaky/gallery/gallery.css */
figure[figure-type="gallery"] > img {
	border: none;
}

button[button-type="fullscreen"] {
	display: block;
	position: absolute;
	right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 0;
	background-color: var(--headerbar-background);
	color: var(--dlw-blue);
	text-align: center;
	outline: none;
	z-index:30;
	font-size: 1em;
	line-height: 1em;
	font-family: icomoon;
	padding: 0;
}

button[button-type="fullscreen"]::after {
	-webkit-mask: url("/resources/svg/fullscreen-shaky.svg");
	        mask: url("/resources/svg/fullscreen-shaky.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: black;
}

button[button-type="fullscreen"],
.lightbox-bound {
	cursor:zoom-in;
}

button[button-type="next-slide"],
button[button-type="previous-slide"] {
	height: 54px;
	width: 54px;
	background-color: white;
	opacity: 1;
}

button[button-type="next-slide"]::before,
button[button-type="previous-slide"]::before {
	background-color: black;
	left: 6%;
	top: 6%;
	position: absolute;
}

button[button-type="next-slide"]::before {
	-webkit-mask: url("/resources/svg/arrow-right-shaky.svg");
	        mask: url("/resources/svg/arrow-right-shaky.svg");
	-webkit-mask-size: 88%;
	        mask-size: 88%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

button[button-type="previous-slide"]::before {
	-webkit-mask: url("/resources/svg/arrow-left-shaky.svg");
	        mask: url("/resources/svg/arrow-left-shaky.svg");
	-webkit-mask-size: 88%;
	        mask-size: 88%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

section[content-type="gallery"] figure[figure-type="gallery"][display-mode="contain"] img {
	background: transparent;
}

.pswp__button.pswp__button--arrow--right::before {
	-webkit-mask-image: url("/resources/svg/arrow-right-shaky.svg");
	        mask-image: url("/resources/svg/arrow-right-shaky.svg");
	background-color: black;
}

.pswp__button.pswp__button--arrow--left::before {
	-webkit-mask-image: url("/resources/svg/arrow-left-shaky.svg");
	        mask-image: url("/resources/svg/arrow-left-shaky.svg");
	background-color: black;
}

.pswp__button.pswp__button--close {
	background-image: none;
	-webkit-mask-image: url("/resources/svg/close-shaky.svg");
	        mask-image: url("/resources/svg/close-shaky.svg");
	-webkit-mask-size: 28px 28px !important;
	        mask-size: 28px 28px !important;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: white;
	top: 8px;
	left: 8px;
}

.pswp__button.pswp__button--fs {
	background-image: none;
	-webkit-mask-image: url("/resources/svg/fullscreen-shaky.svg");
	        mask-image: url("/resources/svg/fullscreen-shaky.svg");
	-webkit-mask-size: 44px 44px !important;
	        mask-size: 44px 44px !important;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: white;
}

.pswp__button.pswp__button--zoom {
	background-image: none;
	background-color: white;
	-webkit-mask-image: url("/resources/svg/circle.svg");
	        mask-image: url("/resources/svg/circle.svg");
	-webkit-mask-size: 28px 28px !important;
	        mask-size: 28px 28px !important;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	top: 8px;
	left: 8px;
}
/* Source: /front_end/themes/shaky/glossary/glossary.css */
glossary-entry {
	border-right: none;
}

modal-close::after {
	display: none;
}

modal-close {
	background-image: none;
	-webkit-mask-image: url("/resources/svg/close-shaky.svg");
	        mask-image: url("/resources/svg/close-shaky.svg");
	-webkit-mask-size: 2rem 2rem !important;
	        mask-size: 2rem 2rem !important;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: var(--text-color);
	width: 2rem;
	height: 2rem;
	top: 0.5rem;
	right: 0.5rem;
}
/* Source: /front_end/themes/shaky/headerbar.css */
header {
	position:fixed;
	left:0;
	top:0;
	height:2.5em;
	width:100%;
	color: var(--headerbar-color);
	background:var(--headerbar-background);
	border-bottom:solid 2px var(--headerbar-color);
	z-index:2600;
	display: block;
	padding:2px var(--content-padding);
}

header::after {
	content:"";
	position:relative;
	clear:both;
}

#header-center {
	position:absolute;
	left:0;
	top:4px;
	width:100%;
	text-align:center;
}

#button-navigation,
#button-previous,
#button-next {
	width: var(--button-size);
	height: var(--button-size);
	text-align:center;
	vertical-align:middle;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	border:none;
	background:none;
	cursor:pointer;
	color: inherit;
	font-family:icomoon, sans-serif;
	font-size:1.3em;
	text-decoration: none;
}

#button-navigation {
	-webkit-mask-image: url("/resources/svg/hamburger-shaky.svg");
	        mask-image: url("/resources/svg/hamburger-shaky.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	width: var(--button-size);
	position: relative;
	top: 4px;
	background-color: var(--headerbar-color);
}

#button-settings::after { content: "\e994"; }

button#button-previous,
button#button-next {
	display:none;
}

#button-previous.valid {
	width: var(--button-size);
	height: var(--button-size);
	-webkit-mask-image: url("/resources/svg/arrow-left-shaky.svg");
	        mask-image: url("/resources/svg/arrow-left-shaky.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--headerbar-color);
	font-size: 1.5em;
	margin-top: 0;
}

#button-next.valid {
	width: var(--button-size);
	height: var(--button-size);
	-webkit-mask-image: url("/resources/svg/arrow-right-shaky.svg");
	        mask-image: url("/resources/svg/arrow-right-shaky.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-clip: content-box;
	        mask-clip: content-box;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--headerbar-color);
	font-size: 1.5em;
	margin-top: 0;
}

header h3 {
	font-family: var(--font-headlines-h1);
	font-weight: 400;
	font-size: 0.9em;
	margin: -6px var(--content-padding-half);
	max-width: 44vw;
	overflow: hidden;
	white-space: nowrap;
	line-height: 2.2em;
	width: auto;
}

header h3 p {
	line-height: 1.2em;
}

#button-settings {
	display:none !important;
}

.edit-button {
	display: inline-block;
	color: transparent;
	font-size: 1px;
	margin-left: 74px;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	vertical-align:top;
	-webkit-mask-image: url("/resources/svg/edit-shaky.svg");
	        mask-image: url("/resources/svg/edit-shaky.svg");
	background-color: var(--headerbar-color);
	position: absolute;
	top: 12px;
}

@media only screen and (max-width: 800px) {
	header {
		top: auto;
		bottom:0;
		height: 48px;
	}

	header h3 {
		display: none !important;
		margin: 0;
		margin-right: var(--content-padding);
	}

	main {
		padding-top: 0;
	}

	#header-center { top:10px; }

	#button-navigation {
		margin-top: 8px;
		top: 0;
	}

	#button-next {
		position: absolute;
		right: 6em;
		margin-top: -1px;
		width: 32px;
		height: 32px;
	}

	#button-previous {
		position: absolute;
		left: 6em;
		margin-top: -1px;
		width: 32px;
		height: 32px;
	}
}

@media only screen and (max-width: 700px) {
	header h3 {
		font-size:0.9em;
	}
}

@media only screen and (max-width: 600px) {
	header h3 {
		font-size:0.8em;
	}
}

@media only screen and (max-width: 500px) {
	header {
		border-top: solid 2px var(--headerbar-color);
		border-bottom: none;
		height: 80px;
	}

	#button-navigation {
		margin-top: 3px;
	}

	#header-center {
		position: static;
	}

	#header-center > button {
		margin:0 var(--content-padding-half);
	}

	#header-center > a {
		font-size: 2em;
		line-height: 40px;
		position: absolute;
		top: 50%;
	}

	#button-next {
		width: 32px;
		height: 32px;
		right: 2.5em;
		margin-top: -17px;
	}

	#button-previous {
		width: 32px;
		height: 32px;
		left: 2.5em;
		margin-top: -17px;
	}

	aside nav-close-button {
		bottom: 80px;
		font-size: 2.3em;
	}
}

html[page-status="disabled"] header {
	background: var(--headerbar-background);
	border-bottom:solid 1px #000;
}
/* Source: /front_end/themes/shaky/license/license.css */
button[button-type="license"],
details.license > summary {
	font-family: montserrat;
	font-size: 0;
	font-weight: 500;
	position: absolute;
	right:0.5rem;
	margin-top:-2rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	outline: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background-color: white;
	color: var(--dlw-blue);
	text-align:center;
	vertical-align:middle;
	line-height:28px;
	cursor: pointer;
	box-shadow: 0 3px 6px #00000040;
	transition:background-color 300ms, color 300ms;
	z-index: 2001;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

button[button-type="license"],
details.license > summary::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	background-color: black;
	-webkit-mask-image: url("/resources/svg/legal.svg");
	        mask-image: url("/resources/svg/legal.svg");
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

summary.missing-attribution {
	background-color: #F41 !important;
}

details.license > summary::marker {
	content: '';
	display: none;
}

details.license > summary::-webkit-details-marker {
	content: '';
	display: none;
}

details.license.active > summary {
	color: var(--headerbar-background);
	background-color: var(--dlw-blue);
}

license-content {
	font-size: 0.5em;
	font-weight: 400;
	box-shadow: 0 3px 6px #00000029;
	padding: 0.8em;
	margin-top: 1px;
	line-height: 1.5em;
	position:absolute;
	left:0;
	background:rgba(255, 255, 255, 0.95);
	color: #333;
	width:100%;
	opacity:0;
	transform:translate(0, 0%) scaleY(0);
	transform-origin:50% 0%;
	transition:transform 300ms, opacity 300ms;
	z-index: 2000;
}

details.license > license-content a {
	word-break: break-all;
	padding-right: 64px;
	text-decoration:none;
}

details.license > license-content p {
	padding-right: 64px;
}

@media only screen and (max-width: 952px) {
	details.license > license-content a,
	details.license > license-content p {
		font-size: 1.1em;
		padding-right: 18px;
	}
}

details.license.active > license-content {
	opacity:1;
	transform:translate(0, -100%) scaleY(1);
}

license-info[license-key="ARRC"] {
	display:none;
}

license-info[license-key="CC4"] > license-name,
license-info[license-key="CC3"] > license-name,
license-info[license-key="CC2"] > license-name,
license-info[license-key="CC"] > license-name,
license-info[license-key="CC0"] > license-name,
license-info[license-key="PD"] > license-name {
	display:none;
}

license-icon,
license-info[license-key="CC4"]::before,
license-info[license-key="CC3"]::before,
license-info[license-key="CC2"]::before,
license-info[license-key="CC"]::before,
license-info[license-key="CC0"]::before,
license-info[license-key="PD"]::before {
	content:'';
	background:url("/resources/svg/PD.svg") no-repeat;
	background-size:contain;
	width:2em;
	height:2em;
	display:inline-block;
	margin-right:1.5em;
	line-height:1.65em;
	vertical-align:middle;
}

license-icon {
	margin-right:0.5em;
	text-indent:-9999px;
}

license-info[license-key="CC4"]::before,
license-info[license-key="CC3"]::before,
license-info[license-key="CC2"]::before,
license-info[license-key="CC"]::before {
	background-image:url("/resources/svg/CC.svg");
}

license-info[license-key="PD"] license-icon,
license-info[license-key="CC0"] license-icon {
	display:none;
}

license-info[license-key="CC0"]::before {
	background-image:url("/resources/svg/CC0.svg");
}

license-icon[icon-term="BY"] {
	background-image:url("/resources/svg/CC-BY.svg");
}

license-icon[icon-term="NC"] {
	background-image:url("/resources/svg/CC-NC.svg");
}

license-icon[icon-term="ND"] {
	background-image:url("/resources/svg/CC-ND.svg");
}

license-icon[icon-term="SA"] {
	background-image:url("/resources/svg/CC-SA.svg");
}
/* Source: /front_end/themes/shaky/media/media.css */
media-wrap[media-type="video"] > media-controls {
	background: #FFF;
	color: var(--text-color);
	background-image: none;
}

media-play-pause {
	width: 3.3rem;
	height: 3.3rem;
}

media-play-pause::before,
media-play-pause::after {
	content: "";
	background-color: black;
	transition: background-color 200ms;
}

media-play-pause::before {
	-webkit-mask-image: url("/resources/svg/play-shaky.svg");
	        mask-image: url("/resources/svg/play-shaky.svg");
	-webkit-mask-size: 96%;
	        mask-size: 96%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 3.3rem;
	height: 3.3rem;
}

media-play-pause::after {
	-webkit-mask-image: url("/resources/svg/pause-shaky.svg");
	        mask-image: url("/resources/svg/pause-shaky.svg");
	-webkit-mask-size: 1.3rem;
	        mask-size: 1.3rem;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	width: 1.3rem;
	height: 3.3rem;
	margin-left: 1rem;
	margin-top: 0.2rem;
}

media-play-pause:hover::before,
media-play-pause:hover::after,
media-play-pause:focus::before,
media-play-pause:focus::after,
media-play-pause:active::before,
media-play-pause:active::after {
	background-color: var(--box-green);
}

media-volume-button,
media-volume-button::before {
	width: 3.3rem;
	height: 3rem;
}

media-volume-button::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/unmute-shaky.svg");
	        mask-image: url("/resources/svg/unmute-shaky.svg");
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: black;
	display: inline-block;
}

media-volume-button.active::before {
	content: "";
	-webkit-mask-image: url("/resources/svg/mute-shaky.svg");
	        mask-image: url("/resources/svg/mute-shaky.svg");
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

media-volume-slider-mark::after {
	-webkit-mask-image: url("/resources/svg/volume-shaky.svg");
	        mask-image: url("/resources/svg/volume-shaky.svg");
	-webkit-mask-size: "cover";
	        mask-size: "cover";
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: var(--text-color);
}

media-seekbar {
	left:14px;
	width: calc(100% - 28px);
}

media-timestamp-wrapper {
	top: -19px;
	font-family: var(--font-headlines-h1);
}

media-seekbar-mark {
	background-color: var(--box-green);
	font-size:0.8rem;
	height: 1em;
	border-radius: 0.5em;
	margin-top: -0.5em;
}

media-seekbar-mark::after {
	display: none;
}

media-volume-slider {
	height: 1em;
	font-size: 3rem;
}

media-volume-slider-mark,
media-volume-slider-mark::after {
	transition: background-color 200ms;
}

media-volume-slider-mark {
	background-color: var(--text-color);
}

media-volume-slider-mark:hover,
media-volume-slider-mark:hover::after {
	background-color: var(--box-green);
}

media-seekbar::before {
	background-color: var(--text-color);
	font-size:0.8rem;
	height:1em;
	border-radius: 0.5em;
	margin-top: -0.5em;
}

media-fullscreen,
media-fullscreen::before,
media-fullscreen.active::before {
	width: 3.3rem;
	height: 3.3rem;
}

media-fullscreen::before {
	-webkit-mask-image: url("/resources/svg/fullscreen-shaky.svg");
	        mask-image: url("/resources/svg/fullscreen-shaky.svg");
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: black;
	display: inline-block;
}

media-status-icon::before,
media-status-icon::after {
	background-color: white;
	width: 3.3rem;
	height: 3.3rem;
}

media-status-icon::before {
	-webkit-mask-image: url("/resources/svg/play-shaky.svg");
	        mask-image: url("/resources/svg/play-shaky.svg");
	-webkit-mask-size: "contain";
	        mask-size: "contain";
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

media-status-icon::after {
	-webkit-mask-image: url("/resources/svg/pause-shaky.svg");
	        mask-image: url("/resources/svg/pause-shaky.svg");
	-webkit-mask-size: "contain";
	        mask-size: "contain";
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
	media-volume-button,
	media-volume-slider {
		display: none !important;
	}
}
/* Source: /front_end/themes/shaky/privacy/privacy.css */
button[button-type="accept"],
button[button-type="cancel"] {
	float: right;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size:0.9em;
	padding: 0.5em;
	margin-left:1em;
	transition: background-color 200ms;
	line-height: 1rem;
	border-radius: 0;
}

button[button-type="cancel"] {
	transform: rotate(4deg);
	color: var(--box-gray);
}


button[button-type="accept"] {
	color: var(--dlw-blue);
	color: white;
	transform: rotate(-2deg);
	background-color: var(--box-gray);
}

button[button-type="accept"]:hover,
button[button-type="accept"]:focus,
button[button-type="accept"]:active {
	background-color: var(--dlw-blue);
	transform: rotate(0deg);
}

button[button-type="cancel"]:hover,
button[button-type="cancel"]:focus,
button[button-type="cancel"]:active {
	background-color: black;
	color: white;
	transform: rotate(1deg);
}
/* Source: /front_end/themes/shaky/tab-box/tab-box.css */
tab-box-content-wrap {
	border-top: none;
	border-bottom: none;
	box-shadow: 1px 1px 3px 1px #0003 !important;
}

tab-box-header-wrap {
	overflow-y: visible;
	margin-top:-1rem;
	padding-top:1rem;
	padding-bottom: 1rem;
	margin-bottom: -1rem;
	z-index:3;
}

tab-box-header {
	position: relative;
	z-index: 0;
	background: transparent !important;
	overflow: visible;
	margin: 0 1rem;
	color: var(--text-color) !important;
	box-shadow: none !important;
	transition: transform 400ms;
}

tab-box-header::before {
	content: '';
	display: block;
	position: absolute;
	left: -0.5rem;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	padding: 0 0.5rem;
	background-color: #B7FBE2;
	transition: transform 250ms, background-color 300ms;
	transform: rotate(0deg);
	z-index: -1;
}

tab-box-header.active {
	transform: translateY(6px);
}

tab-box-content-wrap + tab-box-header-wrap tab-box-header.active {
	transform: rotateX(180deg) translateY(-6px);
}

tab-box-header.active::before {
	transform: rotate(-2.5deg) translateY(2px);
	background-color: var(--box-green);
}

tab-box-content-wrap + tab-box-header-wrap tab-box-header.active::before {
	transform: rotate(-2.5deg) translateY(-2px);
}

tab-box-header.active:nth-child(3n+2)::before {
	transform: rotate(1.3deg) translateY(1px);
}

tab-box-header.active:nth-child(3n+3)::before {
	transform: rotate(-1.7deg) translateY(2px);
}

tab-box-content-wrap + tab-box-header-wrap tab-box-header.active:nth-child(3n+1)::before {
	transform: rotate(1.3deg) translateY(-2px);
}

tab-box-content-wrap + tab-box-header-wrap tab-box-header.active:nth-child(3n+2)::before {
	transform: rotate(-1.7deg) translateY(-2px);
}

tab-box-content {
	padding: var(--content-padding-half) 0;
}

[box-type="teal"] box-caption p {
	color: black;
}

html section[content-type="box"][box-type="teal"] > inner-content > details > summary::before {
	background-color: var(--color-number);
}

html section[content-type="box"][box-type="teal"] > inner-content > details::after {
	background-color: var(--color-number);
}

main > section[tab-box-type="exercise"]::after {
	content: initial;
}
