/* Quelle: css/base.css */

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; 
	background: #b0bdad url(/images/bgt8.jpg) no-repeat top left;
	font-family: ubuntu, verdana, arial, helvetica; font-size:10pt;
}

h3 {font-size:10pt; font-weight:bold; color:#444444; margin-top:10px; margin-bottom:5px}
h4 {font-size:9pt; font-weight:bold; color:brown; margin-top:10px; margin-bottom:5px}
h5 {font-size:8pt; font-weight:bold; color:#000000; margin-top:5px; margin-bottom:3px}
.spacer {margin-top:5px;}


/* General font families for common tags */


font,th,td,p { font-family: ubuntu, verdana, Arial, Helvetica, sans-serif; font-size:10pt; }
a:link,a:active,a:visited { color : #000099; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{padding:0px; margin:0px; }

/* This is the outline round the main forum tables */
.forumline	{ }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #eaeaea; }
td.row2	{ x-background-color: #DEE3E7; background-color:#D1D7DC; }
td.row3	{ background-color: #D1D7DC; }
td.row_attention { background-color: #FFDA8B; }

.error {
 color:red !important;
 font-weight: bold;


}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #D1D7DC;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 12px; font-weight : bold;
	background: #2C3986;
	height: 22px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
		background: #D1D7DC; border: #FFFFFF; border-style: solid; height: 22px;
        
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #f4f4f4; height: 22px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",ubuntu, verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 11pt; }
.gen { font-size : 11pt; }
.genmed { font-size : 10pt; }
.gensmall { font-size : 9pt; }
.genbig { font-size : 12pt; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000099; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10pt; color : #000000 }
a.mainmenu,a.mainmenu:visited		{ text-decoration: none; color : #000099;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 9pt ; letter-spacing: 1px; color : #000099}
a.cattitle		{ text-decoration: none; color : #000099; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10pt; color : #000099; }
a.forumlink 	{ text-decoration: none; color : #000099; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 9pt; color : #000000;}
a.nav			{ text-decoration: none; color : #000099; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 8pt; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000099; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 8pt; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 8pt; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 10pt; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #000099 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 9pt; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: ubuntu, verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 7pt; font-family: ubuntu, verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 10pt ubuntu, verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #f4f4f4;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button, input.liteoption {
	border:solid 1px black;
	background: repeat-x url(/images/bgb.gif);
	height: 20px;
	background-color : ##9EB1F6;
	color : #000000;
	font-size: 9pt; 
	font-family: ubuntu, verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
border:solid 1px black;
	background: repeat-x url(/images/bgb.gif);
	height: 20px;
	background-color : ##9EB1F6;
	color : #000000;
	font-size: 9pt; 
	font-family: ubuntu, verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}



/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("/templates/subSilver/formIE.css");


.thead {background-color: #D1D7DC; font-size:8pt; font-weight:bold;}
.tcell {background-color: #ffffff; font-size:8pt;}

.centertext {text-align:center;}

.pomfinal {float:left; margin-right:4px; padding: 2px 2px 2px 2px; font-size:8pt; border:dotted 1px #555555;}
.pominactive {color:#555555; background-color:#dddddd; font-weight:normal;}
.pomactive {color:#005500; background-color:#ffffcc; font-weight:normal;}
.pombox {float:left; width:185px; height: 200px; padding:5px; border:dotted 1px black; background-color:#cccccc; margin:0px 10px 10px 0px; overflow:auto; line-height:15px; }

.sharethis {color:#000088; font-family:ubuntu, verdana,arial,helvetica; font-size:8pt; line-height:14px; text-decoration:none;}

.clear {margin-bottom:5px;}

#topline {
width:100%; 
background:#264624; 
border-bottom:1px solid black; 
color:white; 
font-size:10pt; 
padding:3px 0px 3px 0px; 
overflow:hidden;
font-family:ubuntu, verdana;
}

.toplinelink a, #topline a {
color:#FFFF00;
text-decoration:none;
font-weight: bold;
}

.of-cookiebox {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 5000;
	box-sizing: border-box;
	max-width: 980px;
	margin: 0 auto;
	padding: 14px 16px;
	background: #ffffff;
	color: #1f261f;
	border: 1px solid #6f7a68;
	box-shadow: 0 8px 24px rgba(0,0,0,0.25);
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
}

.of-cookiebox-text {
	font-size: 10pt;
	line-height: 1.4;
}

.of-cookiebox-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	min-width: 320px;
}

.of-cookiebox button {
	border: 1px solid #1d3c1b;
	cursor: pointer;
	font-size: 9pt;
	padding: 7px 10px;
	height: auto;
	text-indent: 0;
}

.of-cookiebox-primary {
	background: #264624;
	color: #ffffff;
	font-weight: bold;
}

.of-cookiebox-secondary {
	background: #f4f4f0;
	color: #1f261f;
}

.of-cookiebox a,
.of-guest-privacy-note a,
.of-guest-search-note a {
	color: #000099;
	font-weight: bold;
}

.of-guest-privacy-note,
.of-guest-search-note {
	box-sizing: border-box;
	max-width: 760px;
	margin: 10px auto;
	padding: 10px 12px;
	background: #ffffff;
	border: 1px dotted #6f7a68;
	color: #1f261f;
	font-size: 9pt;
	line-height: 1.4;
}

.of-guest-search-note {
	text-align: left;
}

.of-privacy-page {
	background: #ffffff;
	border: 1px solid #6f7a68;
	margin-bottom: 20px;
	padding: 14px 16px;
	line-height: 1.45;
}

.of-privacy-page p {
	font-size: 10pt;
	margin: 0 0 10px 0;
}

.of-privacy-page code {
	background: #f1f1ed;
	border: 1px solid #d7d7cf;
	padding: 1px 4px;
}

.postimage {
	max-width: 100%;
	height: auto;
}

.of-image-upload {
	box-sizing: border-box;
	width: 720px;
	max-width: 100%;
	margin-top: 8px;
	font-size: 9pt;
}

.of-image-upload-drop {
	position: relative;
	box-sizing: border-box;
	border: 2px dashed #7d8b75;
	background: #f8f8f3;
	padding: 12px;
	min-height: 72px;
}

.of-image-upload.is-dragover .of-image-upload-drop {
	background: #eef5e8;
	border-color: #264624;
}

.of-image-upload-title {
	font-weight: bold;
	color: #1f261f;
	margin-bottom: 4px;
}

.of-image-upload-hint {
	color: #444444;
	line-height: 1.35;
	margin-right: 160px;
}

#of-image-upload-input {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

#of-image-upload-button {
	position: absolute;
	right: 12px;
	top: 22px;
	height: auto;
	padding: 6px 10px;
	text-indent: 0;
	cursor: pointer;
}

.of-image-upload-list {
	margin-top: 8px;
}

.of-image-upload-item,
.of-image-upload-error,
.of-image-upload-progress {
	box-sizing: border-box;
	border: 1px solid #c3c9bd;
	background: #ffffff;
	margin-top: 6px;
	padding: 7px;
}

.of-image-upload-item {
	display: flex;
	gap: 8px;
	align-items: center;
}

.of-image-upload-item img {
	width: 56px;
	height: 42px;
	object-fit: cover;
	border: 1px solid #d2d7cc;
	background: #eeeeee;
}

.of-image-upload-item b {
	color: #1f261f;
}

.of-image-upload-item span {
	color: #555555;
}

.of-image-upload-error {
	border-color: #b94b4b;
	background: #fff3f0;
	color: #7a1818;
}

.of-image-upload-progress {
	position: relative;
	overflow: hidden;
	height: 30px;
	padding: 0;
}

.of-image-upload-progress span {
	display: block;
	height: 100%;
	width: 0;
	background: #d8e8cf;
	transition: width 0.2s ease;
}

.of-image-upload-progress strong {
	position: absolute;
	left: 8px;
	top: 7px;
	color: #1f261f;
}

@media (max-width: 700px) {
	.of-cookiebox {
		left: 8px;
		right: 8px;
		bottom: 8px;
		display: block;
	}

	.of-cookiebox-actions {
		min-width: 0;
		justify-content: flex-start;
		margin-top: 10px;
	}

	.of-image-upload-hint {
		margin-right: 0;
	}

	#of-image-upload-button {
		position: static;
		margin-top: 8px;
	}
}

/* Quelle: css/rating.css */

.rating {
	cursor: pointer;
	margin: 5px 3px 3px 0px;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(/images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(/images/star.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}

/* Quelle: css/layer.css */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fb/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fb/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fb/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fb/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/fb/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fb/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fb/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fb/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fb/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fb/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fb/fancy_shadow_nw.png', sizingMethod='scale'); }

/* Quelle: css/dropdown.css */

/* Style für das Dropdown Menu - Oberste Ebene */

#topnav {width:100%; height:28px; background:#000000;  z-index:40; }

ul.dropdown {position:relative; list-style:none; margin: 0px 0px 0px 0px; padding:0px 0px 0px 0px; height:28px; float:left;}
ul.dropdown a {font-family:ubuntu, verdana,arial,helvetica; font-size:11pt; text-decoration:none;}
ul.dropdown li {float: left; zoom: 1;}
ul.dropdown a:hover {color: #ffffff; }
ul.dropdown li a {display: block; padding: 5px 10px 5px 10px; border-right: 1px dotted #ffffff; color: #ffffff; }
ul.dropdown li a:visited {color:white;}

ul.dropdown li:last-child a {border-right: none; } 
ul.dropdown li.hover, ul.dropdown li:hover {background-color: red; color: #FFA500; position: relative; }
ul.dropdown li.hover a {color: white;}

/* Style für das Dropdown Menu - zweite Ebene Ebene */
ul.dropdown ul {color: white; width: 230px; visibility: hidden; position: absolute; top: 100%; left: -1px; list-style:none; padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px; z-index:50}
ul.dropdown ul li {font-weight: normal; background: #000000; color: white; border-bottom: 0px solid #000000; border-left: 1px dotted #ffffff; border-right: 0px solid #000000; float: none; z-index:60}
ul.dropdown ul li a {border-right: none; width: 100%; display: inline-block; color:white; } 


/* Style für das Announcemente */

#tease {
	position:absolute; 
	top:-500px; 
	width:100%; 
	height:1px; 
	z-index:100
}

#announce {
	position:relative; 
	height:500px; width:900px; 
	border:1px solid black; 
	-moz-border-radius-bottomleft:5px; 
	-moz-border-radius-bottomright:5px; 
	background:#ffffff;  
	margin:auto; 
	left:0; 
	right:0;
}

#teasedown {
	position:relative;
	top:0px;
	right:0; 
	left:0; 
	margin:auto; 
	background:#777777 url(/images/bgnnav3.png) repeat-x bottom; 
	height:20px; 
	width:370px; 
	color:white; 
	-moz-border-radius-bottomleft:5px; 
	-moz-border-radius-bottomright:5px; 
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	text-align:center; 
	padding-top:3px
}

/* Quelle: css/modern.css */

/* Modernisiert die Legacy-Tabellen, ohne die phpBB-Struktur umzubauen. */
:root {
	/* Desktop-Breite für das modernisierte Forum; Uploadbilder bleiben serverseitig auf 1280 px begrenzt. */
	--of-desktop-width: 1902px;
	--of-bg: #e8ece5;
	--of-panel: #fbfbf8;
	--of-panel-soft: #eef2ea;
	--of-line: #bcc6b5;
	--of-line-soft: #d8ded1;
	--of-text: #1f261f;
	--of-muted: #5f665d;
	--of-green: #24462c;
	--of-amber: #d8a33a;
	--of-link: #194b8f;
	--of-link-hover: #8d4317;
}

html {
	background: var(--of-bg);
}

body {
	background: var(--of-bg) url(/images/bgt8.jpg) no-repeat top left;
	background-position: left 5px;
	color: var(--of-text);
	font-size: 10pt;
}

body, font, th, td, p, input, textarea, select {
	font-family: ubuntu, Verdana, Arial, Helvetica, sans-serif;
}

body,
font,
th,
td,
p {
	font-size: 10pt;
}

.postbody img,
.of-wiki-content img,
.of-privacy-page img {
	max-width: 100%;
	height: auto;
}

/* Legacy-SVGs und Bildbuttons brauchen feste intrinsische Größen, auch in engen Tabellenzellen. */
img[src$=".svg"],
img[src*=".svg?"] {
	min-width: 1px;
}

#of-page img[src*="/of_forum"] {
	width: 46px;
	height: 25px;
	max-width: none;
}

#of-page img[src*="/of_topic"] {
	width: 19px;
	height: 18px;
	max-width: none;
}

#of-page img[src*="/of_calendar"] {
	width: 20px;
	height: 18px;
	max-width: none;
}

a:link,
a:active,
a:visited,
a.gen,
a.genmed,
a.gensmall,
a.mainmenu,
a.nav,
a.forumlink,
a.topictitle {
	color: var(--of-link);
}

a:hover,
a.gen:hover,
a.genmed:hover,
a.gensmall:hover,
a.mainmenu:hover,
a.nav:hover,
a.forumlink:hover,
a.topictitle:hover {
	color: var(--of-link-hover);
}

.of-shell {
	box-sizing: border-box;
	max-width: var(--of-desktop-width);
	margin-right: auto;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
}

#topline {
	box-sizing: border-box;
	background: linear-gradient(180deg, #2d4f34 0%, #17331f 100%);
	border-bottom: 1px solid #0f2516;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.08), 0 1px 5px rgba(0,0,0,0.24);
	min-height: 29px;
	padding: 0;
	line-height: 1.35;
	overflow: visible;
}

.of-topline-shell {
	box-sizing: border-box;
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	max-width: var(--of-desktop-width);
	min-height: 29px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px 14px;
}

#topline,
#topline a,
.toplinelink a {
	color: #f8f0c8;
}

#topline .toplinelink {
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 10px;
	border-left: 3px solid var(--of-amber);
	color: #f4edd0;
	font-size: 9.5pt;
	font-weight: 600;
}

#topline .of-topline-user {
	flex: 0 0 auto;
	padding: 2px 8px;
	border: 1px solid rgba(248,240,200,0.18);
	border-radius: 6px;
	background: rgba(255,255,255,0.08);
	color: #fff8d7;
	font-size: 9.5pt;
	white-space: nowrap;
}

#topline a {
	font-weight: 700;
	text-decoration: none;
}

#topline a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#topline .of-topline-profile {
	color: #ffffff;
}

#topline .of-topline-logout {
	display: inline-flex;
	align-items: center;
	min-height: 17px;
	margin-left: 8px;
	padding: 1px 8px;
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 5px;
	background: #ad6128;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.2;
	text-decoration: none;
}

#topline .of-topline-logout:hover {
	background: #c0702e;
	color: #ffffff;
	text-decoration: none;
}

#of-brandbar {
	display: flex;
	gap: 18px;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 104px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#of-logo {
	flex: 1 1 360px;
	min-width: 240px;
}

#of-logo img {
	display: block;
	max-height: 104px;
}

#topnav {
	position: relative;
	z-index: 3000;
	width: 100%;
	min-height: 34px;
	height: auto;
	background: #20261f;
	border-top: 1px solid #0d120d;
	border-bottom: 1px solid #0d120d;
	box-shadow: 0 2px 8px rgba(0,0,0,0.22);
}

.of-nav-shell {
	position: relative;
	min-height: 34px;
}

#of-head-tools {
	position: relative;
	z-index: 3010;
	float: right;
	display: flex;
	gap: 7px;
	align-items: center;
	margin: 5px 8px 0 12px;
}

#of-head-tools form table {
	width: auto;
}

#of-head-tools input[type="text"],
#of-head-tools input[type="password"] {
	box-sizing: border-box;
	height: 23px !important;
	border: 1px solid #65725f !important;
	background: #f9faf6;
}

#of-head-tools input[type="submit"] {
	height: 23px !important;
	border: 1px solid #65725f !important;
	background: #f9faf6;
	cursor: pointer;
}

.of-theme-toggle {
	height: 24px;
	min-width: 66px;
	padding: 0 10px;
	border: 1px solid #8aa27d;
	border-radius: 6px;
	background: #edf3e8;
	color: #172217;
	font-weight: bold;
	cursor: pointer;
	text-indent: 0;
}

ul.dropdown {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	float: none;
	z-index: 3020;
	min-height: 34px;
	height: auto;
	padding-right: 330px;
}

ul.dropdown a {
	font-size: 10pt;
}

ul.dropdown li {
	float: none;
}

ul.dropdown li a {
	padding: 9px 12px;
	border-right: 1px solid rgba(255,255,255,0.18);
	color: #ffffff;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	background: #6f3e22;
}

ul.dropdown ul {
	z-index: 3030;
	top: 100%;
	left: 0;
	width: 250px;
	border: 1px solid #0f160f;
	box-shadow: 0 10px 22px rgba(0,0,0,0.28);
}

ul.dropdown ul li {
	background: #20261f;
	border-left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

#of-page {
	box-sizing: border-box;
	max-width: var(--of-desktop-width);
	margin: 14px auto 0;
	padding: 0 14px 24px;
	text-align: left;
	overflow-x: auto;
}

#of-page > table,
#of-page form > table {
	max-width: 100%;
}

.forumline {
	overflow: hidden;
	border: 1px solid var(--of-line);
	border-radius: 8px;
	border-collapse: collapse;
	border-spacing: 0;
	background: var(--of-line);
	box-shadow: 0 1px 3px rgba(22,32,20,0.11);
}

#of-page table.forumline > tbody > tr > th,
#of-page table.forumline > tbody > tr > td {
	border: 1px solid var(--of-line-soft);
}

#of-page .forumline {
	margin-top: 8px;
	margin-bottom: 14px;
}

th {
	height: 30px;
	background: var(--of-green);
	color: #f6cf78;
}

td.row1,
td.row2,
td.row3,
td.row3Right,
td.spaceRow,
td.rowpic,
td.cat,
td.catHead,
td.catSides,
td.catLeft,
td.catRight,
td.catBottom {
	border-color: var(--of-line-soft);
}

td.row1 {
	background: var(--of-panel);
}

td.row2,
td.row3,
td.row3Right,
td.rowpic {
	background: var(--of-panel-soft);
}

td.cat,
td.catHead,
td.catSides,
td.catLeft,
td.catRight,
td.catBottom {
	background: #dde5d7;
}

.cattitle,
a.cattitle {
	color: var(--of-green);
	letter-spacing: 0;
}

.maintitle {
	color: #182118;
	font-size: 20px;
	letter-spacing: 0;
}

.topictitle,
h1,
h2 {
	font-size: 10pt;
}

.name,
.postdetails {
	font-size: 9pt;
}

.postbody {
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.of-topic-titlebar {
	margin-bottom: 6px;
}

.of-topic-titlebar .maintitle {
	font-size: 23px;
	line-height: 1.25;
}

.of-topic-title-spacer {
	height: 15px;
}

.of-forum-action-cell {
	width: auto !important;
	min-width: 176px;
	white-space: nowrap;
}

.of-topic-button-row {
	width: auto !important;
	min-width: 356px;
	white-space: nowrap;
}

.of-topic-button-row a:empty {
	display: none;
}

.of-topic-button-row img,
.of-forum-action-cell img,
.of-post-command-box img,
.of-post-profile-links img,
.of-crew-actions img {
	max-width: none;
}

#of-page img[src*="/of_button_"] {
	width: 170px;
	height: 36px;
	max-width: none;
}

.of-post-command-box {
	float: right;
	display: flex;
	gap: 5px;
	align-items: center;
	min-height: 24px;
	padding: 3px 5px;
	border: 1px solid var(--of-line);
	border-radius: 5px;
	background: var(--of-panel-soft);
}

.of-post-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
}

.of-post-profile-table {
	width: auto;
}

.of-forum-authlinks {
	text-align: right;
}

.quote,
.code {
	border-color: var(--of-line);
	background: #ffffff;
}

input,
textarea,
select {
	box-sizing: border-box;
	border: 1px solid #899782;
	border-radius: 4px;
}

input.post,
textarea.post,
select {
	background: #ffffff;
}

input.button,
input.liteoption,
input.mainoption,
button {
	border-radius: 5px;
	border-color: #5d6c58;
	background: #edf1e8;
	color: #182118;
}

.of-username-link {
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.65);
}

.of-post-side {
	box-sizing: border-box;
	min-width: 168px;
}

.of-post-side-title,
.of-smilie-title {
	font-size: 10pt;
	font-weight: bold;
	color: var(--of-green);
}

.of-smilie-panel {
	margin-top: 10px;
}

.of-smilie-scroll {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 6px;
	border: 1px solid var(--of-line);
	border-radius: 8px;
	background: #ffffff;
}

.of-smilie-table {
	width: 100%;
}

.of-smilie-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 34px;
	margin: 2px;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
	text-indent: 0;
}

.of-smilie-button:hover,
.of-smilie-button:focus {
	border-color: var(--of-amber);
	background: #fff7dd;
}

.of-smilie-button img {
	max-width: 30px;
	max-height: 28px;
}

.of-guest-search-note,
.of-guest-privacy-note,
.of-privacy-page {
	border-radius: 8px;
	border-style: solid;
	border-color: var(--of-line);
	box-shadow: 0 1px 3px rgba(22,32,20,0.11);
}

.of-button-secondary,
a.of-button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid var(--of-line);
	border-radius: 6px;
	background: var(--of-panel-soft);
	color: var(--of-link);
	text-decoration: none;
	font-weight: 700;
}

.of-page-head,
.of-wiki-head,
.of-calendar-head,
.of-faq-head,
.of-crew-head,
.of-watched-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 14px;
}

.of-page-head h1,
.of-wiki-head h1,
.of-calendar-head h1,
.of-faq-head h1,
.of-crew-head h1,
.of-watched-head h1 {
	margin: 4px 0 0;
	font-size: 22px;
	line-height: 1.25;
	color: var(--of-green);
}

.of-panel,
.of-wiki-panel,
.of-wiki-welcome,
.of-faq-section {
	margin-bottom: 14px;
	padding: 14px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel);
}

.of-panel h2,
.of-wiki-panel h2,
.of-wiki-welcome h2,
.of-faq-section h2 {
	margin: 0 0 8px;
	font-size: 17px;
	color: var(--of-green);
}

.of-imprint-page {
	color: var(--of-text);
}

.of-imprint-hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
	padding: 18px;
	border: 1px solid var(--of-line);
	border-radius: 8px;
	background: linear-gradient(180deg, #fbfbf8 0%, #eef2ea 100%);
	box-shadow: 0 1px 3px rgba(22,32,20,0.11);
}

.of-imprint-kicker {
	margin: 0 0 4px;
	color: var(--of-muted);
	font-size: 9pt;
	font-weight: 700;
	text-transform: uppercase;
}

.of-imprint-hero h1 {
	margin: 0 0 8px;
	color: var(--of-green);
	font-size: 26px;
	line-height: 1.2;
}

.of-imprint-hero p {
	margin: 0;
	max-width: 720px;
	line-height: 1.55;
}

.of-imprint-hero img {
	flex: 0 0 auto;
	max-width: 170px;
	height: auto;
	border-radius: 6px;
}

.of-imprint-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.of-imprint-card,
.of-imprint-section,
.of-imprint-law {
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel);
	box-shadow: 0 1px 3px rgba(22,32,20,0.08);
}

.of-imprint-card,
.of-imprint-section {
	padding: 16px;
}

.of-imprint-card h2,
.of-imprint-section h2 {
	margin: 0 0 10px;
	color: var(--of-green);
	font-size: 18px;
	line-height: 1.25;
}

.of-imprint-card p,
.of-imprint-section p,
.of-imprint-law {
	line-height: 1.58;
}

.of-imprint-note {
	margin-top: -4px;
	color: var(--of-muted);
	font-size: 9pt;
}

.of-imprint-addresses {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 12px;
}

.of-imprint-page address {
	margin: 0;
	font-style: normal;
	line-height: 1.55;
}

.of-imprint-warning {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 9px;
	border-left: 4px solid var(--of-amber);
	background: var(--of-panel-soft);
	color: #493a17;
	font-weight: 700;
}

.of-imprint-section {
	margin-bottom: 16px;
}

.of-imprint-rule-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.of-imprint-rule-list article {
	padding: 13px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel-soft);
}

.of-imprint-rule-list h3 {
	margin: 0 0 8px;
	color: var(--of-green);
	font-size: 15px;
	line-height: 1.25;
}

.of-imprint-rule-list h4 {
	margin: 12px 0 6px;
	color: var(--of-text);
	font-size: 13px;
}

.of-imprint-rule-list p {
	margin: 0 0 9px;
}

.of-imprint-rule-list p:last-child {
	margin-bottom: 0;
}

.of-imprint-law {
	margin: 0 0 16px;
	padding: 12px 16px;
	background: var(--of-panel-soft);
	font-weight: 700;
}

.of-faq-nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.of-faq-nav a {
	display: block;
	margin-top: 5px;
	text-decoration: none;
}

.of-faq-section details {
	border-top: 1px solid var(--of-line-soft);
}

.of-faq-section details:first-of-type {
	border-top: 0;
}

.of-faq-section summary {
	padding: 11px 0;
	color: var(--of-link);
	cursor: pointer;
	font-weight: 700;
}

.of-faq-answer {
	padding: 0 0 12px 18px;
	line-height: 1.55;
}

.of-crew-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.of-crew-card {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	padding: 12px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel);
}

.of-crew-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	border-radius: 6px;
	background: var(--of-panel-soft);
	overflow: hidden;
}

.of-crew-avatar img {
	display: block;
	max-width: 88px;
	max-height: 110px;
}

.of-crew-name {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 12pt;
	text-decoration: none;
}

.of-crew-meta {
	color: var(--of-muted);
	line-height: 1.45;
}

.of-crew-actions {
	display: flex;
	gap: 6px;
	align-items: center;
	margin-top: 10px;
}

.of-watched-table td {
	padding: 7px 8px;
	vertical-align: middle;
}

.of-watched-table .of-watched-forum,
.of-watched-table .of-watched-topic {
	text-align: left;
}

.of-wiki-layout {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.of-wiki-head {
	padding: 14px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel);
}

.of-wiki-sidebar {
	position: sticky;
	top: 10px;
}

.of-wiki-actions,
.of-inline-form {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.of-wiki-search input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 180px;
}

.of-wiki-search .of-inline-form {
	align-items: stretch;
}

.of-radio-line {
	display: block;
	margin-top: 8px;
}

.of-wiki-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.of-wiki-list li {
	margin: 0 0 6px;
}

.of-wiki-stats {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 12px;
	margin: 0;
}

.of-wiki-stats dt {
	color: var(--of-muted);
}

.of-wiki-stats dd {
	margin: 0;
	font-weight: 700;
	color: var(--of-green);
}

.of-wiki-note {
	padding: 10px;
	border-left: 4px solid var(--of-amber);
	background: var(--of-panel-soft);
}

.of-wiki-content img {
	max-width: 100%;
	height: auto;
}

.of-wiki-tabs {
	display: flex;
	gap: 6px;
	margin-bottom: 12px;
	padding: 6px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel-soft);
	flex-wrap: wrap;
}

.of-wiki-tabs a,
.of-wiki-tabs span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: var(--of-link);
	text-decoration: none;
	font-weight: 700;
}

.of-wiki-tabs span {
	color: var(--of-muted);
}

.of-wiki-tabs a.is-active {
	border-color: var(--of-line);
	background: var(--of-panel);
	color: var(--of-green);
}

.of-wiki-tabs em {
	font-style: normal;
	color: var(--of-muted);
}

.of-wiki-article,
.of-wiki-empty-state {
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel);
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(22,32,20,0.11);
}

.of-wiki-article-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
	padding: 14px;
	border-bottom: 1px solid var(--of-line-soft);
	background: var(--of-panel-soft);
}

.of-wiki-kicker {
	margin-bottom: 3px;
	color: var(--of-muted);
	font-size: 12px;
	font-weight: 700;
}

.of-wiki-article-head h2,
.of-wiki-empty-state h2 {
	margin: 0;
	color: var(--of-green);
	font-size: 22px;
	line-height: 1.25;
}

.of-wiki-article-head p {
	margin: 5px 0 0;
	color: var(--of-muted);
	line-height: 1.45;
}

.of-wiki-article-body,
.of-wiki-preview-body {
	padding: 16px;
	line-height: 1.62;
}

.of-wiki-version-note {
	margin-top: 18px;
	padding: 10px;
	border-left: 4px solid var(--of-amber);
	background: var(--of-panel-soft);
	color: var(--of-muted);
}

.of-wiki-tools,
.of-wiki-options-panel {
	margin: 0 14px 14px;
	padding: 12px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel-soft);
}

.of-wiki-tools h3,
.of-wiki-options-panel h3 {
	margin: 0 0 10px;
	color: var(--of-green);
	font-size: 15px;
}

.of-wiki-tool-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.of-wiki-tool-grid a,
.of-wiki-aliases a,
.of-wiki-admin-tools a,
.of-wiki-result,
.of-wiki-version-row {
	border: 1px solid var(--of-line-soft);
	border-radius: 6px;
	background: var(--of-panel);
	text-decoration: none;
}

.of-wiki-tool-grid a {
	padding: 9px;
	color: var(--of-link);
	font-weight: 700;
}

.of-wiki-aliases,
.of-wiki-legend,
.of-wiki-admin-tools {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 12px;
}

.of-wiki-aliases a {
	padding: 4px 8px;
	color: var(--of-link);
}

.of-wiki-legend span {
	color: var(--of-muted);
}

.of-wiki-admin-tools {
	padding-top: 10px;
	border-top: 1px solid var(--of-line-soft);
}

.of-wiki-admin-tools a {
	padding: 5px 8px;
	color: #9b2d24;
}

.of-wiki-empty-state {
	padding: 18px;
}

.of-wiki-empty-state p,
.of-wiki-empty-state li {
	line-height: 1.55;
}

.of-wiki-empty-state ul {
	margin: 12px 0;
	padding-left: 20px;
}

.of-wiki-result-list,
.of-wiki-version-list,
.of-wiki-checks {
	display: grid;
	gap: 8px;
	padding: 14px;
}

.of-wiki-result,
.of-wiki-version-row {
	display: grid;
	grid-template-columns: auto minmax(140px, 1fr) auto minmax(180px, 2fr);
	gap: 10px;
	align-items: center;
	padding: 10px;
	color: inherit;
}

.of-wiki-result span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--of-panel-soft);
	color: var(--of-muted);
	font-weight: 700;
}

.of-wiki-result strong,
.of-wiki-version-row strong {
	color: var(--of-link);
}

.of-wiki-result em,
.of-wiki-version-row em {
	color: var(--of-green);
	font-style: normal;
	font-weight: 700;
}

.of-wiki-result small,
.of-wiki-version-row small {
	color: var(--of-muted);
	line-height: 1.35;
}

.of-wiki-version-row {
	grid-template-columns: minmax(140px, auto) minmax(120px, auto) minmax(90px, auto) minmax(180px, 1fr);
}

.of-wiki-check {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4px 10px;
	padding: 10px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel-soft);
}

.of-wiki-check span {
	font-weight: 700;
}

.of-wiki-check.is-ok span {
	color: var(--of-green);
}

.of-wiki-check.is-blocked span {
	color: #9b2d24;
}

.of-wiki-check p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--of-muted);
	line-height: 1.4;
}

.of-wiki-message {
	margin: 14px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid var(--of-line-soft);
	background: var(--of-panel-soft);
	line-height: 1.5;
}

.of-wiki-message.is-ok {
	border-left: 4px solid var(--of-green);
}

.of-wiki-message.is-warn {
	border-left: 4px solid var(--of-amber);
}

.of-wiki-message.is-error {
	border-left: 4px solid #9b2d24;
}

.of-wiki-start-form,
.of-wiki-form-actions {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.of-wiki-edit-form,
.of-wiki-preview-form {
	padding: 14px;
}

.of-wiki-edit-form label,
.of-wiki-options-panel label {
	display: block;
	margin-bottom: 12px;
	font-weight: 700;
}

.of-wiki-edit-form label span,
.of-wiki-options-panel label span {
	display: block;
	margin-bottom: 5px;
}

.of-wiki-edit-form textarea,
.of-wiki-edit-form input[type="text"],
.of-wiki-options-panel input[type="text"],
.of-wiki-timer-form input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid var(--of-line);
	border-radius: 6px;
	background: var(--of-panel);
	color: inherit;
}

.of-wiki-edit-form textarea {
	min-height: 360px;
	padding: 10px;
	font-family: monospace;
	line-height: 1.45;
}

.of-wiki-edit-form input[type="text"],
.of-wiki-options-panel input[type="text"],
.of-wiki-timer-form input[type="text"] {
	min-height: 32px;
	padding: 0 8px;
}

.of-wiki-checkbox {
	display: flex !important;
	gap: 8px;
	align-items: flex-start;
}

.of-wiki-checkbox span {
	margin: 0 !important;
}

.of-wiki-hidden-fields {
	display: none;
}

.of-wiki-help-list {
	margin: 0 0 10px;
	padding-left: 18px;
}

.of-wiki-timer-form {
	display: grid;
	gap: 8px;
}

.of-wiki-float {
	float: right;
	clear: right;
	width: min(210px, 45%);
	margin: 0 0 12px 14px;
	padding: 8px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel-soft);
	font-size: 12px;
}

.of-wiki-csv {
	width: 100%;
	margin: 12px 0;
	border-collapse: collapse;
}

.of-wiki-csv th,
.of-wiki-csv td {
	padding: 7px 8px;
	border: 1px solid var(--of-line);
	text-align: left;
}

.mark {
	padding: 0 2px;
	border-radius: 3px;
	background: #f1c35d;
	color: #2f2712;
}

.of-calendar-head {
	padding: 12px 14px;
	border: 1px solid var(--of-line-soft);
	border-radius: 8px;
	background: var(--of-panel);
}

.of-calendar-help {
	max-width: 720px;
	margin: 6px 0 0;
	color: #4c5a42;
	font-size: 13px;
	line-height: 1.45;
}

#of-calendar-month {
	transition: opacity 0.16s ease;
}

#of-calendar-month.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.of-calendar-page select {
	max-width: 260px;
}

.of-calendar-widget {
	border: 1px solid var(--of-line);
	border-radius: 8px;
	background: var(--of-panel);
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(22,32,20,0.11);
}

.of-calendar-toolbar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 12px;
	background: var(--of-panel-soft);
	border-bottom: 1px solid var(--of-line-soft);
}

.of-calendar-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.of-calendar-navbtn,
.of-calendar-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--of-line);
	border-radius: 6px;
	background: #ffffff;
	color: var(--of-link);
	font-weight: 700;
	text-decoration: none;
}

.of-calendar-weekdays,
.of-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.of-calendar-weekday {
	padding: 9px 10px;
	background: var(--of-green);
	color: #f6cf78;
	font-weight: 700;
	text-align: center;
}

.of-calendar-day,
.of-calendar-empty-day {
	min-height: 128px;
	padding: 8px;
	border-top: 1px solid var(--of-line-soft);
	border-left: 1px solid var(--of-line-soft);
	background: var(--of-panel);
}

.of-calendar-day:nth-child(7n+1),
.of-calendar-empty-day:nth-child(7n+1) {
	border-left: 0;
}

.of-calendar-empty-day {
	background: rgba(238,242,234,0.55);
}

.of-calendar-date {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	min-height: 25px;
	margin-bottom: 6px;
	border-radius: 999px;
	background: var(--of-panel-soft);
	color: var(--of-green);
	font-weight: 700;
	text-decoration: none;
}

.of-calendar-events {
	display: grid;
	gap: 5px;
}

.of-calendar-event {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	min-height: 23px;
}

.of-calendar-event a {
	display: inline-block;
	padding: 3px 6px;
	border: 1px solid var(--of-line-soft);
	border-radius: 5px;
	background: #ffffff;
	text-decoration: none;
	line-height: 1.25;
}

.of-calendar-event-empty {
	min-height: 20px;
}

.of-calendar-compact-toggle {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 8px;
}

.of-blocker-list {
	display: grid;
	gap: 8px;
	margin: 10px 0 14px;
	padding: 0;
	list-style: none;
}

.of-blocker-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 10px;
	border: 1px solid var(--of-line-soft);
	border-radius: 6px;
	background: var(--of-panel-soft);
}

.of-blocker-list form {
	margin: 0;
}

.of-forum-ignore-form h3 {
	margin: 16px 0 8px;
	font-size: 15px;
	color: var(--of-green);
}

.of-forum-ignore-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 6px;
}

.of-check-row {
	display: flex;
	gap: 7px;
	align-items: flex-start;
	padding: 7px 8px;
	border: 1px solid var(--of-line-soft);
	border-radius: 6px;
	background: var(--of-panel);
}

.of-check-row.is-muted {
	background: #fff4c8;
}

.of-form-actions {
	margin-top: 14px;
}

.of-alert {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px solid var(--of-line);
	background: var(--of-panel-soft);
	font-weight: 700;
}

.of-alert-success {
	border-color: #96b589;
	color: #20552b;
}

.of-alert-error {
	border-color: #d49a84;
	color: #873017;
}

#of-footer {
	margin-top: 6px;
	margin-bottom: 24px;
	padding-top: 18px;
	padding-bottom: 22px;
	border-top: 1px solid var(--of-line);
	color: var(--of-muted);
	text-align: left;
}

.of-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	align-items: center;
	margin-bottom: 10px;
}

.of-footer-links a,
.of-footer-links .copyright {
	color: var(--of-link);
	font-size: 9pt;
	text-decoration: none;
}

.of-footer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	font-size: 8pt;
}

html.of-theme-dark {
	background: #181a15;
}

html.of-theme-dark body {
	background-color: #181a15;
	color: #e5e8dc;
}

html.of-theme-dark a:link,
html.of-theme-dark a:active,
html.of-theme-dark a:visited,
html.of-theme-dark a.gen,
html.of-theme-dark a.genmed,
html.of-theme-dark a.gensmall,
html.of-theme-dark a.mainmenu,
html.of-theme-dark a.nav,
html.of-theme-dark a.forumlink,
html.of-theme-dark a.topictitle {
	color: #9cc7ff;
}

html.of-theme-dark a:hover,
html.of-theme-dark a.gen:hover,
html.of-theme-dark a.genmed:hover,
html.of-theme-dark a.gensmall:hover,
html.of-theme-dark a.mainmenu:hover,
html.of-theme-dark a.nav:hover,
html.of-theme-dark a.forumlink:hover,
html.of-theme-dark a.topictitle:hover {
	color: #f2bf72;
}

html.of-theme-dark #topline {
	background: linear-gradient(180deg, #171d15 0%, #0f140e 100%);
	border-color: #2c3428;
}

html.of-theme-dark #topnav {
	background: #11150f;
	border-color: #2c3428;
}

html.of-theme-dark #topline .toplinelink {
	border-left-color: #a77b31;
	color: #dfe6d3;
}

html.of-theme-dark #topline .of-topline-user {
	border-color: rgba(255,255,255,0.12);
	background: rgba(255,255,255,0.05);
	color: #eef2e8;
}

html.of-theme-dark #topline .of-topline-logout {
	border-color: rgba(255,255,255,0.18);
	background: #a95624;
	color: #ffffff;
}

html.of-theme-dark #topline .of-topline-logout:hover {
	background: #bc6429;
	color: #ffffff;
}

html.of-theme-dark .forumline {
	border-color: #343d30;
	background: #30382b;
	box-shadow: none;
}

html.of-theme-dark #of-page table.forumline > tbody > tr > th,
html.of-theme-dark #of-page table.forumline > tbody > tr > td,
html.of-theme-dark td.row1,
html.of-theme-dark td.row2,
html.of-theme-dark td.row3,
html.of-theme-dark td.row3Right,
html.of-theme-dark td.spaceRow,
html.of-theme-dark td.rowpic,
html.of-theme-dark td.cat,
html.of-theme-dark td.catHead,
html.of-theme-dark td.catSides,
html.of-theme-dark td.catLeft,
html.of-theme-dark td.catRight,
html.of-theme-dark td.catBottom {
	border-color: #343a30;
}

html.of-theme-dark th {
	background: #17291d;
	color: #f0ca79;
}

html.of-theme-dark td.row1,
html.of-theme-dark .of-privacy-page,
html.of-theme-dark .of-smilie-scroll,
html.of-theme-dark .of-guest-search-note,
html.of-theme-dark .of-guest-privacy-note,
html.of-theme-dark .of-panel,
html.of-theme-dark .of-wiki-panel,
html.of-theme-dark .of-wiki-welcome,
html.of-theme-dark .of-wiki-head,
html.of-theme-dark .of-wiki-article,
html.of-theme-dark .of-wiki-empty-state,
html.of-theme-dark .of-faq-section,
html.of-theme-dark .of-crew-card,
html.of-theme-dark .of-calendar-widget,
html.of-theme-dark .of-calendar-day,
html.of-theme-dark .of-calendar-head,
html.of-theme-dark .of-check-row {
	background: #22271f;
	color: #e5e8dc;
}

html.of-theme-dark td.row2,
html.of-theme-dark td.row3,
html.of-theme-dark td.row3Right,
html.of-theme-dark td.rowpic,
html.of-theme-dark .of-calendar-toolbar,
html.of-theme-dark .of-calendar-empty-day,
html.of-theme-dark .of-calendar-date,
html.of-theme-dark .of-wiki-tabs,
html.of-theme-dark .of-wiki-article-head,
html.of-theme-dark .of-wiki-tools,
html.of-theme-dark .of-wiki-options-panel,
html.of-theme-dark .of-wiki-check,
html.of-theme-dark .of-wiki-message,
html.of-theme-dark .of-wiki-float,
html.of-theme-dark .of-crew-avatar {
	background: #2b3128;
	color: #e5e8dc;
}

html.of-theme-dark .of-calendar-help {
	color: #b8c4aa;
}

html.of-theme-dark .of-wiki-tabs a.is-active,
html.of-theme-dark .of-wiki-tool-grid a,
html.of-theme-dark .of-wiki-aliases a,
html.of-theme-dark .of-wiki-admin-tools a,
html.of-theme-dark .of-wiki-result,
html.of-theme-dark .of-wiki-version-row,
html.of-theme-dark .of-wiki-edit-form textarea,
html.of-theme-dark .of-wiki-edit-form input[type="text"],
html.of-theme-dark .of-wiki-options-panel input[type="text"],
html.of-theme-dark .of-wiki-timer-form input[type="text"] {
	background: #22271f;
	color: #e5e8dc;
}

html.of-theme-dark .of-wiki-kicker,
html.of-theme-dark .of-wiki-article-head p,
html.of-theme-dark .of-wiki-result small,
html.of-theme-dark .of-wiki-version-row small,
html.of-theme-dark .of-wiki-check p,
html.of-theme-dark .of-wiki-legend span {
	color: #b8c4aa;
}

html.of-theme-dark td.cat,
html.of-theme-dark td.catHead,
html.of-theme-dark td.catSides,
html.of-theme-dark td.catLeft,
html.of-theme-dark td.catRight,
html.of-theme-dark td.catBottom {
	background: #30382b;
}

html.of-theme-dark .gen,
html.of-theme-dark .genmed,
html.of-theme-dark .gensmall,
html.of-theme-dark .postdetails,
html.of-theme-dark .postbody,
html.of-theme-dark .name,
html.of-theme-dark .maintitle,
html.of-theme-dark .cattitle {
	color: #e5e8dc;
}

html.of-theme-dark input,
html.of-theme-dark textarea,
html.of-theme-dark select {
	border-color: #5b6953;
	background: #151914;
	color: #f0f2e8;
}

html.of-theme-dark input.button,
html.of-theme-dark input.liteoption,
html.of-theme-dark input.mainoption,
html.of-theme-dark button,
html.of-theme-dark .of-theme-toggle,
html.of-theme-dark .of-button-secondary,
html.of-theme-dark .of-calendar-navbtn,
html.of-theme-dark .of-calendar-more,
html.of-theme-dark .of-calendar-event a {
	border-color: #65775d;
	background: #273021;
	color: #f0f2e8;
}

html.of-theme-dark .quote,
html.of-theme-dark .code {
	border-color: #4d5b45;
	background: #181c16;
	color: #e5e8dc;
}

html.of-theme-dark .of-imprint-page {
	color: #e5e8dc;
}

html.of-theme-dark .of-imprint-hero {
	border-color: #343d30;
	background: linear-gradient(180deg, #22271f 0%, #1b2018 100%);
	box-shadow: none;
}

html.of-theme-dark .of-imprint-card,
html.of-theme-dark .of-imprint-section {
	border-color: #343a30;
	background: #22271f;
	box-shadow: none;
}

html.of-theme-dark .of-imprint-rule-list article,
html.of-theme-dark .of-imprint-warning,
html.of-theme-dark .of-imprint-law {
	border-color: #343a30;
	background: #2b3128;
	color: #e5e8dc;
}

html.of-theme-dark .of-imprint-kicker,
html.of-theme-dark .of-imprint-note {
	color: #bfc8b8;
}

html.of-theme-dark .of-imprint-hero h1,
html.of-theme-dark .of-imprint-card h2,
html.of-theme-dark .of-imprint-section h2,
html.of-theme-dark .of-imprint-rule-list h3 {
	color: #f0ca79;
}

html.of-theme-dark .of-imprint-rule-list h4 {
	color: #e5e8dc;
}

html.of-theme-dark .of-post-side-title,
html.of-theme-dark .of-smilie-title,
html.of-theme-dark .of-page-head h1,
html.of-theme-dark .of-wiki-head h1,
html.of-theme-dark .of-calendar-head h1,
html.of-theme-dark .of-faq-head h1,
html.of-theme-dark .of-crew-head h1,
html.of-theme-dark .of-watched-head h1,
html.of-theme-dark .of-panel h2,
html.of-theme-dark .of-wiki-panel h2,
html.of-theme-dark .of-wiki-welcome h2,
html.of-theme-dark .of-faq-section h2,
html.of-theme-dark .of-forum-ignore-form h3 {
	color: #f0ca79;
}

html.of-theme-dark .of-cookiebox {
	background: #22271f;
	color: #e5e8dc;
	border-color: #4d5b45;
}

html.of-theme-dark .of-cookiebox a {
	color: #9cc7ff;
}

html.of-theme-dark .of-image-upload-drop,
html.of-theme-dark .of-image-upload-item,
html.of-theme-dark .of-image-upload-progress {
	background: #181c16;
	border-color: #6e7e65;
	color: #e5e8dc;
}

html.of-theme-dark .of-image-upload-hint,
html.of-theme-dark .of-image-upload-item span {
	color: #c7cfbf;
}

html.of-theme-dark .of-image-upload-title {
	color: #f0ca79;
}

html.of-theme-dark .of-username-link {
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}

html.of-theme-dark #of-footer {
	border-top-color: #3f4b39;
	color: #bfc8b8;
}

@media (max-width: 800px) {
	#topline {
		height: auto;
		padding: 0;
	}

	.of-topline-shell {
		display: block;
		min-height: 0;
		padding: 5px 10px;
	}

	#topline .toplinelink {
		padding-left: 8px;
		font-size: 9pt;
	}

	#topline .of-topline-user {
		display: inline-block;
		margin-top: 5px;
		white-space: normal;
	}

	#of-brandbar {
		display: block;
		min-height: 0;
		padding-top: 8px;
		padding-bottom: 10px;
	}

	#of-logo {
		min-width: 0;
	}

	#of-logo img {
		max-height: 86px;
	}

	#of-head-tools {
		float: none;
		flex-wrap: wrap;
		margin: 0;
		padding: 6px 8px;
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}

	#of-head-tools input[type="text"],
	#of-head-tools input[type="password"] {
		width: 116px !important;
	}

	ul.dropdown {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-right: 0;
	}

	ul.dropdown li {
		flex: 0 0 auto;
	}

	ul.dropdown ul {
		display: none;
	}

	#of-page {
		margin-top: 10px;
		padding-right: 8px;
		padding-left: 8px;
	}

	#of-page table[width="700"],
	#of-page textarea,
	#taposting,
	input[name="helpbox"] {
		width: 100% !important;
		max-width: 100% !important;
	}

	.maintitle {
		font-size: 17px;
	}

	.of-smilie-scroll {
		max-height: 180px;
	}

	.of-page-head,
	.of-wiki-head,
	.of-calendar-head,
	.of-faq-head,
	.of-crew-head,
	.of-watched-head {
		display: block;
	}

	.of-imprint-hero {
		display: block;
		padding: 14px;
	}

	.of-imprint-hero img {
		display: none;
	}

	.of-imprint-grid,
	.of-imprint-rule-list {
		grid-template-columns: 1fr;
	}

	.of-wiki-actions {
		margin-top: 8px;
	}

	.of-wiki-layout {
		display: block;
	}

	.of-wiki-sidebar {
		position: static;
		margin-bottom: 12px;
	}

	.of-wiki-article-head,
	.of-wiki-result,
	.of-wiki-version-row,
	.of-wiki-tool-grid {
		display: block;
	}

	.of-wiki-article-head .of-button-secondary {
		margin-top: 8px;
	}

	.of-wiki-result > *,
	.of-wiki-version-row > * {
		display: block;
		margin-bottom: 4px;
	}

	.of-wiki-float {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.of-calendar-weekdays,
	.of-calendar-grid {
		min-width: 720px;
	}

	#of-calendar-month {
		overflow-x: auto;
	}

	.of-blocker-list li {
		align-items: flex-start;
		flex-direction: column;
	}

	.of-footer-links,
	.of-footer-meta {
		display: block;
	}

	.of-footer-links a,
	.of-footer-links .copyright,
	.of-footer-meta span {
		display: inline-block;
		margin: 0 10px 8px 0;
	}
}
