/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 28 2026 | 12:22:40 */
/* Footer-Links */
.pc-inline-link:hover {
	font-weight:700!important;
}

/* ============================================================
   Scrollbar
   ============================================================ */

/* Firefox */
html {
  scrollbar-color: rgba(0, 30, 80, 1) transparent;
  scrollbar-width: thin;
}

/* Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 30, 80, .2);
  border-radius: 4px;
  transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: red!important;
}

/* ============================================================
   PARK Café – Back to Top Button
   ============================================================ */

.et_pb_scroll_top {
  background: #001e50 !important;
  color: #F4C2CB !important;
  border: 2px solid #F4C2CB !important;
  border-radius:15px!important;
  width: 44px !important;
  height: 44px !important;
  text-align: center !important;
  font-size: 22px !important;
  bottom: 20px !important;
  right: 20px !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
  line-height: 30px !important;
}

.et_pb_scroll_top::before,
.et_pb_scroll_top:before {
  color: inherit !important;
  line-height: inherit !important;
}

.et_pb_scroll_top:hover {
  background: #F4C2CB !important;
  color: #001e50 !important;
  border: 2px solid #001e50 !important;
}

/* ============================================================
   Akkordeon Toggle Close
   ============================================================ */

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    content: "\36" !important;
}