/* Logo PHP im Banner entfernt */
.site_logo {
	width: 0px;
}

/* Blauer Farbverlauf im Banner */
.headerbar{
	background-color: #2b3940;
	background-image: -webkit-linear-gradient(top, #060a0c 0%,#060a0c 2px,#567787 92px,#567787 100%);
	background-image: linear-gradient(to bottom, #060a0c 0%,#060a0c 2px,#567787 92px,#567787 100%);
    background-repeat: repeat-x;
}

/* Radius entfernt im Banner */
.headerbar {
	margin-bottom: 4px;
	padding: 5px;
	border-radius: 0px;
}

/* Farbe des Schatten umd Suchfeld geändert */
.search-header {
	box-shadow: 0 0 10px #b5b5b5;
}

/* Navigation unter Banner (FAQ, Admin und OZG-Forum) schwarzer Unterstrich */
.navbar {
	padding: 3px 10px;
	border-radius: 0px;
	border-bottom: 1px solid black
}

/* Navigation unter Banner (FAQ, Admin und OZG-Forum) Hintergrund entfernt */
.navbar {
	background-color: #ffffff;
}

/* Rahmen um die Forenthemen Radius entfernt */
.forabg {
	margin-bottom: 4px;
	padding: 5px;
	clear: both;
	border-radius: 0px;
}

/* Rahmen um die Forenthemen blauer Farbverlauf */
.forabg {
	background-color: #274452;
	background-image: -webkit-linear-gradient(top, #274452 0%,#274452 2px,#567787 92px,#567787 100%);
	background-image: linear-gradient(to bottom, #274452 0%,#274452 2px,#567787 92px,#567787 100%);
	background-repeat: repeat-x;
}

/* Rahmen um Threadthemen */
.forumbg {
	background-color: #2b3940;
	background-image: -webkit-linear-gradient(top, #2e444e 0%,#2e444e 2px,#608395 92px,#608395 100%);
	background-image: linear-gradient(to bottom, #2e444e 0%,#2e444e 2px,#608395 92px,#608395 100%);
    background-repeat: repeat-x;
	margin-bottom: 4px;
	padding: 5px;
	clear: both;
	border-radius: 0px;
}

/* Hintergrund Forenthemen Startsteite heller Farbverlauf*/
ul.forums {
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #EEF5F9 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%,#EEF5F9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 ); /* IE6-9 */
}

/* Thread Hintergrund abwechselnd 1 */
.bg1 {
	background-color: #ffffff;
}

/* Thread Hintergrund abwechselnd 2 */
.bg2 {
	background-color: #f3f3f3;
}

/* Hintergrund wenn man mit Maus über Thread hovert */
li.row:hover {
	background-color: #9ccce3;
}

/* Panel Radius entfernt (persönlicher Bereich, Suche, ... */
.panel {
	margin-bottom: 4px;
	padding: 5px 10px;
	border-radius: 0px;
}

/* Cookie Banner Farbe */
.cc-color-override--1687565279.cc-window {
    background-color: #333638 !important;
}

/* Welcome Message */
.dv-welcome-message .postbody {
	width: 100%;
}
.dv-welcome-message .post {
	margin: 0;
	border-radius: 0;
}

/* Anti-Spam Frage */
#post[action*="contactadmin"] .panel:last-child .content {
	font-size: 1.5em;
}
.captcha-panel label {
	font-size: 1.1em;
}