/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ex-drawer-container .ex-drawer-team-section-toggle-image {
	transition: transform 0.3s ease;
	transform: rotate(0deg);
    cursor: pointer;
}

.ex-drawer-container.open .ex-drawer-team-section-toggle-image {
	transform: rotate(180deg);
}
.map-title{
	font-family: var(--font-family-sohne-buch);
}
.us-map-container .modal-btn-close{
	margin-top: .75rem !important;
    margin-bottom: 1rem;
}