/*  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: #f7f1e2;
			/* background-color: #f5f0dc; */
			background-image: url("images/buschtaxi_background.jpg");
			background-position: center top;
			background-repeat: repeat;
			color: #000000;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			padding-right: 0px;
		}
		
		.cc-color-override--1687565279.cc-window {
			background-color: #533F0C !important;
			color: #fff;
		}
		
		.cc-window.cc-banner {
			flex-direction: row;
			padding: 0.3em 1.8em !important;
			width: 100%;
		}
		
		.cc-color-override--1687565279 .cc-btn:hover,
		.cc-color-override--1687565279 .cc-btn:focus {
		
			background-color: #F3ECDC;
		
		}
		
		.bg1 {
			background-color: #F3ECDC !important;
		}
		
		.bg2 {
			background-color: #E7DBBB !important;
		}
		
		.cp-main .pm {
			background-color: #f7f1e2;
		}
		
		li.row.bg1 {
			background-color: #F3ECDC !important;
		}
		
		li.row.bg2 {
			background-color: #E7DBBB !important;
		}
		
		select {
			background-color: #F3ECDC;
		}
		
		.phpbb_alert {
			background-color: #F3ECDC;
		}
		
		.inputbox {
			background-color: #F3ECDC !important;
		}
		
		.message-box textarea {
			background-color: #F3ECDC;
		}
		
		/* .bg1 {
			background-color: #fffddc !important;
		}
		.bg2 {
			background-color: #eeebb9 !important;
		}
		li.row.bg1 {
			background-color: #fffddc !important;
		}
		li.row.bg2 {
			background-color: #eeebb9 !important;
		} */
		.panel {
			background-color: #DCCA9D;
		}
		
		.panel-container .panel {
			background-color: #DCCA9D;
		}
		
		.panel.bg3 {
			background-color: #D0BA81
		}
		
		.navbar {
			background-color: #DCCA9D;
		}
		
		input {
			font-size: 0.8em;
		}
		
		.search-box .inputbox {
			line-height: 1.0;
			height: unset;
			background-color: #F3ECDC;
		}
		
		input.tiny {
			width: 222px;
		}
		
		.button {
			line-height: 1.0;
		}
		
		.fa-minus-square::before {
			color: #967216;
		}
		
		.fa-plus-square::before {
			color: #967216;
		}
		
		blockquote {
			background-color: #FFFCF1;
			border-color: #DBDBCE;
			color: #514f45;
		}
		
		li.header dt,
		li.header dd {
			color: rgb(0, 0, 0);
		}
		
		li.row {
			background-color: #F3ECDC !important;
		}
		
		li.row:hover {
			background-color: #F6F4D0;
		}
		
		.forumbg .header a,
		.forabg .header a,
		th a {
			color: #000;
		}
		
		.wrap {
			background-color: #FFFBE7;
		}
		
		.forabg {
			background-color: #DCCA9D !important;
		}
		
		.forumbg {
			background-color: #DCCA9D !important;
		}
		
		.dropdown .dropdown-contents {
			background: #F3ECDC;
		}
		
		.dropdown .pointer-inner {
			border-color: #F3ECDC transparent;
		}
		
		.dropdown-extended .header {
			background-color: #FFFCF1;
			background-image: -webkit-linear-gradient(top, #FFFCF1 0%, #EBE6CA 100%);
			background-image: linear-gradient(to bottom, #FFFCF1 0%, #EBE6CA 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF1', endColorstr='#EBE6CA', GradientType=0);
		}
		
		.tabs .tab>a {
			background: #DCCA9D;
			color: #000;
		}
		
		.navigation a {
			color: #333;
			background: #FFFCF1;
			background: -webkit-linear-gradient(left, #EBE6CA 50%, #FFFCF1 100%);
			background: linear-gradient(to right, #EBE6CA 50%, #FFFCF1 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBE6CA', endColorstr='#FFFCF1', GradientType=1);
		}
		
		#navigation a,
		.rtl #navigation a {
			background: #DCCA9D;
		}
		
		.cp-mini {
			background-color: #FFFCF1;
		}


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

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

/* AW 2023-08-01 Anfang */
#footer-bg {
	background-image:url("{T_THEME_PATH}/images/bottom_border.png");
	/* footer-bg.png needs to be changed to the image name that you saved the bottom part as */
	background-position: left top;
	width: 937px;
	/* width of you image */
	height: 21px;
	/* height of you image */
	margin: auto;
}

#wrap-bg {
	background-image: url("{T_THEME_PATH}/images/mid_border.png");
	/* middle-bg.png needs to be changed to the image name that you saved the middle part as */
	background-position: left top;
	width: 937px;
	background-repeat: repeat-y;
	margin: auto;
}

#header-bg {
	background-image: url("{T_THEME_PATH}/images/top_border.png");
	/* header-bg.png needs to be changed to the image name that you saved the top part as */
	background-position: left top;
	width: 937px;
	/* width of you image */
	background-repeat: no-repeat;
	margin: auto;
	height: 20px;
	/* height of you image */
}

/* AW 2023-08-01 Ende */

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

.headerbar {
	background-color: #ffff99;
		color: #FFFFFF;
		/* background-image: url("images/buschtaxi_header.jpg"); */
		/* 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;
		margin-bottom: 4px;
		padding: 0 5px;
		/* height: 270px; */
}

.navbar {
	background-color: #DCCA9D;
}

.inputbox {
	background-color: #ffffff;
	border-color: #ffff99;
	color: #171717;
}

.forabg, .forumbg {
		background-color: #996600;
			background-image: none;
	/* 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;
}

a {
	color: #000000;
}

a:hover {
	color: #D31141;
}

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

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("./images/site_logo.svg");
}

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