.dp-anmeldung-box {
	margin-top: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f9fa;
	border-radius: 8px;
	text-align: center;
}
.dp-anmeldung-box a.btn {
	display: inline-block;
	margin-bottom: 10px;
}
.dp-anmeldung-box img {
	margin-top: 0.5em;
}

/* =========================
   5) Off-Canvas (Mobile)
   ========================= */
.offcanvas-menu .mod-menu > li > a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.offcanvas-menu .mod-menu .menu-child a {
  padding: 8px 0 8px 24px;
  font-size: .95rem;
}

/* Eigene mobile Seitenleiste (falls genutzt) */
#mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 280px; height: 100vh;
  background: #121212; color: #fff;
  z-index: 1002; padding: 40px 20px;
  transform: translateX(-100%); opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
  font-family: "Sophisto OT W01 DGauge", "Open Sans", sans-serif;
}
#mobile-menu.active { transform: translateX(0); opacity: 1; animation: bounceIn .6s ease; }
#mobile-menu ul { list-style: none; padding: 0; margin-top: 50px; }
#mobile-menu li { margin: 20px 0; }
#mobile-menu a { color: #fff; text-decoration: none; font-size: 18px; display: block; padding: 10px; transition: background .3s; }
#mobile-menu a:hover { background: #1e1e1e; color: #7AC943; }
#menu-toggle { width: 30px; height: 22px; cursor: pointer; position: fixed; top: 20px; right: 20px; z-index: 1001; display: flex; flex-direction: column; justify-content: space-between; }
#menu-toggle span { height: 4px; background: #fff; border-radius: 2px; display: block; }
#menu-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity .4s ease; }
#menu-overlay.active { opacity: 1; pointer-events: all; }
@keyframes bounceIn { 0% { transform: translateX(-100%); } 60% { transform: translateX(10px); } 80% { transform: translateX(-5px); } 100% { transform: translateX(0); } }

/* Riesige DPCalendar-Uhr verkleinern */

/* 1. Das konkrete SVG mit der Uhr-ID begrenzen */
#dp-icon-clock {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  display: inline-block !important;
}

/* 2. Sicherheitshalber auch den Wrapper klein halten */
.dp-icon,
.dp-icon_clock {
  font-size: 1rem !important;
  line-height: 1 !important;
}

/* 3. SVG generell innerhalb des dp-icon-Containers klein */
.dp-icon svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  vertical-align: middle !important;
}


.sp-dropdown, 
.sp-dropdown-main {
    position: relative;
    z-index: 9999;
}

