@font-face {
    font-family: 'impact';
/*    src: url('../assets/fonts/impact.ttf');*/
}

@font-face {
    font-family: 'bentwood_regbold';
    src: url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.eot');
    src: url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.woff') format('woff'), url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.ttf') format('truetype'), url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.svg#bentwood_regbold') format('svg');
    src: url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.woff') format('woff'), url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.ttf') format('truetype'), url('/touchgames/euromillionen/varRes/resources/desktop/fonts/bentwood-bold-webfont.svg#bentwood_regbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franklingothicmedium_euro';
    src: url('../resources/common/fonts/franklingothicmedium_euro.eot');
    src: url('../resources/common/fonts/franklingothicmedium_euro.eot?#iefix') format('embedded-opentype'),
    url('../resources/common/fonts/franklingothicmedium_euro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
}

.no-select {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

#ZahlenlottoCanvas {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1280px;
    height: 720px;
    image-rendering: auto;
}

#ZahlenlottoCanvas.mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 640px;
    height: 1136px;
    image-rendering: auto;
}

#ZahlenlottoCanvas.tablet {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2048px;
    height: 1407px;
    image-rendering: auto;
}


#gameContainer {
    background-color: black;
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#gameOverlay {
    background: black;
    height: 100%;
    width: 100%;
}

#game {
    position: absolute;
    width: 1280px;
    height: 720px;
    overflow: hidden;
    -webkit-transform-origin: top left;
    -webkit-font-smoothing: antialiased;
    image-rendering: -webkit-optimize-contrast;
}

#game.mobile {
    position: absolute;
    width: 640px;
    height: 1136px;
    overflow: hidden;
    -webkit-transform-origin: top left;
    -webkit-font-smoothing: antialiased;
    image-rendering: -webkit-optimize-contrast;
}

#game.tablet {
    position: absolute;
    width: 2048px;
    height: 1407px;
    overflow: hidden;
    -webkit-transform-origin: top left;
    -webkit-font-smoothing: antialiased;
    image-rendering: -webkit-optimize-contrast;
}

#preGame {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../resources/desktop/images/loading_screen/loading_screen.jpg") 0 0 no-repeat;
    display: block;
    z-index: 101;
}

#preGameBackground {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: url("../assets/images/bonus_screen/bg_02.jpg") 0 0 no-repeat;*/
}

#preGameLoadingIcon {
    position: absolute;
    top: 333px;
    left: 613px;
    height: 54px;
    width: 54px;
    background: url("../resources/desktop/images/loading_screen/icon_loading.png") 0 0 no-repeat;
    z-index: 102;
}

#preGameLoadingIcon.mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 54px;
    width: 54px;
    background: url("../resources/mobile/images/loading_screen/icon_loading.png") 0 0 no-repeat;
    z-index: 102;
}

#preGameLoadingIcon.tablet {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 54px;
    width: 54px;
    background: url("../resources/mobile/images/loading_screen/icon_loading.png") 0 0 no-repeat;
    z-index: 102;
}


#foreground {
    display: none;
    position: absolute;
    left: 0;
    width: 1420px;
    height: 287px;
    /*background: url("../assets/images/mainstage/foreground.png") 0 0 no-repeat;*/
}

#gameLoadingForeground {
    position: absolute;
    top: 0;
    left: -60px;
    width: 100%;
    height: 100%;
}

#gameLoadingPercentContainer {
    position: absolute;
    top: 596px;
    left: 400px;
    width: 490px;
}

#gameLoadingPercentForeground {
    position: absolute;
    top: 0;
    width: 0;
    height: 10px;
    background-color: rgb(252, 211, 5)
}

#gameLoadingPercentBackground {
    top: 0;
    width: 100%;
    height: 10px;
    background-color: rgb(27, 27, 27)
}


#debugCanvas {
    position: absolute;
    left: 10px;
    top: 30px;
    width: 200px;
    height: 50px;
    display: none;
}
#debugConsole {
    position: absolute;
    left: 10px;
    top: 80px;
    display: none;
}

#debugFPS {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
}

#serverSimulation
{
    display: none;
    color:#ffff00;
    background-color:rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 10px;
    left: 10px;
    top: 50px;
}


#rotate {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
}

#rotate.mobile {
    opacity: 0;
    background-color: black;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url("../resources/mobile/images/rotate.jpg");*/
    /*background-position: 50% 30%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

#rotateImage {
    position:absolute;
    width: 100%;
    height: auto;
    pointer-events: none;
}

#rotate.tablet {
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url("../resources/tablet/images/rotate.jpg") no-repeat center center;*/
    /*background-size: cover;*/
}

#rotate.shown
{
    opacity: 1;
    z-index: 200;
    transform: scale(1);
}

#rotateText {
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'arial';
    font-size: 24px;
    margin-top: 5%;
    white-space: nowrap;
}


#interactionBlocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    display: none;
}

/*
#messagePopups {
    background-color:#000;
    position:absolute;
    height:98% !important;
    width:100%;
}

#messagePopups .messagePopup {
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    position: absolute;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    z-index: 1002 !important;
}

#messagePopups .messagePopup.tablet {
    width: 450px;
    margin-left: -225px;
}

#messagePopups .game_popup_header {
    background-size: 100% auto;
    color: #494A4C;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

#messagePopups .game_popup_header.tablet {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#messagePopups .game_popup_header.error{
    background-color: #d30319;
    color: #FFFFFF;
}

#messagePopups .game_popup_header.info{
    background-color: #4d4d4d;
    color: #FFFFFF;
}

#messagePopups .game_popup_body {
    color: #1B1C1E;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 10px;
    background-color: #DEDFE1;
}

#messagePopups .game_popup_body.tablet {
    font-size: 18px;
}

#messagePopups #gameModeToggle{
    margin-top: 15px;
}

#messagePopups .game_popup_body .game_message_text {
    line-height: 1.2em;
    margin: 0 8px 0 8px;
}

#messagePopups .errorok{
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    font-size: 15px;
    font-weight: bold;
    line-height: 37px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 50%;
    margin-top: 15px;
    position: relative;
    top: 0;
    background-color: #d30319;
    cursor: pointer;
}
*/