/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: proSilver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by:
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* General proSilver Markup Styles
---------------------------------------- */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
background: #e8e8eb none 6px 8px no-repeat;
border: 1px solid #dbdbdb;
font-size: 0.95em;
margin: 0.5em 1px 0 25px;
overflow: hidden;
padding: 7px 7px 3px 30px;
}
blockquote blockquote {
/* Nested quotes */
background-color: #bababa;
font-size: 12px;
margin: 0.5em 1px 0 15px;
}
blockquote blockquote blockquote {
/* Nested quotes */
background-color: #e4e4e4;
}
blockquote cite {
/* Username/source of quoter */
font-style: normal;
font-weight: bold;
margin-left: 20px;
display: block;
font-size: 10px;
}
blockquote cite cite {
font-size: 12em;
}
blockquote.uncited {
padding-top: 25px;
}
/*Code-Formatierung*/
.bbcode_code {padding: 10px; font-family: Courier !important; white-space:pre-wrap; width: 700px;}
.bbcode_code_line {float: left; font-weight: bold; border-right: 1px solid ; padding: 0px 10px 0px 10px; margin: 0px 10px 0px 0px; font-family: Courier !important; color: ;}
.bbcode_code_code { font-family: Courier !important; overflow: auto;}
/* set 95% to either % or px */

.widget_add{background-color:white;}
.widget_calendar_integration_name{
background-color: red;
font-weight:bold;
padding: 3px 3px 3px 3px;
}
.widget_calendar_integration_name a{
color: black;
}
.widget_calendar_integration_description {
background-color: white;
padding: 3px 3px 3px 3px;
}
.widget_calendar_integration {
background-color: white;
border: 1px solid black;
margin: 2px 2px 2px 2px;
overflow: hidden;
width: 100px;
}
.widget_picture_integration {
background-color: white;
border: 1px solid black;
}
#widget_view_body .image{margin-left: 5px;}
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 100%;
margin-bottom: 1px;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
/* font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 12px;
margin: 0;
padding: 0px;
}
h1 {
/* Forum name */
font-family: "Trebuchet MS","Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
margin-right: 200px;
color: #FFFFFF;
margin-top: 15px;
font-weight: bold;
font-size: 15px;
}
h2 {
/* Forum header titles */
font-family:"Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
font-weight: normal;
color: #3f3f3f;
font-size: 15px;
margin: 0.8em 0 0.2em 0;
}
h2.solo {
margin-bottom: 1em;
}
h3 {
/* Sub-headers (also used as post headers, but defined later) */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid #cccccc;
margin-bottom: 3px;
padding-bottom: 2px;
font-size: 15px;
color: #989898;
margin-top: 20px;
}
h4 {
/* Forum and topic list titles */
font-family: "Trebuchet MS","Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
font-size: 1.3em;
}
p {
line-height: 1.3em;
font-size: 12px;
margin-bottom: 1.5em;
}
img {
border-width: 0;
}
hr {
/* Also see tweaks.css */
border: 0 none #FFFFFF;
border-top: 1px solid #cccccc;
height: 1px;
margin: 5px 0;
display: block;
clear: both;
}
hr.dashed {
border-top: 1px dashed #cccccc;
margin: 10px 0;
}
hr.divider {
display: none;
}
p.right {
text-align: right;
}
/* Main blocks
---------------------------------------- */
#wrap {
margin: 0px auto;
padding: 0px;
width: 95%;
min-width: 650px;
}
#simple-wrap {
padding: 6px 10px;
}
#page-body {
margin: 4px 0;
clear: both;
}
#page-footer {
clear: both;
}
#page-footer h3 {
margin-top: 20px;
}
#logo {
float: left;
width: auto;
padding: 10px 13px 0 10px;
}
a#logo:hover {
text-decoration: none;
}
/* Search box
--------------------------------------------- */
#search-box {
color: #FFFFFF;
position: relative;
margin-right: 5px;
display: block;
float: right;
text-align: right;
white-space: nowrap; /* For Opera */
}
#search-box #keywords {
width: 115px;
background-color: #FFF;
}
#search-box input {
border: 1px solid #b0b0b0;
}
/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
padding: 1px 5px;
}
#search-box li {
text-align: right;
margin-top: 4px;
}
#search-box img {
vertical-align: middle;
margin-right: 3px;
}
/* Site description and logo */
#site-description {
float: left;
width: 70%;
}
#site-description h1 {
margin-right: 0;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
background: #e8e8eb none repeat-x 0 0;
color: #FFFFFF;
margin-bottom: 4px;
padding: 0 5px;
}
.navbar {
background-color: #e8e8eb;
padding: 0 10px;
}
.forabg {
background: #b1b1b1 none repeat-x 0 0;
margin-bottom: 4px;
padding: 0 5px;
clear: both;
}
.forumbg {
background: #e8e8eb none repeat-x 0 0;
margin-bottom: 4px;
padding: 0 5px;
clear: both;
}
.panel {
margin-bottom: 4px;
padding: 0 10px;
background-color: #f3f3f3;
color: #3f3f3f;
}
.post {
padding: 0 10px;
margin-bottom: 4px;
background-repeat: no-repeat;
background-position: 100% 0;
}
.post:target .content {
color: #000000;
}
.post:target h3 a {
color: #000000;
}
.bg1 { background-color: #e8e8eb;}
.bg2 { background-color: #f0f1f3; }
.bg3 { background-color: #e8e8eb; }
.rowbg {
margin: 5px 5px 2px 5px;
}
.ucprowbg {
background-color: #e2e2e2;
}
.fieldsbg {
/*border: 1px #DBDEE2 solid;*/
background-color: #eaeaea;
}
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
font-size: 1px;
line-height: 1px;
display: block;
height: 5px;
background-repeat: no-repeat;
}
span.corners-top {
background-image: none;
background-position: 0 0;
margin: 0 -5px;
}
span.corners-top span {
background-image: none;
background-position: 100% 0;
}
span.corners-bottom {
background-image: none;
background-position: 0 100%;
margin: 0 -5px;
clear: both;
}
span.corners-bottom span {
background-image: none;
background-position: 100% 100%;
}
.headbg span.corners-bottom {
margin-bottom: -1px;
}
.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
margin: 0 -10px;
}
.rules span.corners-top {
margin: 0 -10px 5px -10px;
}
.rules span.corners-bottom {
margin: 5px -10px 0 -10px;
}
/* Horizontal lists
----------------------------------------*/
ul.linklist {
display: block;
margin: 0;
}
ul.linklist li {
display: block;
list-style-type: none;
float: left;
width: auto;
margin-right: 5px;
font-size: 12px;
line-height: 2.2em;
}
ul.linklist li.rightside, p.rightside {
float: right;
margin-right: 0;
margin-left: 5px;
text-align: right;
}
ul.navlinks {
padding-bottom: 1px;
margin-bottom: 1px;
border-bottom: 1px solid #FFFFFF;
font-weight: bold;
}
ul.leftside {
float: left;
margin-left: 0;
margin-right: 5px;
text-align: left;
}
ul.rightside {
float: right;
margin-left: 5px;
margin-right: -5px;
text-align: right;
}
/* Table styles
----------------------------------------*/
table.table1 {
/* See tweaks.css */
}
#ucp-main table.table1 {
padding: 2px;
}
table.table1 thead th {
font-weight: normal;
text-transform: uppercase;
color: #FFFFFF;
line-height: 1.3em;
font-size: 12px;
padding: 0 0 4px 3px;
}
table.table1 thead th span {
padding-left: 7px;
}
table.table1 tbody tr {
border: 1px solid #cfcfcf;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
background-color: #f6f6f6;
color: #000;
}
table.table1 td {
color: #6a6a6a;
font-size: 12px;
}
table.table1 tbody td {
padding: 5px;
border-top: 1px solid #FAFAFA;
}
table.table1 tbody th {
padding: 5px;
border-bottom: 1px solid #000000;
text-align: left;
color: #333333;
background-color: #FFFFFF;
}
/* Specific column styles */
table.table1 .name { text-align: left; }
table.table1 .posts { text-align: center !important; width: 7%; }
table.table1 .joined { text-align: left; width: 15%; }
table.table1 .active { text-align: left; width: 15%; }
table.table1 .mark { text-align: center; width: 7%; }
table.table1 .info { text-align: left; width: 30%; }
table.table1 .info div { width: 100%; white-space: nowrap; overflow: hidden; }
table.table1 .autocol { line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }
table.table1 span.rank-img {
float: right;
width: auto;
}
table.info td {
padding: 3px;
}
table.info tbody th {
padding: 3px;
text-align: right;
vertical-align: top;
color: #000000;
font-weight: normal;
}
.forumbg table.table1 {
margin: 0 -2px -1px -1px;
}
/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
Also see tweaks.css */
.column1 {
float: left;
clear: left;
width: 49%;
}
.column2 {
float: right;
clear: right;
width: 49%;
}
/* General classes for placing floating blocks */
.left-box {
float: left;
width: auto;
text-align: left;
}
.right-box {
float: right;
width: auto;
text-align: right;
}
dl.details {
/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
font-size: 12px;
}
dl.details dt {
float: left;
clear: left;
width: 30%;
text-align: right;
color: #000000;
display: block;
}
dl.details dd {
margin-left: 0;
padding-left: 5px;
margin-bottom: 5px;
color: #828282;
float: left;
width: 65%;
}
/* Pagination
---------------------------------------- */
.pagination {
height: 1%; /* IE tweak (holly hack) */
width: auto;
text-align: right;
margin-top: 5px;
float: right;
display: inline;
}
.pagination span.page-sep {
display: none;
}
li.pagination {
margin-top: 0px;
}
.pagination strong, .pagination b {
font-weight: normal;
}
.pagination span strong {
padding: 2px 2px;
margin: 0 2px;
font-weight: normal;
color: #FFFFFF;
background-color: #bfbfbf;
border: 1px solid #bfbfbf;
font-size: 10px;
}
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
font-weight: normal;
text-decoration: none;
color: #747474;
margin: 0 2px;
padding: 0 2px;
background-color: #eeeeee;
border: 1px solid #bababa;
font-size: 10px;
}
.pagination span a:hover {
border-color: #d2d2d2;
background-color: #d2d2d2;
color: #FFF;
text-decoration: none;
}
.pagination img {
vertical-align: middle;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
display: inline;
float: right;
margin-top: 0px;
padding: 1px 0 1px 15px;
font-size: 10px;
background: none 0 50% no-repeat;
}
.row .pagination span a, li.pagination span a {
background-color: #FFFFFF;
}
.row .pagination span a:hover, li.pagination span a:hover {
background-color: #d2d2d2;
}
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
float: right;
width: auto;
padding-left: 5px;
margin-left: 5px;
margin-top: 10px;
text-align: right;
}
.copyright {
padding: 5px;
text-align: center;
color: #555555;
}
.small {
font-size: 10px !important;
}
.titlespace {
margin-bottom: 15px;
}
.headerspace {
margin-top: 20px;
}
.error {
color: #bcbcbc;
font-weight: bold;
font-size: 12px;
}
.reported {
background-color: #e8e8eb ;
}
li.reported:hover {
background-color: #ececec;
}
div.rules {
background-color: #ececec;
color: #bcbcbc;
padding: 0 10px;
margin: 10px 0;
font-size: 12px;
}
div.rules ul {
margin-left: 20px;
}
p.rules {
background-color: #ececec;
background-image: none;
padding: 5px;
}
p.rules img {
vertical-align: middle;
}
p.rules a {
vertical-align: middle;
clear: both;
}
#top {
position: absolute;
top: -20px;
}
.clear {
display: block;
clear: both;
font-size: 1px;
line-height: 1px;
background: transparent;
}
/* proSilver Link Styles
---------------------------------------- */
a:link { color: #898989; text-decoration: none; }
a:visited { color: #898989; text-decoration: none; }
a:hover { color: #d3d3d3; text-decoration: underline; }
a:active { color: #d2d2d2; text-decoration: none; }
/* Coloured usernames */
.username-coloured {
font-weight: bold;
display: inline !important;
}
/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
color: #FFFFFF;
text-decoration: none;
}
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
color: #FFFFFF;
text-decoration: none;
}
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
color: #FFFFFF;
text-decoration: underline;
}
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
color: #FFFFFF;
text-decoration: none;
}
/* Links for forum/topic lists */
a.forumtitle {
font-family:"Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
font-size: 15px;
font-weight: bold;
color: #898989;
text-decoration: none;
}
/* a.forumtitle:visited { color: #898989; } */
a.forumtitle:hover {
color: #bcbcbc;
text-decoration: underline;
}
a.forumtitle:active {
color: #898989;
}
a.topictitle {
font-family: "Trebuchet MS","Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
font-size: 15px;
font-weight: bold;
color: #898989;
text-decoration: none;
}
/* a.topictitle:visited { color: #d2d2d2; } */
a.topictitle:hover {
color: #bcbcbc;
text-decoration: underline;
}
a.topictitle:active {
color: #898989;
}
/* Post body links */
.postlink {
text-decoration: none;
color: #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 0;
}
.postlink:visited {
color: #bdbdbd;
border-bottom-style: dotted;
border-bottom-color: #666666;
}
.postlink:active {
color: #d2d2d2;
}
.postlink:hover {
background-color: #f6f6f6;
text-decoration: none;
color: #404040;
}
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
border: none;
text-decoration: underline;
background-color: transparent;
}
/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
color: #898989;
text-decoration: none;
}
.postprofile a:hover, .postprofile dt.author a:hover {
text-decoration: underline;
color: #d3d3d3;
}
/* Profile searchresults */
.search .postprofile a {
color: #898989;
text-decoration: none;
font-weight: normal;
}
.search .postprofile a:hover {
color: #d3d3d3;
text-decoration: underline;
}
/* Back to top of page */
.back2top {
clear: both;
height: 11px;
text-align: right;
}
a.top {
background: none no-repeat top left;
text-decoration: none;
width: 11px;
height: 11px;
display: block;
float: right;
overflow: hidden;
letter-spacing: 1000px;
text-indent: 11px;
}
a.top2 {
background: none no-repeat 0 50%;
text-decoration: none;
padding-left: 15px;
}
/* Arrow links */
a.up { background: none no-repeat left center; }
a.down { background: none no-repeat right center; }
a.left { background: none no-repeat 3px 60%; }
a.right { background: none no-repeat 95% 60%; }
a.up, a.up:link, a.up:active, a.up:visited {
padding-left: 10px;
text-decoration: none;
border-bottom-width: 0;
}
a.up:hover {
background-position: left top;
background-color: transparent;
}
a.down, a.down:link, a.down:active, a.down:visited {
padding-right: 10px;
}
a.down:hover {
background-position: right bottom;
text-decoration: none;
}
a.left, a.left:active, a.left:visited {
padding-left: 12px;
}
a.left:hover {
color: #d2d2d2;
text-decoration: none;
background-position: 0 60%;
}
a.right, a.right:active, a.right:visited {
padding-right: 12px;
}
a.right:hover {
color: #d2d2d2;
text-decoration: none;
background-position: 100% 60%;
}
/* proSilver Content Styles
---------------------------------------- */
ul.topiclist {
display: block;
list-style-type: none;
margin: 0;
}
ul.forums {
background: #f9f9f9 none repeat-x 0 0;
}
ul.topiclist li {
display: block;
list-style-type: none;
color: #777777;
margin: 0;
}
ul.topiclist dl {
position: relative;
}
ul.topiclist li.row dl {
padding: 2px 0;
}
ul.topiclist dt {
display: block;
float: left;
width: 50%;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
}
ul.topiclist dd {
display: block;
float: left;
border-left: 1px solid #FFFFFF;
padding: 4px 0;
}
ul.topiclist dfn {
/* Labels for post/view counts */
display: none;
}
ul.topiclist li.row dt a.subforum {
background-image: none;
background-position: 0 50%;
background-repeat: no-repeat;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
}
.forum-image {
float: left;
padding-top: 5px;
margin-right: 5px;
}
li.row {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #373f58;
}
li.row strong {
font-weight: normal;
color: #000000;
}
li.row:hover {
background-color: #f6f6f6;
}
li.row:hover dd {
border-left-color: #cccccc;
}
li.header dt, li.header dd {
line-height: 1em;
border-left-width: 0;
margin: 2px 0 4px 0;
color: #FFFFFF;
padding-top: 2px;
padding-bottom: 2px;
font-size: 12px;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
li.header dt {
font-weight: bold;
}
li.header dd {
margin-left: 1px;
}
li.header dl.icon {
min-height: 0;
}
li.header dl.icon dt {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 50px;
}
/* Forum list column styles */
dl.icon {
min-height: 35px;
background-position: 10px 50%; /* Position of folder icon */
background-repeat: no-repeat;
}
dl.icon dt {
padding-left: 45px; /* Space for folder icon */
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */
}
dd.posts, dd.topics, dd.views{
width: 8%;
text-align: center;
line-height: 2.2em;
font-size: 12px;
}
dd.lastpost {
width: 25%;
text-align: center;
/*line-height: 2.2em;*/
font-size: 12px;
}
dd.redirect {
font-size: 12px;
line-height: 2.5em;
}
dd.moderation {
font-size: 12px;
}
dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
display: block;
padding-left: 5px;
}
dd.lastpost a span{display:inline}
dd.time {
width: auto;
line-height: 200%;
font-size: 12px;
}
dd.extra {
width: 12%;
line-height: 200%;
text-align: center;
font-size: 12px;
}
dd.mark {
float: right !important;
width: 9%;
text-align: center;
line-height: 200%;
font-size: 12px;
}
dd.info {
width: 30%;
}
dd.option {
width: 15%;
line-height: 200%;
text-align: center;
font-size: 12px;
}
dd.searchby {
width: 47%;
font-size: 12px;
line-height: 1em;
}
ul.topiclist dd.searchextra {
margin-left: 5px;
padding: 0.2em 0;
font-size: 15em;
color: #333333;
border-left: none;
clear: both;
width: 98%;
overflow: hidden;
}
/* Container for post/reply buttons and pagination */
.topic-actions {
margin-bottom: 3px;
font-size: 12px;
height: 28px;
min-height: 28px;
}
div[class].topic-actions {
height: auto;
}
/* Post body styles
----------------------------------------*/
.postbody {
padding: 0;
line-height: 1.48em;
color: #333333;
width: 76%;
float: left;
clear: both;
}
.postbody .ignore {
font-size: 12px;
}
.postbody .first {
/* The first post on the page uses this */
font-size: 12px !important;
}
.postbody h3 {
/* Postbody requires a different h3 format - so change it here */
font-size: 15px !important;
padding: 2px 0 0 0;
margin: 0 0 0.3em 0 !important;
text-transform: none;
border: none;
font-family:"Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
line-height: 125%;
}
.postbody h3 img {
/* Also see tweaks.css */
vertical-align: bottom;
}
.postbody .content {
font-size: 12px !important;
}
.search .postbody {
width: 68%
}
/* Topic review panel
----------------------------------------*/
#review {
margin-top: 2em;
}
#topicreview {
padding-right: 5px;
overflow: auto;
}
#topicreview .postbody {
width: auto;
float: none;
margin: 0;
height: auto;
}
#topicreview .post {
height: auto;
}
#topicreview h2 {
border-bottom-width: 0;
}
/* Content container styles
----------------------------------------*/
.content {
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
font-size: 12px !important;
color: #333333;
}
.content h2, .panel h2 {
font-weight: normal;
color: #989898;
border-bottom: 1px solid #cccccc;
font-size: 15px;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
.panel h3 {
margin: 0.5em 0;
}
.panel p {
font-size: 12px;
margin-bottom: 1em;
line-height: 1.4em;
}
.content p, .content p p {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
font-size: 12px !important;
margin-bottom: 1em;
}
dl.faq {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
font-size: 12px;
margin-top: 1em;
margin-bottom: 2em;
}
dl.faq dt {
font-weight: bold;
color: #333333;
}
.content dl.faq {
font-size: 12px;
margin-bottom: 0.5em;
}
.content li {
list-style-type: inherit;
}
.content ul, .content ol {
margin-bottom: 1em;
margin-left: 3em;
}
.posthilit {
background-color:#f3f3f3 ;
color: #BCBCBC;
padding: 0 2px 1px 2px;
}
.announce, .unreadpost {
/* Highlight the announcements & unread posts box */
border-left-color: #BCBCBC;
border-right-color: #BCBCBC;
}
/* Post author */
p.author {
margin: 0 15em 0.6em 0;
padding: 0 0 5px 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.2em;
}
/* Post signature */
.signature {
margin-top: 1.5em;
padding-top: 0.2em;
font-size: 10px;
border-top: 1px solid #CCCCCC;
clear: left;
line-height: 140%;
overflow: hidden;
width: 100%;
}
dd .signature {
margin: 0;
padding: 0;
clear: none;
border: none;
}
/* Post noticies */
.notice {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
width: auto;
margin-top: 1.5em;
padding-top: 0.2em;
font-size: 12px;
border-top: 1px dashed #CCCCCC;
clear: left;
line-height: 130%;
}
/* Jump to post link for now */
ul.searchresults {
list-style: none;
text-align: right;
clear: both;
}
/* Code block */
dl.codebox {
padding: 3px;
background-color: #FFFFFF;
border: 1px solid #d8d8d8;
font-size: 12px;
}
dl.codebox dt {
text-transform: uppercase;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 3px;
font-size: 12px;
font-weight: bold;
display: block;
}
blockquote dl.codebox {
margin-left: 0;
}
dl.codebox code {
/* Also see tweaks.css */
overflow: auto;
display: block;
height: auto;
max-height: 200px;
white-space: normal;
padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
line-height: 1.3em;
color: #8b8b8b;
margin: 2px 0;
}
.syntaxbg { color: #FFFFFF; }
.syntaxcomment { color: #000000; }
.syntaxdefault { color: #bcbcbc; }
.syntaxhtml { color: #000000; }
.syntaxkeyword { color: #585858; }
.syntaxstring { color: #a7a7a7; }
/* Attachments
----------------------------------------*/
.attachbox {
float: left;
width: auto;
margin: 5px 5px 5px 0;
padding: 6px;
background-color: #FFFFFF;
border: 1px dashed #d8d8d8;
clear: left;
}
.pm-message .attachbox {
background-color: #f3f3f3;
}
.attachbox dt {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
.attachbox dd {
margin-top: 4px;
padding-top: 4px;
clear: left;
border-top: 1px solid #d8d8d8;
}
.attachbox dd dd {
border: none;
}
.attachbox p {
line-height: 110%;
color: #666666;
font-weight: normal;
clear: left;
}
.attachbox p.stats
{
line-height: 110%;
color: #666666;
font-weight: normal;
clear: left;
}
.attach-image {
margin: 3px 0;
width: 100%;
max-height: 350px;
overflow: auto;
}
.attach-image img {
border: 1px solid #999999;
/* cursor: move; */
cursor: default;
}
/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
display: block;
margin-bottom: 4px;
}
div.inline-attachment p {
font-size: 100%;
}
dl.file {
font-family: Verdana, Helvetica, Arial, sans-serif;
display: block;
}
dl.file dt {
text-transform: none;
margin: 0;
padding: 0;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
dl.file dd {
color: #666666;
margin: 0;
padding: 0;
}
dl.thumbnail img {
padding: 3px;
border: 1px solid #666666;
background-color: #FFF;
}
dl.thumbnail dd {
color: #666666;
font-style: italic;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
.attachbox dl.thumbnail dd {
font-size: 100%;
}
dl.thumbnail dt a:hover {
background-color: #EEEEEE;
}
dl.thumbnail dt a:hover img {
border: 1px solid #d2d2d2;
}
/* Post poll styles
----------------------------------------*/
fieldset.polls {
font-family: "Trebuchet MS","Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
}
fieldset.polls dl {
margin-top: 5px;
border-top: 1px solid #e2e2e2;
padding: 5px 0 0 0;
line-height: 120%;
color: #666666;
}
fieldset.polls dl.voted {
font-weight: bold;
color: #000000;
}
fieldset.polls dt {
text-align: left;
float: left;
display: block;
width: 30%;
border-right: none;
padding: 0;
margin: 0;
font-size: 12px;
}
fieldset.polls dd {
float: left;
width: 10%;
border-left: none;
padding: 0 5px;
margin-left: 0;
font-size: 12px;
}
fieldset.polls dd.resultbar {
width: 50%;
}
fieldset.polls dd input {
margin: 2px 0;
}
fieldset.polls dd div {
text-align: right;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-weight: bold;
padding: 0 2px;
overflow: visible;
min-width: 2%;
}
.pollbar1 {
background-color: #aaaaaa;
border-bottom: 1px solid #747474;
border-right: 1px solid #747474;
}
.pollbar2 {
background-color: #bebebe;
border-bottom: 1px solid #8c8c8c;
border-right: 1px solid #8c8c8c;
}
.pollbar3 {
background-color: #D1D1D1;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}
.pollbar4 {
background-color: #e4e4e4;
border-bottom: 1px solid #bebebe;
border-right: 1px solid #bebebe;
}
.pollbar5 {
background-color: #f8f8f8;
border-bottom: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
}
/* Poster profile block
----------------------------------------*/
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
width: 22%;
float: right;
display: inline;
}
.pm .postprofile {
border-left: 1px solid #DDDDDD;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
}
.postprofile strong {
font-weight: normal;
color: #000000;
}
.avatar {
border: none;
margin-bottom: 3px;
}
.online {
background-image: none;
background-position: 100% 0;
background-repeat: no-repeat;
}
/* Poster profile used by search*/
.search .postprofile {
width: 30%;
}
/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
width: 60% !important;
}
dl.pmlist dt textarea {
width: 95%;
}
dl.pmlist dd {
margin-left: 61% !important;
margin-bottom: 2px;
}
/* proSilver Button Styles
---------------------------------------- */
/* Rollover buttons
Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
float: left;
width: auto;
height: auto;
}
/* Rollover state */
.buttons div {
float: left;
margin: 0 5px 0 0;
background-position: 0 100%;
}
/* Rolloff state */
.buttons div a {
display: block;
width: 100%;
height: 100%;
background-position: 0 0;
position: relative;
overflow: hidden;
}
/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span { display: none; }*/
/*.buttons div a:hover { background-image: none; }*/
.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span { background-position: 0 100%; }
/* Big button images */
.reply-icon span { background: transparent none 0 0 no-repeat; }
.post-icon span { background: transparent none 0 0 no-repeat; }
.locked-icon span { background: transparent none 0 0 no-repeat; }
.pmreply-icon span { background: none 0 0 no-repeat; }
.newpm-icon span { background: none 0 0 no-repeat; }
.forwardpm-icon span { background: none 0 0 no-repeat; }
/* Set big button dimensions */
.buttons div.reply-icon { width: 120px; height: 25px; }
.buttons div.post-icon { width: 120px; height: 25px; }
.buttons div.locked-icon { width: 110px; height: 25px; }
.buttons div.pmreply-icon { width: 120px; height: 25px; }
.buttons div.newpm-icon { width: 84px; height: 25px; }
.buttons div.forwardpm-icon { width: 120px; height: 25px; }
/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
display: block;
overflow: hidden;
height: 18px;
text-indent: -5000px;
text-align: left;
background-repeat: no-repeat;
}
a.print {
background-image: none;
width: 22px;
}
a.sendemail {
background-image: none;
width: 22px;
}
a.fontsize {
background-image: none;
background-position: 0 -1px;
width: 29px;
}
a.fontsize:hover {
background-position: 0 -20px;
text-decoration: none;
}
/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
padding-top: 10px;
list-style: none;
}
/* Rollover state */
ul.profile-icons li {
float: left;
margin: 0 6px 3px 0;
background-position: 0 100%;
}
/* Rolloff state */
ul.profile-icons li a {
display: block;
width: 100%;
height: 100%;
background-position: 0 0;
}
/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }
/* Positioning of moderator icons */
.postbody ul.profile-icons {
float: right;
width: auto;
padding: 0;
}
.postbody ul.profile-icons li {
margin: 0 3px;
}
/* Profile & navigation icons */
.email-icon, .email-icon a { background: none top left no-repeat; }
.aim-icon, .aim-icon a { background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a { background: none top left no-repeat; }
.web-icon, .web-icon a { background: none top left no-repeat; }
.msnm-icon, .msnm-icon a { background: none top left no-repeat; }
.icq-icon, .icq-icon a { background: none top left no-repeat; }
.jabber-icon, .jabber-icon a { background: none top left no-repeat; }
.pm-icon, .pm-icon a { background: none top left no-repeat; }
.quote-icon, .quote-icon a { background: none top left no-repeat; }
/* Moderator icons */
.report-icon, .report-icon a { background: none top left no-repeat; }
.warn-icon, .warn-icon a { background: none top left no-repeat; }
.edit-icon, .edit-icon a { background: none top left no-repeat; }
.delete-icon, .delete-icon a { background: none top left no-repeat; }
.info-icon, .info-icon a { background: none top left no-repeat; }
.flat-icon, .flat-icon a { background: none top left no-repeat; }
.threaded-icon, .threaded-icon a { background: none top left no-repeat; }
/* Set profile icon dimensions */
ul.profile-icons li.email-icon { width: 20px; height: 20px; }
ul.profile-icons li.aim-icon { width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon { width: 20px; height: 20px; }
ul.profile-icons li.web-icon { width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon { width: 20px; height: 20px; }
ul.profile-icons li.icq-icon { width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon { width: 20px; height: 20px; }
ul.profile-icons li.pm-icon { width: 28px; height: 20px; }
ul.profile-icons li.quote-icon { width: 54px; height: 20px; }
ul.profile-icons li.report-icon { width: 20px; height: 20px; }
ul.profile-icons li.edit-icon { width: 70px; height: 20px; }
ul.profile-icons li.flat-icon { width: 51px; height: 19px; }
ul.profile-icons li.threaded-icon { width: 84px; height: 19px; }
ul.profile-icons li.delete-icon { width: 20px; height: 20px; }
ul.profile-icons li.info-icon { width: 20px; height: 20px; }
ul.profile-icons li.warn-icon { width: 20px; height: 20px; }
/* Fix profile icon default margins */
ul.profile-icons li.edit-icon { margin: 0 0 0 10px; }
ul.profile-icons li.quote-icon { margin: 0 0 0 20px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 10px; }
/* proSilver Control Panel Styles
---------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-menu {
float:left;
width: 19%;
margin-top: 1em;
margin-bottom: 5px;
}
#cp-main {
float: left;
width: 81%;
}
#cp-main .content {
padding: 0;
}
#cp-main h3, #cp-main hr, #cp-menu hr {
border-color: #bfbfbf;
}
#cp-main .panel p {
font-size: 12px;
}
#cp-main .panel ol {
margin-left: 2em;
font-size: 12px;
}
#cp-main .panel li.row {
border-bottom: 1px solid #cbcbcb;
border-top: 1px solid #F9F9F9;
}
ul.cplist {
margin-bottom: 5px;
border-top: 1px solid #cbcbcb;
}
#cp-main .panel li.header dd, #cp-main .panel li.header dt {
color: #000000;
margin-bottom: 2px;
}
#cp-main table.table1 {
margin-bottom: 1em;
}
#cp-main table.table1 thead th {
color: #333333;
font-weight: bold;
border-bottom: 1px solid #333333;
padding: 5px;
}
#cp-main table.table1 tbody th {
font-style: italic;
background-color: transparent !important;
border-bottom: none;
}
#cp-main .pagination {
float: right;
width: auto;
padding-top: 1px;
}
#cp-main .postbody p {
font-size: 12px;
}
#cp-main .pm-message {
border: 1px solid #e2e2e2;
margin: 10px 0;
background-color: #FFFFFF;
width: auto;
float: none;
}
.pm-message h2 {
padding-bottom: 5px;
}
#cp-main .postbody h3, #cp-main .box2 h3 {
margin-top: 0;
}
#cp-main .buttons {
margin-left: 0;
}
#cp-main ul.linklist {
margin: 0;
}
/* MCP Specific tweaks */
.mcp-main .postbody {
width: 100%;
}
/* CP tabbed menu
----------------------------------------*/
#tabs {
line-height: normal;
margin: 20px 0 -1px 7px;
min-width: 570px;
}
#tabs ul {
margin:0;
padding: 0;
list-style: none;
}
#tabs li {
display: inline;
margin: 0;
padding: 0;
font-size: 12px;
font-weight: bold;
}
#tabs a {
float: left;
background: none no-repeat 0% -35px;
margin: 0 1px 0 0;
padding: 0 0 0 5px;
text-decoration: none;
position: relative;
cursor: pointer;
}
#tabs a span {
float: left;
display: block;
background: none no-repeat 100% -35px;
padding: 6px 10px 6px 5px;
color: #828282;
white-space: nowrap;
}
#tabs a:hover span {
color: #bcbcbc;
}
#tabs .activetab a {
background-position: 0 0;
border-bottom: 1px solid #e8e8eb;
}
#tabs .activetab a span {
background-position: 100% 0;
padding-bottom: 7px;
color: #333333;
}
#tabs a:hover {
background-position: 0 -70px;
}
#tabs a:hover span {
background-position:100% -70px;
}
#tabs .activetab a:hover {
background-position: 0 0;
}
#tabs .activetab a:hover span {
color: #000000;
background-position: 100% 0;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
line-height: normal;
margin: -20px 7px 0 0;
}
#minitabs ul {
margin:0;
padding: 0;
list-style: none;
}
#minitabs li {
display: block;
float: right;
padding: 0 10px 4px 10px;
font-size: 12px;
font-weight: bold;
background-color: #f0f1f3;
margin-left: 2px;
}
#minitabs a {
}
#minitabs a:hover {
text-decoration: none;
}
#minitabs li.activetab {
background-color: #F9F9F9;
}
#minitabs li.activetab a, #minitabs li.activetab a:hover {
color: #333333;
}
/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
border-bottom: none;
padding: 0;
margin-left: 10px;
color: #333333;
}
#cp-main .panel {
background-color: #F9F9F9;
}
#cp-main .pm {
background-color: #FFFFFF;
}
#cp-main span.corners-top, #cp-menu span.corners-top {
background-image: none;
}
#cp-main span.corners-top span, #cp-menu span.corners-top span {
background-image: none;
}
#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
background-image: none;
}
#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
background-image: none;
}
/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
background-image: none;
}
#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
background-image: none;
}
#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
background-image: none;
}
#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
background-image: none;
}
/* Friends list */
.cp-mini {
background-color: #f9f9f9;
padding: 0 5px;
margin: 10px 15px 10px 5px;
}
.cp-mini span.corners-top, .cp-mini span.corners-bottom {
margin: 0 -5px;
}
dl.mini dt {
font-weight: bold;
color: #676767;
}
dl.mini dd {
padding-top: 4px;
}
.friend-online {
font-weight: bold;
}
.friend-offline {
font-style: italic;
}
/* PM Styles
----------------------------------------*/
#pm-menu {
line-height: 2.5em;
}
/* PM Message history */
.current {
color: #999999;
}
/* Defined rules list for PM options */
ol.def-rules {
padding-left: 0;
}
ol.def-rules li {
line-height: 180%;
padding: 1px;
}
/* PM marking colours */
.pmlist li.bg1 {
border: solid 3px transparent;
border-width: 0 3px;
}
.pmlist li.bg2 {
border: solid 3px transparent;
border-width: 0 3px;
}
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
border-left-color: #bcbcbc;
border-right-color: #bcbcbc;
}
.pmlist li.pm_marked_colour, .pm_marked_colour {
border: solid 3px #FFFFFF;
border-width: 0 3px;
}
.pmlist li.pm_replied_colour, .pm_replied_colour {
border: solid 3px #c2c2c2;
border-width: 0 3px;
}
.pmlist li.pm_friend_colour, .pm_friend_colour {
border: solid 3px #bdbdbd;
border-width: 0 3px;
}
.pmlist li.pm_foe_colour, .pm_foe_colour {
border: solid 3px #000000;
border-width: 0 3px;
}
.pm-legend {
border-left-width: 10px;
border-left-style: solid;
border-right-width: 0;
margin-bottom: 3px;
padding-left: 3px;
}
/* Avatar gallery */
#gallery label {
position: relative;
float: left;
margin: 10px;
padding: 5px;
width: auto;
background: #FFFFFF;
border: 1px solid #CCC;
text-align: center;
}
#gallery label:hover {
background-color: #EEE;
}
/* proSilver Form Styles
---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
border-width: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}
input {
font-weight: normal;
cursor: pointer;
vertical-align: middle;
padding: 0 3px;
font-size: 12px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
select {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
cursor: pointer;
vertical-align: middle;
border: 1px solid #666666;
padding: 1px;
background-color: #FAFAFA;
}
option {
padding-right: 1em;
}
option.disabled-option {
color: graytext;
}
textarea {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
width: 60%;
padding: 2px;
font-size: 12px;
line-height: 1.4em;
}
label {
cursor: default;
padding-right: 5px;
color: #676767;
}
label input {
vertical-align: middle;
}
label img {
vertical-align: middle;
}
/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
padding: 4px 0;
}
fieldset dt {
float: left;
width: 40%;
text-align: left;
display: block;
}
fieldset dd {
margin-left: 41%;
vertical-align: top;
margin-bottom: 3px;
}
/* Specific layout 1 */
fieldset.fields1 dt {
width: 15em;
border-right-width: 0;
}
fieldset.fields1 dd {
margin-left: 15em;
border-left-width: 0;
}
fieldset.fields1 {
background-color: transparent;
}
fieldset.fields1 div {
margin-bottom: 3px;
}
/* Specific layout 2 */
fieldset.fields2 dt {
width: 15em;
border-right-width: 0;
}
fieldset.fields2 dd {
margin-left: 16em;
border-left-width: 0;
}
/* Form elements */
dt label {
font-weight: bold;
text-align: left;
}
dd label {
white-space: nowrap;
color: #333;
}
dd input, dd textarea {
margin-right: 3px;
}
dd select {
width: auto;
}
dd textarea {
width: 85%;
}
/* Hover effects */
fieldset dl:hover dt label {
color: #000000;
}
fieldset.fields2 dl:hover dt label {
color: inherit;
}
#timezone {
width: 95%;
}
* html #timezone {
width: 50%;
}
/* Quick-login on index page */
fieldset.quick-login {
margin-top: 5px;
}
fieldset.quick-login input {
width: auto;
}
fieldset.quick-login input.inputbox {
width: 15%;
vertical-align: middle;
margin-right: 5px;
background-color: #f3f3f3;
}
fieldset.quick-login label {
white-space: nowrap;
padding-right: 2px;
}
/* Display options on viewtopic/viewforum pages */
fieldset.display-options {
text-align: center;
margin: 3px 0 5px 0;
}
fieldset.display-options label {
white-space: nowrap;
padding-right: 2px;
}
fieldset.display-options a {
margin-top: 3px;
}
/* Display actions for ucp and mcp pages */
fieldset.display-actions {
text-align: right;
line-height: 2em;
white-space: nowrap;
padding-right: 1em;
}
fieldset.display-actions label {
white-space: nowrap;
padding-right: 2px;
}
fieldset.sort-options {
line-height: 2em;
}
/* MCP forum selection*/
fieldset.forum-selection {
margin: 5px 0 3px 0;
float: right;
}
fieldset.forum-selection2 {
margin: 13px 0 3px 0;
float: right;
}
/* Jumpbox */
fieldset.jumpbox {
text-align: right;
margin-top: 15px;
height: 2.5em;
}
fieldset.quickmod {
width: 50%;
float: right;
text-align: right;
height: 2.5em;
}
/* Submit button fieldset */
fieldset.submit-buttons {
text-align: center;
vertical-align: middle;
margin: 5px 0;
}
fieldset.submit-buttons input {
vertical-align: middle;
padding-top: 3px;
padding-bottom: 3px;
}
/* Posting page styles
----------------------------------------*/
/* Buttons used in the editor */
#format-buttons {
margin: 15px 0 2px 0;
}
#format-buttons input, #format-buttons select {
vertical-align: middle;
}
/* Main message box */
#message-box {
width: 80%;
}
#message-box textarea {
font-family: "Trebuchet MS","Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
width: 100%;
font-size: 12px;
color: #333333;
}
/* Emoticons panel */
#smiley-box {
width: 18%;
float: right;
}
#smiley-box img {
margin: 3px;
}
/* Input field styles
---------------------------------------- */
.inputbox {
background-color: #FFFFFF;
border: 1px solid #b9b9bb;
color: #333333;
padding: 2px;
cursor: text;
}
.inputbox:hover {
border: 1px solid #657196;
}
.inputbox:focus {
border: 1px solid #657196;
color: #4b4b4b;
}
input.inputbox { width: 85%; }
input.medium { width: 50%; }
input.narrow { width: 25%; }
input.tiny { width: 125px; }
textarea.inputbox {
width: 85%;
}
.autowidth {
width: auto !important;
}
/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
font-size: 12px;
}
a.button1, input.button1, input.button3, a.button2, input.button2 {
width: auto !important;
padding-top: 1px;
padding-bottom: 1px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;;
color: #000;
background: #FAFAFA none repeat-x top;
}
a.button1, input.button1 {
font-weight: bold;
border: 1px solid #666666;
}
input.button3 {
padding: 0;
margin: 0;
line-height: 5px;
height: 12px;
background-image: none;
font-variant: small-caps;
}
/* Alternative button */
a.button2, input.button2, input.button3 {
border: 1px solid #666666;
}
/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
text-decoration: none;
color: #000000;
padding: 2px 8px;
line-height: 250%;
vertical-align: text-bottom;
background-position: 0 1px;
}
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
border: 1px solid #BCBCBC;
background-position: 0 100%;
color: #BCBCBC;
}
input.disabled {
font-weight: normal;
color: #666666;
}
/* Topic and forum Search */
.search-box {
margin-top: 3px;
margin-left: 5px;
float: left;
}
.search-box input {
}
input.search {
background-image: none;
background-repeat: no-repeat;
background-position: left 1px;
padding-left: 17px;
}
.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
/* proSilver Style Sheet Tweaks
These style definitions are mainly IE specific
tweaks required due to its poor CSS support.
-------------------------------------------------*/
* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("https://img.homepagemodules.de/s2/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("https://img.homepagemodules.de/s2/images/corners_right.gif"); }
table.table1 {
width: 99%; /* IE < 6 browsers */
/* Tantek hack */
voice-family: "\"}\"";
voice-family: inherit;
width: 100%;
}
html>body table.table1 { width: 100%; } /* Reset 100% for opera */
* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }
/* Form styles */
html>body dd label input { vertical-align: text-bottom; } /* Align checkboxes/radio buttons nicely */
* html input.button1, * html input.button2 {
padding-bottom: 0;
margin-bottom: 1px;
}
/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }
/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
From http://www.positioniseverything.net/easyclearing.html
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
*/
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
/*height: 1%;*/
overflow: hidden;
}
/* viewtopic fix */
* html .post {
height: 25%;
overflow: hidden;
}
/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
height: 4%;
overflow: hidden;
}
/* Simple fix so forum and topic lists always have a min-height set, even in IE6
From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
min-height: 35px;
height: auto !important;
height: 35px;
}
* html #search-box {
width: 25%;
}
/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
margin-left: 30%;
float: none;
}
* html dl.details dd {
margin-left: 30%;
float: none;
}
/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
color: #828282;
background-color: #FFFFFF;
}
h1 {
color: #FFFFFF;
}
h2 {
color: #28313F;
}
h3 {
border-bottom-color: #cccccc;
color: #3f425a;
}
hr {
border-color: #FFFFFF;
border-top-color: #cccccc;
}
hr.dashed {
border-top-color: #cccccc;
}
/* Search box
--------------------------------------------- */
#search-box {
color: #FFFFFF;
}
#search-box #keywords {
background-color: #FFF;
}
#search-box input {
border-color: #b9b9bb;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
background-color: #667297;
background-image: url("https://img.homepagemodules.de/s2/dynimg/gradientplus-w_5-h_92-top_444e6d-bottom_667297-btop_a3acc6.png");
color: #FFFFFF;
}
.headerbar h2{color: #FFFFFF;}
.navbar {
background-color: #e0e1e5;
}
.forabg {
background-color: #444e6d;
background-image: url("https://img.homepagemodules.de/s2/dynimg/gradientplus-w_5-h_92-top_667297-bottom_444e6d-btop_a3acc6.png");
}
.forumbg {
background-color: #444e6d;
background-image: url("https://img.homepagemodules.de/s2/dynimg/gradientplus-w_5-h_92-top_667297-bottom_444e6d-btop_a3acc6.png");
}
.panel {
background-color: #f3f3f3;
color: #28313F;
}
.post:target .content {
color: #000000;
}
.post:target h3 a {
color: #000000;
}
.bg1 { background-color: #e8e8eb; }
.bg2 { background-color: #f0f1f3; }
.bg3 { background-color: #F9F9F9; }
.ucprowbg {
background-color: #DCDEE2;
}
.fieldsbg {
background-color: #E7E8EA;
}
span.corners-top {
background-image: url("https://img.homepagemodules.de/s2/images/corners_left.png");
}
span.corners-top span {
background-image: url("https://img.homepagemodules.de/s2/images/corners_right.png");
}
span.corners-bottom {
background-image: url("https://img.homepagemodules.de/s2/images/corners_left.png");
}
span.corners-bottom span {
background-image: url("https://img.homepagemodules.de/s2/images/corners_right.png");
}
/* Horizontal lists
----------------------------------------*/
ul.navlinks {
border-bottom-color: #FFFFFF;
}
/* Table styles
----------------------------------------*/
table.table1 thead th {
color: #FFFFFF;
}
table.table1 tbody tr {
border-color: #BFC1CF;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
background-color: #e0e1e5;
color: #000;
}
table.table1 td {
color: #828282;
}
table.table1 tbody td {
border-top-color: #FAFAFA;
}
table.table1 tbody th {
border-bottom-color: #000000;
color: #333333;
background-color: #FFFFFF;
}
table.info tbody th {
color: #000000;
}
/* Misc layout styles
---------------------------------------- */
dl.details dt {
color: #000000;
}
dl.details dd {
color: #828282;
}
.sep {
color: #1198D9;
}
/* Pagination
---------------------------------------- */
.pagination span strong {
color: #FFFFFF;
background-color: #112e52;
border-color: #112e52;
}
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
color: #856862;
background-color: #FFFFFF;
border-color: #112e52;
}
.pagination span a:hover {
border-color: #856862;
background-color: #112e52;
color: #FFF;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
background-image: url("https://img.homepagemodules.de/s2/images/icon_pages.gif");
}
.row .pagination span a, li.pagination span a {
background-color: #FFFFFF;
}
.row .pagination span a:hover, li.pagination span a:hover {
background-color: #112e52;
}
/* Miscellaneous styles
---------------------------------------- */
.copyright {
color: #555555;
}
.error {
color: #846862;
}
.reported {
background-color: #F7ECEF;
}
li.reported:hover {
background-color: #ECD5D8 !important;
}
.sticky, .announce {
/* you can add a background for stickies and announcements*/
}
div.rules {
background-color: #ECD5D8;
color: #846862;
}
p.rules {
background-color: #ECD5D8;
background-image: none;
}
/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a:link { color: #112e52; }
a:visited { color: #112e52; }
a:hover { color: #846862; }
a:active { color: #856862; }
/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
color: #FFFFFF;
}
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
color: #FFFFFF;
}
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
color: #b9b9bb;
}
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
color: #856862;
}
/* Links for forum/topic lists */
a.forumtitle {
color: #112e52;
}
/* a.forumtitle:visited { color: #112e52; } */
a.forumtitle:hover {
color: #846862;
}
a.forumtitle:active {
color: #112e52;
}
a.topictitle {
color: #112e52;
}
/* a.topictitle:visited { color: #856862; } */
a.topictitle:hover {
color: #846862;
}
a.topictitle:active {
color: #112e52;
}
/* Post body links */
.postlink {
color: #856862;
border-bottom-color: #856862;
}
.postlink:visited {
color: #5D8FBD;
border-bottom-color: #666666;
}
.postlink:active {
color: #856862;
}
.postlink:hover {
background-color: #D0E4F6;
color: #0D4473;
}
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
background-color: transparent;
}
/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
color: #112e52;
}
.postprofile a:hover, .postprofile dt.author a:hover {
color: #846862;
}
/* Profile searchresults */
.search .postprofile a {
color: #112e52;
}
.search .postprofile a:hover {
color: #846862;
}
/* Back to top of page */
a.top {
background-image: url("https://img.homepagemodules.de/s2/imageset/icon_back_top.gif");
}
a.top2 {
background-image: url("https://img.homepagemodules.de/s2/imageset/icon_back_top.gif");
}
/* Arrow links */
a.up { background-image: url("https://img.homepagemodules.de/s2/images/arrow_up.gif") }
a.down { background-image: url("https://img.homepagemodules.de/s2/images/arrow_down.gif") }
a.left { background-image: url("https://img.homepagemodules.de/s2/images/arrow_left.gif") }
a.right { background-image: url("https://img.homepagemodules.de/s2/images/arrow_right.gif") }
a.up:hover {
background-color: transparent;
}
a.left:hover {
color: #856862;
}
a.right:hover {
color: #856862;
}
/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.forums {
background-color: #f2f3f5; /* eef5f9 ist unten hell */
background-image: url("https://img.homepagemodules.de/s2/dynimg/gradient-w_5-h_199-top_e0e1e5-bottom_f2f3f5.png"); /* gradient.gif */
}
ul.topiclist li {
color: #5d5d66;
}
ul.topiclist dd {
border-left-color: #ffffff;
}
.rtl ul.topiclist dd {
border-right-color: #ffffff;
border-left-color: transparent;
}
ul.topiclist li.row dt a.subforum.read {
background-image: url("https://img.homepagemodules.de/s2/imageset/subforum_read.gif");
}
ul.topiclist li.row dt a.subforum.unread {
background-image: url("https://img.homepagemodules.de/s2/imageset/subforum_unread.gif");
}
li.row {
border-top-color: #ffffff;
border-bottom-color: #373f58;
}
li.row strong {
color: #000000;
}
li.row:hover {
background-color: #e4e7df;
}
li.row:hover dd {
border-left-color: #cccccc;
}
.rtl li.row:hover dd {
border-right-color: #cccccc;
border-left-color: transparent;
}
li.header dt, li.header dd {
color: #FFFFFF;
}
/* Forum list column styles */
ul.topiclist dd.searchextra {
color: #333333;
}
/* Post body styles
----------------------------------------*/
.postbody {
color: #333333;
}
/* Content container styles
----------------------------------------*/
.content {
color: #333333;
}
.content h2, .panel h2 {
color: #3f425a;
border-bottom-color: #cccccc;
}
dl.faq dt {
color: #333333;
}
.posthilit {
background-color: #F3BFCC;
color: #846862;
}
/* Post signature */
.signature {
border-top-color: #CCCCCC;
}
/* Post noticies */
.notice {
border-top-color: #CCCCCC;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
background-color: #EBEADD;
background-image: url("https://img.homepagemodules.de/s2/images/quote.gif");
border-color:#DBDBCE;
}
blockquote blockquote {
/* Nested quotes */
background-color:#EFEED9;
}
blockquote blockquote blockquote {
/* Nested quotes */
background-color: #EBEADD;
}
/* Code block */
dl.codebox {
background-color: #FFFFFF;
border-color: #C9D2D8;
}
dl.codebox dt {
border-bottom-color: #CCCCCC;
}
dl.codebox code {
color: #2E8B57;
}
.syntaxbg { color: #FFFFFF; }
.syntaxcomment { color: #FF8000; }
.syntaxdefault { color: #0000BB; }
.syntaxhtml { color: #000000; }
.syntaxkeyword { color: #007700; }
.syntaxstring { color: #DD0000; }
/* Attachments
----------------------------------------*/
.attachbox {
background-color: #FFFFFF;
border-color: #C9D2D8;
}
.pm-message .attachbox {
background-color: #F2F3F3;
}
.attachbox dd {
border-top-color: #C9D2D8;
}
.attachbox p {
color: #666666;
}
.attachbox p.stats {
color: #666666;
}
.attach-image img {
border-color: #999999;
}
/* Inline image thumbnails */
dl.file dd {
color: #666666;
}
dl.thumbnail img {
border-color: #666666;
background-color: #FFFFFF;
}
dl.thumbnail dd {
color: #666666;
}
dl.thumbnail dt a:hover {
background-color: #EEEEEE;
}
dl.thumbnail dt a:hover img {
border-color: #856862;
}
/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
border-top-color: #DCDEE2;
color: #666666;
}
fieldset.polls dl.voted {
color: #000000;
}
fieldset.polls dd div {
color: #FFFFFF;
}
.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
border-right-color: transparent;
}
.pollbar1 {
background-color: #AA2346;
border-bottom-color: #74162C;
border-right-color: #74162C;
}
.rtl .pollbar1 {
border-left-color: #74162C;
}
.pollbar2 {
background-color: #BE1E4A;
border-bottom-color: #8C1C38;
border-right-color: #8C1C38;
}
.rtl .pollbar2 {
border-left-color: #8C1C38;
}
.pollbar3 {
background-color: #D11A4E;
border-bottom-color: #AA2346;
border-right-color: #AA2346;
}
.rtl .pollbar3 {
border-left-color: #AA2346;
}
.pollbar4 {
background-color: #E41653;
border-bottom-color: #BE1E4A;
border-right-color: #BE1E4A;
}
.rtl .pollbar4 {
border-left-color: #BE1E4A;
}
.pollbar5 {
background-color: #F81157;
border-bottom-color: #D11A4E;
border-right-color: #D11A4E;
}
.rtl .pollbar5 {
border-left-color: #D11A4E;
}
/* Poster profile block
----------------------------------------*/
.postprofile {
color: #666666;
border-left-color: #FFFFFF;
}
.rtl .postprofile {
border-right-color: #FFFFFF;
border-left-color: transparent;
}
.pm .postprofile {
border-left-color: #DDDDDD;
}
.rtl .pm .postprofile {
border-right-color: #DDDDDD;
border-left-color: transparent;
}
.postprofile strong {
color: #000000;
}
.online {
background-image: url("https://img.homepagemodules.de/s2/imageset/de/icon_user_online.gif");
}
/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
/* Big button images */
.reply-icon span { background-image: url("https://img.homepagemodules.de/s2/imageset/de/button_topic_reply.gif"); }
.post-icon span { background-image: url("https://img.homepagemodules.de/s2/imageset/de/button_topic_new.gif"); }
.locked-icon span { background-image: url("https://img.homepagemodules.de/s2/imageset/de/button_topic_locked.gif"); }
.pmreply-icon span { background-image: url("https://img.homepagemodules.de/s2/imageset/de/button_pm_reply.gif") ;}
.newpm-icon span { background-image: url("https://img.homepagemodules.de/s2/imageset/de/button_pm_new.gif") ;}
.forwardpm-icon span { background-image: url("https://img.homepagemodules.de/s2/imageset/de/button_pm_forward.gif") ;}
a.print {
background-image: url("https://img.homepagemodules.de/s2/images/icon_print.gif");
}
a.sendemail {
background-image: url("https://img.homepagemodules.de/s2/images/icon_sendemail.gif");
}
a.fontsize {
background-image: url("https://img.homepagemodules.de/s2/images/icon_fontsize.gif");
}
.sitehome { background-image: url("https://img.homepagemodules.de/s2/images/icon_faq.gif"); }
.icon-link_faq { background-image: url("https://img.homepagemodules.de/s2/images/icon_faq.gif"); }
.icon-members { background-image: url("https://img.homepagemodules.de/s2/images/icon_members.gif}"); }
.icon-home { background-image: url("https://img.homepagemodules.de/s2/images/icon_home.gif"); background-repeat: no-repeat; padding-left: 18px; background-position: left center; }
.icon-link_member { background-image: url("https://img.homepagemodules.de/s2/images/icon_ucp.gif"); }
.icon-register { background-image: url("https://img.homepagemodules.de/s2/images/icon_register.gif"); }
.icon-link_logout { background-image: url("https://img.homepagemodules.de/s2/images/icon_logout.gif"); }
.icon-bookmark { background-image: url("https://img.homepagemodules.de/s2/images/icon_bookmark.gif"); }
.icon-bump { background-image: url("https://img.homepagemodules.de/s2/images/icon_bump.gif"); }
.icon-subscribe { background-image: url("https://img.homepagemodules.de/s2/images/icon_subscribe.gif"); }
.icon-unsubscribe { background-image: url("https://img.homepagemodules.de/s2/images/icon_unsubscribe.gif"); }
.icon-pages { background-image: url("https://img.homepagemodules.de/s2/images/icon_pages.gif"); }
.icon-link_search { background-image: url("https://img.homepagemodules.de/s2/images/icon_search.gif"); }
.icon-admin { background-image: url("https://img.homepagemodules.de/s2/images/admin.png"); }
.icon-link_mail { background-image: url("https://img.homepagemodules.de/s2/images/mail.png"); }
.icon-members-online { background-image: url("https://img.homepagemodules.de/s2/images/icon_members.gif"); }
.icon-link_geomap { background-image: url("https://img.homepagemodules.de/s2/images/map.png"); }
.icon-link_calendar { background-image: url("https://img.homepagemodules.de/s2/images/kalendar.png"); }
.icon-link_gallery { background-image: url("https://img.homepagemodules.de/s2/images/gallery.png"); }
.icon-link_blog { background-image: url("https://files.homepagemodules.de/b2001010/a_721_8e6530f3.gif");}
/* Profile & navigation icons */
.email-icon, .email-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/de/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/de/icon_post_quote.gif"); }
/* Moderator icons */
.report-icon, .report-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_post_report.gif"); }
.edit-icon, .edit-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/de/icon_post_edit.gif"); }
.delete-icon, .delete-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_post_delete.gif"); }
.info-icon, .info-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_post_info.gif"); }
.warn-icon, .warn-icon a { background-image: url("https://img.homepagemodules.de/s2/imageset/icon_user_warn.gif"); } /* Need updated warn icon */
.flat-icon, flat-icon a { background-image: url("https://img.homepagemodules.de/bh/files/yb4-aa.gif") ;}
.threaded-icon, threaded-icon a { background-image: url("https://img.homepagemodules.de/bh/files/yb4-ab.gif") ;}
/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-main h3, #cp-main hr, #cp-menu hr {
border-color: #A4B3BF;
}
#cp-main .panel li.row {
border-bottom-color: #B5C1CB;
border-top-color: #F9F9F9;
}
ul.cplist {
border-top-color: #B5C1CB;
}
#cp-main .panel li.header dd, #cp-main .panel li.header dt {
color: #000000;
}
#cp-main table.table1 thead th {
color: #333333;
border-bottom-color: #333333;
}
#cp-main .pm-message {
border-color: #DBDEE2;
background-color: #FFFFFF;
}
/* CP tabbed menu
----------------------------------------*/
#tabs a {
background-image: url("https://img.homepagemodules.de/s2/images/bg_tabs1.gif");
}
#tabs a span {
background-image: url("https://img.homepagemodules.de/s2/images/bg_tabs2.gif");
color: #828282;
}
#tabs a:hover span {
color: #846862;
}
#tabs .activetab a {
border-bottom-color: #F9F9F9;
}
#tabs .activetab a span {
color: #333333;
}
#tabs .activetab a:hover span {
color: #000000;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
background-color: #E1EBF2;
}
#minitabs li.activetab {
background-color: #F9F9F9;
}
#minitabs li.activetab a, #minitabs li.activetab a:hover {
color: #333333;
}
/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
color: #333333;
}
#cp-main .panel {
background-color: #F9F9F9;
}
#cp-main .pm {
background-color: #FFFFFF;
}
#cp-main span.corners-top, #cp-menu span.corners-top {
background-image: url("https://img.homepagemodules.de/s2/images/corners_left2.gif");
}
#cp-main span.corners-top span, #cp-menu span.corners-top span {
background-image: url("https://img.homepagemodules.de/s2/images/corners_right2.gif");
}
#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
background-image: url("https://img.homepagemodules.de/s2/images/corners_left2.gif");
}
#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
background-image: url("https://img.homepagemodules.de/s2/images/corners_right2.gif");
}
/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
background-image: url("https://img.homepagemodules.de/s2/images/corners_left.gif");
}
#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
background-image: url("https://img.homepagemodules.de/s2/images/corners_right.gif");
}
#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
background-image: url("https://img.homepagemodules.de/s2/images/corners_left.gif");
}
#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
background-image: url("https://img.homepagemodules.de/s2/images/corners_right.gif");
}
/* Friends list */
.cp-mini {
background-color: #F9F9F9;
}
dl.mini dt {
color: #425067;
}
/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
color: #999999 !important;
}
/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
border-left-color: #846862;
border-right-color: #846862;
}
.pmlist li.pm_marked_colour, .pm_marked_colour {
border-color: #FF6600;
}
.pmlist li.pm_replied_colour, .pm_replied_colour {
border-color: #A9B8C2;
}
.pmlist li.pm_friend_colour, .pm_friend_colour {
border-color: #5D8FBD;
}
pmlist li.pm_foe_colour, .pm_foe_colour {
border-color: #000000;
}
/* Avatar gallery */
#gallery label {
background-color: #FFFFFF;
border-color: #CCC;
}
#gallery label:hover {
background-color: #EEE;
}
/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */
/* General form styles
----------------------------------------*/
select {
border-color: #666666;
background-color: #FAFAFA;
}
label {
color: #425067;
}
option.disabled-option {
color: graytext;
}
/* Definition list layout for forms
---------------------------------------- */
dd label {
color: #333;
}
/* Hover effects */
fieldset dl:hover dt label {
color: #000000;
}
fieldset.fields2 dl:hover dt label {
color: inherit;
}
/* Quick-login on index page */
fieldset.quick-login input.inputbox {
background-color: #F2F3F3;
}
/* Posting page styles
----------------------------------------*/
#message-box textarea {
color: #333333;
}
/* Input field styles
---------------------------------------- */
.inputbox {
background-color: #FFFFFF;
border-color: #b9b9bb ;
color: #333333;
}
.inputbox:hover {
border-color: #657196;
}
.inputbox:focus {
border-color: #657196;
color: #856862;
}
/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3, a.button2, input.button2 {
color: #000;
background-color: #FAFAFA;
background-image: url("https://img.homepagemodules.de/s2/images/bg_button.gif");
}
a.button1, input.button1 {
border-color: #666666;
}
input.button3 {
background-image: none;
}
/* Alternative button */
a.button2, input.button2, input.button3 {
border-color: #666666;
}
/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
color: #000000;
}
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
border-color: #657196;
color: #000000;
}
input.search {
background-image: url("https://img.homepagemodules.de/s2/images/icon_textbox_search.gif");
}
input.disabled {
color: #666666;
}
.widget_calendar_integration {float: left; margin-right: 10px; padding: 0px;}
.widget_view {float: left;}
.widget_view input, .widget_calendar_integration input {background-color: transparent; border: none; color: ; font-size: px; text-decoration: underline;}
.widget_view_intext {display: block;}
.widget_view_intext input {clear: both;}
.widget_view_body div {float: left; margin-right: 5px;}
.widget_view_body_delete {display: block; clear: both;}
/*Kalender Widget*/
.widget_calendar_event {border-bottom: 1px solid ; padding: 5px; margin: 2px; text-align: left;}
.widget_calendar_date {font-size: px; float: right; width: 30%;}
.widget_calendar_name {font-weight: bold; float: left; width: 60%; border-right: 1px solid ;}
.widget_calendar_check {float: left; padding: 3px 10px 3px 5px;}
/*Kalender Widget Integration*/
.widget_calendar_integration {width: 200px; border: 1px solid ; padding: 5px; text-align: justify; font-size: px; margin-bottom: 10px;}
.widget_calendar_integration_empty {width: 200px; height: 100px;  background-repeat: no-repeat; background-position: center;}
.widget_calendar_integration a {text-decoration: none; margin-bottom: 5px;}
/*Bilder Widget Integration*/
.widget_picture_integration .image {border: 1px solid ; position: relative; float: left; margin: 5px;}
.widget_picture_info {width: px; height:px; background-color: black; filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; color: white;}
.widget_picture_info small {padding: 5px;}
.widget_picture_integration {float: left;}
/*Alte nicht mehr verwendete Styles*/
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search ,
.icon-admin,.icon-mail, .icon-members-online, .icon-map, .icon-calendar, .icon-gallery, .icon-chat{
background-position: 0 50%;
background-repeat: no-repeat;
background-image: none;
padding: 1px 0 0 17px;
}
ul.profile-icons li.edit-icon { margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon { margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; }
#navigation {
width: 100%;
padding-top: 36px;
}
#navigation ul {
list-style:none;
}
/* Default list state */
#navigation li {
margin: 1px 0;
padding: 0;
font-weight: bold;
display: inline;
}
/* Link styles for the sub-section links */
#navigation a {
display: block;
padding: 5px;
margin: 1px 0;
text-decoration: none;
font-weight: bold;
color: #333;
background: #cfcfcf none repeat-y 100% 0;
}
#navigation a:hover {
text-decoration: none;
background-color: #c6c6c6;
color: #bcbcbc;
background-image: none;
}
#navigation #active-subsection a {
display: block;
color: #d3d3d3;
background-color: #F9F9F9;
background-image: none;
}
#navigation #active-subsection a:hover {
color: #d3d3d3;
}
.sitehome { background-image: url(""); }
.icon-faq { background-image: url("https://img.homepagemodules.de/s2/images/icon_faq.gif"); }
.icon-members { background-image: url(""); }
.icon-home { background-image: url("https://img.homepagemodules.de/s2/images/icon_home.gif"); }
.icon-ucp { background-image: url(""); }
.icon-logout { background-image: url(""); }
.icon-search { background-image: url(""); }
.icon-admin { background-image: url("//img.homepagemodules.de/s2/images/admin.png"); }
.icon-mail { background-image: url(""); }
.icon-members-online { background-image: url(""); }
.icon-map { background-image: url(""); }
.icon-calendar { background-image: url(""); }
.icon-gallery { background-image: url(""); }
.icon-chat { background-image: url(""); }
#navigation a {
color: #333;
background-color: #B2C2CF;
background-image: url("https://img.homepagemodules.de/s2/images/bg_menu.gif");
}
#navigation a:hover {
background-color: #aabac6;
color: #846862;
}
#navigation #active-subsection a {
color: #846862;
background-color: #F9F9F9;
background-image: none;
}
#navigation #active-subsection a:hover {
color: #846862;
}
/*Spoiler-Design*/
.hpm_spoiler_open{
background:url("https://files.homepagemodules.de/b2001010/a_488.gif") no-repeat scroll left center transparent;
display:block;
padding-left:14px;
}
.hpm_spoiler_closed {
background:url("https://files.homepagemodules.de/b2001010/a_489.gif") no-repeat scroll left center transparent;
display:block;
padding-left:14px;
}
.hpm_spoiler_body {
background:none repeat scroll 0 0 #f0f1f3;
display: none;
border-color:#cccccc;
border-style:solid;
border-width:0 1px 1px 1px;
margin:0;
padding:0;
width:100%;
}
.hpm_spoiler_headinput {
border:0 none;
cursor:pointer;
font:bold 11px Verdana,Arial,sans-serif;
margin-bottom:0;
margin-left:6px;
margin-top:0;
padding:2px 14px 3px;
position:relative;
text-align:left;
width:100%;
}
.hpm_spoiler {
margin:6px;
width:90%;
}
.hpm_spoiler_headdiv {
background:none repeat scroll 0 0 #f0f1f3;
border:1px solid #cccccc;
height:20px;
margin:0;
padding:1px 0px;
width:100%;
}
/*BBCode Code Design*/
.codeblock{border:0px solid black;width: 640px;padding:0 5px 0px 5px; }
.codeheader{margin-left:0px; text-transform:capitalize; font: 100% courier,monospace;}
.codelines{
color: #333333;
float:left;
margin: 0 5px;
font-size: 12px;
border-right: 1px solid ;
padding: 0;
text-align:center;
line-height: 20px;
background-color: #e8e8eb;
background-image: url(https://files.homepagemodules.de/b2001010/a_675.png);
background-repeat:repeat;
width: 25px;
overflow: auto;
overflow-Y:hidden;}
.code pre{
font-size: 12px;
padding: 0;
margin: 0;
line-height: 20px;
background-color: #e8e8eb;
background-image: url(https://files.homepagemodules.de/b2001010/a_675.png);
background-position: top;
background-repeat:repeat;
width: 600px;
overflow: auto;
overflow-Y:hidden;}
pre code {
font-size: 11px;
font-family: courier,monospace;
color: #333333;
margin: 0 0 0 15px;
padding: 0;
display: block;}
/*BBCode Code Ende*/
/*"New" markers start*/
.statimg{position:absolute;top:2px;left:5px;}
/*"New" markers end*/
.postbody h1,.postbody h2,.postbody h3{color:}
ul.postindex{margin-left:20px; list-style:none;}
ul.postindex li{float:none !important;line-height:30px;}
ul.postindex li.size_1{margin-top:5px;}
ul.postindex .size_1 a{font-size: large; }
ul.postindex .size_2 a{padding-left:10px;font-size: medium}
ul.postindex .size_3 a{padding-left:20px; font-size: small}
/*Ratings.start*/
.xratings{text-align:left;margin-right:10px;}
.r_type, .c_type,.c_id,.i_id,.xor_id{display:none;}
.ratingbutton{
padding:1px 3px;
border-radius: 5px;
margin: 3px 5px 3px 0px;
background-color: transparent;
border: 1px solid ;
font-weight: bold;
color:#333333;
cursor:pointer;
display: inline-block;
font-size: 12px;
}
.ratingbutton img{vertical-align:middle;}
.ratingbutton_text{margin-left:5px;}
.rating_table{width:100%;}
.ratinguser{display:inline-block; text-align:center; }
.ratingusers_temp{display:none;}
.ratinguser img{max-width:60px;}
.rating_header img{vertical-align:middle; margin-right:10px; 2px 0px 2px 5px;}
/*Ratings.end*/
/*Upload Progress Bar start*/
#progress {
text-align:left;
background: #e8e8eb;
border: 1px solid ;
margin-top: 20px;
}
#progressbar {
width: 0px;
height: 24px;
background-color: #667297;
background-image: url("https://img.homepagemodules.de/s2/dynimg/gradientplus-w_5-h_92-top_444e6d-bottom_667297-btop_a3acc6.png");
}
/*Upload Progress Bar end*/
.savequot{padding-left:20px !important; background:url(//files.homepagemodules.de/b2001010/a_277.png) no-repeat left center !important;}
.savequot.act{background:url(//files.homepagemodules.de/b2001010/a_276.png) no-repeat left center !important;}
.nopad{margin: 0px !important; padding:0px !important;}
/*Kalender*/
#calroot {
z-index:10000;
margin-top:-1px;
width:198px;
padding:2px;
background-color:#fff;
font-size:11px;
border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow: 0 0 15px #666;
-webkit-box-shadow: 0 0 15px #666;
}
#calhead {
padding:2px 0;
height:22px;
}
#caltitle {
font-size:14px;
color:#0150D1;
float:left;
text-align:center;
width:155px;
line-height:20px;
text-shadow:0 1px 0 #ddd;
}
#calnext {
display:block;
width:20px;
height:20px;
background:transparent url("https://files.homepagemodules.de/b2001010/a_491.png") no-repeat scroll center center;
float:left;
cursor:pointer;
color: red !important;
margin-top:1px;
}
#calprev {
display:block;
width:20px;
height:20px;
background:transparent url("https://files.homepagemodules.de/b2001010/a_492.png") no-repeat scroll center center;
float:left;
cursor:pointer;
color: red !important;
margin-top:1px;
}
#calprev.caldisabled, #calnext.caldisabled {
visibility:hidden;
}
#caltitle select {
font-size:10px;
}
#caldays {
height:14px;
border-bottom:1px solid #ddd;
}
#caldays span {
display:block;
float:left;
width:28px;
text-align:center;
}
#calweeks {
background-color:#fff;
margin-top:4px;
}
.calweek {
clear:left;
height:22px;
}
.calweek a {
display:block;
float:left;
width:27px;
height:20px;
text-decoration:none;
font-size:11px;
margin-left:1px;
text-align:center;
line-height:20px;
color:#666;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.calweek a:hover, .calfocus {
background-color:#ddd;
}
a.calsun {
color:red;
}
a.caloff {
color:#ccc;
}
a.caloff:hover {
background-color:rgb(245, 245, 250);
}
a.caldisabled {
background-color:#efefef !important;
color:#ccc !important;
cursor:default;
}
#calcurrent {
background-color:#498CE2;
color:#fff;
}
#caltoday {
background-color:#333;
color:#fff;
}
body.stop_scrolling
{
position: fixed;
overflow-y: scroll;
width: 100%;
}
.niceTitleBox {
visibility: hidden;
transition: 300ms;
opacity: 0;
position: absolute;
padding: 10px;
bottom: 100%;
left: 0px;
min-width: 200px;
max-width: 500px;
max-height: 300px;
font-size: 12px;
color: ;
background-color: #FFFFFF;
z-index: 99;
word-wrap:break-word;
-moz-box-shadow: -2px 4px 6px #cccccc;
-webkit-box-shadow: -2px 4px 6px #cccccc;
box-shadow: -2px 4px 6px #cccccc;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
border: 1px solid transparent;
}
.donationinfo{padding-left: 100px; background:url(https://img.homepagemodules.de/ds/static/iconset/basic/64/basic2-163_money_coin_euro.png) 20px center no-repeat; margin-bottom:10px;background-size:contain;}
.donationbox{max-width:500px;}
.donation_options{width:100%;}
.donation_options.vertical{max-width:150px;}
.donation_options td{text-align:center; padding: 10px; border: 1px solid;}
.donation_options td:hover{
cursor:pointer;
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.donation_goal{text-align:center; font-weight:bold;}
.donation_progress{border:1px solid; padding: 10px;text-align:center;position:relative;max-width:500px;height:20px;}
.donation_progress .peuro{height:20px; position:absolute; display: block; width: 100%; z-index:2;}
.donation_progress .ppercent{
max-width:100%; height:20px;
background: #a9db80; /* Old browsers */
background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
position:absolute; top:0px; left:0px; padding:10px 0; max-width:100% !important;}
/* Webfonts */

@font-face 
{
    font-family: 'Kier';
    src: url('//hlm.de/lof/webfonts/kier-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('//hlm.de/lof/webfonts/kier-light-webfont.woff2') format('woff2'),
         url('//hlm.de/lof/webfonts/kier-light-webfont.woff') format('woff'),
         url('//hlm.de/lof/webfonts/kier-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face 
{
    font-family: 'Kier';
    src: url('//hlm.de/lof/webfonts/kier-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//hlm.de/lof/webfonts/kier-bold-webfont.woff2') format('woff2'),
         url('//hlm.de/lof/webfonts/kier-bold-webfont.woff') format('woff'),
         url('//hlm.de/lof/webfonts/kier-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face 
{
    font-family: 'Lonis';
    src: url('//hlm.de/lof/webfonts/lonis2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//hlm.de/lof/webfonts/lonis2-regular-webfont.woff2') format('woff2'),
         url('//hlm.de/lof/webfonts/lonis2-regular-webfont.woff') format('woff'),
         url('//hlm.de/lof/webfonts/lonis2-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Resets */

html
{
	font-size: 16px;
}

body
{
	color: #444;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-size: .8rem;
	position: relative;
	-webkit-text-size-adjust: none;
}

h1
{
	color: inherit !important;
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	font-size: 1.3rem;
	font-weight: bold;
}

h2,
h3,
h4,
fieldset
{
	font-family: inherit; 
}

h2
{
	font-size: 1rem;
}

h3
{
	font-size: .95rem;
	text-transform: none;
}

h4
{
	font-size: .85rem;
}

h1 + br,
h2 + br,
h3 + br,
h4 + br
{
	display: none;
}

div,
fieldset,
ol,
p,
ul
{
	font-size: inherit;
	line-height: 1.3;
}

p
{
	margin-bottom: 1em;
}

dl,
dt,
dd
{
	line-height: inherit !important;
}

font
{
	font-size: inherit !important;
}

iframe,
img
{
	border: 0;
	max-width: 100% !important;
}

input,
textarea
{
	font-family: inherit !important;
	font-size: .9rem !important;
}

input[type=""],
input[type="text"],
input[type="password"],
input[type="select"]
{
	padding: .4em .2em !important;
}

small
{
	font-size: .9em;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

.online
{
	background-image: none !important;
}

@media only screen and (min-width: 1100px)
{
	input,
	textarea
	{
		font-size: .95rem !important;
	}
}

/* Seite */

#wrap,
#wrap + #page-footer
{
	max-width: 1440px;
	min-width: 304px;
}

#wrap + #page-footer
{
	margin: 0 auto;
	padding: 0;
	width: 95%;
}

#domobile
{
	margin: 0 auto 2em auto;
	max-width: 1440px;
	min-width: 304px;
	width: 95%;
}

#pagewidth
{
	transition: padding .6s;
}

#pagewidth ~ div[align="center"]:last-of-type
{
	padding-bottom: 1em !important;
}

@media only screen and (max-width: 568px), (max-width: 768px) and (max-height: 414px)
{
	body
	{
		font-size: .9em;
	}

	#wrap,
	#wrap + #page-footer,
	#domobile
	{
		width: calc(100% - 10px);
	}
}

/* Eigener Header */

#hlm_header
{
	height: 120px;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: top .6s;
	width: 100%;
}

#hlm_header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#hlm_header ul > li
{
	background-position: left;
	background-repeat: repeat-x;
	background-size: auto 120px;
	box-shadow: inset 0 -4px 3px -3px rgba(0, 0, 0, .4);
	height: 120px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

#hlm_header ul > li#hlm_lofimg1
{
	background-image: url(//www.hlm.de/lof/lofheader201701-1-v2.jpg);
}

#hlm_header ul > li#hlm_lofimg2
{
	background-image: url(//www.hlm.de/lof/lofheader201701-2-v2.jpg);
}

#hlm_header ul > li#hlm_lofimg3
{
	background-image: url(//www.hlm.de/lof/lofheader201701-3-v2.jpg);
}

#hlm_header ul > li#hlm_lofimg4
{
	background-image: url(//www.hlm.de/lof/lofheader201701-4-v2.jpg);
}

#hlm_header > a
{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#hlm_header > a:hover
{
	color: inherit;
	text-decoration: none;
}

#hlm_header h1
{
	font-size: 2rem;
	font-weight: bold;
	color: white !important;
	line-height: 1.9rem;
	margin: 0 auto 0 auto;
	max-width: 1440px;
	padding: 50px .6em 0 2em !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .9), 0 0 10px rgba(0, 0, 0, .7), 0 0 18px rgba(0, 0, 0, .6);
	white-space: nowrap;
	width: calc(95% - 1.2em);
}

#hlm_header h1 span#hlm_lof1
{
	font-family: "Lonis", "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 2.9em;
	font-weight: normal;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .9), 0 0 10px rgba(0, 0, 0, .8), 0 0 18px rgba(0, 0, 0, .6);
}

#hlm_header #user_menu
{
	background: white;
	background: rgba(255, 255, 255, .9);
	border-bottom-left-radius: .2em;
	border-bottom-right-radius: .2em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .9);
	display: none;
	padding: .3em .5em;
	position: absolute;
	right: 3em;
	top: 0;
	z-index: 1100;
}

#hlm_mobilenavi_bt
{
	display: none;
}

#hlm_mobilenavi,
#hlm_mobilenavi_overlay
{
	display: none;
}

#hlm_topofpagebt
{
	background: url(//files.homepagemodules.de/b539670/a_177_e0f9e55e.png) center no-repeat;
	background-size: 100%;
	border-radius: 12px;
	bottom: 3em;
	cursor: pointer;
	height: 30px;
	opacity: .2;
	position: fixed;
	right: 3em;
	width: 30px;
	z-index: 99999;
}

/* Xobor-Header, Footer und Navi */

.headerbar
{
/*	background-position-y: -1px;
	box-shadow: 0 0 1px #444e6d;
	min-height: 100px;
	padding: 0; */
	display: none;
}

.headerbar::after						/* Clearfix */
{
	content: "";
	clear: both;
	display: table;
}

#forumlogo
{
	margin-left: 0 !important;
}

#forumlogo img#thelogo
{
	padding: 0 !important;
	width: 287px;
}

div#site-description
{
	text-indent: -10000;
	width: calc(100% - 260px);
}

#page-header #search-box:not(.search-box)
{
	display: none;
}

.navbar
{
	background-color: white;
	padding: 0;
}

#page-header .navbar,
#page-footer .navbar
{
	padding: .2em .6em;
}

#page-header .navbar
{
	border-bottom: 1px solid rgba(64, 74, 103, .25);
	border-left: 1px solid rgba(64, 74, 103, .25);
	border-right: 1px solid rgba(64, 74, 103, .25);
	border-bottom-left-radius: .2em;
	border-bottom-right-radius: .2em;
}

#page-footer
{
	padding-bottom: 1em;
}

#page-footer .navbar
{
	box-shadow: 0 0 2px #404a67;
	margin-bottom: 2em;
	margin-top: 1em;
}

#page-body
{
	margin: 0;
}

.icon-home
{
	font-size: inherit !important;
}

#nav_n ul
{
	float: left;
	list-style: none;
	margin-bottom: .5em;
	margin-top:.5em;
	max-width: 1024px;
}

#nav_n ul li
{
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: .3em;
	margin-right: .8em;
	padding: 0;
}

.nav_n a 
{
	background-position: left center;
	background-repeat: no-repeat; 
}

#nav_n img.dwn
{
	height: 14px;
	vertical-align: -2px;
}

.icon-link_wiki
{
	background-image: url(//files.homepagemodules.de/b2001010/a_721_8e6530f3.gif);
}

.notificationbadge,
[data-notifications]::after
{
	background: #dd232b;
	border: 1px solid white;
	border-radius: 1em;
	color: white;
	content: attr(data-notifications);
	display: inline-block;
	font-size: .7rem;
	font-weight: bold;
	padding: .1em .45em;
	text-align: center;
}

.warningbadge
{
	background: #ff9409;
	border: 1px solid white;
	border-radius: 1em;
	color: white;
	display: inline-block;
	font-size: .9rem;
	font-weight: normal;
	left: -18px;
	min-width: 1em;
	padding: 0 .2em;
	position: relative;
	text-align: center;
	top: -10px;
}

#nav_n [data-notifications]::after
{
	margin-left: .2em;
}

#hlm_mobilenavi [data-notifications]::after
{
	margin-left: .4em;
}

#hlm_mobilenavi_bt[data-notifications]::after
{
	/* background: #9f3b3b; */
	pointer-events: none;
	position: absolute;
	right: -8px;
	top: -4px;
}

#hlm_mobilenavi_bt.active[data-notifications]::after
{
	display: none;
}

.breadcrumb
{
	border: 1px solid #ddd;
	margin-bottom: 1em;
	margin-top: 1em;
	overflow: hidden; 
	width: calc(100% - 2px);
}

.breadcrumb > ul 
{ 
	list-style: none; 
	width: 5120px;
}

.breadcrumb > ul > li 
{ 
	display: inline; 
}

.breadcrumb > ul > li > a,
.breadcrumb > ul > li > span
{
	background: white; 
	display: block;
	float: left;
	padding: 7px 0 7px 36px;
	position: relative; 
	text-decoration: none; 
}

.breadcrumb > ul > li:last-child
{
	font-weight: bold;
}

.breadcrumb > ul > li:first-child > a 
{
	padding-left: 10px;
}

.breadcrumb > ul > li:not(:last-child) > a::after 
{ 
	content: " "; 
	border-bottom: 30px solid transparent;
	border-left: 24px solid white;
	border-top: 30px solid transparent;
	display: block; 
	height: 0;
	left: 100%;
	margin-top: -30px; 
	position: absolute;
	top: 50%;
	width: 0; 
	z-index: 2; 
}

.breadcrumb > ul > li:not(:last-child) > a::before 
{ 
	border-bottom: 30px solid transparent;
	border-left: 24px solid #ddd;
	border-top: 30px solid transparent;       
	content: " "; 
	display: block; 
	height: 0;
	left: 100%;
	margin-left: 1px;
	margin-top: -30px; 
	position: absolute;
	top: 50%;
	width: 0; 
	z-index: 1; 
}

@media only screen and (min-width: 768px)
{
	#hlm_header h1
	{
		padding: 27px .6em 0 8em !important;
	}

	#hlm_header h1 span#hlm_lof2::before
	{
		content: "\A\A0\A0\A0\A0";
		white-space: pre;
	}
}

@media only screen and (min-width: 1280px)
{
	#hlm_header #user_menu
	{
		right: calc((100vw - 1200px) / 2);
	}
}

@media only screen and (max-width: 768px) and (max-height: 414px) and (orientation: landscape)
{
	body.input #pagewidth
	{
		padding-top: 0;
	}

	body.input #hlm_header
	{
		top: -50px;
	}

	body.input #hlm_header
	{
		top: -50px;
	}

	body.input #hlm_mobilenavi_bt,
	body.input #hlm_mobilenavi,
	body.input #hlm_mobilenavi_overlay,
	body.input #user_menu
	{
		display: none;
	}
}

@media only screen and (max-width: 1024px)
{
	.breadcrumb > ul 
	{ 
		font-size: .85em;
	}

	.breadcrumb > ul > li > a,
	.breadcrumb > ul > li > span
	{
		padding: 4px 0 4px 26px;
	}

	.breadcrumb > ul > li:not(:last-child) > a::after 
	{ 
		border-bottom: 20px solid transparent;
		border-left: 16px solid white;
		border-top: 20px solid transparent;
		margin-top: -20px; 
	}

	.breadcrumb > ul > li:not(:last-child) > a::before 
	{ 
		border-bottom: 20px solid transparent;
		border-left: 16px solid #ddd;
		border-top: 20px solid transparent;       
		margin-top: -20px; 
	}
}

@media only screen and (max-width: 768px)
{
	#hlm_topofpagebt
	{
		bottom: 1em;
		right: .8em;
	}

	#page-header .navbar li.icon-home
	{
		display: none;
	}

	.breadcrumb 
	{ 
		border: 0;
		overflow: auto;
	}

	.breadcrumb  > ul
	{ 
		font-size: inherit;
		width: inherit;
	}

	.breadcrumb > ul > li
	{
		display: inline;
	}

	.breadcrumb > ul > li > a,
	.breadcrumb > ul > li > span
	{
		display: inline-block;
		float: none;
		padding: 0;
	}

	.breadcrumb > ul > li:first-child > a 
	{
		padding-left: 0;
	}

	.breadcrumb > ul > li:not(:last-child)::after 
	{ 
		content: "\00a0» "; 
	}

	.breadcrumb > ul > li:not(:last-child) > a::after, 
	.breadcrumb > ul > li:not(:last-child) > a::before 
	{ 
		content: none; 
	}
}

@media only screen and (max-width: 568px) 
{
	#hlm_header
	{
		height: 70px;
	}

	#hlm_header ul > li
	{
		background-size: auto 70px;
		box-shadow: inset 0 -3px 2px -2px rgba(0, 0, 0, 0.4);
		height: 70px;
	}

	#hlm_header h1
	{
		font-size: 1.7rem;
		padding: 18px 0 0 0 !important;
	}

	#hlm_header #user_menu
	{
		display: none;
	}

	#page-header .navbar
	{
		border-radius: 0;
	}
}

@media only screen and (max-width: 458px) 
{
	#hlm_header h1
	{
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 414px), (max-width: 768px) and (max-height: 414px)
{
	#hlm_header > div:first-of-type
	{
		transition: opacity .8s;
	}

	#hlm_mobilenavi.active ~ #hlm_header > div:first-of-type
	{
		opacity: 0;
	}

	#hlm_mobilenavi_bt
	{
		background-image: url(//files.homepagemodules.de/b539670/a_174_10f94cc1.png);
		background-size: 100%;
		color: white;
		cursor: pointer;
		display: block;
		height: 30px;
		left: 2.5%; 
		position: fixed;
		top: 10px;
		width: 30px;
		z-index: 1100;
	}

	#hlm_mobilenavi_bt:not(.active)
	{
		transition: left .2s;
	}

	#hlm_mobilenavi_bt.active
	{
		background-image: url(//files.homepagemodules.de/b539670/a_175_f846dc67.png);
		left: calc(100% - 40px);
		transition: left .3s;
	}

	#hlm_mobilenavi_overlay
	{
		background: #667295;
		background: -moz-linear-gradient(top, #667295 0%, #444f6c 25%);
		background: -webkit-linear-gradient(top, #667295 0%,#444f6c 25%);
		background: linear-gradient(to bottom, #667295 0%,#444f6c 25%);
		height: 100%;
		display: block;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity .8s;
		width: 100%;
		z-index: 950;
	}

	#hlm_mobilenavi.active ~ #hlm_mobilenavi_overlay
	{
		opacity: 1;
		pointer-events: all;
	}

	#hlm_mobilenavi
	{
		background-color: #fefefe;
		box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .4);
		display: block;
		height: 100%;
		overflow: hidden;
		position: fixed;
		width: 0;
		transition: width .3s;
		z-index: 1000;
	}

	#hlm_mobilenavi.active
	{
		width: calc(100% - 50px);
	}

	#hlm_mobilenavi ul
	{
		height: 100%;
		list-style: none;
		overflow-y: scroll;
		padding: 0;
		width: 100%;
	}

	#hlm_mobilenavi ul li
	{
	}

	#hlm_mobilenavi ul li:not(:last-of-type)
	{
		border-bottom: 1px solid #ccc;
	}

	#hlm_mobilenavi ul li a
	{
		display: block;
		font-weight: bold;
		padding: .8em;
		width: calc(100% - 1.6em);
	}

	#page-header .navbar.hasmobilenavi
	{
		display: none;
	}

	#hlm_header
	{
		background: white;
		height: 50px;
		position: fixed;
		z-index: 950;
	}

	#hlm_mobilenavi.active ~ #hlm_header
	{
		background: none;
	}

	#hlm_header ul > li
	{
		background-size: auto 50px;
		height: 50px;
	}

	#hlm_header a
	{
		left: 50px;
		transition: opacity .8s;
	}

	#hlm_mobilenavi.active ~ #hlm_header a
	{
		overflow: visible;
		opacity: 0;
		width: calc(100% - 100px);
	}

	#hlm_header h1
	{
		font-size: 1.25em;
		margin: 0;
		padding: 9px 0 0 0 !important;
		position: relative;
		width: calc(100% - 50px);
	}

	#pagewidth
	{
		padding-top: 50px;
	}

	:target:before 
	{
		content: "";
		display: block;
		height: 50px;
		margin-top: -50px;
	}
}

@media only screen and (max-width: 320px) and (max-height: 500px)
{
	#hlm_header
	{
		position: relative;
	}

	#pagewidth
	{
		padding-top: 0;
	}
}

@media only screen and (max-width: 360px)
{
	#hlm_header h1
	{
		font-size: 1.1em;
	}
}

/* Übergeordnete Formate */

span.corners-top, 
span.corners-bottom, 
span.corners-top span, 
span.corners-bottom span
{
	background-image: none;
	height: 0;
}

.post span.corners-top, 
.post span.corners-bottom, 
.panel span.corners-top, 
.panel span.corners-bottom, 
.navbar span.corners-top, 
.navbar span.corners-bottom
{
	margin: 0 !important;
}

#search-box a:visited
{
	color: #3f425a !important;
}

a.button1, 
a.button2, 
input.buttons,
input.button1, 
input.button2,
input.button3, 
#forum_search_submit,
a.calendar_add_event_link,
.submitbutton
{
	-webkit-appearance: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box !important;
	background-color: #e2e2e2 !important;
	background-image: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%) !important;
	background-image: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%) !important;
	background-image: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%) !important;
	border: 1px solid rgba(55, 63, 88, 1) !important;
	border-color: #bbb #aaa #999 !important;
	border-radius: .4em !important;
	cursor: pointer !important;
	color: #333 !important;
	display: inline-block !important;
	font-family: inherit !important;
	font-size: .8rem !important;
	font-weight: normal !important;
	height: initial !important;
	line-height: 1.1 !important;
	min-width: 80px !important;
	margin: 0 !important;
	padding: .3em 1em !important;
	text-align: center !important;
	text-decoration: none !important;
	vertical-align: baseline !important;
}

/* Eingabemasken */

fieldset.fields1 dt,
fieldset.fields1 dd,
fieldset.fields2 dt,
fieldset.fields2 dd
{
	display: inline-block;
	float: none;
}

fieldset.fields2 label 
{
	white-space: normal;
}

fieldset.fields1 dt,
fieldset.fields2 dt,
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > label
{
	padding-right: 0;
	width: 14%;
}

fieldset:not(.fields1):not(.fields2):not(.jumpbox) > label
{
	display: inline-block;
}

fieldset.fields1 dd,
fieldset.fields2 dd,
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="text"],
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="password"],
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="select"],
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > textarea
{
	margin: 0;
	padding: .2em .4em;
	width: calc(84% - .8em) !important;
}

fieldset.fields1 dd + dd,
fieldset.fields2 dd + dd
{
	display: block;
	margin-left: 15%;
}

/* fieldset.fields1 dd + dd::before,
fieldset.fields2 dd + dd::before
{
	content: "";
	height: 4px;
	width: 4px;
} */

fieldset.fields1 dd > input[type="text"],
fieldset.fields1 dd > input[type="password"],
fieldset.fields1 dd > input[type="select"],
fieldset.fields2 dd > input[type="text"],
fieldset.fields2 dd > input[type="password"],
fieldset.fields2 dd > input[type="select"],
fieldset.fields2 dd > textarea
{
	width: 99% !important;
}

fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="text"],
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="password"],
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="select"]
{
	margin: .5em 0 .5em 1%;
}

fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type!="submit"] + input[type="submit"].button1::before,
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type!="submit"] + input[type="submit"].button2::before,
fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type!="submit"] + input[type="submit"].button3::before
{
	content: '\a0';
	display: block;
}

fieldset.submit-buttons
{
	float: none !important;
	width: initial !important;
}

@media only screen and (max-width: 568px)
{
	fieldset.fields1 dt::before,
	fieldset.fields2 dt::before,
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > label::before
	{
		content: "\A";
		white-space: pre;
	}

	fieldset.fields1 dt,
	fieldset.fields2 dt,
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > label
	{
		display: block;
		width: 100% !important;
	}

	fieldset.fields1 dd,
	fieldset.fields2 dd,
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="text"],
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="password"],
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="select"],
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > textarea
	{
		width: calc(100% - .8em) !important;
	}

	fieldset.fields1 dd + dd,
	fieldset.fields2 dd + dd
	{
		margin-left: 0;
	}

	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="text"],
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="password"],
	fieldset:not(.fields1):not(.fields2):not(.jumpbox) > input[type="select"]
	{
		margin: .5em 0;
	}

}

/* Artikel (hlm) */

.hlm_article
{
	line-height: 1.4;
	margin-top: 1em;
}

.hlm_formintro
{
	font-weight: bold;
}

.hlm_important
{
	border-left: 4px solid #ed4521;
	padding-left: .6em;
}

/* Übersicht (Home) */

@media only screen and (min-width: 1156px) 
{
	div.leftcol.wide
	{
		float: left;
		max-width: 75%;
	}

	div.leftcol.wide + div.rightcol
	{
		float: right;
		max-width: calc(25% - 2em);
	}

	div.leftcol.wide + div.rightcol::after
	{
		content: "";
		clear: both;
		display: table;
	}

	.forabg2
	{
		background-color: white;
		border: 1px solid rgba(64, 74, 103, .25);
		border-top-left-radius: .2em;
		border-top-right-radius: .2em;
		margin-top: 1em;
		padding: 1em;
	}

	.forabg2:not(.last-of-type)
	{
		margin-bottom: 2em;
	}

	.forabg2 > h3
	{
		margin-top: 0;
	}

	.forabg2 > p:last-of-type
	{
		margin-bottom: 0;
	}
}

/* User Interface globale Elemente */

.uicontrolsbar
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-around;
}

.uicontrolsbar.top
{
	border-bottom: 1px solid #bbb;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

/* Pagination */

.pagination
{
	display: inline-block;
	float: none !important;
	height: auto !important;
	margin-top: 1em;
}

.row .pagination
{
	font-size: .9em;
}

strong.pagination
{
	margin-bottom: .2em;
	padding: 0 0 0 1.5em !important;
}

dl.icon
{
	background-position: 10px .2em !important;
}

dl.icon dt strong.pagination
{
	display: inline-block;
	margin-left: 1em;
}

.pagination span.label
{
	display: inline-block;
	margin: .2em 0;
	padding: .2em 0;
}

.pagination span.active,
.pagination span.inactive,
.pagination span.selected
{
	border-radius: .2em;
	border: 1px solid #bbb;
	color: #666;
	display: inline-block;
	margin: .2em .1em !important;
	min-width: .85em;
	padding: calc(.2em - 1px) calc(.3em - 1px) calc(.1em - 1px) calc(.3em - 1px);
	text-align: center;
}

.pagination span a, 
.pagination span a:link, 
.pagination span a:visited, 
.pagination span a:active,
.pagination span strong
{
	border: 0 !important;
	border-radius: .2em;
	color: white !important;
	display: inline-block;
	font-size: inherit !important;
	margin: 0.2em .1em !important;
	min-width: .85em;
	padding: .2em .3em .1em .3em !important;
	text-align: center;
}

.pagination span a, 
.pagination span a:link, 
.pagination span a:visited, 
.pagination span a:active
{
	/* background-color: #856862 !important; */
	background-color: #a9a9a9 !important;
}

.pagination span strong
{
	background-color: #6d5551;
}

/* Memberbadge */

span.memberbadge
{
	display: inline-block !important;
}

.memberbadge:not(.deleted):not(.xs) a, 
div.xFeedContainer ul > li.row a[href^="u"][href*="_"][href$=".html"]
{
	/* background-color: #bbb; */
	background-color: #ddd;
	border-radius: 10px;
	/* color: white; */
	color: black;
	font-size: .9em;
	margin-bottom: 1px;
	padding: 0 7px;
	/* white-space: nowrap; */
}

/* .memberbadge.deleted:not(.xs) a
{
	background-color: transparent !important;
	border: 1px solid #ccc;
	color: #aaa;
	padding: 0 6px;
}

.topiclist .lastpost .memberbadge:not(.deleted):not(.xs) a
{
	background-color: #818db2;
	color: white;
} */

.memberbadge:not(.deleted):not(.xs) a,
.memberbadge:not(.deleted):not(.xs) a:visited
{
	color: inherit !important;
}

.memberbadge:not(.xs) a:hover,
div.xFeedContainer ul > li.row a[href^="u"][href*="_"][href$=".html"]:hover
{
	text-decoration: none !important;
}

.memberbadge.online:not(.xs) a
{
	background-color: #586282;
	color: white;
}

.memberbadge.xs:not(:last-of-type)::after
{
	content: ", ";
}

.memberbadge.xs.invisible
{
/*	background-color: #d0d0d0; */
	font-style: italic;
}

/* Activity Feed, Übersichtsseiten und Forenliste */

.buttons,
.buttons div
{
	float: none !important;
}

div.reply-icon[style="display:inline"]
{
	display: block !important;
}

.topic-actions,
br + div[align="right"]
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}

.topic-actions .buttons
{
	-webkit-flex: 1 2 40%;
	-msflex: 1 2 40%;
	flex: 1 2 40%;
}

.topic-actions #forum-search-box
{
	-webkit-flex: 2 1 60%;
	-ms-flex: 2 1 60%;
	flex: 2 1 60%;
	margin: 0;
	position: static;
	text-align: right;
}

input.search
{
	background-image: none;
}

.topic-actions #forum-search-box input#keywords
{
	width: auto !important;
}

.topic-actions .pagination
{
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.topic-actions > div[style*="clear"]:last-child
{
	display: none;
}

div[align="right"] fieldset.jumpbox,
div[align="right"] fieldset.quickmod
{
	float: none !important;
	height: auto;
	margin-top: .5em;
	text-align: inherit;
	width: auto;
}

.forabg,
.forumbg
{
	background: #667295;
	background: -moz-linear-gradient(top, #667295 0%, #444f6c 25%);
	background: -webkit-linear-gradient(top, #667295 0%,#444f6c 25%);
	background: linear-gradient(to bottom, #667295 0%,#444f6c 25%);
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
	padding: 0;
	box-shadow: 0 0 1px #404a67, 0 0 4px #bbb;
/*	box-shadow: 0 0 1px #444e6d, 0 0 6px #bbb; */
}

/* Notification Bar (#wrap > #page-header ~ div.forabg[align="right"]) */

div#notificationbar
{
	background: #9f3b3b;
	border-radius: 0;
	box-shadow: none;
	color: white;
	font-weight: bold;
	margin-bottom: .8em;
	margin-top: .8em;
	padding: .3em .5em;
	text-align: right;
}

div#notificationbar a
{
	white-space: nowrap;
}

div#notificationbar a:not(:first-of-type)
{
	margin-left: .6em;
}

div#notificationbar a:not(:last-of-type)
{
	margin-right: .4em;
}

div#notificationbar a img
{
	vertical-align: middle
}

@media only screen and (max-width: 414px), (max-width: 768px) and (max-height: 414px)
{
	div#notificationbar
	{
		display: none;
	}
}

/* Activity Feed */

.forabg.xFeedContainer
{
}

.forumbg.forumbg-table .table1
{
	border-spacing: 0 !important;
	margin: 0;
}

.forumbg.forumbg-table .table1 tr > *:first-child
{
	padding-left: .6em;
}

.forumbg.forumbg-table .table1 tr > *:last-child
{
	padding-right: .6em;
}

.forumbg.forumbg-table .table1 th
{
	padding: .6em .2em .5em .2em;
}

.forumbg.forumbg-table .table1 td
{
	padding: .8em .2em .7em .2em;
}

div.inner
{
	line-height: 1.3;
}

ul.forums
{
	background-color: inherit;
}

ul.topiclist li
{
	color: inherit;
}

ul.topiclist li.header
{
	padding: .3em 0;
}

ul.topiclist li.row,
.lastactions li
{
	padding: .5em 0 !important;
}

ul.topiclist li.header dl.icon,
ul.topiclist li.row dl
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 0;
}

ul.topiclist li.header dl.icon
{
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

ul.topiclist li.row dl
{
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

ul.topiclist li.row dd.posts, 
ul.topiclist li.row dd.topics, 
ul.topiclist li.row dd.views, 
ul.topiclist li.row dd.lastpost
{
	float: none;
}

ul.topiclist .header dt
{
	width: calc(55% - 1em);
}

li.header dt,
li.header dd,
.forumbg.forumbg-table .table1 th
{
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; 
	font-size: .85rem;
	letter-spacing: .05em;
	margin: 0;
	/* text-transform: none; */
}

li.header dt
{
	font-weight: 800;
}

li.header dd,
.forumbg.forumbg-table .table1 th
{
	font-weight: 300;
}

li.header dt,
li.header dd,
ul.topiclist dd
{
	padding: .1em .2em;
}

ul.topiclist li:not(.header) dt
{
	font-size: inherit;
}

.lastactions li .cmhsp,
dl.icon dt
{
	padding-left: 45px !important;
	padding-right: .2em !important;
}

.lastactions li .cmhsp
{
	background-position: 15px !important;
}

li.header dl.icon dt
{
	padding-left: .8em !important;
}

li.row,
.lastactions li
{
	background-color: #fdfdfd;
	border-top: 0;
	border-bottom: 1px solid #dedede !important;
	min-height: auto !important;
}

li.row:last-child,
.lastactions li:last-child
{
	border-bottom: 0 !important;
}

li.row:active,
li.row:hover
{
	background-color: white;
}

li.row:hover dd
{
	border-left-color: #dedede;
}

li.row strong
{
	font-weight: bold;
}

.topic_sel
{
	background-color: #ddd !important;
	border-left: 10px solid #ed4521;
}

dl.icon dt
{
	width: calc(55% - 45px - .2em);
}

dl.icon
{
	background-position: 10px .2em !important;
}

dt div.topicspostmobile
{
	display: none;
}

.drawerbt
{
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: none;
	height: 16px;
	margin-right: .2em;
	vertical-align: middle;
	width: 16px;
}

.drawerbt:not(.closed)
{
	background-image: url(//files.homepagemodules.de/b539670/a_172_896a45de.png);
}

.drawerbt.closed
{
	background-image: url(//files.homepagemodules.de/b539670/a_173_60ad1dd3.png);
}

dd.posts, 
dd.topics, 
dd.views, 
dd.lastpost
{
	font-size: inherit;
	line-height: inherit;
	text-align: center;
}

dd.posts, 
dd.topics, 
dd.views
{
	width: calc(10% - .4em);
}

dd.lastpost
{
	width: calc(25% - .4em);
}

a.forumtitle,
ul.topiclist.topics a.topictitle,
#relatedtopics ul.topiclist dl.icon dt > a:first-of-type
{
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 1rem;
}

#relatedtopics ul.topiclist dl.icon dt > a:first-of-type
{
	font-weight: bold;
}

#relatedtopics small
{
	font-size: inherit;
}

@media only screen and (max-width: 900px) 
{
	li.header dt, 
	li.header dd
	{
		font-size: .8rem;
		/* font-size: 1.1rem; */
		letter-spacing: 0;
		padding: .2em .1em .1em .1em;
		text-transform: none;
	}
}

@media only screen and (max-width: 768px) 
{
	ul.topiclist .header dt
	{
		width: calc(60% - 1.1em);
	}

	dl.icon dt
	{
		width: calc(60% - 45px - .1em);
	}

	li.header dl.icon dt
	{
		padding-left: 1em;
		padding-right: .1em;
	}

	dd.posts, 
	dd.topics, 
	dd.views
	{
		width: calc(10% - .2em);
	}

	dd.lastpost
	{
		width: calc(20% - .2em);
	}
}

@media only screen and (max-width: 568px), (max-width: 768px) and (max-height: 414px) 
{
	.forabg,
	.forumbg
	{
		border-radius: 0;
		box-shadow: 0 0 1px #404a67;
		margin-bottom: .8em;
		margin-top: .8em;
	}
}

@media only screen and (max-width: 568px) 
{
	ul.topiclist li.header dl.icon,
	ul.topiclist li.row dl
	{
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	li.header dt, 
	li.header dd
	{
		/* font-size: 1rem; */
		padding: .1em .1em .1em .1em;
	}

	dt div.creationinfo
	{
		display: none;
	}

	li.header dd.posts,
	li.header dd.topics,
	li.header dd.views
	{
		display: none;
	}

	.lastactions li .cmhsp,
	dl.icon
	{
		background-position: 5px .1em !important;
	}

	dl.icon
	{
		background-size: 18px;
	}

	img.statimg
	{
		width: 18px;
	}

	.lastactions li .cmhsp,
	dl.icon dt
	{
		padding-left: 30px !important;
	}

	dl.icon dt
	{
		width: calc(60% - 30px - .1em);
	}

	dt div.description,
	dt div.modslist,
	dd.posts, 
	dd.topics,
	dd.views
	{
		display: none !important;
	}

	dt div.topicspostmobile
	{
		display: block;
	}

	.imggallery dd.posts,
	.imggallery dd.topics,
	.imggallery dd.views
	{
		border-left: 0 !important;
		display: block;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
		margin-top: .5em;
		padding: 0 !important;
		text-align: left;
		white-space: nowrap;
		width: auto;
	}

	/* dd.posts::before
	{
		content: "Antworten: ";
	} */

	.imggallery dd.posts::before
	{
		content: "Letzter Upload: ";
	}

	/* ul.topiclist.forums dd.topics,
	ul.topiclist.topics dd.posts
	{
		margin-left: 30px;
	} */

	/* dd.topics::before
	{
		content: "Themen: ";
	} */

	.imggallery dd.topics::before
	{
		content: "Bilder: ";
	}

	/* dd.topics::after
	{
		content: ",\00a0";
	} */

	/* dd.views::before
	{
		content: ", Zugriffe: ";
	} */

	dd.lastpost
	{
		-webkit-flex: 2 0 calc(35% - .2em);
		-ms-flex: 2 0 calc(35% - .2em);
		flex: 2 0 calc(35% - .2em);
	}

	li.header dt, 
	li.header dd
	{
		letter-spacing: 0;
	}
}

/* Forums-Benachrichtigungen */

#forumActionInfoArea
{
	height: calc(100% - 1.8em);
	max-width: 530px;
	min-width: 310px;
/*	overflow-y: scroll; */
	pointer-events: none;
	position: fixed;
	right: 2.8em;
	top: 1.8em !important;
	width: 60% !important;
	z-index: 20000 !important;
}

.forumActionInfo,
#forumActionInfo
{
	background: rgba(56, 65, 77, .93) !important;
	border: 1px solid rgba(255, 255, 255, .8) !important;
	border-radius: .8em !important;
	box-shadow: 0 0 1px #404a67, 0 1px 5px rgba(0, 0, 0, .7);
	color: white !important;
	font-weight: bold;
/*	left: auto !important;
	max-width: 480px; */
	min-width: 280px;
	padding: 1.2em 2em 1.3em 1.8em !important;
	pointer-events: auto;
	position: static !important;
/*	position: fixed; */
/*	right: 2.8em; */
	text-align: left;
	text-shadow: 0 0 4px black, 0 0 15px black;
	width: calc(100% - 3.8em - 2px) !important;
/*	top: 1.8em !important;
	width: 60% !important;
	z-index: 20000 !important; */
}

.forumActionInfo:not(:first-child)
{
	margin-top: 1.8em;
}

.forumActionInfo a,
#forumActionInfo a,
#activateDesktopNotifications span
{
	color: rgb(189, 216, 227) !important;
}

#activateDesktopNotifications
{
	margin-top: 1.2em;
	font-size: .9em;
	font-weight: normal;
}

.forumActionInfo .delspan,
#forumActionInfo .delspan
{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

#forumActionInfoCont > h1:first-child
{
	color: white !important;
	margin-top: 0 !important;
}

@media only screen and (max-width: 768px) 
{
	#forumActionInfoArea
	{
		left: 50% !important;
		right: auto;
		top: 4.8em !important;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.forumActionInfo,
	#forumActionInfo
	{
		border-radius: .3em !important;
/*		left: 50% !important; */
		padding: .7em 1.4em .5em 1.1em !important;
/*		right: auto;
		top: 4.8em !important;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0); */
	}
}

/* Posts */

.bg1
{
	background-color: #f2f2f2;
}

.post
{
	padding: .6em .6em .5em .6em;
	margin-bottom: .9em;
}

.post:not(#quickreply) div.inner
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.back2top
{
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: .5em 0;
}

.postbody
{
	-webkit-flex: 1 2 calc(100% - 2.2em - 120px);
	-ms-flex: 1 2 calc(100% - 2.2em - 120px);
	flex: 1 2 calc(100% - 2.2em - 120px);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.postbody h1,
.postbody h2,
.postbody h3,
.postbody h4,
.postbody h5,
.postbody h6,
.attachbox dt
{
	border: 0;
	color: #333;
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	line-height: inherit;
	margin: initial !important;
	padding: initial;
}

.content h1,
.postbody h1
{
	font-size: 1.4em !important;
	font-weight: bold;
}

.content h2,
.postbody h2
{
	font-size: 1.3em !important;
	font-weight: bold;
}

.postbody h2.first
{
	font-size: 1.1rem !important;
}

.content h3,
.postbody h3
{
	font-size: 1.2em !important;
	font-weight: bold;
}

.content h4,
.content h5,
.content h6,
.postbody h4,
.postbody h5,
.postbody h6,
.attachbox dt
{
	font-size: 1.1em !important;
	font-weight: bold;
}

.content div.xquoteable,
.content,
.content p, 
.content p p,
.content ol, 
.content ul, 
.postbody .content,
.postbody p,
.postbody ol, 
.postbody ul 
{
	font-family: inherit;
	font-size: .9rem !important;
	line-height: 1.5;
	max-width: 1024px;
}

.content a,
.content a:visited,
.postbody a,
.postbody a:visited
{
	color: #1b4880;
}

.content table.xtables,
.content table.xtables td
{
	border: 1px solid #ccc;
}

.content table.xtables
{
	border-collapse: collapse;
	width: 100%;
}

.content table.xtables td
{
	padding: .2em .4em;
}

a.xembedded
{
	padding: 0 !important;
}

a.xembedded > img
{
	margin: .8em .4em;
	max-width: calc(100% - .8em);
}

/* TO DO: Attachment-Box */

.attachbox
{
	background: none;
	border: 0;
	clear: none;
	float: none;
	margin: 1em 0 0 0;
	padding: 0;
}

.attachbox dt
{
	color: #666;
	margin-bottom: 1em;
}

.attachbox dd
{
	border-top: none;
}

/* TO DO: Kalendereinträge Widget */

.widget_calendar_integration
{
	border: 1px solid #ccc;
	border-radius: .3em;
	margin: .5em;
	text-align: inherit;
	padding: .4em .6em;
}

.widget_calendar_integration span.month
{
	color: #777;
	display: block;
	font-size: .85rem;
	margin: 0 0 0 auto;
}

.widget_calendar_integration span.day
{
	color: #ccc;
	display: block;
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	font-size: 2rem;
	margin: 0 0 0 auto;
}

.widget_calendar_integration .name
{
	background: transparent;
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	font-size: 1.2rem;
	font-weight: inherit;
}

/* TO DO: Bildergalerie Widget */

.widget_picture_integration
{
}

.widget_view.widget_view_intext
{
}

.widget_view_head
{
}

.widget_view_body
{
}

/* .widget_view_body > div !!! */
.widget_view_body div
{
}

.widget_picture_integration .image
{
}

.widget_view_body_delete
{
}

blockquote
{
	background-color: #ebeadd;
	background: #ebeadd url(//files.homepagemodules.de/b539670/a_188_84ef9989.png) 8px 11px no-repeat;
	background-size: 15px 12px;
	border-bottom: 1px solid #dbdbce;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #dbdbce;
	font-size: .9em;
	margin: 1em 0 0 1em;
	padding: .6em .6em .5em 2.4em;
}

blockquote > hr:last-of-type
{
	display: none;
}

ul.profile-icons a.button1
{
	font-size: .7em !important;
	background-color: #efefef !important;
	background-image: none !important;
	border-radius: .2em !important;
	padding: .1em .5em !important;
	min-width: 50px !important;
}

p.author
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 .8em 0;
	padding: 0;
}

.postbody img
{
	height: auto !important;
}

hr.dashed
{
	border-top: 2px dotted white;
	/* border-top: 1px dashed white; */
	margin: 1em 0;
}

.infoUserBox
{
	background-color: white;
	border-radius: 4px;
	-webkit-flex: 1 2 auto;
	-ms-flex: 1 2 auto;
	flex: 1 2 auto;
	float: none !important;
	font-size: .95em !important;
	padding: .5em .6em;
	position: relative;
	margin-left: 2em;
	min-height: 4em;
	width: calc(120px - 1.2em);
}

.infoUserBox::before
{
	border-top: 1em solid transparent;
	border-right: 1.2em solid white;
	border-bottom: 1em solid transparent;
	content: "";
	height: 0;
	margin-top: -1em;
	position: absolute;
	right: 100%;
	top: 2.5em;
	width: 0;
}

.avatar_div
{
	border-radius: 50%;
	box-shadow: 0 0 1px black, 0 1px 3px rgba(0, 0, 0, .7);
	height: 70px !important;
	line-height: .9;
	overflow: hidden;
	margin: .5em auto 0 auto !important;
	padding: 0 !important;
	position: relative;
	width: 70px !important;
}

.avatar_div img
{
	display: block;
    left: 50%;
	position: absolute;
    margin-right: -50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 70px;
}

.postprofile
{
	float: none !important;
	width: inherit !important;
}

.postprofile dd, 
.postprofile dt
{
	line-height: inherit;
	margin-left: 0;
	overflow: hidden;
}

.postprofile dd
{
	padding-bottom: .2em;
}

.postprofile div.avatar_div + dt
{
	padding-top: .5em;
}

table.uinfotable
{
	display: block;
	width: auto;
}

table.uinfotable tr
{
	display: inline;
}

table.uinfotable tr td
{
	display: block;
}

#quickreply
{
	background-color: #fff5d7;
}

#quickreply #submitdiv
{
	max-width: 980px;
	text-align: center;
}

/* Vor- und Zurücknavigation am Seitenende */

div#quickreply ~ br ~ div.topic-actions + div.clear
{
	border-bottom: 1px solid #ccc;
}

div.prevnextnavi
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

div.prevthread,
div.nextthread
{
	margin-bottom: 1.2em !important;
	margin-top: .5em;
	width: 50%;
}

div.nextthread
{
	text-align: right;
}

a.right
{
	background-position: 98% 60%;
}

div.nextthread:only-child
{
	width: 100%;
}

div.jumpbox,
div.quickmod
{
	margin-top: 1em;
}

a.left-box.left,
{
	padding-left: 1.2em;
}

a.right-box.right
{
	padding-right: 1.2em;
}

@media only screen and (min-width: 1100px)
{
	.postbody > h3
	{
		font-size: 1.15rem !important;
	}

	.postbody h3.first
	{
		font-size: 1.2rem !important;
	}

	.content div.xquoteable,
	.content,
	.content p, 
	.content p p,
	.content ol, 
	.content ul, 
	.postbody .content,
	.postbody p,
	.postbody ol, 
	.postbody ul 
	{
		font-size: 1rem !important;
	}

	.content h1
	{
		font-size: 1.5em !important;
	}

	.content h2
	{
		font-size: 1.4em !important;
	}

	.content h3
	{
		font-size: 1.3em !important;
	}

	.content h4,
	.content h5,
	.content h6
	{
		font-size: 1.2em !important;
	}
}

@media only screen and (max-width: 768px) 
{
	blockquote
	{
		margin: 1em 0;
	}

	.postbody ul.profile-icons
	{
		border-bottom: 2px dotted white;
		float: none !important;
		margin-bottom: .8em;
		padding-bottom: .4em !important;
		width: 100%;
	}

	ul.profile-icons::after						/* Clearfix */
	{
		content: "";
		clear: both;
		display: table;
	}

	ul.profile-icons li
	{
		float: left;
		margin-bottom: .8em;
	}
}

@media only screen and (max-width: 568px), (max-width: 768px) and (max-height: 414px) 
{
	.postbody
	{
		-webkit-flex: 1 2 calc(100% - 1.5em - 100px);
		-ms-flex: 1 2 calc(100% - 1.5em - 100px);
		flex: 1 2 calc(100% - 1.5em - 100px);
	}

	.infoUserBox
	{
		font-size: .8em !important;
		padding: .4em;
		margin-left: 1em;
		width: calc(100px - 1.2em);
	}

	.infoUserBox::before
	{
		content: none;
	}

	.infoUserBox .postprofile > .avatar_div
	{
		height: 60px !important;
		width: 60px !important;
	}

	.infoUserBox .postprofile > .avatar_div img
	{
		width: 60px;
	}
}

@media only screen and (min-width: 480px)
{
	.infoUserBox.online .postprofile::after
	{
		background-color: #3f9a37;
		border-radius: 8px;
		border: 1px solid rgba(255, 255, 255, .6);
		content: "";
		display: block;
		height: 15px;
		margin-left: 58%;
		position: absolute;
		top: .9em;
		width: 15px;
	}
}

@media only screen and (max-width: 479px) 
{
	.postbody
	{
		-webkit-flex: 2 1 100%;
		-ms-flex: 2 1 100%;
		flex: 2 1 100%;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.infoUserBox
	{
		-webkit-flex: 2 1 100%;
		-ms-flex: 2 1 100%;
		flex: 2 1 100%;
		margin-bottom: 1.5em;
		margin-left: 0;
		min-height: 0;
		padding: .4em .6em;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.infoUserBox::after
	{
		border-left: .8em solid transparent;
		border-top: 1em solid white;
		border-right: .8em solid transparent;
		content: "";
		height: 0;
		left: calc(50% - .8em);
		position: absolute;
		top: 100%;
		width: 0;
	}

	.infoUserBox .postprofile > d
	{
	}

	.infoUserBox .postprofile > *
	{
		display: inline-block;
		vertical-align: middle;
	}

	.infoUserBox .postprofile > *:not(.last-child)
	{
		margin-right: .6em !important;
	}

	.infoUserBox .postprofile dl.postprofile,
	.infoUserBox .postprofile dd:nth-child(4),
	.infoUserBox .postprofile dd:nth-child(5),
	.infoUserBox .postprofile dd:nth-child(6),
	.infoUserBox .postprofile dd:nth-child(7)
	{
		display: none;
	}

	.infoUserBox.online .postprofile::after
	{
		background-color: #3f9a37; 
		border-radius: 5px;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 1em;
		top: 1.35em;
		width: 8px;
	}

	.infoUserBox .postprofile > .avatar_div
	{
		height: 30px !important;
		width: 30px !important;
	}

	.infoUserBox .postprofile > .avatar_div img
	{
		width: 30px;
	}

	.infoUserBox .postprofile ul.profile-icons
	{
		border: 0;
	}

	.infoUserBox .postprofile ul.profile-icons li
	{
		display: inline-block;
		float: none !important;
	}

	.infoUserBox .postprofile > *,
	.infoUserBox .postprofile ul.profile-icons,
	.infoUserBox .postprofile ul.profile-icons li
	{
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.back2top
	{
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
}

/* @media only screen and (max-width: 414px)
{
	.postbody ul.profile-icons
	{
		border-bottom: none;
		border-top: 2px dotted white;
		margin-bottom: 0;
		margin-top: .8em;
		padding-bottom: 0 !important;
		padding-top: .4em !important;
	}
} */

/* "Super"-Button (Post Rating) */

div.ratingbutton
{
	background-color: transparent !important;
	border: 0 !important;
}

div.ratingbutton img
{
	width: 47px;
}

/* Zitate-Popup */

#xQuotesBase
{
	max-height: 70% !important;
	max-width: 50% !important;
}

div.xQuotes
{
	box-shadow: 0 0 1px #404a67, 0 -1px 5px rgba(0, 0, 0, .6);
}

div.xQuotesHead
{
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 1.1em;
}

div.xQuotesHead div
{
	padding: .6em 50px;
}

div.xQuotesMain .xquote
{
	min-height: 40px;
	height: inherit !important;
	max-height: 100px;
}

div.xQuotesMain .xquote:last-of-type
{
	border-bottom: 0;
}

div.xQuotesMain p:empty
{
	display: none;
}

div.xQuotesBottom
{
	border-top: 1px solid #373f58;
}

/* Post Eingabe */

.panel
{
	background-color: #f2f2f2;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
	padding: 1em .6em .9em .6em;
}

.xob_iconlist
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.xob_subiconlist
{
	background-color: #fdfdfd !important;
	border: 0 !important;
	box-shadow: 0 0 1px #444e6d, 0 0 5px #ccc !important;
	box-sizing: border-box;
	padding: .4em !important;
}

/* .xob_subiconlist::after
{
	border-left: 12px solid transparent;
	border-bottom: 14px solid #fdfdfd;
	border-right: 12px solid transparent;
	content: "";
	position: absolute;
	left: calc(50% - 12px);
	top: -14px;
}

.xob_subiconlist::before
{
	border-left: 10px solid transparent;
	border-bottom: 12px solid #444e6d;
	border-right: 10px solid transparent;
	content: "";
	-webkit-filter: blur(1px);
	filter: blur(1px);
	left: calc(50% - 10px);
	position: absolute;
	top: -14px;
} */

.xob_hlmcont_subiconlist
{
	/* Element muss über jQuery eingefügt werden, damit Format funktioniert */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
}

.xob_icon_cont
{
	margin: .1em .3em !important;
}

.xob_iconlist > .xob_icon_cont > img.xob_icon
{
	height: 20px;
}

.xob_iconlist div
{
	padding: .1em !important;
}

#xQuotesInsertDiv
{
	min-width: 300px !important;
	width: 80%;
}

textarea.autoheight
{
	resize: none;
}

#quickreply textarea,
#message-box textarea
{
	box-sizing: border-box;
	max-width: 980px;
	min-height: 216px;
	width: 100% !important;
}

#quickreply textarea
{
	min-height: 70px;
}

form[name="newms"] input.inputbox.autowidth
{
	width: 75% !important;
}

small#autosave
{
	float: none !important;
	margin-right: 0 !important;
	right: 0 !important;
	top: 0 !important;
}

#upload_div
{
	border-top: 1px solid #ccc;
	float: none !important;
	margin: 1em auto 0 auto !important;
	padding: 1em 0 0 0!important;
	max-width: 100%;
}

div#ModAdminWindow
{
	background-color: #f2f2f2 !important;
	border-radius: 0 !important;
	float: none !important;
	margin-bottom: 1.5em !important;
	margin-top: 1.5em !important;
	padding: 1em .6em .9em .6em !important;
	width: initial !important;
}

#tabs
{
	min-width: initial;
}

@media only screen and (max-width: 568px), (max-width: 768px) and (max-height: 414px)
{
	.panel
	{
		padding: .5em .1em .4em .1em;
	}

	#message-box,
	#smiley-box
	{
		float: none;
		width: auto !important;
	}

	form[name="newms"] input.inputbox.autowidth
	{
		width: 70% !important;
	}

	#xQuotesBase
	{
		max-width: 100% !important;
	}
}

/* User-Profil */

@media only screen and (max-width: 568px)
{
	.column1,
	.column2
	{
		clear: both !important;
		float: none !important;
		width: auto !important;
	}
}

/* Kalender */
/* TO DO: Breite bei Mobil egalisieren */

#tabsC a span
{
	color: white !important;
}

#tabsC a span#current
{
	font-weight: bold !important;
}

.calendar_body > table
{
	border: 1px solid grey;
	border-collapse: collapse;
	border-spacing: 0 !important;
	table-layout: fixed;
}

.calendar_body > table > tbody > tr > td:first-child
{
	width: 6%;
}

.calendar_body > table > tbody > tr > td:nth-child(n+2)
{
	width: 12%;
}

.calendar_body table table
{
	border-collapse: collapse;
	border-spacing: 0 !important;
	margin: 0;
	overflow: hidden;
	table-layout: fixed;
}

.calendar_body table table > tbody > tr > td
{
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	border-spacing: 0 !important;
	padding: .2em;
}

.calendar_body table > tbody > tr > td:last-child > table > tbody > tr > td
{
	border-right: 0;
}

.calendar_body td > b
{
	font-weight: normal !important;
}

.calendar_weeks,
.calendar_day_link
{
	font-size: inherit !important;
	font-weight: inherit !important;
}

a.calendar_day_link
{
	display: block;
	text-align: right;
}

@media only screen and (max-width: 568px), (max-width: 768px) and (max-height: 414px) 
{
	.calendar_body > table > tbody > tr > td:first-child
	{
		display: none;
	}

	.calendar_body > table > tbody > tr > td:nth-child(2)
	{
		width: 12%;
	}

	.calendar_body > table > tbody > tr:first-child > td
	{
		font-size: .65rem;
	}

	.calendar_body > table > tbody > tr > td:nth-child(n+3)
	{
		width: 13%;
	}
}

#attendingusers.useravatarlist
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#attendingusers.useravatarlist > div
{
	margin: 0 .5em;
	text-align: center;
}

#attendingusers.useravatarlist div.avatar_div
{
	height: 40px !important;
	width: 40px !important;
}

/* Impressum/FAQ */

.content dl.faq
{
	font-family: inherit;
	font-size: inherit;
	margin-top: 0;
}

.content dl.faq > dt
{
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 1.05rem;
	font-weight: bold;
}

.content dl.faq > dt > strong
{
	font-weight: inherit;
}

.content dl.faq dd a:not(.top2)::before
{
	content: "\25B6 ";
	color: #999;
	font-size: .9em;
}

.content dl.faq dd .top2
{
	display: block;
	margin-top: 1em;
}

.content dl.faq + hr.dashed
{
	border-top: 1px dashed grey;
	margin: 1.5em 0;
}

.content dl.faq + dl.faq
{
	border-top: 1px dashed grey;
	margin-top: 1.5em;
	padding-top: 1.5em;
}

/* Mitgliederliste */

@media only screen and (max-width: 568px) 
{
	table#memberlist th.info,
	table#memberlist td.info
	{
		display: none;
	}
}

@media only screen and (max-width: 399px) 
{
	table#memberlist th:nth-of-type(5),
	table#memberlist td:nth-of-type(5),
	table#memberlist th.active,
	table#memberlist td:last-of-type
	{
		display: none;
	}
}

/* Bildergalerie */

ul#ulThumbnailList
{
/*	-webkit-align-content: left;
	align-content: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left; */
}

ul#ulThumbnailList::after		/* Clearfix */
{
	content: "";
	clear: both;
	display: table;
}

ul#ulThumbnailList li.photolistitem
{
	/* border-bottom: 1px solid white; */
	border-right: 1px solid white;
	box-sizing: border-box;
	/* flex: 0 0 calc(9.09% - 1px); */
	float: left;
	list-style: none;
	padding-top: calc(9.09% - 1px);
	position: relative;
	width: calc(9.09% - 1px);
}

ul#ulThumbnailList li.photolistitem > div
{
	height: calc(100% - 1px);
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

ul#ulThumbnailList li.photolistitem span.picname,
ul#ulThumbnailList li.photolistitem span.picuser,
ul#ulThumbnailList li.photolistitem span.picdate
{
	display: none;
}

ul#ulThumbnailList li.photolistitem div.title
{
	display: none;
}

body:not(.touchdevice) ul#ulThumbnailList li.photolistitem:hover div.title
{
	background-color: rgba(255, 255, 255, .6);
	display: block;
	padding: .1em 0;
	top: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

ul#ulThumbnailList li.photolistitem div.image
{
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

ul#ulThumbnailList li.photolistitem a:hover
{
	text-decoration: none;
}

ul#ulThumbnailList li.photolistitem div.image img
{
	height: 100%;
	left: 50%;
	max-width: none !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

ul#ulThumbnailList li.photolistitem div.image img.portrait
{
	height: auto;
	max-height: none !important;
	width: 100%;
}

ul#ulThumbnailList li.photolistitem div.image div.editoverlay
{
	display: none;
}

body:not(.touchdevice) ul#ulThumbnailList li.photolistitem:hover div.image div.editoverlay
{
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	color: white;
	display: block;
	font-size: .75rem;
	font-weight: normal;
	left: 0;
	padding: .2em .1em;
	position: absolute;
	text-align: center;
	width: 100%;
}

ul#ulThumbnailList li.photolistitem div.image div.editoverlay > span:not(:last-of-type)::after
{
	content: " | ";
}

ul#ulThumbnailList li.photolistitem div.image div.editoverlay a
{
	color: white;
}

div[name="pic_detail"] table
{
	table-layout: fixed;
}

div#PicMainCont.fn-container
{
	background-size: 100% !important;
	max-width: 100%;
}

div#PicMainCont.fn-container > div:first-child
{
	background-image: none;
	height: 100% !important;
	max-width: 100%;
	width: 100% !important;
}

div[name="pic_detail"] .post:not(#quickreply) div.inner
{
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

div#hpm_Layerbg.nnor
{
	z-index: 10000 !important;
}

div#hpm_pagebody
{
	left: 50% !important;
	max-width: 600px;
	min-width: 320px !important;
	position: fixed !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
	width: 80% !important;
	z-index: 10010 !important;
}

div#hpm_pagebody > br + br
{
	display: none;
}

div#hpm_pagebody > .post > .inner
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}

div#hpm_pagebody img.thumbnail
{
	background-color: white;
	box-shadow: 0 0 4px #777;
	height: auto !important;
	max-width: 80% !important;
	padding: .2em;
}

ul#ulThumbnailList li.photolistitem .notificationbadge
{
	bottom: .3em;
	left: .3em;
	min-height: .8em;
	min-width: .8em;
	padding: .1em .1em;
	position: absolute;
}

ul#ulThumbnailList li.photolistitem:hover .notificationbadge
{
	display: none;
}

@media only screen and (max-width: 800px) 
{
	div#PicMainCont.fn-container
	{
		height: 600px !important;
	}
}

@media only screen and (max-width: 568px) 
{
	div#PicMainCont.fn-container
	{
		height: 440px !important;
	}
}

@media only screen and (max-width: 1280px) 
{
	ul#ulThumbnailList li.photolistitem
	{
		/* flex: 0 0 calc(10% - 1px); */
		padding-top: calc(10% - 1px);
		width: calc(10% - 1px);
	}
}

@media only screen and (max-width: 1024px) 
{
	ul#ulThumbnailList li.photolistitem
	{
		/* flex: 0 0 calc(11.1% - 1px); */
		padding-top: calc(11.1% - 1px);
		width: calc(11.1% - 1px);
	}
}

@media only screen and (max-width: 800px) 
{
	ul#ulThumbnailList li.photolistitem
	{
		/* flex: 0 0 calc(14.28% - 1px); */
		padding-top: calc(14.28% - 1px);
		width: calc(14.28% - 1px);
	}
}

@media only screen and (max-width: 640px) 
{
	ul#ulThumbnailList li.photolistitem
	{
		/* flex: 0 0 calc(20% - 1px); */
		padding-top: calc(20% - 1px);
		width: calc(20% - 1px);
	}
}
@media only screen and (max-width: 568px) 
{
	ul#ulThumbnailList li.photolistitem
	{
		/* flex: 0 0 calc(25% - 1px); */
		padding-top: calc(25% - 1px);
		width: calc(25% - 1px);
	}
}

@media only screen and (max-width: 414px) 
{
	ul#ulThumbnailList li.photolistitem
	{
		/* flex: 0 0 calc(33% - 1px); */
		padding-top: calc(33% - 1px);
		width: calc(33% - 1px);
	}
}

/* Map */

#map
{
	margin: 0 auto;
	width: calc(100% - 1em) !important;
}

#map img
{
	max-width: none !important;
}

@media only screen and (max-width: 568px) 
{
	#map
	{
		height: 400px !important;
		width: calc(100% - 2em) !important;
	}
}

@media only screen and (max-width: 768px) and (max-height: 414px) 
{
	#map
	{
		height: 240px !important;
	}
}

/* Suche */
/* TO DO: Alles */

#forum_search
{
	border-radius: 0 !important;
	background-color: white;
	border: 1px solid #b9b9bb !important;
	color: #333333;
	cursor: text;
	font-size: inherit !important;
	height: auto !important;
	margin-right: 3px;
	max-width: 400px;
	min-width: 150px;
	padding: .2em .4em;
	width: 60% !important;
}

table#searchpage
{
	display: block;
}

div#searchTop ~ table:first-of-type > tbody > tr
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
 
#searchopts
{
	line-height: 1.4;
	min-width: 250px;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

#searchopts h3,
.resulttd h3
{
	font-family: "Kier", "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	font-size: 1.2rem !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-transform: none !important;
}

#searchopts h3
{
	margin-top: .4em;
	padding: .5em !important;
}

#searchopts hr
{
	display: none !important;
}

.resulttd h3
{
	padding: .5em 0;
}

#searchpage .resulttd
{
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding-left: 2em !important;
}

.searchresult
{
	font-size: 1.1em;
	overflow: visible !important;
}

#searchres.slim li
{
	background-color: #f0f1f3 !important;
	border: 0 !important;
	box-shadow: 0 0 1px #404a67, 0 0 5px #bbb;
	margin: 1.2em 0;
}

@media only screen and (max-width: 568px) 
{
	div#searchTop ~ table:first-of-type > tbody > tr
	{
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
 
	#searchopts
	{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	#searchopts h3,
	.resulttd h3
	{
		font-size: .95rem !important;
		font-weight: bold;
	}

	#searchopts .search_opt_set
	{
		padding: .1em;
	}

	#searchopts .search_opt_set span:not(:first-of-type)::before
	{
		content: " | ";
	}

	#searchopts .search_opt_set ul
	{
		display: inline;
	}

	#searchopts .search_opt_set ul
	{
		list-style: none;
		padding: 0 !important;
	}

	#searchopts .search_opt_set ul::before
	{
		content: " [ ";
	}

	#searchopts .search_opt_set ul::after
	{
		content: " ] ";
	}

	#searchopts .search_opt_set li
	{
		display: inline;
		line-height: 1.4 !important;
	}

	#searchopts .search_opt_set li::after
	{
		content: " | ";
	}

	#xob_search span a
	{
		padding-left: 0 !important;
	}

	#xob_search span.act a
	{
		line-height: inherit !important;
		padding-left: .4em !important;
	}

	#searchopts .search_opt_set br
	{
		display: none;
	}

	#searchpage .resulttd
	{
		padding-left: 0 !important;
	}
}

/* Wiki */

#wiki_index .letter_jumplist
{
	margin-bottom: 2em;
}

#wiki_index .letter_jumplist span:not(:last-of-type)::after
{
	content: " | ";
}

#wiki_index_letters
{
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
}

#wiki_index_letters .letter_toc
{
	-webkit-break-inside: avoid;
	-moz-break-inside: avoid;
	break-inside: avoid;
	padding-bottom: 2em;
}

#wiki_index_letters .letter_toc h2
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em !important;
	padding-bottom: .4em;
}

#wiki_index_letters .letter_toc ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#wiki_page h2
{
}

#wiki_page h3
{
}

#wiki_page div.taxo
{
	float: right;
	max-width: 300px;
	margin-bottom: 1em;
	margin-left: 3em;
	width: 40%;
}

#wiki_page div.taxo::after						/* Clearfix */
{
	content: "";
	clear: both;
	display: table;
}

@media only screen and (max-width: 1024px) 
{
	#wiki_index_letters
	{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (max-width: 768px) 
{
	#wiki_index_letters
	{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (max-width: 568px) 
{
	#wiki_index_letters
	{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

/* Übersichtsseite: User-Anmeldungen */

script + style + h2 + div.forabg
{
	background: white;
	border: 1px dotted #aaa;
	border-radius: 0;
	box-shadow: none;
}

table#uacttable
{
	table-layout: fixed;
}

table#uacttable tr
{
	background-color: white;
}

table#uacttable td
{
	border-bottom: 1px dotted #aaa;
}

table#uacttable + br
{
	display: none;
}

table#uacttable + br + center
{
	display: block;
	margin: .2em 0;
}

/* Stilvorlagen für gezielte Mobil-/Desktop-Steuerung */

@media only screen and (min-width: 415px)
{
	.onlymobile
	{
		display: none !important;
	}
}

@media only screen and (max-width: 414px)
{
	.notmobile
	{
		display: none !important;
	}
}