/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			SE:Gamer Dark
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PlanetStyles ( https://www.planetstyles.net/ )
    --------------------------------------------------------------
*/


/* ==============================================================
   BASIS
   ============================================================== */

html,
body {
	background: url("./images/bg.jpg") repeat #F9F9F9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.simple {
	min-height: 100%;
	padding: 0 5px;
}


/* ==============================================================
   TITELS
   ============================================================== */

h1 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
}

h1 span {
	color: #ff992c;
}

h2 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}

h3 {
	color: #000000;
}


/* ==============================================================
   FORUM TEKST
   ============================================================== */

li.header dt,
li.header dd {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	padding: 6px 0 10px 0;
}

.forumtitle,
.topictitle {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.postlink,
.postlink:visited,
.postlink:hover {
	background: none;
	color: inherit;
	border: none;
}

.rules .postlink {
	border-bottom: 1px dotted;
}

.content,
.postbody h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.postbody h3 {
	font-size: 1.2em;
}

.postbody .content {
	font-size: 1.2em;
}


/* ==============================================================
   SITE INFO
   ============================================================== */

.site_info {
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	overflow: hidden;
	padding: 10px 15px;
	margin: 45px 0;
}

.site_info p {
	margin: 0;
	padding-left: 16px;
}


/* ==============================================================
   BREADCRUMBS
   ============================================================== */

#nav-breadcrumbs {
	margin: 15px 0;
}


/* ==============================================================
   HOOFDCONTAINER
   ============================================================== */

.wrap {
	width: calc(100% - 40px);
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	border-radius: 15px;
	box-sizing: border-box;
}


/* ==============================================================
   HEADER / BANNER

   Bannerbestand:
   banner1.jpg

   Originele verhouding:
   1400 x 185
   ============================================================== */

.headerbar {
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 1400 / 185;

	background-color: #000000;
	background-image: url("./images/banner1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;

	border-radius: 7px 7px 0 0;

	padding: 0 30px;
	margin: 0;

	box-sizing: border-box;
	position: relative;
}


/* ==============================================================
   ZOEKBALK
   ============================================================== */

.search-header {
	box-shadow: 0 0 10px #5b5b5b;
	margin-top: 79px;
}


/* ==============================================================
   NAVIGATIE
   ============================================================== */

.navbar {
	background-color: #dfdfdf;
}

.navlinks {
	border-top: none;
}

#nav-main > li > a,
#nav-footer > li > span > a,
#nav-footer > li > a,
#page-footer .navbar {
	color: #FFFFFF;
}

.navbar i {
	color: #ff992c;
}


/* ==============================================================
   FORUM CATEGORIEËN
   ============================================================== */

.forabg,
.forumbg {
	background-color: #141414;
	background-image: url("./images/forumbg.gif");
	padding: 0;
	margin-bottom: 15px;
}

li.header {
	padding-top: 5px;
}

li.header dl.row-item dt {
	background: url("./images/cattip.png") no-repeat 7px 8px;
}

li.header dl.row-item dt .list-inner {
	padding-left: 20px;
	padding-right: 30px;
}


/* ==============================================================
   FORUM RIJEN
   ============================================================== */

li.row {
	border-top: none;
	padding: 5px 0;
}

.row.reported {
	background-color: #ECD5D8;
}


/* ==============================================================
   LOGO
   ============================================================== */

.site_logo {
	background-image: url("./images/site_logo.svg");
}


/* ==============================================================
   BADGE
   ============================================================== */

.badge {
	background-color: #ff992c;
	top: 5px;
	opacity: 1;
}


/* ==============================================================
   COPYRIGHT
   ============================================================== */

.copyright a {
	color: #ff992c;
}

.copyright span {
	color: #cccccc;
}


/* ==============================================================
   ACTION BAR
   ============================================================== */

.action-bar {
	margin: 15px 0;
}


/* ==============================================================
   RESPONSIVE - TABLET
   ============================================================== */

@media only screen and (max-width: 920px) {

	html,
	body {
		background-color: #FFF;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	.wrap {
		width: calc(100% - 20px);
		max-width: 1400px;
		margin: 0 auto;
		padding: 0;
		border-width: 0;
		border-radius: 10px;
		box-shadow: none;
		box-sizing: border-box;
	}

	.headerbar {
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 1400 / 185;

		margin: 0;

		padding-left: 20px;
		padding-right: 20px;

		background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;

		box-sizing: border-box;
	}
}


/* ==============================================================
   RESPONSIVE - KLEINE TABLET
   ============================================================== */

@media only screen and (max-width: 860px) {

	.wrap {
		width: calc(100% - 16px);
		max-width: 100%;
		margin: 0 auto;
	}
}


/* ==============================================================
   RESPONSIVE - MOBIEL
   ============================================================== */

@media only screen and (max-width: 700px) {

	body {
		padding: 0;
	}

	.wrap {
		width: calc(100% - 10px);
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		border-radius: 7px;
		box-sizing: border-box;
	}

	.headerbar {
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 1400 / 185;

		margin: 0;

		padding-left: 10px;
		padding-right: 10px;

		background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;

		box-sizing: border-box;
	}

	.search-header {
		margin-top: 0;
	}
}


/* ==============================================================
   FORUM ICONS & TOPIC ICONS
   ============================================================== */


/* READ */

.global_read,
.announce_read,
.forum_link,
.forum_read,
.forum_read_subforum,
.sticky_read,
.topic_moved,
.pm_read,
.topic_read,
.topic_read_hot {
	background-image: url("./images/icon_read.png");
}


/* READ - MINE */

.global_read_mine,
.announce_read_mine,
.sticky_read_mine,
.topic_read_mine,
.topic_read_hot_mine {
	background-image: url("./images/icon_read_mine.png");
}


/* READ - LOCKED */

.global_read_locked,
.announce_read_locked,
.forum_read_locked,
.sticky_read_locked,
.topic_read_locked {
	background-image: url("./images/icon_read_locked.png");
}


/* READ - LOCKED - MINE */

.global_read_locked_mine,
.announce_read_locked_mine,
.sticky_read_locked_mine,
.topic_read_locked_mine {
	background-image: url("./images/icon_read_locked_mine.png");
}


/* UNREAD */

.global_unread,
.announce_unread,
.forum_unread,
.forum_unread_subforum,
.sticky_unread,
.pm_unread,
.topic_unread,
.topic_unread_hot {
	background-image: url("./images/icon_unread.png");
}


/* UNREAD - MINE */

.global_unread_mine,
.announce_unread_mine,
.sticky_unread_mine,
.topic_unread_mine,
.topic_unread_hot_mine {
	background-image: url("./images/icon_unread_mine.png");
}


/* UNREAD - LOCKED */

.global_unread_locked,
.announce_unread_locked,
.forum_unread_locked,
.sticky_unread_locked,
.topic_unread_locked {
	background-image: url("./images/icon_unread_locked.png");
}


/* UNREAD - LOCKED - MINE */

.global_unread_locked_mine,
.announce_unread_locked_mine,
.sticky_unread_locked_mine,
.topic_unread_locked_mine {
	background-image: url("./images/icon_unread_locked_mine.png");
}


/* ==============================================================
   FORUM ICON GROOTTE
   ============================================================== */

dl.row-item {
	background-size: 27px;
}


/* ==============================================================
   LINK KLEUREN
   ============================================================== */

a:link,
a:active,
a:visited,
.icon.icon-blue {
	color: #ff992c;
}

a:hover,
a:hover .icon.icon-blue {
	color: #ffa212;
}


/* ==============================================================
   PAGINATION
   Geen :before selectors
   ============================================================== */

.pagination .active span,
.pagination li a:hover {
	background-color: #ff992c;
}