@media only screen and (max-width:500px) {
  ul.pagination {
    flex-wrap: wrap;
  }
}

.navbar {
	/* border-radius: 30px; */
	margin-bottom: 10px;
}

/* .background #background-left {
	position: absolute;
	top: 0px;
}

@media only all and (min-width: 1900px) {
  #background-left {
    left: 0px !important;
  }
}

.background #background-right {
	position: fixed;
	right: 1.2%;
	bottom: 0px;
} */

/* Kalender <-> Menü Überblendung beheben */
.fc .fc-scrollgrid-section-sticky > * {
	z-index:auto;
}

/* Kalender: Anklickbarkeit der Dropdown-Links fixen */
.fc .fc-daygrid-body {
	z-index:auto;
}
