﻿
/*:root {
    --redpink-highlight: #F4244E;
    --redpink-hover: #8b2525;
    --blue-highligt: #0B9DDB;
    --blue-hover: #1685b5;
}
#example
    background-color: var(--redpink-highlight);
}*/

* {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
}

html, body {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    color: #333;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

body, form {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
}
/*h2, .archivo-extrabold {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 125;
}*/
h1, h2, h3, .archivo-medium {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 125;
}
form {
    min-height: calc(100vh - 170px);
}
form.ck {
    min-height: 0;
    height: auto;
}

h1, h1 a, h2, h2 a, h3, h3 a {
    color: #F4244E;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-top: 15px;
    text-decoration: none;
    /*font-weight: bold;*/
}

h1 {
    margin: 0px;
    font-size: 22px;
    line-height: 30px;
}

h2 {
    margin: 0px;
    font-size: 20px;
}

h3 {
    margin: 0px;
    margin-top: 15px;
    font-size: 19px;
    line-height: 20px;
}

a {
    color: #F4244E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*label {
    float: none !important;
}*/

#container {
    width: 100%;
    margin-bottom: 25px;
    flex-grow: 1;
}

.wrapper {
    max-width: 850px;
    min-width: 300px;
    margin: 0px auto;
}

.topbar {
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 999;
}

    .topbar a.rb-logo img {
        /*height: 35px;*/
        margin-top: 5px;
    }

#header {
    height: 100px;
    background-color: #F4244E;
    background: url('../images/mapbackground_m.png');
    background-size: 750px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
}
#header h1 {
    line-height: 100px;
    padding-left: 10px;
    color: #fff;
    font-size: 38px;
}
#headeroverlay {
    display: none;
}
.content {
    overflow: auto;
    padding-bottom: 15px;
    padding-top: 5px;
    clear: both;
}

.fullcontent {
    background: #fff;
    margin: 5px;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
    border: 0px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
    border-radius: 4px;
    margin-bottom: 10px;
}

.fullcontent ol, .fullcontent ul {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fullcontent ol {
    list-style: decimal;
}
.fullcontent li {
    padding-left: 5px;
}
/*.fullcontent label {
    font-size: 15px;
    line-height: 25px;
    margin-left: 1px;
}*/
.fullcontent input[type="radio"] {
    margin-right: 5px;
}



.fullcontent .vsummary ul li {
    font-weight: normal;
    color: #333;
}
.fullcontent .vsummary {
    border: 2px solid #F4244E;
    box-sizing: border-box;
    padding: 10px;
    background: #ffedee;
    clear: both;
    background-image: url('/resources/images/icons/warning.png');
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding-left: 35px;
    padding-top: 5px;
    color: #F4244E;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}
.fullcontent .vsummary ul {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.hidden {
    display: none;
}

.confirmationwrapper, .errorwrapper {
    overflow: auto;
    background-color: #36d450;
    background-image: url(../images/icons/confirm.png);
    background-size: 35px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    border-radius: 15px;
    border: 0px;
    width: 50%;
    max-width: 400px;
    margin: 15px auto;
    color: #FFF;
    min-height: 75px;
    padding-left: 55px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.confirmationwrapper h3, .confirmationwrapper a, .errorwrapper h3, .errorwrapper a {
    color: #FFF;
    text-decoration: none;
}

.confirmationwrapper a, .errorwrapper a {
    margin-left: 15px;
    color: #333;
}

.confirmationwrapper a:hover, .errorwrapper a:hover {
    text-decoration: underline;
}

.errorwrapper {
    background-color: #F4244E;
    background-image: url(../images/icons/error.png);
}

a.closeicon {
    display: block;
    width: 25px;
    height: 21px;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    line-height: 20px;
    padding-top: 4px;
    font-family: Arial;
    font-size: 13px;
    opacity: 0.7;
    border: 1px solid #fff;
}

a.closeicon:hover {
    opacity: 1;
}

a.info {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    color: #333;
    background: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid #333;
}

a.info:hover {
    background: #eee;
}

@media only screen and (max-width: 700px) {
    .confirmationwrapper {
        width: 75%;
    }
}

.alert {
    max-width: 815px;
    margin: 15px auto;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10%
}

a.btn_white, a.btn_dark, a.btn_strava, a.btn_komoot, a.btn_highlight, a.btn_icon {
    background-image: url('../images/icons/arrowlarge_dark.png');
    background-repeat: no-repeat;
    background-position: 10px 9px;
    background-color: #fff;
    text-decoration: none;
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding: 8px;
    padding-left: 40px;
    line-height: 18px;
    width: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
}
a.btn_ghostwhite, a.btn_ghostdark {
    text-decoration: none;
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding: 8px 10px;
    line-height: 18px;
    width: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
    border: 1px solid #333;
    color: #333;
}
a.btn_ghostdark {
    border: 1px solid #fff;
    color: #fff;
}
a.btn_ghostwhite:hover {
    opacity: 0.7;
}
a.btn_ghostdark:hover {
    opacity: 0.7;
}
a.btn_white {
    border: 1px solid #ccc;
}
a.btn_dark, a.btn_highlight {
    background-image: url('../images/icons/arrowlarge_white.png');
    background-repeat: no-repeat;
    background-color: #333;
    color: #fff;
}
a.btn_highlight, a.btn_icon {
    background-color: #F4244E;
    color: #fff;
}
/*a.btn_white, */
a.btn_icon.white {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}
/*a.btn_dark, */a.btn_icon.dark {
    background-color: #333;
}
a.btn_highlight.green, a.btn_icon.green {
    background-color: #0BDBB1;
    color: #333;
}
a.btn_highlight.blue, a.btn_icon.blue {
    background-color: #0B9DDB;
}
a.btn_highlight.green:hover, a.btn_icon.green:hover {
    background-color: #1cbf9e;
}
a.btn_highlight.blue:hover, a.btn_icon.blue:hover {
    background-color: #1685b5;
}
a.btn_white:hover, a.btn_icon.white:hover {
    background-color: #ddd;
    color: #F4244E;
    /*border-color: #F4244E;*/
}
a.btn_dark:hover, a.btn_icon.dark:hover {
    background-color: #555;
}
a.btn_highlight:hover, a.btn_icon:hover {
    background-color: #8b2525;
}
a.btn_highlight.disabled:hover  {
    background-color: inherit !important;
}
a.btn_icon {
    background-image: none;
    box-sizing: border-box;
    padding-left: 10px;
}
a.btn_icon span {
    float: left;
    height: 18px;
    width: 20px;
    line-height: 18px;
    margin-right: 10px;
    font-size: 20px;
}
a.btn_icon.xl
{
    width: 100%;
}
a.btn_icon.small {
    padding: 5px;
    padding-left: 5px;
    padding-right: 10px;
    line-height: 18px;
    font-size: 13px;
}
a.btn_icon.small span {
    font-size: 18px;
    margin-right: 5px;
}
a.btn_small {
    padding: 3px;
    padding-left: 25px;
    padding-right: 8px;
    line-height: 18px;
    font-size: 13px;
    background-size: 14px;
    background-position: 6px 6px;
}

div.wrapwrapper {
    display: inline-block;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}

.center {
    text-align: center;
}

.c5050, .c303030, .c6030, .c3060, .c5050, .c100 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: inherit;
    padding: 5px;
}
.c100 {
    width: 100%;
    clear: both;
}
.c303030, .c3060 {
    width: 33.33%;
}
.c6030 {
    width: 66.66%;
}
/*.c303030 .fullcontent, .c6030 .fullcontent, .c3060 .fullcontent, .c5050 .fullcontent, .c100 .fullcontent {
    margin: 0px;
}*/
.w45 {
    width: 45px !important;
}
.w100 {
    width: 100px;
    font-weight: bold;
}

.clear {
    float: left;
    height: 0px;
    width: 100%;
    clear: both;
}

select, input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea {
    margin-top: 0px;
    margin-bottom: 7px;
}

a.nounderline {
    text-decoration: none;
}


.iconlink {
    background: #fff;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    min-height: 82px;
}

.iconlink h3 {
    margin-top: 0px;
    text-align: inherit;
}
.iconlink span.material-symbols-outlined {
    font-size: 70px;
    line-height: 75px;
    width: 100%;
    text-align: center;
    color: #666;
}
a.iconlink:hover {
    text-decoration: none;
}
a.iconlink:hover span.material-symbols-outlined
{
    color :#F4244E;
}

@media only screen and (max-width: 750px) {
    .c303030 {
        width: 50%;
    }

    .c6030, .c3060 {
        width: 100%;
    }
}

@media only screen and (max-width: 645px) {
    #header h1 {
        font-size: 35px;
        line-height: 80px;
    }

    .c5050 {
        width: 100%;
        clear: both;
    }
}

@media only screen and (max-width: 550px) {
    #header h1 {
        font-size: 28px;
        line-height: 80px;
    }

    .c303030 {
        width: 100%;
        clear: both;
    }
}

.disabled {
    opacity: 0.5;
    cursor: pointer;
}
a.disabled {
    background-color: #ccc !important;
    opacity: 0.5;
}
a.btn_icon.disabled {
    background-color: #666 !important;
    opacity: 0.5;
}

a.cancel {
    margin-left: 15px;
    color: #999;
}
a.cancel:hover {
    color: #333;
}

a.forgot {
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    margin-left: 8px;
    color: #666;
}
a.historyback {
    margin-left: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
a.historyback:hover {
    color: #F4244E;
}

footer {
    width: 100%;
    background: #333;
    overflow: auto;
    color: #fff;
    /*height: 200px;*/
    padding-top: 10px;
    padding-bottom: 25px;
    min-height: 135px;
}

footer * {
    font-size: 14px;
}
footer img.logo {
    margin-left: 5px;
}
footer ul {
    list-style-image: url('../images/icons/arrowsmall_white.png');
}
footer ul li {
}
footer ul li a {
    color: #fff;
}
footer a:hover {
    color: #ccc;
    text-decoration: none;
}
footer .copy {
    color: #999;
    font-size: 10px;
}

@media only screen and (max-width : 750px) {
    footer .c303030 {
        width: 50%;
        float: left;
    }

    footer .wrapper div.c303030:last-child {
        clear: left;
        float: right;
        margin-top: 10px;
    }
}
@media only screen and (max-width : 550px) 
{
    footer .c303030
    {
        width: 100%;
        float: left;
        clear: both;
        margin-top: 10px;
        padding-left: 5px;
        box-sizing: border-box;
    }
    footer img.logo {
        margin-left: 0px;
    }
    footer .wrapper div.c303030:first-child
    {
        margin-top: 0px;
    }
}