/* ============================================================
   Farbtokens

   Bis zum 01.09.2026 lagen hell und dunkel als zwei vollstaendige
   Stylesheets nebeneinander (styles.css / styles_dark.css), von denen
   index.jsp serverseitig eines einband. Ein Themewechsel brauchte
   deshalb einen kompletten Seitenneuaufbau, und jede Regel musste an
   zwei Stellen gepflegt werden -- die minifizierten Kopien liefen
   ausserdem auseinander.

   Die Tokens sind auf das Farbpaar geschluesselt, nicht auf eine
   Rolle: beide Themes sehen damit exakt aus wie vorher. Das
   Zusammenlegen zu einem kleineren, semantischen Satz
   (surface/border/text/accent) ist ein eigener Schritt, weil jede
   Zusammenlegung eine optische Entscheidung ist.
   ============================================================ */

:root {
	/* Marke: in beiden Themes gleich, daher ohne dunkle Entsprechung */
	--accent-brand: #f29200;
	--surface-1: #b0b0b0;
	--text-1: #202020;
	--text-2: #404040;
	--text-3: #606060;
	--surface-2: #ffffff;
	--surface-3: #e0e0e0;
	--surface-4: #c0c0c0;
	--text-4: #505050;
	--text-5: #2081c5;
	--text-6: #606060;
	--text-7: #ffffff;
	--surface-5: #ffffff;
	--text-8: #f42929;
	--text-9: #00b040;
	--border-1: #80808a;
	--text-10: #ffffff;
	--surface-6: #ffffff;
	--text-11: #444444;
	--text-12: #202020;
	--text-13: #909090;
	--surface-7: #f29200;
	--border-2: #ffffff;
	--border-3: #eaeaea;
	--surface-8: #f29200;
	--surface-9: #f8f8f8;
	--border-4: #e0e0e0;
	--surface-10: #555555;
	--text-14: #404040;
	--border-5: #b0b0b0;
	--border-6: #c0c0c0;
	--surface-11: #fafafa;
	--text-15: #202020;
	--border-7: #b0b0b0;
	--text-16: #202020;
	--text-17: #202020;
	--border-8: #d0d0d0;
	--border-9: #c0c0c0;
	--surface-12: #f29200;
	--accent-action: #00ab50;
	--accent-action-hover: #00cb6a;
	--surface-15: rgba(242, 146, 0, 0.75);
	--text-18: #e0e0e0;
	--surface-16: #b0b0b0;
	--surface-17: rgba(210, 120, 0, 1);
	--surface-18: #252525;
	--surface-19: rgba(10, 10, 10, 0.6);
	--border-10: #353535;
	--surface-20: #303030;
	--border-11: #353535;
	--text-19: #f5f5f5;
	--surface-21: #353535;
	--text-20: #ffffff;
	--border-12: #f29200;
	--border-13: #f5f5f5;
	--shadow-1: rgba(80, 80, 80, 1.0);
	--surface-22: #e0e0e0;
	--surface-23: #2081c5;
	--surface-24: #f0f0f0;
	--border-14: rgb(96, 96, 96);
	--border-15: rgba(200, 200, 200, 1);
	--surface-25: rgba(255, 255, 255, 1);
	--border-16: rgba(175, 175, 175, 1);
	--surface-26: rgba(255, 255, 255, 1);
	--surface-27: #fafafa;
	--text-21: #808080;
	--surface-28: #f5f5f5;
	--border-17: #eaeaea;
	--border-18: #b0b0b0;
	--surface-29: #f5f5f5;
	--border-19: rgba(175, 175, 175, 1);
	--border-20: rgba(175, 175, 175, 0.4);
	--surface-30: #f5f5f5;
	--border-21: #ededed;
	--surface-31: #f5f5f5;
	--surface-32: #ffffff;
	--border-22: rgba(175, 175, 175, 0.5);
	--surface-33: #f5f5f5;
	--text-22: #555555;
	--border-23: #dadada;
	--surface-34: #d0d0d0;
	--surface-35: #f29200;
	--border-24: rgba(242, 146, 0, 0.5);
	--surface-36: #e5e5e5;
	--surface-37: #fafafa;
	--border-25: rgba(175, 175, 175, 0.5);
	--border-26: #f0f0f0;
	--surface-38: #404040;
	--text-23: #fafafa;
	--surface-39: #606060;
	--surface-40: #e0e0e0;
	--text-24: #505050;
	--surface-41: #f0f0f0;
	/* Intro-Dialog: die Karten der drei Schritte. Eigenes Paar, weil kein
	   vorhandenes in beiden Themes gegen die Modalflaeche absticht. */
	--intro-card: #f8f8f8;
	--intro-card-border: #e0e0e0;
	/* Startseite fuer nicht Angemeldete. Eigenes Paar, weil die Seite ueber die
	   ganze Flaeche laeuft und nicht auf einer Modalflaeche liegt: sie braucht
	   einen Grundton und einen zweiten, der die Abschnitte abwechselnd
	   voneinander absetzt. */
	--landing-bg: #ffffff;
	--landing-bg-muted: #f5f5f7;
	--landing-text: #404040;
	--landing-text-soft: #6b6b6b;
	--landing-border: #e2e2e6;
	--landing-tile: #eaeaee;
}

html.dark_mode {
	--surface-1: #606060;
	--text-1: #eaeaea;
	--text-2: #c0c0c0;
	--text-3: #a0a0a0;
	--surface-2: #3d3d45;
	--surface-3: #2d2d35;
	--surface-4: #4d4d55;
	--text-4: #b0b0b0;
	--text-5: rgb(116, 186, 233);
	--text-6: #707070;
	--text-7: #00bb5e;
	--surface-5: #2d2d35;
	--text-8: rgb(255, 72, 72);
	--text-9: rgb(0, 240, 150);
	--border-1: #60606a;
	--text-10: #bdbdc5;
	--surface-6: #cdcdd5;
	--text-11: #cdcdd5;
	--text-12: #dddde5;
	--text-13: #e0e0e0;
	--surface-7: #3d3d45;
	--border-2: #6d6d75;
	--border-3: #74747b;
	--surface-8: #4d4d55;
	--surface-9: #2d2d35;
	--border-4: #4d4d55;
	--surface-10: #3d3d45;
	--text-14: #b0b0b0;
	--border-5: #7d7d85;
	--border-6: #50505a;
	--surface-11: #3d3d45;
	--text-15: #fafafa;
	--border-7: #50505a;
	--text-16: #757575;
	--text-17: #d0d0d0;
	--border-8: #4d4d55;
	--border-9: #d0d0d0;
	--surface-12: #5d5d65;
	--accent-action: #00ab50;
	--accent-action-hover: #00cb6a;
	--surface-15: #7d7d85;
	--text-18: #a0a0a0;
	--surface-16: #505050;
	--surface-17: #5d5d65;
	--surface-18: #2d2d35;
	--surface-19: #25252c;
	--border-10: #3d3d45;
	--surface-20: #3d3d45;
	--border-11: #4d4d55;
	--text-19: #f0f0f0;
	--surface-21: #3d3d45;
	--text-20: #ededf5;
	--border-12: #4d4d55;
	--border-13: #3d3d45;
	--shadow-1: rgba(50, 50, 50, 1.0);
	--surface-22: #4d4d55;
	--surface-23: #3d3d45;
	--surface-24: #4d4d55;
	--border-14: #3d3d45;
	--border-15: #5d5d65;
	--surface-25: #3d3d45;
	--border-16: #5d5d65;
	--surface-26: #4d4d55;
	--surface-27: #4d4d55;
	--text-21: #c0c0c0;
	--surface-28: #3d3d45;
	--border-17: #4d4d55;
	--border-18: #4d4d55;
	--surface-29: #2d2d35;
	--border-19: #6d6d75;
	--border-20: #4d4d55;
	--surface-30: #6d6d75;
	--border-21: #6d6d75;
	--surface-31: #4d4d55;
	--surface-32: #4d4d55;
	--border-22: #6d6d75;
	--surface-33: #686870;
	--text-22: #b0b0b0;
	--border-23: #6d6d75;
	--surface-34: #6d6d75;
	--surface-35: #6d6d75;
	--border-24: #8d8d95;
	--surface-36: #5d6575;
	--surface-37: #404048;
	--border-25: #4d4d55;
	--border-26: #4d4d55;
	--surface-38: #4d4d55;
	--text-23: #404040;
	--surface-39: #2d2d35;
	--surface-40: #3d3d45;
	--text-24: #a0a0a0;
	--surface-41: #3d3d45;
	--intro-card: #3d3d45;
	--intro-card-border: #4d4d55;
	--landing-bg: #2d2d35;
	--landing-bg-muted: #35353d;
	--landing-text: #eaeaea;
	--landing-text-soft: #b4b4b4;
	--landing-border: #4d4d55;
	--landing-tile: #45454d;
}

@charset "UTF-8";

/* FONTS */

/*
@font-face {
	font-family: 'Open Sans';
   src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans-Italic';
   src: url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans-Bold';
   src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}
*/

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
Add into .htaccess or apache conf

<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>
*/

ul {
	display: block;
	list-style-type: disc !important;
	padding: 0 20px;
	margin-left: 1em;
	margin-bottom: 1em;
}

ul:first-child {
	
}

li {
	display: list-item !important;
	text-align: -webkit-match-parent !important;
}


hr {
	height: 1px !important;
	border: none !important;
	padding: 0 !important;
	background-color: var(--surface-1) !important;
}

hr.seperator {
	height: 1px !important;
	border: none !important;
	padding: 0 !important;
	margin: 4px 0px 4px 0px !important;
	background-color: var(--surface-1) !important;
}

.login_font {
	font-family: 'Open Sans',Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
}

.button_font {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
}

.main_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
}

.tiny_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 10px !important;
}

.font_9px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 9px !important;
}

.font_10px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 10px !important;
}

.font_11px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
}

.extra_small_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
}

.small_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
}

.middle_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
}

.font_12px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
}

.font_13px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
}

.font_14px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
}

.font_15px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
}

.font_16px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
}

.font_18px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
}

.font_20px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 20px !important;
}

.big_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
}

.bigger_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
}

.very_big_font {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 22px !important;
}

.font_26px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 26px !important;
}

.font_28px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 28px !important;
}

.font_32px {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 32px !important;
}

.menu_font {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

.font_size_icon {
	font-size: 1.25em;
}

.main_font_color {
	color: var(--text-1) !important;
}

.second_font_color {
	color: var(--text-2) !important;
}

.third_font_color {
	color: var(--text-3) !important;
}

.first_bg_color {
	background-color: var(--surface-2) !important;
}

.second_bg_color {
	background-color: var(--surface-3) !important;
}

.third_bg_color {
	background-color: var(--surface-4) !important;
}

.second_menu_color {
	color: #c0c0c0 !important;
}

.label_color {
	color: var(--text-4) !important;
}

.light_font_color {
	color: #404040 !important;
}

.main_white_color {
	color: #fafafa !important;
}

.light_gray {
	color: #a0a0a0 !important;
}

.lighter_gray {
	color: #808080 !important;
}

.blue_color {
	color: var(--text-5) !important;
}

.orange_color {
	color: var(--accent-brand) !important;
}

.orange_color_2 {
	color: #ff7a17 !important;
}

.yellow_color {
	color: #f2d200 !important;
}

.green_color {
	color: #00bb5e !important;
}

.light_green {
	color: #77BB41 !important;
}

.red_color {
	color: #FF0000 !important;
}

.dark_gray_color {
	color: var(--text-6) !important;
}

.duration_color {
	color: var(--text-7) !important;
}

.main_background_color {
	background-color: var(--surface-5) !important;
}

.dark_gray_background {
	background-color: #606060 !important;
}

.light_gray_background {
	background-color: #a0a0a0 !important;
}

.light_gray_background:hover {
	background-color: #808080 !important;
}

.extra_light_gray_bg {
	background-color: #f0f0f0 !important;
}

.blue_background {
	background-color: #2081c5 !important;
}

.orange_background {
	background-color: var(--accent-brand) !important;
}

.red_background {
	background-color: #f40000 !important;
}

.green_background {
	background-color: #45ca70 !important;
}

.green_dark_background {
	background-color: #03a343!important;
}

.gray_background {
	background-color: #333333 !important;
}

.white_background {
	background-color: #ffffff !important;
}

.uppercase {
	text-transform: uppercase;
}

.red_text {
	color: var(--text-8) !important;
}

.green_text {
	color: var(--text-9) !important;
}

.bold_text {
	font-weight: 600;
}

/* Dark Theme */
.dt_container_bg_color {
	background-color: #2d2d35;
}

.dt_ctn_border {
	border-bottom: 1px solid #50505a; border-collapse: collapse;
}

.dt_ctn_border_full {
	border: 1px solid #50505a;
	border-collapse: collapse;
}

.dt_ctn_border_full_2 {
	border: 1px solid var(--border-1) !important;
	border-collapse: collapse;
}

.dt_ctn_border_full_3 {
	border: 1px solid var(--accent-brand) !important;
	border-collapse: collapse;
}

.dt_ctn_border_full_4 {
	border: 1px solid #00ff60 !important;
	border-collapse: collapse;
}

.dt_ctn_border_full_5 {
	border: 1px solid #ff2020 !important;
	border-collapse: collapse;
}

.dt_bg_color_1 {
	background-color: #3d3d45 !important;
}

.dt_color_1 {
	color: #3d3d45 !important;
}

.dt_bg_color_2 {
	background-color: var(--surface-5) !important;
}

.dt_color_2 {
	color: #2d2d35 !important;
}

.dt_bg_color_3 {
	background-color: #7d7d85 !important;
}

.dt_color_3 {
	color: #7d7d85 !important;
}

.dt_bg_color_4 {
	background-color: #9d9da5 !important;
}

.dt_color_4 {
	color: #9d9da5 !important;
}

.dt_bg_color_5 {
	background-color: #bdbdc5 !important;
}

.dt_color_5 {
	color: var(--text-10) !important;
}

.dt_bg_color_6 {
	background-color: var(--surface-6) !important;
}

.dt_color_6 {
	color: var(--text-11) !important;
}

.dt_bg_color_7 {
	background-color: #dddde5 !important;
}

.dt_color_7 {
	color: var(--text-12) !important;
}

.dt_color_8 {
	color: var(--text-13) !important;
}

.dt_bg_color_9 {
	background-color: var(--surface-7) !important;
}

.button_border_1 {
	border: 1px solid var(--border-2); border-collapse: collapse;
}

.button_border_2 {
	border: 1px solid var(--border-3); border-collapse: collapse;
}

/* GENERAL */

html, body {
    height: 100%;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

.mission_top_bar_background {
	background-color: var(--surface-8);
}

.main_background {
	background-color: var(--surface-9);
	background-size: cover;
	-webkit-background-size: cover;
}

.main_background_mobile {
	background-color: #f8f9fa;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #0782C1;
}

a.link_no_decoration {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d0d0d0;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border: none;
	background-color: transparent;
	border-spacing: 0px;
}

th {
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #eaeaea;
}

td {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	text-align: left;
	font-size: 13px;
}

.table_border_top {
	border-top: solid 1px var(--border-4) !important;
}

.table_border_bottom {
	border-bottom: solid 1px var(--border-4) !important;
}

.editable_div:focus {
	color: #0782C1;
	font-weight: 600;
}

.right {
	float: right !important;
}

.pointer {
	cursor: pointer !important;
}

.padding_2 {
	padding: 2px !important;
}

.padding_4 {
	padding: 4px !important;
}

.padding_5 {
	padding: 5px !important;
}

.padding_8 {
	padding: 8px !important;
}

.padding_10 {
	padding: 10px !important;
}

.padding_15 {
	padding: 15px !important;
}

.padding_20 {
	padding: 20px !important;
}

.center {
	text-align: center;
}

[contenteditable] {
   -webkit-user-select: text;
	user-select: text;
}

[contenteditable=true]:empty::before {
	content: attr(placeholder);
	display: block; /* For Firefox */
	color: #a0a0a0;
}

.table_spacer {
	width: 1%;
}

.table_vertical_spacer {
	height: 25px;
}

form {
	margin: 0px;
	padding: 0px;
	border: none;
}

.view_title {
	display: block;
	position: absolute;
	width: 90%;
	width: 100%;
	height: 46px;
	color: #ffffff !important;
	text-align: left;
	background-color: var(--surface-10);
	line-height: 3em;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	opacity: 1;
	overflow: hidden;
}

.app_version {
	position: relative;
	top: -26px;
	width: 150px;
	margin: auto;
	text-align: center;
	color: #f0f0f0;
	transition: opacity 1.5s ease 0.5s;
	-webkit-transition: opacity 1.5s ease 0.5s;
}

.top_bar {
	background-color: var(--accent-brand);
}

.module_container_title {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.spacer_10 {
	display: block;
	width: 100%;
	height: 10px;
}

.spacer_25 {
	display: block;
	width: 100%;
	height: 25px;
}

.spacer_50 {
	display: block;
	width: 100%;
	height: 50px;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.no_selection {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

.selectable {
	-webkit-user-select: text !important;
	-ms-user-select: text !important;
	-moz-user-select: text !important;
	-o-user-select: text !important;
	user-select: text !important;
}

/* INPUT FIELDS */

input[type="range"] {
	margin: 0px;
}

.field_label {
	color: #303030;
	font-weight: bold;
	text-align: left;
}

.input_field_label {
	color: var(--text-14);
	font-weight: 600;
	text-align: left;
	margin-bottom: 5px;
	vertical-align: top;
}

.input_field {
	height: 20px;
	width: 98%;
	max-width: 450px;
	border: solid 1px var(--border-5);
	border-radius: 3px;
	padding: 4px;
}

.input_field_small {
	height: 18px;
	padding: 2px;
}

.api_key {
	height: 22px;
	width: 98%;
	max-width: 450px;
	border: solid 1px #b0b0b0;
	border-radius: 3px;
	padding: 4px;
	color: #808080;
	line-height: 1.75em;
	overflow: hidden;
}

.select_box {
	min-width: 50px;
	border: solid 1px var(--border-6);
	border-radius: 3px;
	padding: 2px;
	background-color: var(--surface-11);
	color: var(--text-15);
}

.input_textarea {
	width: 200px;
	min-width: 100%;
	max-width: 100%;
	height: 100px;
	min-height: 75px;
	max-height: 250px;
	border: solid 1px var(--border-7);
	border-radius: 3px;
	padding: 4px;
	box-sizing: border-box;
}

textarea:disabled, select:disabled, input[type="text"]:disabled {
    background: var(--surface-11);
    color: var(--text-16);
    -webkit-text-fill-color: var(--text-17);
    opacity: 1;
}

/* Checkbox */

.input_checkbox {
	margin-top: 1px;
}

/* Radio */

.input_radio_button {
	margin-top: 1px;
}

/* Switch */

.switch_container {
	position: relative;
	width: 45px;
	height: 25px;
	border-radius: 25px;
	border: solid 1px #c0c0c0;
	float: left;
	background-color: #ffffff;
	cursor: pointer;
	transition: background-color 0.65s ease;
	-webkit-transition: background-color 0.65s ease;
}

.switch_container_active {
	background-color: #4fd07f;
	border: solid 1px #45ca70;
}

.switch_container_disabled {
	background-color: #a6eac0;
	border: solid 1px var(--border-8);
}

.switch_button {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 23px;
	height: 23px;
	border-radius: 23px;
	border: solid 1px var(--border-9);
	background-color: #ffffff;
	float: left;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}

.switch_button_active {
	left: 20px;
	border: none;
	top: 0px;
	height: 25px;
	width: 25px;
	border-radius: 25px;
}

/* Small switch */

.switch_container_small {
	position: relative;
	width: 35px;
	height: 20px;
	border-radius: 20px;
	border: solid 1px #e0e0e0;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #fafafa;
	cursor: pointer;
	transition: background-color 0.65s ease;
	-webkit-transition: background-color 0.65s ease;
}

.switch_container_active_small {
	background-color: #4fd07f;
	border: solid 1px #45ca70;
}

.switch_container_disabled_small {
	background-color: #a6eac0;
	border: solid 1px #3d3d45;
}

.switch_button_small {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: solid 1px var(--border-9);
	background-color: #ffffff;
	float: left;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}

.switch_button_active_small {
	left: 20px;
	border: none;
	top: 0px;
	height: 20px;
	width: 20px;
	border-radius: 20px;
}

/* MASKS */

.mask_view {
	display: none;
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2000;
	opacity: 0;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
}

/* GRADIENTS */

.gradient_extra_light {
	/* fallback */
	background-color: #ffffff;
	/* Gradients */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff),to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
}

.gradient_gray_button {
   /* fallback */
   background-color: #c0c0c0;
   
   /* Gradients */
   background: -webkit-linear-gradient(top, #f0f0f0, #c0c0c0);
   background: linear-gradient(to bottom, #f0f0f0 0%, #c0c0c0 100%);
}

/* BORDERS */

.rounded_3px {
   border-radius: 3px;
}

.rounded_4px {
   border-radius: 4px;
}

.rounded_6px {
   border-radius: 6px;
}

.rounded_top_4px {
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}

.rounded_top_6px {
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
}

.rounded_8px {
   border-radius: 8px;
}

.rounded_10px {
   border-radius: 10px;
}

.rounded_15px {
   border-radius: 15px;
}

.rounded_20px {
   border-radius: 20px;
}

.transparent_border_5 {
   border: solid 5px rgba(172, 172, 172, 0.25);
   -moz-background-clip: padding-box;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

.transparent_border_10 {
   border: solid 10px rgba(172, 172, 172, 0.25);
   -moz-background-clip: padding-box;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

/* SHADOWS */

.drop_shadow {
   box-shadow: 0 0 10px -2px #303030;
}

.drop_shadow_menu {
   box-shadow: 0 4px 7px #404040;
}

.drop_shadow_bottom {
   box-shadow: 0 1px 6px #1a1a1a;
}

.drop_small_shadow {
   box-shadow: 0 0 7px -2px #303030;
}

.drop_smaler_shadow {
   box-shadow: rgba(2, 6, 16, 0.2) 0px 4px 24px;
}

.drop_tiny_shadow {
	box-shadow: 1px 1px 5px -2px #404040;
}

.bottom_shadow {
   box-shadow: 0 4px 4px -2px #606060;
}

/* TABLES */

.table {
	display: table;
	width: 100%;
   margin: 0px;
   padding: 0px;
   overflow: auto;
}

.table_row {
   display: table-row;
   vertical-align: top;
   width: 100%;
}

.table_cell {
   display: table-cell;
   padding: 4px;
   vertical-align: top;
   text-align: center;
   overflow: hidden;
   background-color: transparent;
}

.table_cell_left_align {
   display: table-cell;
   padding: 4px;
   vertical-align: top;
   text-align: left;
   overflow: hidden;
}

/* ROTATIONS */

.rotate_right_45 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.rotate_left_45 {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.rotate_right_90 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.rotate_left_90 {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.no_wrap {
	white-space: nowrap;
}

/* BUTTONS */

.info_btn {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	border: solid 2px #808080;
	font-weight: bold;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #808080;
	transition: all 0.7s ease;
	cursor: pointer;
	float: left;
	margin: 0 5px 0 5px;
	padding-left: 1px;
}

.home_button {
	display: block;
	width: 18px;
	height: 18px;
	background: url('../images/buttons/home.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

.loupe_button {
	display: block;
	width: 18px;
	height: 18px;
	background: url('../images/icons/loupe.png') no-repeat center center;
	background-size: 18px 18px;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.loupe_button_active {
	background: url('../images/icons/loupe_green.png') no-repeat center center;
	background-size: 18px 18px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.loupe_button_overview {
	display: block;
	position:absolute; 
	right: 14px;
	top: 13px;
	width: 24px;
	height: 24px;
	background: url('../images/icons/loupe_dark.png') no-repeat center center;
	background-size: 18px 18px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.previous_arrow_button {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 16px;
	height: 16px;
	border-top: 3px solid #e0e0e0;
	border-left: 3px solid #e0e0e0;
	border-radius: 1px;
	transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-sizing: border-box;
	padding: 4px;
	cursor: pointer;
	z-index: 10;
}

.previous_arrow_button_disabled {
	border-top: 3px solid #606060;
	border-left: 3px solid #606060;
	cursor: default;
}

.arrow_down_button_open {
	position: relative;
	top: -2px;
	right:5px;
	width: 14px;
	height: 14px;
	border-top: 3px solid #e0e0e0;
	border-left: 3px solid #e0e0e0;
	border-radius: 1px;
	transform: rotateZ(-135deg);
	-webkit-transform: rotateZ(-135deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-sizing: border-box;
	padding: 4px;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.arrow_down_button_close {
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
}

.next_arrow_button {
	left: auto;
	right: 10px;
	transform: rotateZ(135deg);
	-webkit-transform: rotateZ(135deg);
}

.nav_bar_button {
	float: left;
   font-size: 14px;
   color: #ffffff;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   padding: 4px;
   margin-left: 10px;
   font-weight: normal;
   transition: all 0.7s ease;
   cursor: pointer;
}

.export_publisher_button {
	display: block;
	width: 25px;
	height: 25px;
	background: url('../images/buttons/book@2x.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

.white_bar_button_active {
	color: #ffffff !important;
	text-shadow: 0 0 2px #ffffff, 0 0 10px #e0e0e0;
}

.standart_button {
	float: left;
	min-width: 75px;
	min-height: 10px;
	border-radius: 3px;
	color: #ffffff;
	padding: 4px 6px;
	line-height: 1.6em;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background-color: var(--surface-12);
	white-space: nowrap;
	font-weight: normal;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.standart_start_mission_button {
	background-color: var(--accent-action);
}

.standart_start_mission_button:hover {
	background-color: var(--accent-action-hover);
}

.standart_button:hover {
	background-color: var(--surface-15);
}

.standart_button_disabled {
	color: var(--text-18) !important;
	background-color: var(--surface-16) !important;
}

.continue_button_disabled {
	color: #ffffff !important;
	background-color: var(--surface-17) !important;
}

.red_standart_button {
	background-color: #c42929 !important;
}

.standart_button_border_white {
	border: solid 1px #ffffff;
}

.standart_button_mission {
	background-color: #4d4d55 !important;
}

.standart_button_mission:hover {
	background-color: #6d6d75 !important;
}

.standard_button_blue {
	background-color: #2081c5 !important;
}

.standard_button_blue:hover {
	background-color: #43a2e0 !important;
}

.standard_button_green {
	background-color: #00bb5e !important;
}

.standard_button_green:hover {
	background-color: #10cb6e !important;
}

.small_button {
	float: left;
	min-width: 35px;
	height: 18px;
	border-radius: 3px;
	color: #404040;
	background-color: #ffffff;
	padding: 2px;
	line-height: 1.6em;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.standart_button_disabled {
	color: #b0b0b0;
	background-color: #e0e0e0;
	cursor: default;
}

.change_position_button {
	float: right;
	height: 15px;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	border: solid 1px #ffffff;
	margin-top: 2px;
	margin-right: 5px;
	padding: 4px;
	line-height: 1.3em;
}

.disclosure_indicator {
	background-image: url(../images/icons/list_arrow_icon.png);
	background-repeat: no-repeat;
	background-position: right;
}

.previous_arrow {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/list_arrow_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	background-size: cover;
	border: solid 2px #959595;
	border-radius: 13px;
	cursor: pointer;
}

.next_arrow {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/list_arrow_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: solid 2px #959595;
	border-radius: 13px;
	cursor: pointer;
}

/* LISTS */

.list_item {
	width: 100%;
	height: 44px;
	text-align: left;
	border-bottom: solid 1px #e0e0e0 !important;
	cursor: pointer;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #444444;
	transition: background-color 0.75s ease;
	-webkit-transition: background-color 0.75s ease;
}

.list_item_checkmark {
	background: url(../images/icons/checkmark.png) no-repeat right center !important;
	background-size: 22px 22px !important;
}

/* ACTIVITY INDICATOR */

.activity_indicator_container {
	width: 180px;
	height: 120px;
	background-color: rgba(96, 96, 96, 0.6);
	margin: auto;
	border: solid 2px rgba(192, 192, 192, 0.5); 
}

.activity_indicator_text {
	color: #ffffff;
	position: relative;
	top: 60px;
	text-align: center;
}

.activity_indicator_img {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/activity_indicator_2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: rotation-animation 1.0s infinite linear;
	-webkit-animation: rotation-animation 1.0s infinite linear;
	margin-left: auto;
	margin-right: auto;
}

/* Actvitiy Indicator with Circles */

.activity_indicator_circle_ctn {
	display: none;
	float: left;
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
	overflow: hidden;
}

.activity_indicator_outer_circle {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	left: 6px;
	top: 6px;
	background-image: url(../images/animations/animation_circle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: rotation-animation 6.5s infinite linear;
	-webkit-animation: rotation-animation 6.5s infinite linear;
}

.activity_indicator_inner_circle {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 14px;
	top: 14px;
	background-image: url(../images/animations/animation_circle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: rotation-animation-reverse 6.0s infinite linear;
	-webkit-animation: rotation-animation-reverse 6.0s infinite linear;
}

/* Animation Keyframes */

@keyframes rotation-animation {
	0% {
		-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
  	}
  	100% {
    	-webkit-transform: rotate(359.9deg);
    	transform: rotate(359.9deg);
  	}
}

@keyframes rotation-animation-reverse {
	0% {
    	-webkit-transform: rotate(359.9deg);
    	transform: rotate(359.9deg);
  	}
	100% {
		-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
  	}
}

@-webkit-keyframes rotation-animation {
	0% {
		-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
  	}
  	100% {
    	-webkit-transform: rotate(359.9deg);
    	transform: rotate(359.9deg);
  	}
}

.main_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* REGISTER */

.register_container {
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: 5001;
	text-align: center;
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
}

.register_inner_ctn {
	display: block;
	position: fixed;
	width: 90%;
	max-width: 550px;
	min-width: 310px;
	min-height: 200px;
	max-height: 700px;
	color: #202020;
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background-color: #fafafa;
	padding: 20px;
	z-index: 100;
}

/* LOGIN */

.login_content_button_gray {
	width: 266px;
	height: 60px;
	font-size: 16px;
	line-height: 3.5em;
	margin-left: calc(50% - 133px);
	clear: both;
	font-weight: 600;
	background-color: #555555;
	color: #ffffff;
	border: solid 1px #333333;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}

.login_content_button_gray:hover {
	background-color: #525252;
}

.login_request_password {
	min-width: 75px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

.login_register {
	min-width: 75px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px;
	text-align: left;
	font-size: 13px;
	cursor: pointer;
}

.login_button {
	padding: 5px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

.login_content_link {
	color: #ffffff;
	font-size: 15px;
	text-decoration: underline;
	font-weight: 600;
}

.publisher_logo_brain_50 {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/logos/neuronpublisher_128.png) no-repeat scroll center;
	background-size: contain;
	margin: 0px 0px 0px 0px;
}

.processing_logo_brain_small {
	display: block;
	width: 85px;
	height: 50px;
	background: url(../images/logos/neuron_processing_128.png) no-repeat scroll center;
	background-size: contain;
	margin: 0px 0px 0px 0px;
}

.store_icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icons/store.png) no-repeat scroll center;
	background-size: contain;
	margin: 0px 0px 0px 0px;
}

.rounded_logo_192 {
	width: 192px;
	height: 192px;
	background: url('../images/logos/neuronprocessor_logo_256.png') no-repeat center center;
	background-size: contain;
	transition: opacity 1.5s ease 0.5s;
	-webkit-transition: opacity 1.5s ease 0.5s;
}

.icon_circle {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	color: #ffffff;
	border: solid 1px #ffffff;
	text-align: center;
	line-height: 3.35em;
}

.login_table {
	width: 100%;
	border-collapse: separate;
}

.login_movie_container {
	display: table;
	width: 604px;
	height: 340px;
	padding: 20px 20px;
	text-align: center;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0px 0px 10px black;
	border-collapse: separate;
	background-color: #000000;
	margin: auto auto;
	transition: opacity 1.5s ease 0.5s;
	-webkit-transition: opacity 1.5s ease 0.5s;
	opacity: 0;
}

.login_content_container {
	width: 100%;
	height: auto;
	text-align: left;
	border-radius: 0px;
	border-collapse: separate;
	box-sizing: border-box;
	color: #ffffff !important;
	text-align: center;
}

.login_content {
	float: left;
	position: relative;
	width: 100%;
	min-width: 550px;
	min-height: 100px;
	margin: 0px 0 50px 0;
	padding: 25px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #ffffff;
}

.login_text_box_container {
	display: block;
	width: 90%;
	overflow: hidden;
	box-sizing: border-box;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.login_content_button {
	width: 266px;
	height: 60px;
	font-size: 16px;
	line-height: 3.5em;
	margin-left: calc(50% - 133px);
	clear: both;
	font-weight: 600;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}

.login_news_container {
	background-color: #2baab2;
	margin-bottom: 0;
	cursor: pointer;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}

.login_news_container:hover {
	background-color: #2c2c2c;
}

.login_content_button:hover {
	background-color: #D66A0C;
}

.login_text_box {
	position: relative;
	float: left;
	display: block;
	width: 29.5%;
	min-width: 200px;
	margin-right: auto;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 40px;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 30px 20px 20px;
	box-sizing: border-box;
}

.menu_toggle_header {
	margin-bottom: 10px;
}

.menu_toggle_selector {
	
}

.menu_item_hidden {
	display: none !important;
}

.menu_up_button {
	display: none;
	position: fixed;
	width: 30px;
	height: 30px;
	top: 0;
	left: 260px;
	border-radius: 4px;
	background-color: rgba(72, 72, 72, 0.85);
	z-index: 1000;
	cursor: pointer;
	transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0s ease 0.5s;
}

.button_hover {
	color: #f59d1a !important;
}

/* APP MENU */

.app_menu {
	float: left;
	position: absolute;
	width: 313px;
	height: 100%;
	background-color: #202025;
	border: 1px solid #2d2d35;
	background-repeat: repeat;
}

.app_menu_content_container {
	float: left;
	position: absolute;
	width: 100%;
	height: calc(100% - 44px);
	margin: 0;
	padding: 0;
	background-color: transparent;
	overflow: auto;
	overflow-x: hidden;
}

.app_menu_content_container_home {
	height: 100% !important;
}

.app_menu_item_container {
	background-color: var(--surface-18);
}

.search_menu_item_container {
	position: relative;
	height: 0px;
	background-color: var(--surface-18);
	text-align: center;
	overflow: hidden;
}

.app_menu_item_container:hover {
	background-color: var(--surface-19) !important;
}

.app_menu_item {
	width: 313px;
	vertical-align: middle;
	clear: both;
	height: 44px;
	background-color: transparent;
	border-top: 1px solid var(--border-10);
	margin-bottom: 1px;
	cursor: pointer;
	overflow: hidden;
	transition: background-color ease 0.3s;
	-webkit-transition: background-color ease 0.3s;
}

.menu_item_cell {
	transition: all 0.5s ease-in-out;
}

.menu_item_inactive {
	color: #808080 !important;
}

.app_menu_icon {
	float: left;
	width: 42px;
	height: 36px;
	margin-right: 10px;
	padding-top: 6px;
}

.app_menu_img {
	height: 32px;
	margin-left: 5px;
}

.app_menu_title {
	height: 36px;
	min-height: 36px;
	font-weight: 600;
	color: #f5f5f5;
	background-color: var(--surface-20);
	text-align: center;
	border-bottom: 1px solid var(--border-11);
	overflow: hidden;
}

.app_menu_text {
	width: 100%;
	color: #e5e5e5;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	overflow: hidden;
}

.app_menu_seperator {
	height: 25px;
	color: var(--text-19);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: 600;
	background-color: var(--surface-21);
	border-top: 1px solid #454545;
	border-bottom: 1px solid #0a0a0a;
	padding-left: 5px;
	overflow: hidden;
}

.main_menu_arrow_down_icon {
	position: absolute;
	top: 4px;
	right:5px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #e0e0e0;
	border-left: 3px solid #e0e0e0;
	border-radius: 1px;
	transform: rotateZ(-135deg);
	-webkit-transform: rotateZ(-135deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-sizing: border-box;
	padding: 2px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.main_menu_arrow_up_icon {
	top: 8px;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
}

.app_menu_back_button {
	padding: 4px;
	border-bottom: 0px;
	font-weight: normal;
	cursor: pointer;
	transition: color 0.75s ease;
}

.app_menu_subtitle {
	float: left;
	position: relative;
	width: 100%;
	height: 16px;
	overflow: hidden;
	color: #808080;
	text-align: left;
	padding-right: 10px;
	box-sizing: border-box;
	transition: border-color ease 0.75s, color ease 0.75s;
	-webkit-transition: border-color ease 0.75s, color ease 0.75s;
}

.menu_highlight {
	background-color: rgba(242, 146, 10, 1.0);
}

.menu_subtitle_highlight {
	color: #c0c0c0;
	border-color: rgba(236, 114, 10, 0.8) !important;
}

/* BUY PRODUCT */

.buy_product_container {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

/* Payment */

.premium_button_small {
	position: absolute;
	right: 5px;
	top: 10px;
	float: right;
	min-width: 40px;
	min-height: 10px;
	border-radius: 3px;
	color: #ffffff;
	padding: 4px 4px;
	line-height: 1.55em;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background-color: var(--accent-brand);
	white-space: nowrap;
	font-weight: normal;
	transition: background-color 0.65s ease;
	-webkit-transition: background-color 0.65s ease;
}

/* Right Content */

.right_content_container {
	display: none;
	position: relative;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	/* Die Flaeche jedes Moduls. Stand bis zum 02.09.2026 auf einem festen weiss
	   und blieb im Dark Mode hell - auffallen konnte das nur dort, wo der
	   Modulcontainer im JSP zusaetzlich dt_bg_color_2 (Dashboard, Statistik)
	   oder main_background_color (Einstellungen) trug. Die uebrigen sechs
	   Module hatten nichts davon. Der Hintergrund gehoert an die Basisklasse:
	   ein neuer Modulcontainer stimmt damit von selbst. */
	background-color: var(--surface-5);
}

/* REGISTRATION*/

.input_registration {
	width: 215px;
	height: 20px;
	background-color: transparent;
	border: none;
	color: #f0f0f0;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.registration_textfield {
	width: 90%;
	height: 30px;
	color: #404040;
	font-weight: bold;
	background-color: #e5e5e5;
	border: solid 1px #c0c0c0;
	padding: 0px 4px 0px 4px;
}

/* ALERT VIEW */

.alert_view_container {
	display: none;
	opacity: 0;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 450px;
	min-width: 450px;
	min-height: 150px;
	background-color: #fafafa;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 100000;
	transition: height 0.1s ease, opacity 0.1s ease;
	-webkit-transition: height 0.1s ease, opacity 0.1s ease;
}

.alert_view_title {
	min-height: 20px;
	font-weight: 600;
	padding: 6px;
	margin-top: 4px;
	overflow: hidden;
	color: var(--text-20) !important;
	box-sizing: border-box;
}

.alert_view_text {
	width: 430px;
	min-height: 75px;
	font-size: 15px;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

.alert_view_button_ctn {
	float: left;
	width: 100%;
	min-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.alert_view_ok_btn {
	float: right;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
}

/* POPOVER */

.popover_container {
	display: block;
	width: 300px;
	height: 120px;
	min-height: 120px;
	float: left;
	position: absolute;
	top: 0px;
	left: -600px;
	padding: 10px;
	background-color: #f5f5f5;
	z-index: 10012;
	visibility: hidden;
	opacity: 0;
	transition: height 0.4s ease-out, opacity 0.6s ease-out;
	-webkit-transition: height 0.4s ease-out, opacity 0.6s ease-out;
}

.popover_left_btn {
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.popover_right_btn {
	position: relative;
	float: right;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.popover_title {
	position: relative;
	float: left;
	left: 2px;
	width: 90%;
	width: calc(100% - 55px);
	height: 26px;
	font-weight: 600;
	text-align: center !important;
	line-height: 1.8em;
	overflow: hidden;
}

.popover_message {
	float: left;
	width: 100%;
	height: 80px;
	min-height: 120px;
	margin-top: 10px;
	overflow: hidden;
	transition: height 0.4s ease-out, opacity 0.6s ease-out;
	-webkit-transition: height 0.4s ease-out, opacity 0.6s ease-out;
}

.popover_scrollable_message {
	display: block;
	width: 100%;
	height: 80px;
	min-height: 80px;
	overflow: auto;
	color: #404040;
}

.popover_arrow_top {
   border-color: transparent transparent var(--border-12) transparent;
   border-style: solid;
   border-width: 15px;
   height: 0;
   width: 0;
   position: absolute;
   top: -30px;
   left: 145px;
   pointer-events: none;
}

.popover_arrow_bottom {
   border-color: var(--border-13) transparent transparent transparent;
   border-style: solid;
   border-width: 15px;
   height: 0;
   width: 0;
   position: absolute;
   bottom: -30px;
   left: 145px;
   pointer-events: none;
   z-index: 1000;
}

.popover_arrow_left {
   border-color: transparent var(--border-13) transparent transparent;
   border-style: solid;
   border-width: 15px;
   height: 0;
   width: 0;
   position: absolute;
   bottom: 135px;
   left: -30px;
   pointer-events: none;
}

.popover_arrow_right {
   border-color: transparent transparent transparent var(--border-13);
   border-style: solid;
   border-width: 15px;
   height: 0;
   width: 0;
   position: absolute;
   bottom: 0px;
   left: 30px;
   pointer-events: none;
}

.popover_gray_arrow_bottom {
	border-color: #333333 transparent transparent transparent;
}

.popover_header {
   background: var(--surface-7); /* Old browsers */
	background: -moz-linear-gradient(top, var(--accent-brand) 0px, #f29200 39px, #ffffff 40px); /* FF3.6+ */
	background: -webkit-linear-gradient(top, var(--accent-brand) 0px, #f29200 39px, #ffffff 40px); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, var(--accent-brand) 0px, #f29200 39px, #ffffff 40px); /* W3C */
	background-repeat: no-repeat;
	box-shadow: 0px 0px 5px var(--shadow-1);
}

.popover_gray_header {
   background: var(--surface-22); /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 0px, #e0e0e0 39px, #ffffff 40px); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #e0e0e0 0px, #e0e0e0 39px, #ffffff 40px); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #e0e0e0 0px, #e0e0e0 39px, #ffffff 40px); /* W3C */
	background-repeat: no-repeat;
	box-shadow: 0px 0px 5px var(--shadow-1);
}

.modal_view_header {
   background: var(--surface-23); /* Old browsers */
	background: -moz-linear-gradient(top, var(--accent-brand) 0px, #f29200 39px, #ffffff 40px); /* FF3.6+ */
	background: -webkit-linear-gradient(top, var(--accent-brand) 0px, #f29200 39px, #ffffff 40px); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, var(--accent-brand) 0px, #f29200 39px, #ffffff 40px); /* W3C */
	background-repeat: no-repeat;
	box-shadow: 0px 0px 5px var(--shadow-1);
}

.modal_view_dark_theme_header {
   background: var(--surface-2);
}

/* List Items */

.list_progress_container {
	display: block;
	width: 100%;
	height: 6px;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
}

.list_progress_inner_container {
	position: relative;
	display: block;
	width: 100%;
	height: 12px;
	background-color: var(--surface-24);
	box-sizing: border-box;
}

.list_item_assignment_status {
	float: left;
	width: 100%;
	height: 24px;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.assignment_single_status {
	float: left;
	width: calc(16.6% - 2px);
	height: 12px;
	border-right: solid 2px var(--border-14);
	background-color: rgb(242, 146, 10, 1);
}

.assignment_not_owned {
	position: absolute;
	top: 16px;
	right: 10px;
	width: 100px;
	height: auto;
	text-align: right;
	overflow: hidden;
}

.assignment_user_status_ctn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 170px;
	border: solid 1px var(--border-15);
	box-sizing: border-box;
	overflow: auto;
}

.list_item_main_container {
	width: 100%;
	float: left;
	padding: 30px 20px 20px 20px;
	box-sizing: border-box;
}

.list_item_container {
	position: relative;
	width: 80%;
	min-width: 450px;
	height: auto;
	margin: 20px;
	padding-top: 6px;
	background-color: var(--surface-25);
	border: solid 1px var(--border-16);
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	margin: 20px auto;
}

.list_item_headline {
	width: 100%;
	height: 40px;
	color: var(--text-2);
	font-weight: 600;
	padding: 12px;
	box-sizing: border-box;
	background-color: var(--surface-26);
}

.list_item_content {
	width: 100%;
	height: 150px;
	padding: 5px 12px 5px 12px;
	box-sizing: border-box;
	line-height: 1.65em;
	overflow: auto;
}

.list_item_button_container {
	width: 100%;
	height:48px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	background-color: var(--surface-27);
	border-top: solid 1px var(--border-16);
}

/* Delete Button */

.delete_button {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	border: 1px solid #df0c0c;
	background-color: #df0c0c;
	overflow: hidden;
}

.delete_icon_button {
	position: absolute;
	top: 8px;
	right: 50px;
	width: 20px;
	height: 20px;
	background: url('../images/buttons/delete_black.png') no-repeat center center;
	background-size: cover;
	cursor: pointer;
}

.delete_icon_button_cluster {
	position: relative;
	top: -2px;
	right: 10px;
	float: right;
	width: 20px;
	height: 20px;
	background: url('../images/buttons/delete_black.png') no-repeat center center;
	background-size: cover;
	cursor: pointer;
	opacity: 0.5;
}

.drag_and_drop_button {
	position: absolute;
	float: right;
	right: 35px;
	top: auto;
	bottom: 6px;
	font-size: 1.6em;
}

.add_info_drag_handle {
	position: relative;
	width: 30px;
	height: auto;
	top: -2px;
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	font-size: 1.5em !important;
	color: var(--text-21);
}

.delete_icon_button_white_2 {
	position: relative;
	width: 22px;
	height: 22px;
	background: url('../images/buttons/delete_white.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

.copy_item_button {
	position: relative;
	float: right;
	right: 8px;
	width: 32px;
	height: 26px;
	overflow: hidden;
}

.checkbox_active {
	background: url(../images/icons/checkmark_white.png) no-repeat center center;
	background-size: contain;
}

.checkbox {
	position: relative;
	float: right;
	left: 65px;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border: 2px solid #ffffff;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.checkbox_revision {
	position: absolute;
	float: right;
	top: 6px;
	right: 12px;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border: 2px solid #ffffff;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.checkbox_label_left {
	position: relative;
	float: left;
	left: -40px;
}

/* Edit Button */

.horizontal_line {
	position: absolute;
	left: 0;
	top: 9px;
	height: 4px;
	width: 21px;
	border-radius: 2px 2px 2px 2px;
	background: white;
}

.delete_text_button {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 60px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.add_button {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 44px;
	height: 44px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

/* Modal View */

.modal_view_container {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 250px;
	height: 250px;
	min-height: 38px;
	overflow: hidden;
	z-index: 10001;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
}

.modal_view_title_ctn {
	float: left;
	position: relative;
	width: 99%;
	height: 39px;
	color: white;
	overflow: hidden;
	white-space: nowrap;
}

.modal_view_title {
	height: 30px;
	color: white;
	text-align: center;
	line-height: 2.0em;
	padding: 5px 0 5px 0;
	overflow: hidden;
	font-weight: 600;
}

.modal_view_title_button {
	margin: 0px;
	min-width: 80px;
	text-align: left;
	cursor: pointer;
}

.modal_save_button {
	
}

.modal_close_button {
	float: left;
	text-align: left;
}

.modal_view_content {
	padding: 15px;
	overflow: auto;
	background-color: var(--surface-5);
}

.modal_view_handle {
	display: none;
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/icons/handle.png) center center no-repeat;
	background-size: contain;
	box-sizing: border-box;
}

.overlay_row {
	position: relative; 
	vertical-align: middle; 
	border-bottom: 1px solid #d0d0d0; 
	overflow: hidden; 
	height: 54px; 
	cursor: pointer;
	padding: 4px;
}

/* Image Lists */

.pencil {
	position: absolute;
	right: 10px;
	top: -38px;
	width: 18px;
	height: 18px;
	background: url('../images/icons/pencil.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

/* Status */

.user_mission_status {
	position: absolute;
	right: 40px;
	bottom: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff2020;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.user_mission_status_red {
	background: #ff2020;
}

.user_mission_status_yellow {
	background: #ffff00;
}

.user_mission_status_green {
	background: #00ff60;
}

.red_status_circle {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin: 4px 0 0 3px;
	background-color: rgba(255, 30, 30, 1.0);
	box-shadow: 0px 0px 2px rgba(255, 30, 30, 0.6);
	padding: 0px;
	transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
}

.yellow_status_circle {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin: 4px 0 0 3px;
	background-color: rgba(255, 200, 20, 1);
	box-shadow: 0px 0px 2px rgba(255, 200, 40, 0.5);
	padding: 0px;
	transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
}

.green_status_circle {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin: 4px 0 0 3px;
	background-color: #4fd07f;
	box-shadow: 0px 0px 2px rgba(0, 220, 70, 0.5);
	padding: 0px;
	transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
}

/* Modal View */

.search_field_menu {
	width: 100%;
	height: 50px;
	color: #f0f0f0;
	background-color: #202020;
	border: solid 1px #303030;
	padding: 10px;
	box-sizing: border-box;
}

/* 1:1.334 */
.edit_book_cover {
	position: relative;
	float: right;
	display: block;
	width: 175px;
	height: 234px;
	border: solid 1px #e0e0e0;
	margin-top: 5px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	color: #404040;
}

.link {
	text-decoration: none;
	font-size: 15px;
	color: #d0d0d0;
}

.footer_button {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
	padding: 25px 10px 25px 10px;
	background-color: #ec720a;
	text-align: center;
	clear: both;
	box-sizing: border-box;
	cursor: pointer;
	transition: background-color 0.5s ease 0s;
}

.footer_button:hover {
	background-color: #2c2c2c;
}

.user_image {
	position: relative;
	float: right;
	display: block;
	width: 110px;
	height: 110px;
	border: solid 1px #50505a;
	margin-top: 5px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	color: #404040;
}

.user_image_text {
	position: relative;
	bottom: 0px;
	display: block;
	float: right;
	width: 110px;
	height: auto;
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
}

.transparent_content_container {
	background-color: rgba(0, 0, 0, 0.0) !important;
}

.gray_content_container {
	position: relative;
	display: table-cell;
	height: 100%;
	min-width: 350px;
	min-height: 1px;
	text-align: center;
	padding: 15px;
	margin: 30px 10px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

/* Statistic */

.statistic_home_table {
	width: 100%;
	background-color: white;
}

.statistic_table_row {
	height: 50px;
	background-color: var(--surface-28); 
}

.statistic_table_column {
	font-weight: 500;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px var(--border-17);
}

.statistic_data_table_column {
	width: 10%;
}

#statistic_home_table tr:nth-child(2n) {
	background-color: var(--surface-27);
}

.skype_group_button {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 5px 0 5px;
	box-sizing: border-box;
	background: url('../images/buttons/skype_group.png') no-repeat right 0px;
	background-size: contain;
	cursor: pointer;
}

.forum_icon {
	position: relative;
	width: 30px;
	height: 30px;
	background-image: url(../images/buttons/team.png);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	margin: -2px 5px 0 5px;
}

.edit_main_container {
	width: 100%;
	height: 100%;
	padding: 20px;
	padding-top: 60px;
	box-sizing: border-box;
}

.field_spacer {
	display: block;
	width: 100%;
	height: 15px;
}

.inner_view_ctn {
	width: 100%;
}

/* Templates */

.template_item_container {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 600px;
	padding: 8px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #f5f5f5;
	color: #404040;
}

.template_item_content_container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50px;
	border: 1px solid var(--border-18);
	padding: 8px;
	margin: 5px 0px 5px 0px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: var(--surface-2);
}

.template_item_list {
	display: inline-block;
	width: 100%;
	position: relative;
	height: calc(100% - 50px);
	background-color: var(--surface-29);
	padding: 6px;
	box-sizing: border-box;
	overflow: auto;
}

.template_item_list_full_height {
	height: 100% !important;
}

.plus_button {
	position: relative;
	left: calc(50% - 20px);
	display: inline-block;
	width: 40px;
	height: 40px;
	color: var(--text-21);
	font-size: 1.75em !important;
	padding-left: 5px;
	padding-top: 4px;
	box-sizing: border-box;
}

.chevron_button {
	position: relative;
	left: calc(50% - 20px);
	display: inline-block;
	width: 34px;
	height: 34px;
	color: var(--text-21);
	font-size: 1.5em !important;
	padding-left: 6px;
	padding-top: 6px;
	box-sizing: border-box;
	opacity: 0.75;
}

.chevron_button_off {
	opacity: 0.4;
}

/* Mission */

.mission_title {
	min-width: 350px;
	text-align: center;
	font-weight: 600;
}

.mission_id {
	position: relative;
	display: block;
	width: 100%;
	height: 28px;
	box-sizing: border-box;
	text-align: center;
}

.mission_main_container {
	width: 100%;
	height: calc(100% - 20px);
	float: left;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
}

.mission_countdown_container {
	display: block; 
	width: 350px;
	height: 100px;
	border: 1px solid var(--border-18);
	padding: 20px;
	margin: auto;
	text-align: center;
	font-weight: 600;
}

.archetype {
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	margin: auto;
	box-sizing: border-box;
	transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
}

.archetype_cell {
	position: relative;
}

.archetype_active {
	opacity: 0.9;
}

.archetype_inactive {
	opacity: 0.25;
}

.stage3_zi_icon {
	background-image: url(../images/archetypes/zi.png);
}

.archetype_areal {
	background-image: url(../images/archetypes/archetype_areal.png);
}

.archetype_energy {
	background-image: url(../images/archetypes/archetype_energy.png);
}

.archetype_land {
	background-image: url(../images/archetypes/archetype_land.png);
}

.archetype_indefinable {
	background-image: url(../images/archetypes/archetype_indefinable.png);
}

.archetype_lifeform {
	background-image: url(../images/archetypes/archetype_lifeform.png);
}

.archetype_mountain {
	background-image: url(../images/archetypes/archetype_mountain.png);
}

.archetype_movement {
	background-image: url(../images/archetypes/archetype_movement.png);
}

.archetype_speed {
	background-image: url(../images/archetypes/archetype_speed.png);
}

.archetype_spirit {
	background-image: url(../images/archetypes/archetype_spirit.png);
}

.archetype_structure {
	background-image: url(../images/archetypes/archetype_structure.png);
}

.archetype_vacuum {
	background-image: url(../images/archetypes/archetype_vacuum.png);
}

.archetype_water {
	background-image: url(../images/archetypes/archetype_water.png);
}

.stage3_feeling_icon {
	background-image: url(../images/archetypes/s3_feeling.png);
}

.s3_archetype_image {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	margin: auto;
}

.mission_log {
	display: none;
	width: 350px;
	height: 76%;
	height: calc(100% - 200px);
	min-height: 150px;
	position: fixed;
	top: 90px;
	right: -374px;
	float: right;
	background: rgba(252, 252, 252, 1.0);
	border-style: solid;
	border-width: 8px;
	border-color: rgba(176, 176, 176, 0.5);
	border-right: 0px;
	padding: 8px;
	transition: right 0.5s ease;
}

.mission_log_download_icon {
	width: 19px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 30px;
	float: right;
	background-image: url(../images/icons/download.png);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

 .opener {
   position: absolute;
   left: -40px;
   top: 10px;
   width: 30px;
   height: 30px;
   background-color: #d0d0d0;
   border-radius: 0 8px 8px 0;
   background-image: url(../images/icons/list_arrow_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	border: solid 2px #c0c0c0;
	border-left	: 0px;
	cursor: pointer;
}

.archetyp_container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--surface-25);
	border: solid 1px var(--border-19);
	padding: 10px;
	box-sizing: border-box;
}

.s1_mf_archetyp {
	width: 100%;
	height: 100%;
	cursor: auto;
}

.select_list_container {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	min-width: 150px;
	height: 100%;
	background-color: var(--surface-2);
	border: solid 1px var(--border-19);
	box-sizing: border-box;
}

.select_list_table_column {
	position: relative;
	width: 20%;
	min-width: 150px;
	vertical-align: top;
}

.select_list_table_column_s4 {
	width: 18% !important;
}

.select_list_scroller {
	width: 100%;
	height: calc(100% - 8px);
	background-color: transparent;
	overflow: auto;
	box-sizing: border-box;
	margin-top: 4px;
}

.select_list_item {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 12px 30px 8px 8px;
	font-weight: 500;
	background: url(../images/backgrounds/transparent_dot.png) no-repeat right -2px var(--surface-2);
	background-size: 24px 24px;
	border-bottom: solid 1px var(--border-20);
	box-sizing: border-box;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.25s ease-in;
	overflow: hidden;
}

.select_list_item:hover {
	
}

.select_list_header {
	min-height: 26px !important;
	font-weight: 600;
	font-size: 13px !important;
	background-color: var(--surface-30);
	padding: 4px 4px 4px 8px !important;
}

.list_column_title {
	height: 26px;
	vertical-align: top;
	font-weight: 600;
	padding-left: 5px;
	overflow: hidden;
}

.add_info_table_column {
	position: relative;
	min-width: 200px;
	vertical-align: top;
}

.add_info_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px var(--border-19);
	box-sizing: border-box;
	overflow: hidden;
}

.add_info_content_ctn {
	position: relative;
	width: 100%;
	height: calc(100% - 60px);
	box-sizing: border-box;
	margin-top: 10px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}

.add_info_item_container {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.add_info_button_ctn {
	width: 100%;
	height: auto;
	padding: 4px;
	border-bottom: solid 1px var(--border-21);
	background-color: var(--surface-31);
	box-sizing: border-box;
	border-radius: 0 4px;
}

.add_info_cluster_ctn {
	position: relative;
	float: right;
	width: calc(100% - 16px);
	height: auto;
	min-height: 45px;
	background-color: var(--surface-32);
	border: solid 1px var(--border-22);
	margin: 5px 5px 5px 5px;
	padding: 0;
	box-sizing: border-box;
	overflow: auto;
	opacity: 0;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
}

.add_info_cluster_text_input {
	padding: 4px;
	width: 100%;
	height: auto;
	min-height: 35px;
	box-sizing: border-box;
	overflow: auto;
}

.add_info_cluster_button_ctn {
	position: relative;
	left: 0;
	bottom: 0;
	padding: 4px;
	width: 100%;
	height: 36px;
	background-color: var(--surface-33);
	border-radius: 0 4px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
}

.add_info_cluster_button_ctn_off {
	height: 0 !important;
	padding: 0 !important;
}

.add_info_stage_4_title_ctn {
	position: relative;
	left: 0;
	top: 0;
	padding: 4px;
	width: 100%;
	height: 28px;
	background-color: var(--surface-30);
	border-radius: 4 0px;
	box-sizing: border-box;
	overflow: hidden;
	font-weight: 600;
}

.add_cluster_plus_button {
	width: 34px;
	height: 34px;
	padding-top: 4px;
	padding-left: 6px;
}

.add_cluster_plus_button_s4 {
	top: -5px;
}

.add_info_button_table_cell {
	width: 50px;
}

.add_info_action_button {
	position: relative;
	width: 30px;
	height: auto;
	top: -2px;
	padding-top: 2px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #808080;
}

.cluster_indent_1 {
	width: calc(100% - 16px) !important;
}

.cluster_indent_2 {
	width: calc(100% - 16px - 45px) !important;
}

.cluster_indent_3 {
	width: calc(100% - 16px - 90px) !important;
}

.cluster_indent_4 {
	width: calc(100% - 16px - 135px) !important;
}

.cluster_indent_5 {
	width: calc(100% - 16px - 180px) !important;
}

.cluster_drag_indent {
	width: 55% !important;
}

.add_cluster_button_off {
	opacity: 0.3 !important;
}

.aspect_button {
	position: relative;
	width: 100%;
	min-height: 36px;
	border-radius: 3px;
	padding: 7px 6px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background-color: var(--surface-27);
	white-space: nowrap;
	font-weight: 600;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	box-sizing: border-box;
	margin-bottom: 8px;
	color: var(--text-22);
	border: solid 1px var(--border-23);
}

.aspect_button:hover {
	background-color: var(--surface-34);
}

.aspect_button_active {
	background-color: var(--surface-35) !important;
	color: #ffffff;
	border: solid 1px var(--border-24);
}

.aspect_button_with_arch {
	background-color: var(--surface-36);
}

.s3_archetyp_label {
	position: relative;
	width: 100%;
	font-weight: 600;
	text-align: center;
	line-height: 2em;
	color: var(--text-14);
}

.stage_4_data_container {
	display: block;
	width: 100%;
	min-height: 25px;
	background-color: var(--surface-37);
	box-sizing: border-box;
	overflow: auto;
}

.analysis_stage_container {
	width: 100%;
	height: 38px;
	border: solid 1px var(--border-25);
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
}

.no_transition {
	transition: none !important;
	-webkit-transition: none !important;
}

.analysis_stage_title {
	width: 100%;
	height: 38px;
	font-weight: 600;
	padding: 5px;
	background-color: var(--surface-11);
	overflow: hidden;
	box-sizing: border-box;
}

.analysis_stage_content_container {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 38px;
	box-sizing: border-box;
	overflow: hidden;
	transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}

.analysis_aspect_header {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	padding: 6px;
	font-weight: 600;
	box-sizing: border-box;
}

.edit_analysis_aspect_data {
	min-height: 100px;
}

.stage_four_data_header {
	float: left;
	position: relative;
	width: 100%;
	height: 28px;
	background-color: var(--surface-24);
	padding: 4px;
	box-sizing: border-box; 
	margin-top: 10px;
}

.analysis_main_data_container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	text-align: left;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.analysis_scroll_ctn_left {
	overflow: auto;
	box-sizing: border-box;
	flex-basis: 83%;
	vertical-align: top;
}

.analysis_scroll_ctn_center {
	overflow: hidden;
	box-sizing: border-box;
	flex-basis: 1%;
}

.analysis_scroll_ctn_right {
	overflow: auto;
	box-sizing: border-box;
	flex-basis: 15%;
	min-width: 165px;
	vertical-align: top;
	padding-right: 20px;
}

.analysis_data_transition {
	transition: all .25s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}

.analysis_data {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.analysis_item_border {
	border-left: 1px solid var(--border-26);
	border-bottom: 1px solid var(--border-26);
	border-right: 1px solid var(--border-26);
}

.edit_analysis_source_data {
	text-align: left;
	width: 100%;
	height: 14px;
	padding: 0 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.error_page_content_container {
	width: calc (100% - 80px);
	height: auto;
	padding: 20px;
	border: solid 2px #808080;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
	margin: 40px;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #d57500;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: var(--accent-brand);
  cursor: pointer;
  margin-top: 0px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 1px solid #d57500;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: var(--accent-brand);
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 1px solid #d57500;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: var(--accent-brand);
  cursor: pointer;
}

input[type=range]::-moz-range-track {
	height: 2px;
	background-color: var(--surface-38);
}

input[type=range]::-ms-track {
	height: 2px;
	background-color: var(--surface-38);
}

.social_stream_container {
	display: block;
	width: 100%;
	min-height: 100px;
	overflow: auto;
}

.iframecontainer {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.home_page_cards_iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin-top: 50px;
	box-sizing: border-box;
}

.home_page_iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin-top: 0px;
	box-sizing: border-box;
}

.service_desk_button {
	position: fixed;
	right: 52px;
	bottom: 52px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	color: white;
	background-color: var(--accent-brand);
	padding: 0px;
	box-sizing: border-box;
	font-size: 44px;
	font-weight: 600;
	text-align: center;
	z-index: 2000;
}

.page_up_button {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 5px;
	width: 22px;
	height: 22px;
	background-color: #404040;
	opacity: 0.75;
	text-align: center;
	padding: 2px 2px 2px 2px;
	background: url(../images/icons/list_arrow_icon.png) no-repeat center center;
	transform: rotate(-90deg);
	background-color: #606060;
	z-index: 10000;
}

.revision_page_up_button {
	right: 50% !important;
}

.dashboard_user_image {
	display: block;
	width: 75px;
	height: 65px;
	margin-top: 0px;
	box-sizing: border-box;
	text-align: center;
	color: var(--text-23);
	margin-left: 5px;
}

.dashboard_item_title_ctn {
	overflow: hidden;
	width: 100%;
	height: 36px;
	background-color: var(--surface-39);
	padding: 3px;
	text-overflow: clip;
}

.dashboard_item_title {
	display: block;
	width: 89%;
	overflow: hidden;
	text-overflow: clip;
}

.dashboard_item_content_ctn {
	height: 90px;
	margin: 5px 8px 5px 8px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: clip;
}

.dashboard_item {
	display: block;
	position: relative;
	width: 280px;
	height: 150px;
	background-color: var(--surface-40);
	box-sizing: border-box;
	border: 1px solid #50505a;
	overflow: hidden;
	text-align: left;
	margin: 10px;
}

.dashboard_open_revision_item {
	border: 1px solid #ffff00;
}

.dashboard_accepted_mission_item {
	border: 1px solid #0080d0;
}

.dashboard_running_mission_item {
	border: 1px solid #00b050;
}

.dashboard_item_button {
	display: block;
	width: 100%;
	height: auto;
}

.dashboard_prev_btn {
	left: 2%;
	top: 60px;
	width: 40px;
	height: 40px !important;
}

.dashboard_prev_left_btn {
	background: url(../images/buttons/arrow_left.png) no-repeat center center;
	background-size: contain;
	opacity: 0.5;
}

.dashboard_prev_right_btn {
	background: url(../images/buttons/arrow_right.png) no-repeat center center;
	background-size: contain;
	opacity: 0.5;
}

.dashboard_next_btn {
	right: 2%;
	top: 60px;
	width: 40px;
	height: 40px;
}

.dashboard_external_link {
	position: absolute;
	float: right;
	top: 6px;
	right: 6px;
	font-size: 1.35em;
	color: #fafafa;
}

.dashboard_settings_ctn {
	display: block;
	position: relative;
	top: -40px;
	overflow: auto;
}

.dashboard_row_title {
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--text-24) !important;
}

.dashboard_side_menu_ctn {
	display: block;
	position: absolute;
	float: right;
	width: 500px;
	height: 500px;
	top: 0px;
	right: -500px;
	background-color: #3d3d45;
	border: 1px solid #50505a;
	box-sizing: border-box;
	transition: right 0.5s ease;
	-webkit-transition: right 0.5s ease;
	z-index: 1000;
}

.dashboard_version {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 25px;
	width: 100%;
	height: 22px;
}

.dashboard_side_menu_title {
	float: left;
	padding: 10px 10px 10px 20px;
}

.dashboard_side_menu_text {
	float: left;
	padding: 10px 10px 10px 20px;
}

.dashboard_side_menu_sub_title {
	float: left;
	padding: 10px 10px 10px 40px;
}

.dashboard_side_menu_input {
	padding: 10px 10px 10px 60px;
}

.dashboard_side_menu_handle {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	left: -35px;
	top: -1px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #3d3d45;
	border: 1px solid #50505a;
	box-sizing: border-box;
	z-index: 1000;
}

.dashboard_input_field {
	position: relative;
	display: block;
	height: 16px;
	width: 175px;
	background-color: var(--surface-41);
	border: 1px solid #50505a;
	border-radius: 3px;
	padding: 4px;
}

.dashboard_moveable_row_container {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}

.dashboard_button_ctn {
	position: absolute;
	display: block;
	width: 100%;
	height: 28px;
	bottom: 1px;
	background-color: var(--surface-3);
	box-sizing: border-box;
}

.dashboard_sorting_col {
	width: calc(100% - 125px);
}

.dashboard_sorting_icon_col {
	width: 26px;
	text-align: right;
	font-size: 1.4em;
}

.db_info_btn {
	float: right;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 2em;
	margin: 5px 5px 5px 5px;
	padding-bottom: 2px;
	color: #606060;
}

.tour_mission_start_ctn {
	width: 100%;
	min-height: calc(100% - 60px);
	height: calc(100% - 90px);
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
}

.tour_assignment_item_ctn {
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 10px 5px 5px 5px;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: solid 1px;
	text-align: left;
	background-color: var(--accent-brand);
}

.tour_assignment_item_ctn_bg {
	background-color: var(--surface-28) !important;
}

.floating_tour_div {
	position: absolute;
	display: block;
	width: calc(100% - 55%);
	height: calc(100% - 200px);
	box-sizing: border-box;
}

.is_transparent {
	opacity: 0;
}

.inverted_char {
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	color: #101010;
	background-color: #b0b0b0;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 1.8em;
	transition: background-color .35s ease-in-out;
	-webkit-transition: background-color .35s ease-in-out;
}

.inverted_char:hover {
	background-color: var(--accent-brand);
}

@media (max-device-width: 1024px) {
	.iframe_container {
		width: 100%;
		height: calc(100% - 50px);
		margin-top: 50px;
		overflow: auto !important;
		-webkit-overflow-scrolling: touch
	}
	
	.home_page_title {
		width: 10px;
		display: none;
	}
	
	.home_page_placeholder {
		width: 5px;
	}
	
	.login_button_text {
		font-size: 13px !important;
	}
}

@media (min-device-width: 1024px) {
	.iframe_container {
		width: 100%;
		height: calc(100% - 50px);
		margin-top: 50px;
		overflow: hidden;
	}
	
	.home_page_title {
		width: 10%;
		display: table-cell;
	}
	
	.home_page_placeholder {
		width: 5px;
	}
	
	.login_button_text {
		font-size: 14px !important;
	}
}

@media (min-width: 480px) {
	.top_bar_logo {
		display: table-cell;
	}
}

@media (max-width: 480px) {
	.top_bar_logo {
		display: none;
	}
}

/* ===== Nur im dunklen Theme ===== */

html.dark_mode .drop_shadow_bottom { box-shadow: none; }
html.dark_mode .app_menu_seperator { border-bottom: none; }
html.dark_mode .dashboard_external_link { color: #404040; }
html.dark_mode .db_info_btn { color: #a0a0a0; }
html.dark_mode .tour_assignment_item_ctn { background-color: #3d3d45; }

html.dark_mode .input_field { background-color: #3d3d45; }
html.dark_mode .input_textarea { background-color: #3d3d45; }
html.dark_mode textarea:disabled, html.dark_mode select:disabled, html.dark_mode input[type="text"]:disabled { appearance: none; }
html.dark_mode textarea:disabled, html.dark_mode select:disabled, html.dark_mode input[type="text"]:disabled { -webkit-appearance: none; }
html.dark_mode textarea:disabled, html.dark_mode select:disabled, html.dark_mode input[type="text"]:disabled { border: solid 1px #4d4d55; }
html.dark_mode .switch_button_active { border: solid 1px #8d8d95; }
html.dark_mode .loupe_button_overview { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .loupe_button_overview { filter: grayscale(1) invert(1); }
html.dark_mode .export_publisher_button { -webkit-filter: grayscale(1) brightness(1.5); }
html.dark_mode .export_publisher_button { filter: grayscale(1) brightness(1.5); }
html.dark_mode .delete_icon_button { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .delete_icon_button { filter: grayscale(1) invert(1); }
html.dark_mode .delete_icon_button_cluster { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .delete_icon_button_cluster { filter: grayscale(1) invert(1); }
html.dark_mode .skype_group_button { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .skype_group_button { filter: grayscale(1) invert(1); }
html.dark_mode .forum_icon { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .forum_icon { filter: grayscale(1) invert(1); }
html.dark_mode .template_item_container { border: 1px solid #4d4d55; }
html.dark_mode .mission_countdown_container { background-color: #3d3d45; }
html.dark_mode .stage3_zi_icon { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .stage3_zi_icon { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_areal { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_areal { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_energy { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_energy { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_land { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_land { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_indefinable { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_indefinable { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_lifeform { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_lifeform { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_mountain { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_mountain { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_movement { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_movement { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_speed { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_speed { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_spirit { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_spirit { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_structure { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_structure { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_vacuum { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_vacuum { filter: grayscale(1) invert(1); }
html.dark_mode .archetype_water { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .archetype_water { filter: grayscale(1) invert(1); }
html.dark_mode .stage3_feeling_icon { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .stage3_feeling_icon { filter: grayscale(1) invert(1); }
html.dark_mode .add_info_container { background-color: #3d3d45; }
html.dark_mode .add_info_action_button { -webkit-filter: grayscale(1) invert(1); }
html.dark_mode .add_info_action_button { filter: grayscale(1) invert(1); }
html.dark_mode .aspect_button:hover { border: solid 1px #8d8d95; }
html.dark_mode .stage_4_data_container { border: solid 1px #4d4d55; }

html.dark_mode .label_color { color: #b0b0b0; }
html.dark_mode .dt_ctn_border_full { border: 1px solid #50505a !important; }
html.dark_mode, html.dark_mode body { background-color: #2d2d35; }
html.dark_mode .input_field { border: 1px solid #7d7d85; }
html.dark_mode textarea:disabled, html.dark_mode select:disabled, html.dark_mode input[type="text"]:disabled { -webkit-text-fill-color: #d0d0d0 !important; }
html.dark_mode .switch_container { border: solid 1px #4d4d55; }
html.dark_mode .switch_container { background-color: #3d3d45; }
html.dark_mode .switch_container_active { border: solid 1px #45ca70; }
html.dark_mode .switch_container_active { background-color: #4fd07f; }
html.dark_mode .switch_container_disabled { border: solid 1px #4d4d55; }
html.dark_mode .switch_container_disabled { background-color: #a6eac0; }
html.dark_mode .switch_button { top: -1px; }
html.dark_mode .switch_button { left: 0px; }
html.dark_mode .switch_button { width: 26px; }
html.dark_mode .switch_button { height: 26px; }
html.dark_mode .switch_button { border-radius: 26px; }
html.dark_mode .switch_button { transition: all 0.2s linear; }
html.dark_mode .switch_button { -webkit-transition: all 0.2s linear; }
html.dark_mode .switch_button_active { top: -2px; }
html.dark_mode .switch_button_active { height: 26px; }
html.dark_mode .switch_button_active { width: 26px; }
html.dark_mode .switch_button_active { border-radius: 26px; }
html.dark_mode .switch_container_small { border: solid 1px #4d4d55; }
html.dark_mode .switch_container_small { background-color: #3d3d45; }
html.dark_mode .switch_container_active_small { border: solid 1px #45ca70; }
html.dark_mode .switch_container_active_small { background-color: #4fd07f; }
html.dark_mode .switch_container_disabled_small { border: solid 1px #3d3d45; }
html.dark_mode .switch_container_disabled_small { background-color: #a6eac0; }
html.dark_mode .switch_button_small { transition: all 0.2s linear; }
html.dark_mode .switch_button_small { -webkit-transition: all 0.2s linear; }
html.dark_mode .mask_view { background-color: rgba(0, 0, 0, 0.6); }
html.dark_mode .info_btn { border: solid 2px #b0b0b0; }
html.dark_mode .info_btn { color: #b0b0b0; }
html.dark_mode .standart_button { min-width: 50px; }
html.dark_mode .standart_start_mission_button { background-color: #00ab50 !important; }
html.dark_mode .standart_start_mission_button:hover { background-color: #00cb6a !important; }
html.dark_mode .list_item { border-bottom: solid 1px #4d4d55; }
html.dark_mode .list_item { background-color: #3d3d45; }
html.dark_mode .list_item { color: #dddde5; }
html.dark_mode .app_menu { background-color: #1d1d25; }
html.dark_mode .menu_item_cell { transition: all 0.4s ease-in-out; }
html.dark_mode .alert_view_container { background-color: #3d3d45; }
html.dark_mode .alert_view_title { color: #ededf5; }
html.dark_mode .popover_container { background-color: #3d3d45; }
html.dark_mode .popover_header { background: -moz-linear-gradient(top, #4d4d55 0px, #4d4d55 39px, #3d3d45 40px); }
html.dark_mode .popover_header { background: -webkit-linear-gradient(top, #4d4d55 0px, #4d4d55 39px, #3d3d45 40px); }
html.dark_mode .popover_header { background: linear-gradient(to bottom, #4d4d55 0px, #4d4d55 39px, #3d3d45 40px); }
html.dark_mode .popover_gray_header { background: -moz-linear-gradient(top, #4d4d55 0px, #4d4d55 39px, #ffffff 40px); }
html.dark_mode .popover_gray_header { background: -webkit-linear-gradient(top, #4d4d55 0px, #4d4d55 39px, #ffffff 40px); }
html.dark_mode .popover_gray_header { background: linear-gradient(to bottom, #4d4d55 0px, #4d4d55 39px, #ffffff 40px); }
html.dark_mode .modal_view_header { background: -moz-linear-gradient(top, #4d4d55 0px, #4d4d55 39px, #3d3d45 40px); }
html.dark_mode .modal_view_header { background: -webkit-linear-gradient(top, #4d4d55 0px, #4d4d55 39px, #3d3d45 40px); }
html.dark_mode .modal_view_header { background: linear-gradient(to bottom, #4d4d55 0px, #4d4d55 39px, #3d3d45 40px); }
html.dark_mode .delete_icon_button_cluster { opacity: 1.0; }
html.dark_mode .template_item_container { background-color: #2d2d35; }
html.dark_mode .plus_button { padding-top: 2px; }
html.dark_mode .add_info_stage_4_title_ctn { height: 30px; }
html.dark_mode .s3_archetyp_label { line-height: 1em; }
html.dark_mode input[type=range]::-webkit-slider-thumb { border: 1px solid #9d9da5; }
html.dark_mode input[type=range]::-webkit-slider-thumb { background: #7d7d85; }
html.dark_mode input[type=range]::-moz-range-thumb { border: 1px solid #9d9da5; }
html.dark_mode input[type=range]::-moz-range-thumb { background: #7d7d85; }
html.dark_mode input[type=range]::-ms-thumb { border: 1px solid #9d9da5; }
html.dark_mode input[type=range]::-ms-thumb { background: #7d7d85; }
html.dark_mode input[type=range]::-moz-range-track { height: 5px; }
html.dark_mode input[type=range]::-ms-track { height: 5px; }
html.dark_mode .dashboard_button_ctn { height: 34px; }
html.dark_mode .tour_assignment_item_ctn_bg { background-color: #3d3d45; }
html.dark_mode .floating_tour_div { width: calc(100% - 45%); }

html.dark_mode .fourth_font_color { color: #808080 !important; }
html.dark_mode .dt_bg_color_10 { background-color: #4d4d55 !important; }
html.dark_mode .standart_cancel_button { background-color: #4d4d55; }
html.dark_mode .standart_button_border_blue { border: solid 1px #3091e5; background-color: #2081c5; }
html.dark_mode .standart_button_border_blue:hover { border: solid 1px #50b1ff; background-color: #40a1e5; }
html.dark_mode .split_button { float: left; min-width: 100px; min-height: 24px; padding: 2px 4px; text-align: center; overflow: hidden; white-space: nowrap; font-weight: normal; transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; box-sizing: border-box; }
html.dark_mode .split_button_inner_left { float: left; display: block; width: 30%; min-height: 24px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; background-color: #5d5d65; color: #f0f0f0; cursor: pointer; overflow: hidden; border-top: 1px solid #6d6d75; border-collapse: collapse; border-left: 1px solid #6d6d75; border-collapse: collapse; border-bottom: 1px solid #6d6d75; border-collapse: collapse; box-sizing: border-box; white-space: nowrap; }
html.dark_mode .split_button_inner_left:hover { background-color: #7d7d85; }
html.dark_mode .split_button_inner_center { float: inherit; display: block; width: 40%; min-height: 24px; background-color: #5d5d65; color: #f0f0f0; cursor: pointer; overflow: hidden; border-top: 1px solid #6d6d75; border-collapse: collapse; border-bottom: 1px solid #6d6d75; border-collapse: collapse; box-sizing: border-box; white-space: nowrap; }
html.dark_mode .split_button_inner_center:hover { background-color: #7d7d85; }
html.dark_mode .split_button_inner_right { float: left; display: block; width: 30%; min-height: 24px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-color: #5d5d65; color: #f0f0f0; cursor: pointer; overflow: hidden; border-top: 1px solid #6d6d75; border-collapse: collapse; border-right: 1px solid #6d6d75; border-collapse: collapse; border-bottom: 1px solid #6d6d75; border-collapse: collapse; box-sizing: border-box; white-space: nowrap; }
html.dark_mode .split_button_inner_right:hover { background-color: #7d7d85; }
html.dark_mode .login_banner_en { width: 315px; height: 109px; background: url('../images/logos/neuronprocessor_logo_256.png') no-repeat left center; background-size: 109px 109px; }
html.dark_mode .checkbox_analysis_item { position: relative; float: right; top: 2px; right: 4px; width: 18px; height: 18px; border-radius: 3px; border: 2px solid #f0f0f0; cursor: pointer; box-sizing: border-box; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; }
html.dark_mode input[type=range] { background: transparent; cursor: pointer; margin-top: 0px; }
html.dark_mode input[type=range]:focus { outline: none; }

/* Kopfzeile eines Aspekts im Missionsprotokoll. Hell traegt sie die Marke,
   dunkel die dritte Flaeche. Bis zum 01.09.2026 stand diese Unterscheidung als
   Fallunterscheidung in mission_log.jsp und folgte deshalb keinem Themewechsel
   zur Laufzeit -- das Fragment wird serverseitig gerendert. */
.analysis_aspect_header_bg {
	background-color: var(--accent-brand) !important;
}

html.dark_mode .analysis_aspect_header_bg {
	background-color: var(--surface-4) !important;
}

/* ---------------------------------------------------------------------------
   Intro-Dialog (modules/tour/content/intro_<sprache>.html)

   Der Inhalt kam bis zum 02.09.2026 als iframe von der WordPress-Seite und
   brachte deren Elementor-CSS mit. Er liegt jetzt im Haus und folgt deshalb den
   Tokens der Anwendung -- der Dark Mode stimmt damit von selbst, was im iframe
   nie der Fall war.
   --------------------------------------------------------------------------- */

.tour_content {
	height: calc(100% - 80px);
	overflow-y: auto;
}

.intro {
	max-width: 1100px;
	margin: 0 auto;
	color: var(--text-1);
	line-height: 1.55;
}

.intro p {
	margin: 0 0 12px 0;
}

/* Kopfband: traegt die Marke und ist deshalb in beiden Themes orange. */
.intro_header {
	background-color: var(--accent-brand);
	border-radius: 4px;
	padding: 18px 22px 22px 22px;
	color: #ffffff;
}

.intro_headline {
	margin: 0 0 14px 0;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}

.intro_header_body {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: flex-start;
}

.intro_quote {
	flex: 1 1 380px;
	min-width: 280px;
}

.intro_quote p {
	font-size: 15px;
}

.intro_author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

.intro_author_image {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	object-fit: cover;
}

.intro_author_text {
	display: flex;
	flex-direction: column;
}

.intro_author_name {
	font-weight: bold;
}

.intro_author_role {
	font-size: 12px;
	opacity: 0.85;
}

.intro_header_video {
	flex: 0 1 320px;
	min-width: 240px;
}

.intro_video_label {
	font-size: 19px;
	margin-bottom: 8px;
}

/* Vorschaubild statt eingebettetem Video: bis zum Klick geht keine Anfrage an
   YouTube hinaus. Den Betrachter oeffnet Tour.bindVideoThumbnails(). */
.intro_video {
	position: relative;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 0 14px 0;
	background-color: #000000;
}

.intro_video img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease;
}

.intro_video:hover img {
	opacity: 0.75;
}

.intro_video:focus {
	outline: 2px solid var(--accent-brand);
	outline-offset: 2px;
}

.intro_video_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding-left: 4px;
	box-sizing: border-box;
	transition: background-color 0.3s ease;
}

.intro_video:hover .intro_video_play {
	background-color: var(--accent-brand);
}

.intro_lead {
	text-align: center;
	font-size: 19px;
	margin: 22px 0 18px 0;
	color: var(--text-1);
}

.intro_wink {
	color: var(--accent-brand);
}

.intro_steps {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: stretch;
}

/* Die Basis ist bewusst schmal: der Dialog ist 75% der Fensterbreite, und bei
   der kleinsten erlaubten Breite (ModalView.setMinWidth(675)) sollen die drei
   Schritte noch nebeneinander stehen. Mit 280px als Basis brachen sie schon bei
   870px verfuegbarer Breite um. */
.intro_step {
	flex: 1 1 200px;
	min-width: 190px;
	background-color: var(--intro-card);
	border: 1px solid var(--intro-card-border);
	border-radius: 4px;
	padding: 16px;
	box-sizing: border-box;
	font-size: 13px;
}

.intro_step_head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.intro_step_icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: var(--surface-5);
	border: 1px solid var(--intro-card-border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	color: var(--text-3);
	flex: 0 0 auto;
}

.intro_step_icon_brand {
	color: var(--accent-brand);
}

.intro_step_badge {
	font-size: 12px;
	font-weight: bold;
	color: var(--text-3);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.intro_step_title {
	margin: 0 0 4px 0;
	font-size: 17px;
	text-transform: uppercase;
	color: var(--text-1);
}

.intro_step_subtitle {
	margin: 0 0 12px 0;
	font-size: 13px;
	color: var(--text-3);
}

.intro_outro {
	margin-top: 22px;
	padding: 18px;
	border-top: 1px solid var(--intro-card-border);
	text-align: center;
	font-size: 13px;
}

.intro_outro_icon {
	display: inline-block;
	font-size: 30px;
	color: var(--accent-brand);
	margin-bottom: 6px;
}

.intro_outro_title {
	margin: 0 0 10px 0;
	font-size: 21px;
	color: var(--text-1);
}

.intro_outro_call {
	font-weight: bold;
}

/* Der Chip fehlt im mitgelieferten Font Awesome 4.4 -- "microchip" kam erst mit
   Version 5. Statt die Schrift dafuer hochzuziehen steht die Form hier als
   Maske: so nimmt sie die Farbe des Elternelements an wie ein Schriftzeichen. */
.intro_icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	vertical-align: -0.125em;
}

.intro_icon_chip {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='6' y='6' width='12' height='12' rx='1.5' fill='none' stroke='black' stroke-width='1.6'/%3E%3Crect x='9.5' y='9.5' width='5' height='5' fill='black'/%3E%3Cg stroke='black' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M9 6V3M12 6V3M15 6V3M9 18v3M12 18v3M15 18v3M6 9H3M6 12H3M6 15H3M18 9h3M18 12h3M18 15h3'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='6' y='6' width='12' height='12' rx='1.5' fill='none' stroke='black' stroke-width='1.6'/%3E%3Crect x='9.5' y='9.5' width='5' height='5' fill='black'/%3E%3Cg stroke='black' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M9 6V3M12 6V3M15 6V3M9 18v3M12 18v3M15 18v3M6 9H3M6 12H3M6 15H3M18 9h3M18 12h3M18 15h3'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------------------------------------------------------------------------
   Startseite fuer nicht angemeldete Besucher (modules/login/content/landing_*.html)

   Bis zum 02.09.2026 stand unter der Anmeldeleiste ein iframe auf
   neuronprocessing.com. Der Inhalt ist jetzt ein HTML-Fragment im Haus, und
   diese Regeln geben ihm sein Aussehen. Die Klassen tragen alle das Praefix
   "lp_", weil das Fragment von aussen bearbeitet wird und nicht versehentlich
   an den Klassen der Anwendung haengen soll.

   Alle Farben kommen aus den --landing-* Tokens; eine neue Farbe, die sich
   zwischen hell und dunkel unterscheidet, gehoert dort in beide Bloecke.
   --------------------------------------------------------------------------- */

/* Der iframe scrollte in sich selbst, deshalb steht auf .iframe_container
   overflow:hidden. Eigener Inhalt muss dagegen selbst scrollen. */
.landing_container {
	overflow-y: auto !important;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: var(--landing-bg);
}

.lp_page {
	color: var(--landing-text);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
}

.lp_page h1,
.lp_page h2,
.lp_page h3 {
	color: var(--landing-text);
	margin: 0 0 16px 0;
	line-height: 1.25;
}

.lp_page h1 { font-size: 38px; font-weight: 700; }
.lp_page h2 { font-size: 28px; font-weight: 600; }
.lp_page h3 { font-size: 19px; font-weight: 600; }
.lp_page p  { margin: 0 0 14px 0; }

.lp_page a {
	color: var(--accent-brand);
	text-decoration: none;
}

.lp_page a:hover {
	text-decoration: underline;
}

.lp_section,
.lp_hero {
	padding: 56px 32px;
	box-sizing: border-box;
}

.lp_section_muted {
	background-color: var(--landing-bg-muted);
}

.lp_section_accent {
	background-color: var(--landing-bg-muted);
	border-top: 1px solid var(--landing-border);
	border-bottom: 1px solid var(--landing-border);
}

.lp_section > h2,
.lp_section > p,
.lp_section > ol,
.lp_section > ul,
.lp_split,
.lp_cards,
.lp_actions,
.lp_wide_image,
.lp_footer > p {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.lp_center { text-align: center; }

.lp_lead {
	font-size: 18px;
	color: var(--landing-text-soft);
	max-width: 860px;
}

.lp_center.lp_lead {
	margin-left: auto;
	margin-right: auto;
}

.lp_note {
	font-size: 14px;
	color: var(--landing-text-soft);
}

.lp_kicker {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--accent-brand);
	margin-bottom: 10px;
}

/* Aufmacher */
.lp_hero {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
}

.lp_hero_text { flex: 1 1 380px; min-width: 300px; }
.lp_hero_image { flex: 1 1 380px; min-width: 280px; }

.lp_hero_image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

/* Knoepfe. Auch <a> traegt diese Klassen, deshalb inline-block und
   line-height statt der Hoehe eines <button>. */
.lp_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.lp_actions.lp_center { justify-content: center; }

.lp_btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	border: 1px solid transparent;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	transition: opacity .2s ease-in-out;
}

.lp_btn:hover { opacity: .85; text-decoration: none; }

/* Zwei Klassen im Selektor, nicht eine: ein Knopf kann ein <a> sein (der
   Kontaktweg ist ein Verweis), und ".lp_page a" faerbt Verweise orange. Mit nur
   ".lp_btn_primary" stuende orange auf orange - der Knopf war so tatsaechlich
   leer. */
.lp_page .lp_btn_primary {
	background-color: var(--accent-brand);
	color: #ffffff;
}

.lp_page .lp_btn_primary:hover { color: #ffffff; }

.lp_page .lp_btn_ghost {
	background-color: transparent;
	border-color: var(--landing-border);
	color: var(--landing-text);
}

.lp_page .lp_btn_ghost:hover { color: var(--landing-text); }

/* Zweispaltige Abschnitte */
.lp_split {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	margin-bottom: 40px;
}

.lp_split:last-child { margin-bottom: 0; }
.lp_split_reverse { flex-direction: row-reverse; }
.lp_split_text { flex: 1 1 340px; min-width: 280px; }
.lp_split_media { flex: 1 1 340px; min-width: 260px; }

.lp_shot,
.lp_wide_image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

.lp_wide_image {
	max-width: 900px;
	margin: 24px auto;
}

/* Kartenraster. min-width deutlich unter der Basis, damit vier Karten auch
   auf einem 1024er Fenster nebeneinander bleiben statt 3+1 zu brechen. */
.lp_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
}

.lp_cards_2 > .lp_card { flex: 1 1 380px; min-width: 300px; }
.lp_cards_3 > .lp_card { flex: 1 1 280px; min-width: 240px; }
.lp_cards_4 > .lp_card { flex: 1 1 210px; min-width: 190px; }

.lp_card {
	background-color: var(--landing-bg);
	border: 1px solid var(--landing-border);
	border-radius: 8px;
	padding: 24px;
	box-sizing: border-box;
}

/* Die Karte setzt sich immer vom Grund ihres Abschnitts ab. Beide Selektoren
   haben dieselbe Spezifitaet (.lp_section_muted traegt auch .lp_section), die
   Reihenfolge entscheidet also -- die abgesetzte Variante steht deshalb
   zuletzt. */
.lp_section .lp_card { background-color: var(--landing-bg-muted); }
.lp_section_muted .lp_card { background-color: var(--landing-bg); }

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

.lp_icon {
	width: 56px;
	height: 56px;
	display: block;
	margin-bottom: 14px;
}

.lp_logo {
	max-width: 150px;
	max-height: 52px;
	width: auto;
	height: auto;
	display: block;
	margin-bottom: 16px;
}

/* Bildkacheln "Wer benoetigt". Der graue Grund steht bewusst hinter dem Bild:
   die Bilder liegen im Volume und koennen fehlen -- dann bleibt eine ruhige
   Flaeche statt eines kaputten Bildsymbols. */
.lp_tile img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 6px;
	background-color: var(--landing-tile);
	display: block;
	margin: -8px 0 16px 0;
}

.lp_portrait {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	object-fit: cover;
	background-color: var(--landing-tile);
	display: block;
	margin: 0 auto 16px auto;
}

.lp_person { text-align: center; }

.lp_page blockquote {
	margin: 0 0 14px 0;
	padding: 0;
	font-style: italic;
	color: var(--landing-text-soft);
}

.lp_by {
	font-size: 14px;
	color: var(--landing-text-soft);
	margin-bottom: 0;
}

/* Listen */
.lp_ticks,
.lp_claims,
.lp_numbered {
	margin: 0 0 16px 0;
	padding: 0 0 0 22px;
}

/* Das !important ist keine Bequemlichkeit: weiter oben in dieser Datei steht
   "ul { list-style-type: disc !important }". Ohne Gegengewicht stuenden bei den
   Haken-Listen Punkt und Haken nebeneinander. */
.lp_ticks {
	list-style: none !important;
	padding-left: 0;
}

.lp_ticks > li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
}

.lp_ticks > li:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--accent-action);
	font-size: 13px;
}

.lp_ticks_two {
	column-count: 2;
	column-gap: 32px;
}

.lp_ticks_two > li { break-inside: avoid; }

.lp_claims {
	list-style: none !important;
	padding: 0;
	max-width: 900px;
	margin: 24px auto 0 auto;
	text-align: center;
}

.lp_claims > li {
	margin-bottom: 12px;
	color: var(--landing-text-soft);
}

.lp_numbered > li { margin-bottom: 12px; }

/* Gehirnzustaende */
.lp_state_label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--landing-text-soft);
	margin-bottom: 8px;
}

.lp_state_best {
	border-color: var(--accent-brand);
}

.lp_state_best .lp_state_label { color: var(--accent-brand); }

/* Plaene */
.lp_plan { text-align: center; }
.lp_plan .lp_ticks { text-align: left; display: inline-block; }
.lp_plan_highlight { border-color: var(--accent-brand); }

.lp_plan_for {
	color: var(--landing-text-soft);
	font-size: 14px;
	margin-bottom: 12px;
}

.lp_price {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}

.lp_price_note {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: var(--landing-text-soft);
}

/* Videokacheln. Wie im Intro-Dialog: ein Bild plus data-video-id, damit bis
   zum Klick keine Anfrage an YouTube geht. */
.lp_video {
	position: relative;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
	background-color: var(--landing-tile);
}

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

.lp_video_play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	font-size: 26px;
	line-height: 72px;
	text-align: center;
	padding-left: 6px;
	box-sizing: border-box;
	transition: background-color .2s ease-in-out;
}

.lp_video:hover .lp_video_play,
.lp_video:focus .lp_video_play {
	background-color: var(--accent-brand);
}

.lp_footer {
	padding: 40px 32px 64px 32px;
	border-top: 1px solid var(--landing-border);
	color: var(--landing-text-soft);
	font-size: 14px;
	text-align: center;
}

@media (max-width: 900px) {
	.lp_section,
	.lp_hero { padding: 40px 20px; }

	.lp_page h1 { font-size: 30px; }
	.lp_page h2 { font-size: 24px; }

	/* Umgekehrte Reihenfolge nur im Breiten: einspaltig soll ueberall erst der
	   Text und dann das Bild kommen. */
	.lp_split_reverse { flex-direction: row; }

	.lp_ticks_two { column-count: 1; }
}
