body {
    background-image: url(../Images/laeuferlogolight.png);
    background-position: left 200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#page {
    background-image: url(../Images/bgblue.png);
    background-position: right -100px;
    background-repeat: no-repeat;
}

.fixed-bottom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fixed-bottom ul li a {
    font-size: 2em;
    margin-top: 20px;
    width: 60px;
}

#information ul {
    padding-left: 20px;
}

#information ul li {
    padding-bottom: 20px;
}

.bg-tsv {
    background: rgba(200, 200, 200, 0.6);
}

@media (max-width: 575px) {
    #pagetopic {
        font-size: 2em;
    }
    
    body {
        background-position: left 140px;
    }
    
    #walknrun h2,
    #organizer h2 {
        font-size: 1.5em;
    }

    .fixed-bottom ul {
        margin: 0 auto;
    }
    
    .fixed-bottom {
        left: 0;
        text-align: center;
    }

    .fixed-bottom ul li {
        display: inline;
        margin-right: 20px;
    }
    
    .fixed-bottom ul li.last {
        margin-right: 0;
    }
    
    body {
        padding-bottom: 80px;
    }
}

@media (min-width: 576px) {
    #pagetopic {
        font-size: 2.5em;
    }
    
    body {
        background-position: left 150px;
    }
    
    #page {
        background-position: right -70px;
    }
    
    #information ul {
        padding-left: 40px;
    }
    
    .fixed-bottom {
        left: auto;
        text-align: right;
    }
}

@media (min-width: 768px) {
    #pagetopic {
        font-size: 4.5em;
    }
    
    body {
        background-position: left 150px;
    }
    
    #page {
        background-position: right top;
    }
    
    .fixed-bottom ul li a {
        font-size: 3em;
        margin-top: 20px;
        width: 90px;
    }
}

#walknrun {
    border-top: 8px solid #0065a2;
}

.btn-success {
    background-color: #049500;
    border-color: #049500;
}

.btn-info {
    background-color: #0065a2;
    border-color: #0065a2;
}

#information ul {
    font-size: 1.3em;
}

#map{
    height: 500px;
    width: 100%;
}

#footer {
    z-index: 1050;
}

label.form-check-label a {
    color: #212529;
    text-decoration: underline;
}

label.form-check-label a:hover {
    text-decoration: none;
}

.f3-form-error + label.form-check-label,
.f3-form-error + label.form-check-label a {
    color: red;
}

ul.jumplinks {
    list-style-type: none;
    padding-left: 0;
}

ul.jumplinks li {
    display: inline;
}

.table .thead-blue th {
    color: #fff;
    background-color: #0065a2;
    border-color: #0065a2;
}

.fs-0 {
    font-size: 5rem;
}

.laptimes th.pos {
    width: 50px;
}

.laptimes th.time {
    width: 105px;
}

.laptimes th.startno {
    width: 90px;
}
