main {
	min-height: 100em;
}
.main {
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
}
#sidebar {
	max-width: 264px;
	min-width: 264px;
	transition: all 0.35s ease-in-out;
	background-color: #ff330090;
	display: flex;
	flex-direction: column;
}
#sidebar.collapsed {
	margin-left: -264px;
}
#toggler-btn i {
	background-color: transparent;
	cursor: pointer;
	border: 0;
}
.toggler-btn i {
	font-size: 1.75rem;
	color: #000000;
	font-weight: 1000;
}
.navbar {
	padding: 1rem 1rem;
	border-bottom: 1px dashed #ff330030;
}
.sidebar-nav {
	flex: 1 1 auto;
}
.sidebar-logo{
	display: flex;
	justify-content: center;
}
.sidebar-logo img {
	margin: 1.5rem;
	width: 200px;
}
.sidebar-logo i {
	color: #FFFFFF;
	font-weight: 800;
	font-size: 1.5rem;
}
.sidebar-header {
	color: #00000090;
	padding: 1.5rem 1.5rem .375rem;
}
a.sidebar-link {
	padding: .625rem 1.625rem;
	color: #FFFFFF;
	position: relative;
	transition: all 0.35s;
	display: block;
	font-size: 1.25rem;
	text-decoration: none;
}
a.sidebar-link:hover {
	text-decoration: none;
	background-color: #f9f6f630;
	color: #FFFFFF;
}
.sidebar-link[data-bs-toggle="collapse"]::after {
	border: solid;
	border-width: 0 .075rem .075rem 0;
	content: "";
	display: inline-block;
	padding: 2px;
	position: absolute;
	right: 1.5rem;
	top: 1.4rem;
	transform: rotate(-135deg);
	transition: all .2s ease-out;
}
.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
	transform: rotate(45deg);
	transition: all .2s ease-out;
}
a.dropdown-item {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 2.5rem;
}
a.dropdown-item:hover {
	color: #FFFFFF;
	background-color: #f9f6f630;
}
/* Screen size less than 576px */
@media (max-width: 576px) {
	#sidebar {
		max-width: 90px;
		min-width: 90px;
		margin-left: 0;
		transition: all 0.35s ease-in-out;
		background-color: #ff330090;
		display: flex;
		flex-direction: column;
	}
	#sidebar.collapsed {
		margin-left: -90px;
	}
	a.dropdown-item {
		display: flex;
		font-size: x-small;
		text-decoration: none;
		color: #FFFFFF;
		padding-left: 1rem;
		min-height: 40px;
		align-items: center;
	}
	.sidebar-logo img {
		width: 70px;
	}
	.sidebar-header {
		font-size: x-small;
		color: #00000090;
		padding: 0.5rem;
	}
	.sidebar-link[data-bs-toggle="collapse"]::after {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
		right: 0.5rem;
	}
	.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.text-center.p-4.bg-tv-95 {
		font-size: 0.6rem;
	}
	/* Sidebar dropdown neben der sidebar
	.sidebar-dropdown {
		position: absolute;
		left: 80px;
		background-color: #ff330095;
		min-width: 150px;
		z-index: 1000;
		border-radius: 0 4px 4px 0;
	}
	.sidebar-dropdown.show {
		display: block !important;
	}
	*/
}
.fg-black {
	color: #000000;
}
.bg-tv {
	background-color: #ff3300;
}
.bg-tv-95 {
	background-color: #ff330095;
}
.bg-tv-90 {
	background-color: #ff330090;
}
a.post-link {
	color: #212529;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}
a.post-link:hover {
	color: #198754;
	text-decoration: underline;
}
.fc-event-subtitle {
	font-size: 0.8em;
	color: #FFF;
	display: block;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(90%);
}
.sidebar-link svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 2.2;
	fill: none;
	margin-right: 0.75rem;
	flex-shrink: 0;
}
.sidebar-link {
	display: flex;
	align-items: center;
}
.sidebar-link img {
	flex-shrink: 0;
	margin-right: 8px;
}
