/*
--------------------------------------------------------------
Common changes for the drechsler style
-------------------------------------------------------------- */

.wrap {
	max-width: 1270px;
}

.site_logo {
	display: inline-block;
	width: 200px;
	height: 67px;
}

.site-description h1,
.site-description p {
	display: none;
}

.navbar {
	padding: 3px 10px;
	border-radius: 7px;
	border: 1px solid #AA6600;
}

/*
.navbar.timecount {
	display: none;
}
*/
.section-index .icon.icon-md {
	font-size: 15px;
}

/* Viewtopic */
.icon.icon-md {
	font-size: 20px;
}

/* Attachment name und Download-Zahl entfernen */
.attachbox .file dd,
.inline-attachment .file dd {
	display: none;
}

/* Werbeblock */

.werbepartner {
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 100%;
	padding: 5px;
}

.rahmen {
	width: 120px;
	height: auto;
	border: 1px solid #660000;
}

@media (max-width: 500px) {
	.werbepartner img {
		width: 60px;
	}
}