/* Hide self storno umbuchen Option */
.page-civicrm-event-selfsvcupdate .crm-public .crm-selfsvcupdate-form #action option[value="1"] {
	display: none;
}

footer.footer-dark {
	--bs-primary-rgb: 19, 102, 156;
}

@media (max-width: 991px) {
	footer.footer-dark .row {
		gap: 16px;
	}
}

footer.footer-dark p {
	color: #fff;
	margin-bottom: 0;
	line-height: 200%;
	font-size: 15px;
}

.navbar-brand img {
	max-height: 120px;
	height: unset;
}

@media only screen and (max-width: 900px) {
  .navbar-brand .site-logo {
    width: 210px;
    margin-top: 18px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
}

