html {
    /*overflow-y: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffe400;

    color: #000;

    /*font-family: 'Frutiger Next W02', Arial, Verdana, Helvetica, sans-serif;*/
    font-family: 'Open Sans Condensed', Arial, Verdana, Helvetica, sans-serif;
    /*font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;*/

    user-select: text;

}
.button,
h1,h2 {
    /*font-family: 'Open Sans Condensed', Arial, Verdana, Helvetica, sans-serif;*/
}


body {
    margin: 0;
    padding: 0;
}


/* ///////////////////// font size /////////////////////////////////////// */
body{
    font-size: 16px;
}
h1,h2,h3 {
    font-size: 20px;
}
.button {
    font-size: 18px;
}
/* ///////////////////// farben /////////////////////////////////////// */



h1,h2 {
    /*color: #8da42a;*/
}
a {
    color: #000;
}
.login-fehlermeldung,
.fehlermeldung,
.text-rot{
    color: #f00;
}
.highscore-farbe-markiert {
   /* color: #8da42a;*/
}

.highscore-farbe-normal {
  /*  color: #fff;*/
}






.menue-abdunkelung-flaeche {
    background-color: rgba(0,0,0,0.4);
}



.startseiten-bereich,
.seiten-bereich {
    background: #fff;
    text-align: center;
}
.button {
    background: #000;
    color: #ffe400;
}
.box-rand {

}
.kreis-grafik{
    background: #1a171b;
    border: 4rem solid #1a171b;
}

.kreis-grafik:hover{
    background: #5a525d;
    border: 4rem solid #5a525d;
}
.schatten {
    box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.66);
}
.highscore-zeile-oben-unten {
    border-bottom: 1px solid #7f7f7f;
}

.highscore-zeile-mitte {
    border-bottom: 1px solid #d9d9d9;
}


.css-input {
    border-color: #888;
    background-color: #fff
}

/* //////////////////// canvas /////////////////////////////////////////////////// */
.cBack{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* //////////////////// seiten /////////////////////////////////////////////////// */

h1,h2 {
    margin-bottom: 16px;
    font-weight: bold;
}

.schliessen-position{
    position: absolute;
    right:calc(6px + 6rem);
    top:  calc(6px + 6rem);
}

.startseiten-position {
    position: relative;
    margin: 350rem 100rem 24px 100rem;
}
.seiten-position {
    position: relative;
    margin: 350rem 100rem 24px 100rem;
}
.meldung-position{
    position: relative;
    margin: 350rem 100rem 24px 100rem;
    text-align: center;
}

.seiten-bereich,
.startseiten-bereich{
    padding: calc(16px + 16rem);
}

.startseiten-bereich{
    position: relative;
}

.seiten-bereich {
    position: relative;
}

.box-rand {

}
.seite-unsichtbar{
    opacity: 0;
    position: absolute;
    z-index: 1050;
    width: 100%;
}

/* //////////////////// button /////////////////////////////////////////////////// */

.button{
    pointer-events: all;
}

.button-bereich {
    margin: 16px 0 36px 0;
    text-align: center;
}

.button-animation {
    animation-name: button-animation-frames;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}


@keyframes button-animation-frames {
    0%   {transform: scale(1,1);}
    100%  {transform: scale(0.9,0.9);}
}

.button {
    display: inline-block;

    cursor: pointer;
    padding: 8px 40px;
    text-decoration: none;


}

.spiel-button{
    margin: 10px 0 5px 0;
}


/* ///////////////////// icons /////////////////////////////////////////////  */

.kreis-avatar,
.kreis-grafik{
    position: absolute;
    width: 40rem;

    cursor: pointer;
    z-index: 1211;

    border-radius: 50%;

}

.logo-position{
    position: absolute;
    width: 202rem;
    top: 0;
    left: 269rem;
    z-index: 1111;
}


.impressum-position,
.info-position,
.hilfe-position,
.highscore-position,
.sound-position {
    top: 50rem;
}


.impressum-position{
    left: 20rem;
}

.sound-position{
    right: 20rem;
}
.highscore-position{
    right: 85rem;
}
.hilfe-position{
    right: 150rem;
}


h3 {
    margin: 20rem 0 20rem 0;
    font-weight: bold;
}

a {

    text-decoration: underline;
    cursor: pointer;
}
.mittig{
    text-align: center;
}
#alles{
    visibility: hidden;

}
#preloader{
    text-align: center;
    padding-top: 60px;
}
/*//////////////////////////////////////// bereich /////////////////////////////////////////////////////*/


/*  Größen von max-bereich und Hintergründen wird in JS Api.1.4.js berechnet */
.max-bereich {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/* ///////////////////////////////////////////// klappmenue  /////////////////// */

.klappmenue {
    position: absolute;
    top: calc(46px + 46rem);
    right: calc(10px + 10rem);
    width: 270px;
    text-align: center;

    z-index: 1600;
    overflow: hidden;

    border-radius: 8px;

    transition: transform 150ms ease-in-out;
}

a.menuePunkt {
    display: block;
    text-decoration: none;
    line-height: 27px;
    cursor: pointer;
}

a.menuePunkt:hover {

}

.menue-abdunkelung-flaeche {
    /*display: none;*/
    position: absolute;
    z-index: 1110;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ///////////////////////////////////////////// mehrfach verwendet /////////////////// */

p{
    margin-top: 14px;
}

/*/////////////////////////////////////////////////// highscore */
.highscore-alles {
    position: relative;
    text-align: center;
    margin-top:24rem;
}

#highscore-laden {
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: 80rem;
}

.highscore-zeile {
    display: inline-block;
    width: 100%;
    max-width: 600rem;
}

.highscore-feld {
    display: inline-block;
    overflow: hidden;
}

.highscore-icon-links {
    text-align: left;
    width: 48rem;
}

.highscore-icon-rechts {
    text-align: right;
    width: 48rem;
}

.highscore-platz {
    text-align: center;
    width: 20%;
}

.highscore-nickname {
    text-align: left;
    width: 55%;
}

.highscore-score {
    text-align: center;
    width: 20%;
}

.highscore-icon {
    cursor: pointer;
}

/*///////////////////// formular ///////////////////////////////////////*/

.bereich-um-das-formular{
    text-align: left;
}

.formular-label{
    display: block;
    width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
}


.inputfeld-bereich {
    display: inline-block;
    width: 100%;
    max-width: 620px;

}

.css-radio-label {
    padding-right: 20px;
}

.css-checkbox {
    display: inline-block;
    float: left;
    margin: 3px 15px 0 0;
}

.css-checkbox-label {
    display: inline-block;
    width: 85%;
    max-width: 600px;
    text-align: left;
}

.css-input {
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
}

.css-input:focus {
    outline: none;
}

.css-input-select {
    padding: 2px 0 2px 0;
    width: calc(100% - 0px)  ;
}
.inputfeld-bereich-datum{
    text-align: center;
}

.css-input-select-tag {
    float: left;
}

.css-input-select-monat {

}

.css-input-select-jahr {
    float: right;
}

.css-input-select-tag,
.css-input-select-monat,
.css-input-select-jahr {
    width: calc(31% - 0px);
}

.css-input-text {
    padding: 2px 4px 2px 4px;
    width: calc(100% - 12px )  ;
}

.css-input-width-30 {
    width: calc(28.5% - 12px )  ;
}

.css-input-width-50 {
    width: calc(48.5% - 12px )  ;
}

.css-input-width-70 {
    width: calc(68.5% - 12px )  ;
}

.css-input-rechts {
    float: right;
}
