body{

    background:#f5f6f8;

}

.bm-card{

    background:white;
    border-radius:18px;
    padding:24px;
    margin-bottom:24px;

    box-shadow:
        0 2px 8px rgba(0,0,0,.06);

}

.bm-next-goal{

    border:2px solid #28a745;
    border-radius:18px;
    background:#f8fff8;

    padding:24px;

    margin-bottom:24px;

}

.bm-next-goal-title{

    font-size:30px;
    margin-bottom:14px;

}

.bm-next-goal-remaining{

    font-size:18px;
    margin-bottom:16px;

}

.bm-progress{

    width:100%;
    height:22px;

    background:#e5e5e5;

    border-radius:999px;

    overflow:hidden;

}

.bm-progress-bar{

    height:100%;

    background:#28a745;

    color:white;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:bold;

}

.bm-marker{

    transition:.25s;

}

.bm-marker-done{

    opacity:1;

}

.bm-marker-current{

    transform:scale(1.35);

}

.bm-marker-locked{

    opacity:.30;
    filter:grayscale(100%);

}

.bm-road{

    position:relative;

    margin:40px 0 25px;

}

.bm-road-track{

    position:relative;

    width:100%;
    height:34px;

    background:#e5e5e5;

    border-radius:999px;

    overflow:visible;

}

.bm-road-progress{

    height:100%;
    background:#28a745;
    border-radius:999px;
    border-radius:999px;
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-weight:bold;
    font-size:18px;

}

.bm-marker{

    position:absolute;

    top:-40px;

    transform:translateX(-50%);

    text-align:center;

    z-index:5;

}

.bm-marker-icon{

    font-size:30px;

    margin-bottom:2px;

}

.bm-marker-line{

    width:2px;

    height:26px;

    background:#cfcfcf;

    margin:auto;

}

.bm-marker-current .bm-marker-line{

    width:4px;

    background:#28a745;

}

.bm-marker-current .bm-marker-icon{

    transform:scale(1.3);

}

.bm-marker-done .bm-marker-icon{

    opacity:1;

}

.bm-marker-locked .bm-marker-icon{

    opacity:.30;

    filter:grayscale(100%);

}

.bm-boulder-grid{

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
    margin-top:20px;

}

.bm-boulder-card{

    position:relative;
    border:2px solid #dcdcdc;
    border-radius:14px;

    height:90px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    cursor:pointer;

    transition:.2s;

    background:white;

}

.bm-boulder-card:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 18px rgba(0,0,0,.08);

}

.bm-boulder-card input{

    display:none;

}

.bm-check{

    font-size:24px;

    color:#28a745;

    opacity:0;

}

.bm-number{

    font-size:28px;

    font-weight:700;

}

.bm-boulder-card:has(input:checked){

    background:#0d4c56;
    border:2px solid #11b8b6;
    color:#fff;

}

.bm-boulder-card:has(input:checked) .bm-check{

    opacity:1;

}

.bm-reward-road{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

    margin:25px 0 35px;

}

.bm-reward-card{

    border:2px solid #ddd;

    border-radius:16px;

    padding:20px;

    background:white;

    text-align:center;

    transition:.2s;

}

.bm-reward-card.done{

    background:#eef9ef;

    border-color:#28a745;

}

.bm-reward-goal{

    font-size:34px;

    font-weight:700;

    color:#28a745;

    margin-bottom:10px;

}

.bm-reward-title{

    font-size:18px;

    font-weight:600;

    min-height:55px;

}

.bm-reward-status{

    margin-top:15px;

    color:#666;

}

.bm-badge{

    display:inline-block;

    margin-left:10px;

    padding:4px 10px;

    border-radius:20px;

    font-size:12px;

    font-weight:bold;

}

.bm-place{

    background:#f5f5f5;

}

.bm-final{

    background:#dff5e3;
    color:#22863a;

}

.bm-not-final{

    background:#ffecec;
    color:#c62828;

}

.bm-marker{

    position:absolute;
    top:-32px;
    transform:translateX(-50%);
}

.bm-marker-line{

    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:34px;
    height:30px;
}

.bm-finale-line{

    text-align:center;

    margin:18px 0;

    font-weight:bold;

    color:#28a745;

    letter-spacing:2px;

    text-transform:uppercase;

}

.bm-ranking-columns{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:start;

}

.bm-ranking-column{

    display:flex;
    flex-direction:column;

}

@media(max-width:900px){

    .bm-ranking-columns{

        grid-template-columns:1fr;

    }

}

/* ==========================
   Meine Tickliste
========================== */

body.page-id-1255{

    background-image:url('../assets/background.jpg');
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;

}

/* Navigation auf "Meine Tickliste" ausblenden */
body.page-id-1255 header.wp-block-template-part,
body.page-id-1255 .wp-block-template-part {
    display: none;
}

/* WordPress-Seitentitel ausblenden */
body.page-id-1255 .wp-block-post-title {
    display: none;
}

/* ==========================================
   Registrierung (page-id-6)
========================================== */

body.page-id-1251{

    background-image:url("../assets/background.jpg");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;

}

body.page-id-1251 header.wp-block-template-part,
body.page-id-1251 footer.wp-block-template-part{

    display:none;

}

body.page-id-1251 .wp-block-post-title{

    display:none;

}

body.page-id-1251 .entry-content{

    background:transparent;

}


/* ==========================================
   Tickliste wiederfinden (page-id-13)
========================================== */

body.page-id-1253{

    background-image:url("../assets/background.jpg");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;

}

body.page-id-1253 header.wp-block-template-part,
body.page-id-1253 footer.wp-block-template-part{

    display:none;

}

body.page-id-1253 .wp-block-post-title{

    display:none;

}

body.page-id-1253 .entry-content{

    background:transparent;

}

.bm-top-nav{

    display:flex;
    justify-content:flex-end;
    gap:14px;

    margin-bottom:35px;

}

.bm-top-nav a{

    display:inline-block;

    padding:10px 18px;

    border-radius:12px;

    background:#083b43;

    color:white;

    text-decoration:none;

    font-weight:bold;

    transition:.2s;

}

.bm-top-nav a:hover{

    background:#18b2b5;

}

.bm-page-wrapper{

    min-height:100vh;

    background-image:url("../assets/background.jpg");
    background-size:cover;
    background-position:center top;
    background-repeat:repeat-y;

    display:flex;
    justify-content:center;

    padding:60px 20px;

}

.bm-page-content{

    width:100%;
    max-width:900px;

}