/* Glass Box für den Sidebar */
#sidebar {
    background: rgba(255, 255, 255, 0.1); /* Leichte Transparenz */
    backdrop-filter: blur(10px); /* Weiches Unschärfe-Effekt im Hintergrund */
    border-radius: 15px; /* Abrundung der Ecken für einen weicheren Look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sanfter Schatten, um den Effekt hervorzuheben */
    padding: 0px;
	margin: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Ein zarter Rand */
}

/* Hintergrundfarbe für den Sidebar */
.sidebar {
    background-color: #bf383a; /* Roter Hintergrund */
    padding: 0px;
	margin: 0px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

/* Glassbox-Effekt für die einzelnen Bereiche */
.sidebar-item {
    background: rgba(255, 255, 255, 0.1); /* Transparenter Hintergrund */
    backdrop-filter: blur(10px); /* Unschärfe-Effekt */
    padding: 0px !important;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Leichter Schatten */
}

/* Weitere Feinanpassungen */
.sidebar-item h1 {
    color: white; /* Textfarbe für Überschriften */
    font-weight: bold;
}

.sidebar-item a {
    color: #fff; /* Farbe der Links */
    text-decoration: none;
}

.sidebar-item a:hover {
    text-decoration: underline;
}

.sidebar-item {
    color: white;
    border: none;
}

.sidebar-item table {
    border: none;
    background: transparent;
}

.sidebar-item table thead, 
.sidebar-item table tbody {
    border: none;
    background: transparent;
}

.sidebar-item table th, 
.sidebar-item table td {
    border: none;
    background: transparent;
}

.sidebar-item {
    border: none;
    box-shadow: none;
    outline: none;
}    

.sidebar-item:before,
.sidebar-item:after {
    content: none !important;
}

.sidebar-item thead {
    display: none;
}

#cse-sidebar-one {
	padding: 0px;
	margin: 0px;
}

#cse-sidebar {
	padding: 0px;
	margin: 0px;
}

#cse-frame {
	padding: 0px;
	margin: 0px;
}	

.sidebar-item h3 {
	padding: 5px;
}