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

/* colours.css changes */
html, body {
	background-color: #325B14;
}

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

/* edit */
.bg1 {
    background-color: #EDEEEF;
}

.bg2 {
    background-color: #D6DADD;
}

.panel {
    background-color: #EDEEEF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs .tab > a {
	background: #edeeef;
	box-shadow: 0 1px 1px #325B14 inset;
	color: #325B14;
}

#tabs .tab > a:hover {
	background: #D8DBEA;
	box-shadow: 0 1px 1px #AF7D88 inset;
	color: #AF7D88;
}

#tabs .activetab > a,
#tabs .activetab > a:hover {
	background: #edeeef;
	background: -moz-linear-gradient(top, #edeeef 0%, #edeeef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeeef), color-stop(100%, #edeeef));
	background: -webkit-linear-gradient(top, #edeeef 0%, #edeeef 100%);
	background: -o-linear-gradient(top, #edeeef 0%, #edeeef 100%);
	background: -ms-linear-gradient(top, #edeeef 0%, #edeeef 100%);
	background: linear-gradient(to bottom, #edeeef 0%, #edeeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#edeeef', GradientType=0 );
	border-color: #edeeef;
	box-shadow: 0 1px 1px #AF7D88 inset;
	color: #AF7D88;
}

#tabs .activetab > a:hover {
	color: #000000;
}

.wrap {
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
	margin: 0 auto;
	max-width: 1152px;
	padding: 13px 23px;
}

.search-header {
	box-shadow: 0 0 10px #505C65;
}

/*
.headerbar {
	background-color: #7C8891;
	background-image: -webkit-linear-gradient(top, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
	background-image: linear-gradient(to bottom, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
	background-repeat: repeat-x;
}
*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.headerbar {
	background-color: #325B14;
	background-image: url("https://www.mobile-freiheit.net/images/banner/banner_mobile.gif");
	background-repeat: no-repeat;
	background-position-x: center;
	height: 100px;
	}		
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.headerbar {
	background-color: #325B14;
	background-image: url("https://www.mobile-freiheit.net/images/banner/banner_mobile.gif");
	background-repeat: no-repeat;
	background-position-x: center;
	height: 100px;
	}		
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.headerbar {
	background-color: #325B14;
	background-image: url("https://www.mobile-freiheit.net/images/banner/banner_mobile.gif");
	background-repeat: no-repeat;
	background-position-x: center;
	height: 100px;
	}		
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.headerbar {
	background-color: #325B14;
	background-image: url("https://www.mobile-freiheit.net/images/banner/banner_one.gif");
	background-repeat: no-repeat;
	background-position-x: center;
	height: 100px;
	}	

.site_logo {
	background-repeat: no-repeat;
	display: inline-block;
	width: 640px;
	height: 90px;
}
	
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.headerbar {
	background-color: #325B14;
	background-image: url("https://www.mobile-freiheit.net/images/banner/banner_one.gif");
	background-repeat: no-repeat;
	background-position-x: center;
	height: 100px;
	}

.site_logo {
	background-repeat: no-repeat;
	display: inline-block;
	width: 640px;
	height: 90px;
}
	
}		

.navbar {
	background-color: #cfebd2;
}

/* edit */
.forabg, .forumbg {
	background-color: #3c7a31;
	/*background-image: url("./images/bg_list.gif");*/
}

.recentbg {
	background-color: #AF7D88;	
}

.announcement {
    background-color: #AF7D88;
}

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

.footer-row {
	color: #000000;
}

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

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

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

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

.site_logo {
	background-image: url("https://www.mobile-freiheit.net/images/banner/site_logo.png");
}


.jumpbox-cat-link {
	background-color: #505C65;
	background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%, #505C65 100%);
	background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%,#505C65 100%);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.jumpbox-sub-link {
	background-color: #E8ECEE;
}

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

	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;
	}
}
