body,
html {
    hyphens: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
* {
    font-family: 'Roboto Condensed', sans-serif;
}
img {
    image-rendering: crisp-edges;
}
main {
    position: relative;
    margin: 2%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
p a,
p a:visited,
li a,
li a:visited {
    color: #808080;
}
h1 {
    font-size: 0.75em;
    text-transform: uppercase;
    hyphens: none;
}
h1 span {
    font-weight: 300;
}
h1 span.small {
    font-size: 0.6em;
    color: #999;
}
nav a,
header a {
    text-decoration: none;
    color: #000;
}
header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
header .index {
    line-height: 1.25em;
}
#logo {
    margin-left: 0.3em;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
#logo img {
    width: 1em;
    margin-right: 0.15em;
    vertical-align: -0.2em;
}
dl {
    max-width: 500px;
}
dt {
    margin-bottom: 8px;
}
dd {
    margin-bottom: 20px;
}
hr {
    border: none;
    height: 1px;
    background: #999;
}
#appMenu {
    font-size: 2em;
}
button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    padding: 1em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    border: none;
    border-radius: 0.5em;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin: 2px;
}
button img {
    width: 100%;
}
button#check {
    width: 4.3em;
    height: 4.3em;
    margin: 2px;
    flex-shrink: 0;
}
button:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
button.spot {
    color: #fff;
    background: #000;
}
button.spot:hover {
    color: #c6c6c6;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.panel {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.app_icon {
    margin: 10px;
    width: 60px;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    margin-right: 20px;
}
#help,
.panelClose {
    position: absolute;
    right: 0;
    top: 0.5em;
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    border-radius: 100%;
    cursor: pointer;
}
.panelClose {
    font-family: sans-serif;
    line-height: 30px;
}
.modal_window p {
    max-width: 800px;
}
.modal_window img {
    width: 100%;
    max-width: 600px;
}
.modal_window #logo {
    width: 100px;
}
.slides article {
    display: none;
}
.slides article:first-child {
    display: block;
}
#pointNavi {
    margin-top: 2em;
    margin-bottom: 2em;
}
#pointNavi .next {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
#pointNavi #points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pointNavi #points a {
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: #cacaca;
    margin: 5px;
    margin-top: -1em;
    cursor: pointer;
}
#pointNavi #points a.active {
    background: #000;
}
.level {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.1em;
}
.inactive {
    opacity: 0.25;
}

/*************** LEVEL-STARS ********************************/

.level_0 .inactive:after {
    content: "\2605\2605\2605";
}
.level_1 .active:after {
    content: "\2605";
}
.level_1 .inactive:after {
    content: "\2605\2605";
}
.level_2 .active:after {
    content: "\2605\2605";
}
.level_2 .inactive:after {
    content: "\2605";
}
.level_3 .active:after {
    content: "\2605\2605\2605";
}

/*******************************************************************/

@media only screen and (max-width:700px) {
    header h1 {
        font-size: 3.4vw;
        margin-right: 2.5em;
    }
}
