body {

}

#header .inside, #container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

#header {
    padding: 20px 0 40px;
}

#form-login {
    max-width: 340px;
    margin: 0 auto;
}


#form-login .widget-text,
#form-login .widget-password label {
    display: none;
}

#form-login .widget-submit,
#form-list .widget-submit {
    text-align: center;
    overflow: visible;
    padding: 40px 0;
}


#form-list {
    max-width: 690px;
    margin: 0 auto !important;
}

#list {
    max-width: 720px;
    margin: 0 auto;
}

#form-login input.text,
#form-list input.text{
    width: 100%;
    padding: 0 12px;
}

#form-list input, #form-list select{
    margin: 12px 0;
}

#form-list {
    margin: 20px 0;
}

#form-list .small {
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a9a9ac;
}

.row.centered > div {
    text-align: center;
}

a.button {
    overflow: visible;
}

#form-list-outer {
    margin: 40px 0 0;
    overflow: visible;
}

#form-list-outer div, #form-list, #form-list div, .overflow {
    overflow: visible;
}

#form-list-outer .overflow {
    padding-bottom: 40px;
}

.btn-link {
    display: none;
}

.btn-link.active {
    display: inline-block;
}

.list-upload {
    border-radius: 15px;
}

.list-name {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.list-abteilung, .list-sportart {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a9a9ac;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 5px;

    display: inline-block;
}

.list-abteilung {
    margin-right: 12px;
}

.list-sportart {
    padding-left: 14px;
    background-image: url(/files/images/layout/timer.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.list-km {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#result-km {
    font-size: 138px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 154px;
    letter-spacing: normal;
    color: #1d225f;
}

#result-km-title {
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 13.04px;
    color: #1d225f;
    text-transform: uppercase;
    margin-bottom: 220px;
}

figure {
    margin: 0;
}

#form-list .error input.text,
#form-list input.text.error ,
.SelectBox.error
 {
    border: 1px solid #d7242a;

}

#form-list input:focus:required:invalid,
#form-list input:required:invalid {
    box-shadow: none;
    outline: none;
}


.ajaxconfirm p {
    margin: 30px 0;
    text-align: center;

    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.row div.align-right {
    text-align: right;
}

#logout {
    position: absolute;
    top: 0;
    right: 0;
}

.list-image {
    /*width: 98px;
    margin-right: 12px;*/
    /*display: inline-block;
    float: left;*/
}

.list-upload-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 98px;
    width: 98px;
    border-radius: 15px;
}

input:not([type="radio"]):not([type="checkbox"]) ,
textarea, select, button {
    -webkit-appearance: none;
    outline-color: transparent;
    outline-style: none;
}

p.list-upload-container {
    margin: 0;
}

#new-entry {
    background-image: none;
    padding-right: 24px;
    text-decoration: none !important;
    display: inline-block !important;
}



@media only screen and (max-width: 720px) {
    #result-km {
        font-size: 62px;
        font-weight: 700;
        line-height: normal;
    }

    #result-km-title {
        font-size: 21px;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 5.7px;
        margin-bottom: 180px;
    }

}



@media only screen and (max-width: 500px) {
    .list-name {
        font-size: 14px;
    }

    .list-km {
        font-size: 15px;
    }
}