Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 18:36, 26 September 2026 by BocholtoloogSysop (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Historisch Bocholt */

.hb-header {
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.hb-header h1 {
    color: #2E78B7;
    font-size: 3rem;
}

.hb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 20px;
    margin-top: 20px;
}

.hb-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    border-top: 5px solid #2E78B7;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    transition: .2s;
}

.hb-card:hover {
    transform: translateY(-4px);
}

.hb-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.hb-card h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.hb-card h3 a {
    color: #2E78B7;
    text-decoration: none;
}

.hb-card p {
    margin-bottom: 0;
}

.hb-links {
    background: #EAF3F8;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}