html {
#background-image: linear-gradient(to top, orange 0%, lightblue 100%);
background-image: linear-gradient(45deg, blue 0%, orange 100%);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% auto;

}	
body {
	#background-image: url(../pics/bg.gif);

}
button {
	background-color: #E6E6E6; /* Green */
    border: none;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
#divid {
 height: 200px; /* Höhe der div-Box */
 width: 300px; /* Breite der div-Box */
 margin-top: -100px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
 margin-left: -150px;
 position: absolute; /* positionieren */
 top: 50%; /* in die Mitte verschieben */
 left: 50%;
 font-size:18px;
 
 /* weitere Angaben */
 background-color: white;
 border: 2px solid #fc0;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
a, a:link, a:active {
 color: #0000FF;
 text-decoration: none;
}
a:hover {
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}
#bild {
box-shadow: 5px 5px 10px grey;
border-width:1px;
  border-style:solid;
  border-color:black;
  padding:2px;
  text-align:justify;
  }
bild {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}
.bildmitbildunterschrift {
    width:auto;
	height:auto;
    position: relative;
}
.bildmitbildunterschrift img {
    display: block;
}
.bildmitbildunterschrift span {
    background-color: black;
	opacity: 0.8;
    position: absolute;	
	top: 0;
	bottom: 0;
    width: 100%;
    line-height: 3em;
    text-align: center;
	color: #FFFFFF;
	text-shadow:Black;
	font-weight:bold;
	font-size:24px;
}
div#page {
	width: 1000px;
	margin: 0 auto;
}
div#header {
	border-radius: 20px 20px 20px 20px;
	border: 2px solid #000099;
	box-shadow:  0px 0px 20px 0px black;
	height: 240px;
	margin-bottom: 5px;
	#overflow: hidden;
}
div#title {
	
	height:200px;
	background-image: url(OFLpro.png);
	background-repeat:no-repeat;
	border-radius: 20px 20px 0px 0px;
}
div#menue {
	height: 0px;
		border-radius: 0px 0px 20px 20px;

}
div#content {
	height:auto;
	padding: 20px;
	border: 2px solid #000099;
	border-radius: 20px 20px 20px 20px;
	background-color:#E6E6E6;
	box-shadow:  0px 0px  20px 0px black;
	FONT-SIZE: 10pt;
	font-weight: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
div#footer {
	height:auto;
	text-align: right;
	FONT-SIZE: 10pt;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

#menu {
	width: 100%;
	float:inherit;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #555); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
		border-radius: 0px 0px 20px 20px;

	
}

#menu li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 15px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #111;
	
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
	
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 195px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a /* Feldeigenschaften*/
{    
    padding: 10px;
	height: 10px;
	width: 175px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
figure,
figcaption {
	margin: 0;
	padding: 0;
}

figure.einzel {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

figure img {
	width: 100;
	height: 70;
	display: block;
}

figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 3em;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

figcaption {
	position: absolute;
	bottom: -3em;
	/* gilt für das erste (linke) Beispiel */
	
	text-align: center;
	line-height: 2em;
	white-space: nowrap;
	color: white;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

figure.mitte figcaption {
	width: 0;
	left: 50%;
}
/* gilt für das letzte (rechte) Beispiel */

figure.rechts figcaption {
	width: 0;
	bottom: 50%;
	left: 50%;
	overflow: hidden;
}

figure:focus figcaption,
figure:hover figcaption {
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
/* das Fragezeichen als Pseudo-Element */

figure:before {
	content: "?";
	position: absolute;
	top: 0.25em;
	right: 0.25em;
	background: rgba(255, 255, 255, 0.5);
	color: red;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

figure:focus:before,
figure:hover:before {
	background: rgba(255, 255, 255, 0);
	color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 800px) {
	body {
		width: 100%;
		margin: 2% 0;
		padding: 1%;
	}
	figure.einzel {
		width: 48%;
	}
}

@media only screen and (max-width: 600px) {
	figure.einzel {
		width: 100%;
	}
}

/* Login */
body.login-page { min-height: 100vh; margin: 0; background: radial-gradient(circle at 15% 15%, #286090 0, #0e2944 48%, #071a2e 100%); font-family: Arial, Helvetica, sans-serif; color: #1c2d3e; }
.login-shell { box-sizing: border-box; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px 20px; }
.login-card { width: 100%; max-width: 430px; overflow: hidden; background: #fff; border-radius: 18px; box-shadow: 0 22px 55px rgba(0, 0, 0, .32); }
.login-brand { height: 132px; display: flex; align-items: center; justify-content: center; padding: 16px 28px; box-sizing: border-box; background: #f4f7fa; border-bottom: 4px solid #eaa720; }
.login-brand img { max-width: 100%; max-height: 95px; object-fit: contain; }
.login-card__content { padding: 32px 38px 38px; }
.login-eyebrow { margin: 0 0 7px; color: #52708b; font-size: 13px; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; }
.login-card h1 { margin: 0; font-size: 30px; color: #102e4b; }
.login-intro { margin: 10px 0 25px; color: #596b7c; font-size: 15px; line-height: 1.5; }
.login-form label { display: block; margin: 17px 0 7px; font-size: 14px; font-weight: bold; color: #263e54; }
.login-form input:not(.login-submit) { box-sizing: border-box; width: 100%; height: 46px; padding: 0 13px; border: 1px solid #c8d2db; border-radius: 7px; background: #fff; color: #172e43; font: 16px Arial, Helvetica, sans-serif; transition: border-color .2s, box-shadow .2s; }
.login-form input:not(.login-submit):focus { outline: none; border-color: #17649b; box-shadow: 0 0 0 3px rgba(23, 100, 155, .16); }
.login-submit { width: 100%; height: 48px; margin-top: 27px; border: 0; border-radius: 7px; background: #17649b; color: #fff; cursor: pointer; font: bold 16px Arial, Helvetica, sans-serif; transition: background .2s, transform .15s; }
.login-submit:hover, .login-submit:focus { background: #104f7d; }
.login-submit:active { transform: translateY(1px); }
.login-error { margin: 0 0 20px; padding: 11px 13px; border-left: 4px solid #bd3d37; border-radius: 4px; background: #fff0ef; color: #982d28; font-size: 14px; line-height: 1.4; }
.login-footer { margin: 20px 0 0; color: rgba(255, 255, 255, .75); font-size: 12px; text-align: center; }
@media only screen and (max-width: 480px) { .login-shell { padding: 18px 14px; } .login-card__content { padding: 27px 24px 30px; } .login-brand { height: 116px; } }
/* Interne Anwendung */
body.app-page { margin: 0; min-height: 100vh; background: #edf2f6; color: #263746; font: 15px/1.5 Arial, Helvetica, sans-serif; }
.app-shell#page { width: auto; max-width: 1180px; margin: 0 auto; padding: 24px; }
.app-header#header { min-height: 0; height: auto; margin: 0; overflow: visible; border: 0; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(22, 48, 69, .12); }
.app-brand { display: flex; align-items: center; height: 76px; padding: 0 26px; border-bottom: 1px solid #e6edf2; }
.app-brand img { display: block; width: auto; max-width: 240px; max-height: 54px; object-fit: contain; }
.app-navigation#menue { height: auto; border-radius: 0 0 14px 14px; }
#menu { display: flex; flex-wrap: wrap; width: auto; margin: 0; padding: 0 14px; border-radius: 0 0 14px 14px; background: #fff; }
#menu li { padding: 0; line-height: normal; }
#menu a { float: none; height: auto; padding: 15px 12px; color: #385166; font: bold 13px/1.35 Arial, Helvetica, sans-serif; text-shadow: none; text-transform: none; }
#menu li:hover > a, #menu li:focus-within > a, #menu a:hover { color: #126198; background: #edf7fc; }
#menu ul { top: 100%; left: 0; min-width: 205px; padding: 6px 0; border: 1px solid #dce6ed; border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(24, 53, 75, .18); }
#menu ul li { box-shadow: none; }
#menu ul a { width: auto; padding: 10px 14px; color: #385166; }
#menu ul a:hover { background: #edf7fc; }
#menu ul li:first-child > a:after, #menu ul ul li:first-child a:after { display: none; }
.nav-toggle, .nav-toggle-label { display: none; }
.app-content#content { box-sizing: border-box; min-height: 360px; margin-top: 20px; padding: 28px; overflow-x: auto; border: 0; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(22, 48, 69, .09); font-size: 15px; }
.app-content h1, .app-content h2, .app-content h3 { color: #123b5c; line-height: 1.25; }
.app-content h1 { margin-top: 0; font-size: 28px; }
.app-content h2 { font-size: 22px; }
.app-content a { color: #126198; }
.app-content a:hover { color: #0b4d7c; }
.app-content input[type="text"], .app-content input[type="email"], .app-content input[type="password"], .app-content input[type="number"], .app-content select, .app-content textarea { max-width: 100%; box-sizing: border-box; min-height: 36px; padding: 7px 9px; border: 1px solid #cbd7e0; border-radius: 5px; background: #fff; font: inherit; }
.app-content input:focus, .app-content select:focus, .app-content textarea:focus { outline: 0; border-color: #1970aa; box-shadow: 0 0 0 3px rgba(25, 112, 170, .13); }
.app-content input[type="submit"], .app-content button { padding: 8px 14px; border: 0; border-radius: 5px; background: #17649b; color: #fff; cursor: pointer; font: bold 14px Arial, Helvetica, sans-serif; }
.app-content input[type="submit"]:hover, .app-content button:hover { background: #104f7d; }
.app-content table { max-width: 100%; border-collapse: collapse; background: #fff; }
.app-content th, .app-content td { padding: 9px 10px; border-bottom: 1px solid #e1e9ef; vertical-align: middle; }
.app-content th, .app-content tr:first-child td { color: #2d4b63; font-weight: bold; background: #f3f7fa; }
.app-footer#footer { height: auto; padding: 17px 4px 4px; color: #617486; font-size: 13px; font-weight: normal; text-align: center; }
.app-footer a { color: #315e80; }
.app-footer span { margin: 0 8px; color: #a1b0bb; }
@media only screen and (max-width: 760px) {
  .app-shell#page { padding: 12px; }
  .app-brand { height: 64px; padding: 0 18px; border-bottom: 0; }
  .app-brand img { max-width: 185px; max-height: 44px; }
  .app-header#header { position: relative; }
  .nav-toggle-label { display: flex; position: absolute; top: 19px; right: 17px; align-items: center; gap: 7px; color: #315269; cursor: pointer; font-size: 13px; font-weight: bold; }
  .nav-toggle-label span, .nav-toggle-label span:before, .nav-toggle-label span:after { display: block; width: 19px; height: 2px; background: #315269; content: ''; }
  .nav-toggle-label span { position: relative; }
  .nav-toggle-label span:before { position: absolute; top: -6px; }
  .nav-toggle-label span:after { position: absolute; top: 6px; }
  .app-navigation#menue { display: none; }
  .nav-toggle:checked ~ .app-navigation { display: block; }
  #menu { display: block; padding: 6px 0 10px; border-top: 1px solid #e6edf2; }
  #menu li, #menu a { display: block; float: none; }
  #menu a { padding: 12px 18px; }
  #menu ul, #menu li:hover > ul { display: block; position: static; min-width: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
  #menu ul a { padding: 9px 18px 9px 34px; font-weight: normal; }
  .app-content#content { min-height: 0; margin-top: 12px; padding: 20px 16px; border-radius: 10px; font-size: 14px; }
  .app-content h1 { font-size: 24px; }
  .app-content th, .app-content td { padding: 8px; }
  .app-footer#footer { padding-top: 14px; }
}
/* OFLpro application redesign */
body.app-page { margin: 0; min-height: 100vh; background: #f4f7fa; color: #243746; font: 15px/1.5 "Segoe UI", Arial, sans-serif; }
.app-shell#page { width: auto; max-width: none; min-height: 100vh; margin: 0; padding: 0; }
.app-header#header { position: relative; z-index: 10; height: auto; min-height: 0; margin: 0; overflow: visible; border: 0; border-radius: 0; background: #102b46; box-shadow: 0 2px 9px rgba(10, 31, 50, .2); }
.app-topbar { display: flex; align-items: stretch; width: min(1240px, calc(100% - 48px)); min-height: 72px; margin: 0 auto; }
.app-brand { display: flex; flex-direction: column; justify-content: center; min-width: 207px; padding-right: 34px; color: #fff; text-decoration: none; }
.app-brand:hover { color: #fff; }
.app-brand__name { font-size: 25px; font-weight: 700; letter-spacing: -.8px; line-height: 1; }
.app-brand__name span { color: #f1a91d; }
.app-brand__claim { margin-top: 5px; color: #b8c9d7; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.app-navigation#menue { display: flex; flex: 1; align-items: stretch; height: auto; min-width: 0; border-radius: 0; }
#menu { display: flex; align-items: stretch; width: auto; margin: 0; padding: 0; border-radius: 0; background: transparent; }
#menu li { position: relative; display: flex; align-items: stretch; float: none; padding: 0; line-height: normal; }
#menu a { display: flex; float: none; align-items: center; height: auto; padding: 0 15px; color: #d9e5ed; background: transparent; font: 600 13px/1.3 "Segoe UI", Arial, sans-serif; text-decoration: none; text-shadow: none; text-transform: none; white-space: nowrap; }
#menu li:hover > a, #menu li:focus-within > a, #menu a:hover { color: #fff; background: rgba(255, 255, 255, .1); }
#menu ul { top: 100%; left: 0; min-width: 225px; margin: 0; padding: 7px 0; border: 1px solid #d8e1e8; border-radius: 0 0 8px 8px; background: #fff; box-shadow: 0 12px 28px rgba(9, 31, 49, .2); }
#menu ul li { display: block; box-shadow: none; }
#menu ul a { display: block; width: auto; height: auto; padding: 11px 16px; color: #26425a; font-weight: 500; }
#menu ul li:hover > a, #menu ul a:hover { color: #0d5e94; background: #eef6fb; }
#menu ul li:first-child > a:after, #menu ul ul li:first-child a:after { display: none; }
.nav-toggle, .nav-toggle-label { display: none; }
.app-content#content { box-sizing: border-box; width: min(1240px, calc(100% - 48px)); min-height: calc(100vh - 156px); margin: 28px auto 0; padding: 32px; overflow-x: auto; border: 1px solid #e2e9ee; border-radius: 8px; background: #fff; box-shadow: 0 3px 15px rgba(31, 54, 72, .06); color: #283e4f; font: 15px/1.55 "Segoe UI", Arial, sans-serif; }
.app-content h1, .app-content h2, .app-content h3 { color: #163d5d; line-height: 1.25; }
.app-content h1 { margin: 0 0 24px; font-size: 28px; font-weight: 650; }
.app-content h2 { font-size: 21px; }
.app-content a { color: #08649d; }
.app-content a:hover { color: #034c7c; }
.app-content input[type="text"], .app-content input[type="email"], .app-content input[type="password"], .app-content input[type="number"], .app-content select, .app-content textarea { box-sizing: border-box; max-width: 100%; min-height: 38px; padding: 7px 10px; border: 1px solid #c8d4dd; border-radius: 4px; background: #fff; color: #253e50; font: inherit; }
.app-content input:focus, .app-content select:focus, .app-content textarea:focus { outline: 0; border-color: #1680bd; box-shadow: 0 0 0 3px rgba(22, 128, 189, .14); }
.app-content input[type="submit"], .app-content button { min-height: 38px; padding: 8px 15px; border: 0; border-radius: 4px; background: #0c6ba5; color: #fff; cursor: pointer; font: 600 14px "Segoe UI", Arial, sans-serif; }
.app-content input[type="submit"]:hover, .app-content button:hover { background: #095787; }
.app-content table { max-width: 100%; border-collapse: collapse; background: #fff; }
.app-content th, .app-content td { padding: 10px 11px; border-bottom: 1px solid #e2e9ee; vertical-align: middle; }
.app-content th, .app-content tr:first-child td { color: #375269; background: #f5f8fa; font-weight: 650; }
.app-footer#footer { width: min(1240px, calc(100% - 48px)); height: auto; margin: 0 auto; padding: 18px 0 24px; color: #748493; font: 13px "Segoe UI", Arial, sans-serif; text-align: left; }
.app-footer > span:first-child { color: #37536b; font-weight: 700; }
.app-footer__separator { margin: 0 8px; color: #aab7c1; }
.app-footer a { margin-left: 16px; color: #59768d; text-decoration: none; }
.app-footer a:hover { color: #0a6098; }
@media only screen and (max-width: 880px) {
  .app-topbar { width: min(100%, calc(100% - 32px)); min-height: 64px; position: relative; }
  .app-brand { min-width: 0; padding-right: 0; }
  .app-brand__name { font-size: 23px; }
  .nav-toggle-label { display: flex; align-items: center; gap: 9px; margin-left: auto; color: #e4edf3; cursor: pointer; font-size: 13px; font-weight: 600; }
  .nav-toggle-label > span:first-child, .nav-toggle-label > span:first-child:before, .nav-toggle-label > span:first-child:after { display: block; width: 19px; height: 2px; background: #e4edf3; content: ''; }
  .nav-toggle-label > span:first-child { position: relative; }
  .nav-toggle-label > span:first-child:before { position: absolute; top: -6px; }
  .nav-toggle-label > span:first-child:after { position: absolute; top: 6px; }
  .app-navigation#menue { display: none; position: absolute; top: 64px; right: -16px; left: -16px; padding: 8px 16px 14px; background: #102b46; border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 8px 12px rgba(9, 28, 44, .2); }
  .nav-toggle:checked ~ .app-navigation { display: block; }
  #menu { display: block; }
  #menu li { display: block; }
  #menu a { display: block; padding: 12px 4px; }
  #menu ul, #menu li:hover > ul { display: block; position: static; min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  #menu ul a { padding: 9px 4px 9px 18px; color: #b9cad7; }
  #menu ul li:hover > a, #menu ul a:hover { color: #fff; background: transparent; }
  .app-content#content { width: min(100%, calc(100% - 32px)); min-height: calc(100vh - 140px); margin-top: 16px; padding: 22px 18px; border-radius: 6px; }
  .app-content h1 { font-size: 24px; }
  .app-footer#footer { width: min(100%, calc(100% - 32px)); padding: 15px 0 20px; line-height: 2; }
  .app-footer a { margin-left: 0; margin-right: 14px; }
}
/* Dashboard layout */
body.app-page { background: #f1f5f9; color: #334155; }
.app-shell#page { min-height: 100vh; padding: 0; }
.app-header#header { position: fixed; inset: 0 auto 0 0; width: 264px; min-height: 100vh; background: #172033; border: 0; border-radius: 0; box-shadow: none; }
.app-topbar { display: block; width: auto; min-height: 100%; margin: 0; }
.app-brand { display: flex; box-sizing: border-box; height: 88px; padding: 0 27px; border-bottom: 1px solid rgba(255,255,255,.08); }
.app-brand__name { font-size: 26px; letter-spacing: -1px; }
.app-brand__name span { color: #4dabf7; }
.app-brand__claim { color: #8fa2ba; }
.app-navigation#menue { display: block; height: auto; padding: 20px 12px; }
#menu { display: block; width: auto; margin: 0; padding: 0; background: transparent; }
#menu li { display: block; }
#menu a { display: block; padding: 11px 15px; border-radius: 6px; color: #b7c5d5; font-size: 14px; font-weight: 500; }
#menu > li > a:before { display: inline-block; width: 18px; margin-right: 9px; color: #7e91a9; font-size: 13px; content: '•'; text-align: center; }
#menu > li:first-child > a:before { content: '⌂'; }
#menu > li:last-child > a:before { content: '↪'; }
#menu li:hover > a, #menu li:focus-within > a, #menu a:hover { color: #fff; background: #25354e; }
#menu li:hover > a:before, #menu li:focus-within > a:before { color: #67b7f5; }
#menu ul, #menu li:hover > ul { display: block; position: static; min-width: 0; margin: 3px 0 8px 18px; padding: 0 0 0 12px; border: 0; border-left: 1px solid #33445d; border-radius: 0; background: transparent; box-shadow: none; }
#menu ul li { display: block; }
#menu ul a { padding: 8px 10px; color: #96a9bf; font-size: 13px; font-weight: 400; }
#menu ul li:hover > a, #menu ul a:hover { color: #fff; background: transparent; }
.app-content#content { width: auto; min-height: calc(100vh - 71px); margin: 0 0 0 264px; padding: 36px 40px; border: 0; border-radius: 0; background: #f1f5f9; box-shadow: none; }
.app-content > :first-child { margin-top: 0; }
.app-content h1 { margin-bottom: 25px; color: #1e293b; font-size: 28px; font-weight: 600; }
.app-content h2 { color: #334155; font-size: 21px; font-weight: 600; }
.app-content table { border: 1px solid #dce3eb; border-radius: 7px; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.app-content th, .app-content td { padding: 12px 14px; border-color: #e5eaf0; }
.app-content th, .app-content tr:first-child td { color: #516071; background: #f8fafc; font-size: 13px; font-weight: 600; }
.app-content input[type="text"], .app-content input[type="email"], .app-content input[type="password"], .app-content input[type="number"], .app-content select, .app-content textarea { border-color: #ced7e1; border-radius: 5px; box-shadow: 0 1px 2px rgba(16,24,40,.02); }
.app-content input[type="submit"], .app-content button { border-radius: 5px; background: #0d6efd; box-shadow: 0 1px 2px rgba(13,110,253,.2); }
.app-content input[type="submit"]:hover, .app-content button:hover { background: #0b5ed7; }
.app-footer#footer { box-sizing: border-box; width: auto; margin: 0 0 0 264px; padding: 17px 40px 22px; background: #f1f5f9; color: #7a899a; font-size: 12px; text-align: left; }
.app-footer > span:first-child { color: #5d6d80; }
@media only screen and (max-width: 880px) {
  .app-header#header { position: relative; inset: auto; width: auto; min-height: 64px; }
  .app-topbar { display: flex; align-items: center; width: min(100%, calc(100% - 32px)); min-height: 64px; margin: 0 auto; }
  .app-brand { height: 64px; padding: 0; border: 0; }
  .app-brand__claim { display: none; }
  .nav-toggle-label { color: #dce8f4; }
  .nav-toggle-label > span:first-child, .nav-toggle-label > span:first-child:before, .nav-toggle-label > span:first-child:after { background: #dce8f4; }
  .app-navigation#menue { top: 64px; right: -16px; left: -16px; padding: 13px 16px 18px; background: #172033; }
  #menu a { padding: 11px 8px; border-radius: 5px; }
  #menu > li > a:before { width: 17px; }
  #menu ul, #menu li:hover > ul { margin-left: 17px; }
  .app-content#content { width: auto; min-height: calc(100vh - 112px); margin: 0; padding: 24px 16px; }
  .app-footer#footer { margin: 0; padding: 14px 16px 20px; }
}
/* Fireboard settings */
.fireboard-settings__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.fireboard-settings__header h1 { margin: 3px 0 8px; }
.fireboard-settings__header p { margin: 0; color: #64748b; }
.fireboard-settings__eyebrow { color: #0d6efd !important; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.fireboard-settings__status { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #fff3cd; color: #856404; font-size: 12px; font-weight: 600; white-space: nowrap; }
.fireboard-settings__notice { max-width: 720px; padding: 24px; border: 1px solid #dbe5ee; border-radius: 7px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.fireboard-settings__notice h2 { margin: 0 0 8px; }
.fireboard-settings__notice p { margin: 0; color: #617184; }
@media only screen and (max-width: 600px) { .fireboard-settings__header { display: block; } .fireboard-settings__status { margin-top: 15px; } .fireboard-settings__notice { padding: 18px; } }.fireboard-form { max-width: 860px; }
.fireboard-card { margin: 0 0 18px; padding: 24px; border: 1px solid #dce5ee; border-radius: 7px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.fireboard-card__heading { margin-bottom: 19px; }
.fireboard-card__heading h2 { margin: 0 0 4px; font-size: 18px; }
.fireboard-card__heading p { margin: 0; color: #64748b; }
.fireboard-theme-options { display: flex; flex-wrap: wrap; gap: 14px; }
.fireboard-choice { display: block; cursor: pointer; }
.fireboard-choice input { position: absolute; opacity: 0; }
.fireboard-choice__preview { display: flex; flex-direction: column; min-width: 190px; padding: 16px; border: 2px solid #dbe4ec; border-radius: 6px; transition: border-color .15s, box-shadow .15s; }
.fireboard-choice__preview small { margin-top: 4px; font-size: 12px; opacity: .72; }
.fireboard-choice__preview--dark { background: #1d2939; color: #f8fafc; }
.fireboard-choice__preview--light { background: #f8fafc; color: #334155; }
.fireboard-choice input:checked + .fireboard-choice__preview { border-color: #0d6efd; box-shadow: 0 0 0 3px rgba(13,110,253,.14); }
.fireboard-switch { display: inline-flex; align-items: center; gap: 11px; cursor: pointer; font-weight: 600; }
.fireboard-switch input { position: absolute; opacity: 0; }
.fireboard-switch__control { position: relative; width: 43px; height: 24px; border-radius: 99px; background: #aebdcb; transition: background .15s; }
.fireboard-switch__control:after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.25); content: ''; transition: transform .15s; }
.fireboard-switch input:checked + .fireboard-switch__control { background: #0d6efd; }
.fireboard-switch input:checked + .fireboard-switch__control:after { transform: translateX(19px); }
.fireboard-duration-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); gap: 18px; }
.fireboard-duration-grid label { color: #3d5064; font-size: 14px; font-weight: 600; }
.fireboard-duration-grid label > span { display: block; margin: 2px 0 7px; color: #8290a0; font-size: 12px; font-weight: 400; }
.fireboard-duration-grid input { width: 100%; }
.fireboard-duration-grid label.is-disabled { opacity: .48; }
.fireboard-form__actions { padding-top: 4px; }
.fireboard-form__actions button:disabled { cursor: not-allowed; opacity: .55; }
.fireboard-message { max-width: 860px; margin: 0 0 18px; padding: 12px 14px; border-radius: 6px; }
.fireboard-message--success { border: 1px solid #badbcc; background: #dff3e7; color: #146c43; }
.fireboard-message--error { border: 1px solid #f3c1c1; background: #fdf0f0; color: #a13030; }
@media only screen and (max-width: 600px) { .fireboard-card { padding: 18px; } .fireboard-theme-options, .fireboard-duration-grid { display: block; } .fireboard-choice { margin-bottom: 11px; } .fireboard-choice__preview { min-width: 0; } .fireboard-duration-grid label { display: block; margin-bottom: 15px; } }