/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Kniri Herbst2025
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Kniri ) https://knirisdreamgraphics-pfs-psp.de )
    --------------------------------------------------------------
*/

/* colours.css changes */
html, body {
	background: #edd1d6 url('images/bg.png');
	background-position: bottom center; 
	background-repeat: no-repeat; 
	background-size:cover; 
	background-attachment:fixed;
	background-size: auto;
	margin: 30;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}

h1 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
}

h1 span {
	color: #000000;
}

h2 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}

h3 {color: #000000;}

li.header dt, li.header dd {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

a.forumtitle, a.topictitle {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.2em;
}

.content {
    clear: both;
    min-height: 3em;
    overflow: hidden;
    line-height: 1.7em;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding-bottom: 1px;
}

.content, .postbody h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.postbody h3 {
	font-size: 1.2em;
}

.postbody .content {
	font-size: 1.2em;
}

.postlink {
    text-decoration: none;
    border-bottom: 0px solid transparent;
    padding-bottom: 0;
}

.post {
    padding: 5px 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    border-radius: 7px;
    position: relative;
}

ul#nav-breadcrumbs {
	margin: 15px 0;
}

.wrap {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0;
	background: url('images/hg_trans.png'); 
	border: 0px solid #000000;
	border-radius: 0px;
		
}

.username-coloured {
    font-weight: bold;
    display: inline !important;
    padding: 0 !important;
    color: #455f6b;
}
.username-coloured {
    font-weight: bold;
    display: inline !important;
    padding: 0 !important;
}

.search-header {
	box-shadow: 0 0 10px #5b5b5b;
}

.headerbar {
	min-height: 450px;
	background: url('images/logo.png') no-repeat center top;
	border-radius: 1px 1px 0 0;
	margin: 0; padding-left:30px; padding-right:30px; padding-top:0; padding-bottom:0
}

.navbar {
	background-color: #f8ebcf;
}

.forumbg, .forabg {
    margin-bottom: 20px;
    padding: 2px;
    clear: both;
    border-radius: 7px;
}

.forabg, .forumbg {
  	background-color: #e4b789;
	background-image: url('images/forumbg.png');
}

.forumbg .header a, .forabg .header a, th a {
    color: #000000;
     font-weight: bold;
}

.forumbg .header a, .forabg .header a:hover, th a:hover {
    color: #634f85;
     font-weight: bold;
}

.copyright a {
	color: #000000 !important;
}

li.row {
	background-color: #ebebeb;
}

li.row {
	border-top: medium none;
	border-bottom-color: #f9d6dc;
	background: url('images/themen_hg.png');; padding-left:8px; padding-right:0; padding-top:0; padding-bottom:5px
}

li.row:hover {
}

.bg1, .bg3, .panel {background-color: #e7e7d5 !important;}
.bg2 {background-color: #d9cfbb !important;}
li.row.bg3 {
	background-color: #fbf1f2;
}

li.row.bg3:hover {
	background-color: #fbf1f2;
}

li.row.reported {
	background-color: #ECD5D8 !important;
}

li.header dt, li.header dd {
	padding: 6px 0 10px 0;	
}

li.header dt, li.header dd {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    font-weight: bold;
}

li.header dt, li.header dd {
    color: #2b414e;
    font-weight: bold;
}
li.header dl.row-item dt {
	background: url('images/cattip.png') no-repeat 7px 8px;
}


.tabs .activetab > a, .tabs .activetab > a:hover {
    background-color: #a45873;
    background-image: -webkit-linear-gradient(top, #e8c4ca 0%, #d696a1 100%);
    background-image: linear-gradient(to bottom, #e8c4ca 0%,#d696a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c4ca', endColorstr='#d696a1',GradientType=0 );
    border-color: #d696a1;
    box-shadow: 0 1px 1px #f0d8dc inset;
    color: #000000;
}
.tabs .tab > a {
    background: #c899a9;
    color: #000000;
}
.tabs .activetab > a {
    margin-top: 0;
    padding-bottom: 7px;
}
.tabs .tab > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    margin: 1px 1px 0 0;
}
.tabs .tab > a, .minitabs .tab > a {
    display: block;
    padding: 5px 9px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

a {color: #000000;}
a:hover {color: #7c0d55;}

#nav-main > li > a, #nav-footer > li > span > a, #nav-footer > li > a, #page-footer .navbar {color: #22353b;} .navbar {font-weight: bold;}

.navbar i {color: #7b404f;}

.badge {
	background-color: #000000;
	top: 5px;
	opacity: 1;
}

.copyright span {
	color: #000000;
}

.search-header {
	margin-top: 460px;
}

li.header dl.row-item dt .list-inner {
	padding-left: 20px;
	padding-right: 30px;
}

.action-bar {
	margin: 15px 0;
}

.icon.icon-blue, a:hover .icon.icon-blue {
    color: #7b404f;
}

.dropdown .dropdown-contents {
    background: #f8ebcf;
    border-color: #2b4d57;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 20%);
}


/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	html, body {
		background-color: #000000;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	body {
		padding: 0;
	}
	
	.headerbar {
		margin-left:-5px !important;
		margin-right:-5px !important;
	}
	
}

/* Icons */

/* Forum icons & Topic icons */
.global_read						{ background-image: url('images/icon_read.png'); }
.global_read_mine					{ background-image: url('images/icon_read_mine.png'); }
.global_read_locked					{ background-image: url('images/icon_read_locked.png'); }
.global_read_locked_mine			{ background-image: url('images/icon_read_locked_mine.png'); }
.global_unread						{ background-image: url('images/icon_unread.png'); }
.global_unread_mine					{ background-image: url('images/icon_unread_mine.png'); }
.global_unread_locked				{ background-image: url('images/icon_unread_locked.png'); }
.global_unread_locked_mine			{ background-image: url('images/icon_unread_locked_mine.png'); }

.announce_read						{ background-image: url('images/icon_read.png'); }
.announce_read_mine					{ background-image: url('images/icon_read_mine.png'); }
.announce_read_locked				{ background-image: url('images/icon_read_locked.png'); }
.announce_read_locked_mine			{ background-image: url('images/icon_read_locked_mine.png'); }
.announce_unread					{ background-image: url('images/icon_unread.png'); }
.announce_unread_mine				{ background-image: url('images/icon_unread_mine.png'); }
.announce_unread_locked				{ background-image: url('images/icon_unread_locked.png'); }
.announce_unread_locked_mine		{ background-image: url('images/icon_unread_locked_mine.png'); }

.forum_link							{ background-image: url('images/icon_read.png'); a[href="http"] { target: new; target-name: new; target-new: tab; } }
.forum_read							{ background-image: url('images/icon_read.png'); }
.forum_read_locked					{ background-image: url('images/icon_read_locked.png'); }
.forum_read_subforum				{ background-image: url('images/icon_read.png'); }
.forum_unread						{ background-image: url('images/icon_unread.png'); }
.forum_unread_locked				{ background-image: url('images/icon_unread_locked.png'); }
.forum_unread_subforum				{ background-image: url('images/icon_unread.png'); }

.sticky_read						{ background-image: url('images/icon_read.png'); }
.sticky_read_mine					{ background-image: url('images/icon_read_mine.png'); }
.sticky_read_locked					{ background-image: url('images/icon_read_locked.png'); }
.sticky_read_locked_mine			{ background-image: url('images/icon_read_locked_mine.png'); }
.sticky_unread						{ background-image: url('images/icon_unread.png'); }
.sticky_unread_mine					{ background-image: url('images/icon_unread_mine.png'); }
.sticky_unread_locked				{ background-image: url('images/icon_unread_locked.png'); }
.sticky_unread_locked_mine			{ background-image: url('images/icon_unread_locked_mine.png'); }

.topic_moved						{ background-image: url('images/icon_read.png'); }
.pm_read,
.topic_read							{ background-image: url('images/icon_read.png'); }
.topic_read_mine					{ background-image: url('images/icon_read_mine.png'); }
.topic_read_hot						{ background-image: url('images/icon_read.png'); }
.topic_read_hot_mine				{ background-image: url('images/icon_read_mine.png'); }
.topic_read_locked					{ background-image: url('images/icon_read_locked.png'); }
.topic_read_locked_mine				{ background-image: url('images/icon_read_locked_mine.png'); }
.pm_unread,
.topic_unread						{ background-image: url('images/icon_unread.png'); }
.topic_unread_mine					{ background-image: url('images/icon_unread_mine.png'); }
.topic_unread_hot					{ background-image: url('images/icon_unread.png'); }
.topic_unread_hot_mine				{ background-image: url('images/icon_unread_mine.png'); }
.topic_unread_locked				{ background-image: url('images/icon_unread_locked.png'); }
.topic_unread_locked_mine			{ background-image: url('images/icon_unread_locked_mine.png'); }

dl.row-item {
	background-size: 27px;
}