/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 08:50:35 */
/* SIDEBAR */
.web-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	width: 350px;
	height: 100vh;
	transform: translateX(100%);
	transition: all .3s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	background: var(--white-000);
}

.sidebar-content {
	opacity: 1;
	transition: all .3s ease-in-out;
	background: var(--white-000);
}

.web-sidebar.active {
	transform: translateX(0);
}

.web-sidebar.active .sidebar-content {
	opacity: 1;
}

.sidebar-unfold {
	display: flex;
	position: absolute;
	top: 20%;
	left: 0;
	transform: translateX(calc(0% - 40px));
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	color: var(--white-000);
	cursor: pointer;
	z-index: -1;
}

.sidebar-unfold i {
	padding: 10px 11px;
}

.sidebar-unfold .fa-facebook-f {
	padding: 10px 11px;
}

.sidebar-unfold a {
	color: var(--white-000) !important;
}

.sopen-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-000);
  font-size: 16px;
  cursor: pointer;
  background: rgba(115 77 52 / 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: transform .3s ease, background .2s ease-in-out;
  padding-right: 10px;
}

.sopen-icon svg {
  fill: var(--white-000);
}

.sopen-icon a {
  display: flex;
  align-items: center;
}

.sopen-icon span {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sopen-icon span svg {
  width: 24px;
  height: 24px;
}

.sopen-icon:hover, .sopen-icon.active {
	background: var(--color-brown-primary);
	transform: translate(calc(-100% + 40px));
  transition: transform .3s ease, background .2s ease-in-out;
}

.sopen-icon {
	margin-bottom: 2px;
}

.sopen-icon:last-child {
	margin-bottom: 0;
}

.sopen-icon img {
	width: 18px;
}

.sopen-icon img:hover {
	filter: unset;
}

.sidebar-time {
	padding: 0 0 0 20px;
}

.sidebar-time table {
	border: none;
	margin-top: 0;
}

.sidebar-time table td {
  padding: 2px 24px 2px 0;
  font-weight: 400;
  border: none;
}

.paddingfb {
	padding: 0 !important;
}

.sidebar-top hr {
  margin: 24px 0px 0px 0px !important;
  border-color: var(--white-000) !important;
  border-top-width: 3px !important;
  border-style: double !important;
}

.topmargin {
	margin-top: 24px;
}

.verlinkung {
	margin-top: 5px;
	padding-bottom: 0px;
}

.external {
  font-size: 8px;
  padding: 0px !important;
  vertical-align: text-top;
}
