

@font-face {
    font-family: "bundessansweb";
    src: url("../fonts/BundesSchrift/BundesSansWeb-Italic.woff") format("woff"), url("../fonts/BundesSchrift/BundesSansWeb-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "bundessansweb";
    src: url("../fonts/BundesSchrift/BundesSansWeb-Regular.woff") format("woff"), url("../fonts/BundesSchrift/BundesSansWeb-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "bundessansweb";
    src: url("../fonts/BundesSchrift/BundesSansWeb-Bold.woff") format("woff"), url("../fonts/BundesSchrift/BundesSansWeb-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
}


html {
    /*overflow-y: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;

    color: #fff;

    font-family: "bundessansweb",Calibri,"Droid Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;

    user-select: text;

}

body {
    margin: 0;
    padding: 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}







/* ///////////////////// farben /////////////////////////////////////// */

body {
    color: #414141;
}
h1,h2,h3 {
    color: #003399;
}
.button {
    color: #fff;
}
a.menuePunkt {
    color: #000;
}
a.menuePunkt:hover {
    color: #fff;
    background-color: #b8b299;
}
.fehlermeldung,
.text-rot{
    color: #f00;
}
.klappmenue {
    background-color: #e7e5db;
}
.highscore-farbe-markiert {
    color: #003399;
    font-weight: bold;
}
.schrift-weiss{
    color: #fff;
}


.text-big{
    font-size: 32px;
}

.text-big-2{
    font-size: 26px;
}





.menue-abdunkelung-flaeche {

   background-color: rgba(0,0,0,0.4);
}



.startseiten-bereich,
.seiten-bereich {
    background: rgba(255,255,255,0.9);
}
.button {
    background: #000;
}
.box-rand {
    border: calc(3px + 6rem) solid #eee648;
}

.kreis-avatar{
    background: #000;
    border: calc(2px + 2rem) solid #000;
}



.schatten {
    box-shadow: 0px 0px 16px 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 /////////////////////////////////////////////////// */

.flagge{
    width: 20%;
    margin: 1.5%;
}

h1,h2 {
    margin-bottom: 16px;
    font-weight: bold;
}

.schliessen-position{
    position: absolute;
    right:calc(6px + 6rem);
    top:  calc(6px + 6rem);
}

.avatarauswahl-position,
.startseiten-position,
.seiten-position {
    position: relative;
    margin: 150rem 24rem 24px 24rem;
}

/*
.avatarauswahl-position{
    position: relative;
    margin: calc(42px + 84rem) 24rem 24px 24rem;
}
*/

.meldung-position{
    position: relative;
    margin: calc(60px + 60rem) 100rem 24px 100rem;
    text-align: center;
}

.seiten-bereich,
.startseiten-bereich{
    padding: calc(5px + 15rem);
}

.startseiten-bereich{
    position: relative;
}

.seiten-bereich {
    position: relative;
}

.box-rand {
  /*  border-radius:  calc(16px + 16rem);*/
}
.seite-unsichtbar{
    opacity: 0;
    position: absolute;
    z-index: 1050;
    width: 100%;
}


.avatar-fortschritt-bereich{
    text-align: center;
}
.avatar-fortschritt{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    border: 2px solid #fff;
}
.avatar-fortschritt-gefuellt{
    background: #fff;
}


/* //////////////////// button /////////////////////////////////////////////////// */

.button{
    pointer-events: all;
}



.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::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(../icons/btn-normal.png) no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.button-nochmal::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(../icons/dreieck.png) no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.button:hover::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(../icons/btn-over.png) no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.button {
    display: inline-block;

    cursor: pointer;


    min-width: 300rem;

    text-decoration: none;



    text-align: left;


    font-weight: bold;
    display: inline-block;
    background-color: #EEE648;
    color: #039;
    text-decoration: none;
    padding: 8rem 45rem 12rem 25rem;
    position: relative;

    border-radius: 25rem;
}

.button-nochmal {
    display: inline-block;

    cursor: pointer;


    min-width: 300rem;

    text-decoration: none;



    text-align: left;


    font-weight: bold;
    display: inline-block;
    background-color: #fff;
    color: #039;
    border: calc(2px + 2rem) solid #eee648;
    text-decoration: none;
    padding: 8rem 45rem 12rem 25rem;
    position: relative;

    border-radius: 25rem;
}

.button:hover{
    background-color: #003399;
    color: #EEE648;
}


.spiel-button{
    margin: 10px 0 5px 0;
}


/* ///////////////////// icons /////////////////////////////////////////////  */

.kreis-avatar{
    position: absolute;
    width: calc(20px + 20rem);

    cursor: pointer;
    z-index: 1211;

    border-radius: 50%;

}






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 /////////////////////////////////////////////////////*/

.avatar-bereich{
    position: relative;
    height: 290rem;
}
.avatar-zurueck{
    position: absolute;
    left:40rem;
    top:80rem;
}
.avatar-vor{
    position: absolute;
    right: 40rem;
    top:80rem;
}
.avatar-kopf{
    position: absolute;
    width: 84rem;
    left:181rem;
    bottom:35rem;
}
.avatar-koerper{
    position: absolute;
    width: 220rem;
    left:140rem;
    bottom:35rem;
}
.avatar-schatten{
    position: absolute;
    width: 176rem;
    left:159rem;
    bottom:23rem;
}


.game-logo{
    width: 100%;
}


/*  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;
    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: 15%;
}
.highscore-avatar {

    text-align: center;
    width: 15%;
    overflow: hidden;
}

.highscore-avatarbild{
    width: calc(16px + 16rem);
    margin-bottom: -10rem;
}

.highscore-gruppe {
    text-align: center;
    width: 15%;
}
.highscore-gruppebild{
    width: 32rem;
}

.highscore-nickname {
    text-align: left;
    width: 30%;
}

.highscore-score {
    text-align: center;
    width: 15%;
}



.highscore-icon {
    cursor: pointer;
    background: #000;
    /*border: calc(2px + 2rem) solid #000;*/
    border-radius: 50%;

    margin-top: 10rem;

    width: 50rem;
    max-width: 40px;
}

/*///////////////////// formular ///////////////////////////////////////*/

.formular-label{
    display: block;
    width: 100%;
    margin-bottom: 4px;
}


.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 )  ;
    text-align: center;
}

.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;
}



.highscore-container {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.highscore-image-left,
.highscore-image-right {
    width: 75px;
    height: auto;
    position: absolute;
    top: 60%;
    transform: translateY(-50%) rotate(-20deg);
}

.highscore-image-left {
    left: calc(50% - 175px);
}

.highscore-image-right {
    right: calc(50% - 175px);
    transform: translateY(-50%) rotate(20deg);
}






