/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");


html { font-size: 122.5%; }  

body { font-size: 14px !important; line-height: 1.4; }

/* 2) Häufige Bereiche auf Basisgröße ziehen */
.postbody, .postbody .content,
.forumtitle, .topictitle,
.postprofile,
.navbar, .pagination,
input, select, textarea, button {
  font-size: 1rem !important;  /* 1rem = 18px von body */
}

/* Links */
a, a:link, a:visited { color: #11a85b !important; }
a:hover, a:focus     { color: #12bf66 !important; }

/* Balken/Hintergründe (Forenlisten etc.) */
.headerbar, .forabg, .forumbg {
  background: #b0ff7e !important;
  background-image: none !important; /* blaue Gradients killen */
}

/* Buttons */
.button, .button1, .button2,
input.button1, input.button2, a.button1, a.button2 {
  background: #a9f79c !important;
  border-color: #0d894a !important;
  color: #fff !important;
}
.button:hover, .button1:hover, .button2:hover {
  background: #7ff597 !important;
}

/* Aktive Tabs / Pagination-Highlight */
.tabs .activetab > a,
.pagination .active span {
  background: #11a85b !important;
  border-color: #0d894a !important;
  color: #fff !important;
}