@charset "UTF-8";

html, body {
	height: 100%;
}

a, .side-nav .gf, .text-go-ci {
	color: #4CD13E;
}

.side-nav a {
	color: #000;
}

.sidebar .nav-link:hover span {
	color: inherit;
}

.sidebar .nav-link.active, .sidebar .nav-link.active span {
	font-weight: bold;
	background-color: #ddd;
}

/*
 * Navbar
 */
.navbar {
	background-color: #4CD13E;
}

.navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
}

/*
 * Sidebar
 */
.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 54px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width:768px) {
	.sidebar {
		top: 6em;
	}
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 54px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto;
	/* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky ) or (position: sticky )) {
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
	}
}

/*
 * Content
 */
main {
	padding-top: 139px; /* Space for fixed navbar */
}

@media (min-width:768px) {
	main {
		padding-top: 56px; /* Space for fixed navbar */
	}
}

.bg-gc-ci {
	background-color: #4CD13E;
}

.event-side-menu .card-body a {
	color: inherit;
}

.event-side-menu .card-body:hover {
	background-color: #4CD13E;
}

.event-side-menu .card-body:hover a {
	text-decoration: none;
}

.card-body-hover:hover {
	background-color: #4CD13E;
	color: #fff !important;
}

.card-body-hover:hover a {
	color: #fff !important;
	text-decoration: none;
}

.card-event-list {
	width: 14rem;
}

@media (max-width:768px) {
	.card-event-list {
		width: 100%;
		margin-bottom: 2em;
	}
}

.card-header button[data-toggle="collapse"]:after {
	font-family: 'gofont' !important;
	content: "\e941"; /* "rechts" icon */
	position: absolute;
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	right: 20px;
	top: 20px;
	/* rotate "rechts" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.card-header button[data-toggle="collapse"].collapsed:after {
	/* rotate back */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
