/*  phpBB3 Style Sheet
----------------------------------------------------------------------
Style name:			SE Square
Based on style:		prosilver (the default phpBB 3.3.x style)
Original author:	Tom Beddard ( http://www.subblue.com/ )
Modified by:		Stoker ( https://phpbb3bbcodes.com/ )
----------------------------------------------------------------------
*/
html, body {
	color: #536482;
	background-color: #e6e3da;
	padding: 0;
}
body * {
	border-radius: 0px !important;
}
#wrap {
	box-shadow: 0 0 6px 2px #fff;
}
li.header dl.row-item * {
    text-transform: none;
	font-size: max(14px);
	font-weight: normal;
	line-height: 20px;
	margin-top:0px;
}
.headerbar, .forumbg, .forabg {
	background: #d97a18;
}
.headerbar, .forumbg, .forabg {
	background: #d97a18;
}
.logo {
	padding: 5px 13px 5px 10px;
}

.site_logo {
	background-image: url("./images/myfunnygarden_logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 360px !important;
    height: 110px !important;
}
.site-description h1 {
	margin-top: 40px;
}
.navbar {
	background-color: #f3f1e8;
	border: 1px solid #d8d3c5;
}
.badge {
	border-radius: 50% !important; 
}
.panel {
	background-color: #f3f1e8;
	color: #28313F;
	border: 1px solid #d8d3c5;
}

.panel h2,
.panel h3 {
	color: #4f6f1f;
}

.panel a,
.panel a:visited {
	color: #4f6f1f;
}

.panel a:hover {
	color: #d97a18;
}

form.headerspace h3 a,
form.headerspace h3 a:visited {
	color: #4f6f1f;
}

form.headerspace h3 a:hover {
	color: #d97a18;
}
a.forumtitle {
	font-size: 1.4em;
	color: #4f6f1f;
}

a.forumtitle:hover {
	color: #d97a18;
}

a.topictitle {
	font-size: 1.2em;
	color: #4f6f1f;
}

a.topictitle:hover {
	color: #d97a18;
}

.forum-title a {
	color: #4f6f1f;
}

.forum-title a:hover {
	color: #d97a18;
}

/* Threadtitel in der Beitragsansicht */
.topic-title a {
	color: #4f6f1f;
}

.topic-title a:hover {
	color: #d97a18;
}

/* Titel einzelner Beiträge */
.postbody h3 a {
	color: #4f6f1f;
}

.postbody h3 a:hover {
	color: #d97a18;
}
.signature a,
.signature a:visited {
	color: #4f6f1f;
}

.signature a:hover {
	color: #d97a18;
}
ul.topics li.row dl.row-item {
	display: flex;
	align-items: center;
	margin-top: 0px;
	min-height: 40px;
}
ul.forums li.row dl.row-item {
	display: flex;
	align-items: center;
	margin-top: 0px;
	min-height: 46px;
}
ul.forums {
	background-color: #f3f1e8;
	background-image: none;
	filter: none;
}

li.row {
	border-top-color: #ffffff;
	border-bottom-color: #d8d3c5;
}
h3 {
	color: #4f6f1f;
}
.online-list h3 a {
	color: #4f6f1f;
}
.statistics a {
	color: #4f6f1f;
}

.statistics a:hover {
	color: #d97a18;
}
#nav-breadcrumbs a,
#nav-footer a,
a.mark-read,
.pagination a[data-ajax="mark_topics_read"],
.jumpbox-return a {
	color: #4f6f1f;
}

#nav-breadcrumbs a:hover,
#nav-footer a:hover,
a.mark-read:hover,
.pagination a[data-ajax="mark_topics_read"]:hover,
.jumpbox-return a:hover {
	color: #d97a18;
}
.bg1 {
	background-color: #f7f5ef;
}

.bg2 {
	background-color: #f1eee6;
}

.bg3 {
	background-color: #ebe7dc;
}

.bg1, .bg2, .bg3 {
	border: 1px solid #d8d3c5;
}

/* MyFunnyGarden Buttons */
.button {
	border-color: #d8d3c5;
	background-color: #f3f1e8;
	background-image: none;
	filter: none;
	box-shadow: none;
	color: #4f6f1f;
	text-shadow: none;
}

.button:hover,
.button:focus {
	border-color: #d97a18;
	background-color: #f7efe4;
	background-image: none;
	filter: none;
	box-shadow: none;
	color: #d97a18;
	text-shadow: none;
}

.button .icon,
.button-secondary {
	color: #4f6f1f;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #d97a18;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #d97a18;
}
/* MyFunnyGarden Pagination */
.pagination li a {
	background: #f3f1e8;
	border-color: #d8d3c5;
	color: #4f6f1f;
	box-shadow: none;
	filter: none;
}

.pagination li.active span {
	background: #4f6f1f;
	border-color: #4f6f1f;
	color: #ffffff;
}

.pagination li a:hover,
.pagination li a:hover .icon,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #d97a18;
	border-color: #d97a18;
	color: #ffffff;
	text-shadow: none;
}
.tabs .tab > a {
	background: #e8e4d8;
	color: #4f6f1f;
}

.tabs .tab > a:hover {
	background: #d1db22;
	color: #4f6f1f;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background-color: #f3f1e8;
	border-bottom: none;
}
.online {
	background-image: none;
	border-right: 4px solid #238d31 !important;
	border-left: 4px solid #238d31 !important;
}
.offline {
	background-image: none;
	border-right: 4px solid #d8d3c5 !important;
	border-left: 4px solid #d8d3c5 !important;
}
@media (min-width: 701px) {
	#wrap {
		display: flex;
		flex-direction: column;
		min-height: calc(100dvh - 20px);
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		padding-top: 13px;
		padding-bottom: 13px;
		
	}
	#page-body {
		flex: 1;
	}
}
@media (max-width: 700px) {
    	.logo {
		display: inline-block !important;
	}
		.site-description h1,
	.site-description p {
		display: none !important;
	}
	#wrap {
		display: flex;
		flex-direction: column;
		min-height: 100svh;  
	}
	#page-body {
		flex: 1;
	}
}
ul#nav-main span {
	font-size: 1.2em;
	line-height: 1.2em;
}

ul#nav-main a,
ul#nav-main i {
	color: #4f6f1f;
}

ul#nav-main a:hover,
ul#nav-main a:hover i {
	color: #d97a18;
}
ul#nav-main i {
	transform: scale(1.5);
	margin: 0 5px;
}
ul#nav-main i.fa-bell {
	transform: scale(1.4) !important;
}
ul#nav-main i.fa-inbox {
	transform: scale(1.6) !important;
}
ul#nav-main .dropdown ul.dropdown-contents a {
	font-size: 10px;
}
.copyright {
	height: auto;
	background: #d97a18;
	margin-top:4px;
	padding: 8px !important;
	color:#fff;
}
.copyright a {
	color:#fff;
}
.copyright p.footer-row {
	line-height:12px;
}
.online-list em a {
	font-weight: bold;
	font-style: normal;
}
.online-list em {
	font-style: normal;
}
/* Colour unread titles */
[class*="forum_unread"] a.forumtitle,
[class*="forum_unread_subforum"] a.forumtitle,
[class*="forum_unread"] a.lastsubject,
[class*="forum_unread_subforum"] a.lastsubject,
[class*="topic_unread"] a.topictitle,
[class*="global_unread"] a.topictitle,
[class*="announce_unread"] a.topictitle,
[class*="sticky_unread"] a.topictitle {
	color: #c65f00;
}
/* Forum and Topic icons, Cleansilver */
.global_read,
.global_read_mine, 
.global_read_locked, 
.global_read_locked_mine, 
.global_unread, 
.global_unread_mine, 
.global_unread_locked, 
.global_unread_locked_mine, 
.announce_read, 
.announce_read_mine, 
.announce_read_locked, 
.announce_read_locked_mine, 
.announce_unread, 
.announce_unread_mine, 
.announce_unread_locked, 
.announce_unread_locked_mine, 
.forum_link, 
.forum_read, 
.forum_read_locked, 
.forum_read_subforum, 
.forum_unread, 
.forum_unread_locked, 
.forum_unread_subforum, 
.sticky_read, 
.sticky_read_mine, 
.sticky_read_locked, 
.sticky_read_locked_mine, 
.sticky_unread, 
.sticky_unread_mine, 
.sticky_unread_locked, 
.sticky_unread_locked_mine, 
.topic_moved, 
.topic_read, 
.topic_read_mine, 
.topic_read_hot, 
.topic_read_hot_mine, 
.topic_read_locked, 
.topic_read_locked_mine, 
.topic_unread, 
.topic_unread_mine, 
.topic_unread_hot, 
.topic_unread_hot_mine, 
.topic_unread_locked, 
.topic_unread_locked_mine,
.pm_read,
.pm_unread {
    background-image: none;
}
.row-item:before,
.row-item:after {
    font-size: 30px;
    left: 15px;
    padding: 0px;
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
	font-family: FontAwesome;
}
.topic_read_mine::after, 
.topic_read_locked_mine::after, 
.topic_unread_mine::after,
.topic_unread_locked_mine::after,
.sticky_read_locked_mine::after, 
.sticky_unread_mine::after,
.sticky_read_mine::after, 
.sticky_unread_locked_mine::after, 
.topic_read_hot_mine::after, 
.topic_unread_hot_mine::after,
.announce_read_mine::after, 
.announce_read_locked_mine::after, 
.announce_unread_mine::after, 
.announce_unread_locked_mine::after {
	content: "\f005";
	font-size: 1.25em;
	color:#fcba03;
	position: absolute;
	top: 20%;
	left: 30px;
}
.global_read:before,
.global_read_mine:before {
	content: "\f0ac"; 
	color: #0076b1;
	font-size: 33px;
	left: 11px;
}
.global_unread:before,
.global_unread_mine:before {
	content: "\f0ac"; 
	font-size: 33px;
	left: 11px;
}
.announce_read:before,
.announce_read_mine:before{
	content: "\f0a1";
	color: #0076b1;
	font-size: 33px;
	left: 11px;
}
.announce_unread:before,
.announce_unread_mine:before {
	content: "\f0a1";
	font-size: 33px;
	left: 11px;
}
.sticky_read:before,
.sticky_read_mine:before { 
	content: "\f08d"; 
	color: #0076b1; 
	left: 16px;
}
.sticky_unread:before,
.sticky_unread_mine:before {
	content: "\f08d"; 
	left: 16px;
}
.topic_read:before,
.topic_read_mine:before {
	content: "\f18c";
	color: #4f6f1f;
	left: 13px;
}
.topic_unread:before,
.topic_unread_mine:before{
	content: "\f18c";
	left: 13px;
}
.topic_moved:before { 
	content: "\f14d";  
	color: #0076b1;
	left: 13px;
}
.topic_read_hot:before,
.topic_read_hot_mine:before { 
	content: '\f0e7';  
	color: #0076b1;
	left: 14px;	
}
.topic_unread_hot:before,
.topic_unread_hot_mine:before { 
    content: '\f0e7';
    left: 14px;
}
.global_read_locked:before,
.global_read_locked_mine:before,
.announce_read_locked:before,
.announce_read_locked_mine:before,
.sticky_read_locked:before,
.sticky_read_locked_mine:before,
.topic_read_locked:before,
.topic_read_locked_mine:before {
	content: "\f023"; 
	color: #0076b1; 
	font-size: 34px;
	left: 15px;
}
.global_unread_locked:before,
.global_unread_locked_mine:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before,
.sticky_unread_locked:before,
.sticky_unread_locked_mine:before,
.topic_unread_locked:before,
.topic_unread_locked_mine:before {
	content: "\f023"; 
	font-size: 34px;
	left: 15px;
}
.forum_read_locked:before {
	content: "\f023"; 
	color: #0076b1; 
	font-size: 38px;
	left:13px;
}
.forum_unread_locked:before {
	content: "\f023"; 
	font-size: 38px;
	left:13px;
}
.forum_link:before { 
	content: '\f0c1'; 
	color: #0076b1;
	left:10px;
}
.forum_read:before	{ 
	content: "\f06c"; 
	color: #4f6f1f;
	font-size: 26px;
	left:10px;
}
.forum_unread:before {
	content: "\f06c";
	font-size: 26px;
	left:10px;
}
.forum_read_subforum:before{
	content: "\f03a";
	color: #4f6f1f;
	left:10px;
}
.forum_unread_subforum:before{
	content: "\f03a";
	left:10px;
}
.pm_read:before	{ 
	content: "\f0e6";  
	color: #0076b1;
	font-size: 30px;
	left:10px;
}
.pm_unread:before { 
	content: "\f086"; 
	font-size: 30px;
	left:10px;
}
.pm_unread:before,
.topic_unread:before,
.topic_unread_locked:before,
.topic_unread_hot:before,
.topic_unread_hot_mine:before,
.topic_unread_mine:before,
.topic_unread_locked_mine:before,
.sticky_unread:before,
.sticky_unread_locked:before,
.sticky_unread_locked_mine:before,
.sticky_unread_mine:before,
.announce_unread:before,
.announce_unread_mine:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before,
.global_unread:before,
.global_unread_mine:before,
.global_unread_locked:before,
.global_unread_locked_mine:before,
.forum_unread:before,
.forum_unread_subforum:before,
.forum_unread_locked:before,
.forum_unread_subforum_locked:before {
    color: #c65f00;
}
/* MyFunnyGarden forum/topic status icons */
.global_read:before,
.global_read_mine:before,
.global_read_locked:before,
.global_read_locked_mine:before,
.announce_read:before,
.announce_read_mine:before,
.announce_read_locked:before,
.announce_read_locked_mine:before,
.sticky_read:before,
.sticky_read_mine:before,
.sticky_read_locked:before,
.sticky_read_locked_mine:before,
.topic_read:before,
.topic_read_mine:before,
.topic_read_hot:before,
.topic_read_hot_mine:before,
.topic_read_locked:before,
.topic_read_locked_mine:before,
.topic_moved:before,
.forum_link:before,
.forum_read:before,
.forum_read_locked:before,
.forum_read_subforum:before,
.pm_read:before {
	color: #4f6f1f;
}
dl.row-item dt[style*="background-image"] { 
	position: relative;
}
dd.lastpost > span > :not(dfn) {
  position: relative;
}
dd.mark input {
	position: relative;
}

/* Left profile switch */
.postprofile {
	border-width: 0 1px 0 0;
	float: left;
	margin-right: 8px;
}

.pm .postprofile {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none;
}

.postprofile dd, .postprofile dt {
	margin-left: 0;
}

@media (max-width: 700px) {
	.postprofile {
		float: none;
		width: auto;
	}
}

.navbar #search-box {
	box-shadow:none;
	float:right;
	position: relative;
	top: 1.5px;
}
.navbar #search-box {
	box-shadow:none;
	float:right;
	position: relative;
	top: 1.5px;
}
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
	border-color: #4f6f1f;
	color: #4f6f1f;
}
/* MyFunnyGarden profile links */
.postprofile a,
.postprofile a:visited {
	color: #4f6f1f;
}

.postprofile a:hover {
	color: #d97a18;
}

/* Normale Benutzernamen */
a.username,
a.username:visited {
	color: #536482;
}

a.username:hover {
	color: #d97a18;
}
/* Avatare scharf speichern, aber im Forum max. 120x120 anzeigen */
.postprofile .avatar img {
	max-width: 120px;
	max-height: 120px;
	width: auto;
	height: auto;
}

/* MyFunnyGarden Nutzungsbedingungen */
.mfg-terms {
	font-size: inherit;
	line-height: 1.4;
	color: inherit;
}

.mfg-terms h2 {
	margin: 0 0 22px 0;
	padding: 0 0 4px 0;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: none;
	color: #4f6f1f;
	border: 0;
	background: none;
}

.mfg-terms h3 {
	margin: 26px 0 14px 0;
	padding: 0 0 6px 0;
	font-size: 1.05em;
	font-weight: 700;
	text-transform: none;
	color: #4f6f1f;
	background: none;
	border: 0;
	position: relative;
}

.mfg-terms h3::after {
	content: "";
	display: block;
	width: 55px;
	height: 2px;
	margin-top: 6px;
	background: #d97a18;
}

.mfg-terms p,
.mfg-terms ul,
.mfg-terms li {
	font-size: inherit;
}

.mfg-terms p {
	margin: 0 0 10px 0;
}

.mfg-terms ul {
	margin: 4px 0 14px 28px;
	padding: 0;
}

.mfg-terms li {
	margin: 2px 0;
	line-height: 1.4;
}

.mfg-terms a {
	color: #4f6f1f;
	font-weight: 600;
}

.mfg-terms a:hover {
	color: #d97a18;
}

.mfg-terms-date {
	margin-top: 28px !important;
	padding-top: 10px;
	border-top: 1px solid #d8d3c5;
	color: #4f6f1f;
}

/* Kopierschutz nur für die Nutzungsbedingungen */
.mfg-terms,
.mfg-terms * {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	-webkit-touch-callout: none !important;
}

@media print {
	.mfg-terms {
		display: none !important;
	}
}
