@font-face {
    font-family: Bebas Kai;
    src: url(res/BEBASKAI-REGULAR.OTF);
}

@font-face {
    font-family: Sanchez;
    src: url(res/SANCHEZ-REGULAR.OTF);
}

@font-face {
    font-family: Sanchez-Bold-Italic;
    src: url(res/SANCHEZ-BOLDITALIC.OTF);
}

* {
    box-sizing: border-box;
    font-family: Sanchez;
}

h1 {
    font-family: Bebas Kai;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    font-family: Sanchez-Bold-Italic;
    color: #000000;
}

#conditions {
    font-family: Sanchez;
}

@media only screen and (max-width: 767px), only screen and (orientation: portrait)  /* mobile */ {

    .manualc1 {
        position: relative;
        width: 10%;
        display: inline-block;
        /*font-size: 2vh;*/
        left: -2%;
        margin-top: 1%;
    }

    .manualc1en {
        position: relative;
        width: 15%;
        display: inline-block;
        /*font-size: 2.5vw;*/
        left: -3%;
        top: 20%;
    }

    .manualc2 {
        position: relative;
        width: 65%;
        display: inline-block;
        font-size: 2vmax;
    }

    .manualc3 {
        position: relative;
        width: 15%;
        display: inline-block;
        text-align: right;
    }

    .c3img {
        width: 10vw;
        padding: 5%;
        cursor: pointer;
    }

    #moves {
        position: absolute;
        top: 11%;
        background: #ffffff;
        background-repeat: no-repeat;
        max-height: 5%;
        left: 10%;
        font-size: xx-large;
        text-align: center;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        color: #787769;
        border: 1px solid black;
        margin-top: 5px;
    }

    #button_refresh {
        position: absolute;
        top: 11%;
        left: 25%;
        right: 48%;
        margin-top: 5px;
        display: none;
    }

    .container {
        position: absolute;
        width: 100%;
        height: 90%;
        left: 10%;
        right: 0%;
        top: 15%;
        bottom: 0%;
    }

    .container img {
        margin-right: 2%;
        margin-bottom: 0;
        position: relative;
        width: auto;
        height: auto;
        max-width: 20%;
        max-height: 14%;
    }

    #notification {
        position: absolute;
        z-index: 101;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 1);
        text-align: center;
        padding-bottom: 1%;
    }

    #hide {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 6%;
        max-height: 12%;
        left: 2%;
        top: 0;
        cursor: pointer;
    }

    #show {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 6%;
        max-height: 12%;
        left: 2%;
        top: 0;
        cursor: pointer;
    }

    @-webkit-keyframes slideDown {
        0%, 100% {
            -webkit-transform: translateY(-50px);
        }
        10%, 90% {
            -webkit-transform: translateY(0px);
        }
    }
    @-moz-keyframes slideDown {
        0%, 100% {
            -moz-transform: translateY(-50px);
        }
        10%, 90% {
            -moz-transform: translateY(0px);
        }
    }
    .cssanimations.csstransforms #notification {
        -webkit-transform: translateY(-50px);
        -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
        -moz-transform: translateY(-50px);
        -moz-animation: slideDown 2.5s 1.0s 1 ease forwards;
    }

    .cssanimations.csstransforms #close {
        display: none;
    }

    /* savedata CSS */
    input[type=text], select {
        padding: 16px 15px;
        margin: 1% 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: xx-large;
    }

    #participateDe {
        cursor: pointer;
        width: auto;
        height: auto;
        max-height: 90px;
        max-width: 300px;
        text-align: center;
        margin: auto;
        background: url(res/img/am-gewinnspiel-teilnehmen.png) no-repeat;
        position: absolute;
        top: 95%;
        left: 30%;
    }

    #participateEn {
        cursor: pointer;
        width: auto;
        height: auto;
        max-height: 90px;
        max-width: 300px;
        text-align: center;
        margin: auto;
        background: url(res/img/take-part-in-our-lottery.png) no-repeat;
        position: absolute;
        top: 95%;
        left: 30%;
    }

    .styledtext {
        font-family: Sanchez;
    }

    .prize {

        margin-right: 1rem;
        max-width: 45%;
        max-height: 20%;
        padding-top: 5px;
        vertical-align: middle;
    }

    #raffle1 {
        position: absolute;
        display: inline-block;
        width: 60%;
        left: 0%;
        bottom: 8%;
    }

    #raffle2 {
        position: absolute;
        display: inline-block;
        width: 60%;
        left: 50%;
        right: 0%;
        bottom: 8%;
    }

    #raffle1text {
        position: absolute;
        display: inline-block;
        top: 90%;
        bottom: 0%;
        left: 0%;
        right: 50%;
        margin-left: 15px;
        font-size: xx-large;
    }

    #raffle2text {
        position: absolute;
        display: inline-block;
        top: 90%;
        bottom: 0%;
        left: 50%;
        right: 0%;
        margin-left: 15px;
        font-size: xx-large;
    }

    .radiob {

    }

    #sd_c1 {
        position: absolute;
        left: 3%;
        right: 3%;
        top: 12%;
        bottom: 55%;
        font-size: xx-large;
    }

    #sd_c2 {
        top: 36%;
        left: 1%;
        right: 1%;
        position: absolute;
        font-size: xx-large;
    }

    .formCell {
        vertical-align: top;
        color: #000000;
        background-color: transparent;
        margin: 0px;
        display: inline;
    }

    .formCellmail {
        vertical-align: top;
        color: #000000;
        background-color: transparent;
        margin: 0px;
        display: inline;
    }

    .formCellanrede {
        vertical-align: top;
        color: #000000;
        background-color: transparent;
        margin: 0px;
        display: inline;
    }

    .pflichtText {
        float: right;
        height: 12px;
        margin: 2px;
        font-size: x-large;
    }

    #mail_check {
        display: inline;
        float: left;
    }

    #mail{

    }

    #tos_check {
        display: inline;
        float: left;
    }

    input[type=checkbox] {
        transform: scale(1.8);
    }

    input[type=radio] {
        transform: scale(1.8);
    }

    #tos{

    }

    .checks {
        float: left;
        margin-top: 10px;
    }

    #sd_c3 {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    #sd_c4 {

    }

    #sd_c5 {
        position: absolute;
        left: 1%;
        right: 1%;
        top: 65%;
        bottom: 10%;
    }

    #container_left {
        display: none;
    }

    #container_text {
        display: none;
    }

    #container_top {
        position: absolute;
        top: 1%;
        bottom: 89%;
        left: 7%;
        right: 45%;
    }

    .logo_top {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #container_right {
        position: absolute;
        top: 1%;
        bottom: 89%;
        left: 47%;
        right: 5%;
    }

    .logo_au {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #container_lines {
        position: absolute;
        right: 1%;
        left: 1%;
        top: 10%;
    }

    #language {
        font-family: Bebas Kai;
        font-size: xx-large;
        cursor: context-menu;
        text-align: right;
    }

    #language_link {
        font-family: Bebas Kai;
        font-size: xx-large;
    }

    #language_nolink {
        font-family: Bebas Kai;
        font-size: xx-large;
        cursor: context-menu;
    }

    #language_placeholder {
        font-family: Bebas Kai;
        font-size: xx-large;
        color: #ffffff;
        cursor: context-menu;
    }

    #button_back {
        top: 40%;
        left: 1%;
        right: 1%;
        position: absolute;
    }

    #button_back_schade {
        top: 85%;
        left: 25%;
        right: 1%;
        position: absolute;
        max-width: 50%;
    }

    #image_button {
        max-width: 100%;
    }

    .nt_fs {
        font-size: 100%;
        display: block;
        padding: 6px;
        border: 1px solid white;
    }

    #schade_bilder {
        position: absolute;
        left: 1%;
        right: 1%;
        top: 33%;
        bottom: 17%;
    }

    #schade1 {
        position: absolute;
        display: inline-block;
        width: 24%;
        left: 25%;
        top: 0%;
    }

    #schade2 {
        position: absolute;
        display: inline-block;
        width: 24%;
        right: 25%;
        top: 0%;
    }

    #schade3 {
        position: absolute;
        display: inline-block;
        width: 50%;
        left: 25%;
        top: 43%;
    }

    #movestext {
        font-family: Bebas Kai;
    }

    #mail_label{
        font-size: x-large;
    }

}

/* EOMQ */

@media only screen and (min-width: 768px) and (orientation: landscape) /* desktop */ {

    .manualc1 {
        position: relative;
        width: 15%;
        display: inline-block;
        /*font-size: 2vh;*/
        left: -2%;
        margin-top: 1%;
    }

    .manualc1en {
        position: relative;
        width: 15%;
        display: inline-block;
        /*font-size: 2.5vw;*/
        left: -3%;
        top: 20%;
    }

    .manualc2 {
        position: relative;
        width: 65%;
        display: inline-block;
        font-size: 1.5vmax;
    }

    .manualc3 {
        position: relative;
        width: 15%;
        display: inline-block;
        text-align: right;
    }

    .c3img {
        width: 5vw;
        padding: 5%;
    }

    #moves {
        position: absolute;
        top: 80%;
        left: 8%;
        background: #ffffff;
        background-repeat: no-repeat;
        width: auto;
        height: auto;
        font-size: 2vw;
        text-align: center;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        border: 1px solid black;
    }

    #moves span {

    }

    #movestext {
        font-family: Bebas Kai;
        color: #4f4543;
        font-size: 34px;
    }

    .container {
        position: absolute;
        width: 60%;
        height: 70%;
        left: 25%;
        right: 15%;
        top: 23%;
        bottom: 8%;
    }

    .container img {
        margin-right: 1%;
        margin-bottom: 1%;
        position: relative;
        width: auto;
        height: auto;
        max-width: 15%;
        max-height: 24%;
    }

    #notification {
        display: none;
    }

    #hide {
        display: none;
    }

    #hideText {
        position: absolute;
        width: 12%;
        height: 7%;
        max-height: 10%;
        left: 6%;
        top: 2%;
    }

    #show {
        display: none;
    }

    @-webkit-keyframes slideDown {
        0%, 100% {
            -webkit-transform: translateY(-50px);
        }
        10%, 90% {
            -webkit-transform: translateY(0px);
        }
    }
    @-moz-keyframes slideDown {
        0%, 100% {
            -moz-transform: translateY(-50px);
        }
        10%, 90% {
            -moz-transform: translateY(0px);
        }
    }
    .cssanimations.csstransforms #notification {
        -webkit-transform: translateY(-50px);
        -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
        -moz-transform: translateY(-50px);
        -moz-animation: slideDown 2.5s 1.0s 1 ease forwards;
    }

    .cssanimations.csstransforms #close {
        display: none;
    }

    /* savedata CSS */
    input[type=text], select {
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 1px;
        box-sizing: border-box;
        font-size: 14px;
    }

    #participateDe {
        position: absolute;
        left: 46%;
        cursor: pointer;
        width: 20%;
        height: auto;
        max-width: 243px;
        max-height: 100px;
        background: url(res/img/am-gewinnspiel-teilnehmen.png) no-repeat;
        right: auto;
        top: 80%;
        bottom: 2%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        z-index: 1;
    }

    #participateEn {
        position: absolute;
        left: 46%;
        cursor: pointer;
        width: 20%;
        height: auto;
        max-width: 243px;
        max-height: 100px;
        background: url(res/img/take-part-in-our-lottery.png) no-repeat;
        right: auto;
        top: 80%;
        bottom: 2%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        z-index: 1;
    }

    .styledtext {
        font-family: Sanchez;
    }

    .formlabels {
        font-size: 17px;
    }

    .prize {
        float: left;
        max-width: 60%;
        max-height: 50%;
    }

    #raffle1 {
        position: absolute;
        display: inline-block;
        width: 50%;
        left: 0%;
        bottom: 8%;
    }

    #raffle2 {
        position: absolute;
        display: inline-block;
        width: 50%;
        left: 50%;
        right: 0%;
        bottom: 8%;
    }

    #raffle1text {
        position: absolute;
        display: inline-block;
        top: 90%;
        bottom: 0%;
        left: 0%;
        right: 50%;
        margin-left: 15px;
    }

    #raffle2text {
        position: absolute;
        display: inline-block;
        top: 90%;
        bottom: 0%;
        left: 50%;
        right: 0%;
        margin-left: 15px;
    }

    .radiob {
        float: left;
        margin-left: 10px;
    }

    #sd_c1 {
        position: absolute;
        left: 20%;
        right: 10%;
        top: 23%;
        bottom: 55%
    }

    #sd_c2 {
        position: absolute;
        left: 20%;
        right: 55%;
        top: 45%;
        bottom: 10%;
    }

    #sd_c3 {
        position: absolute;
        left: 30%;
        right: 30%;
        width: 40%;
        top: 30%;
        height: 5%;
        text-align: center;
        margin-top: 1%;
    }

    #sd_c4 {
        position: absolute;
        left: 10%;
        right: 10%;
        width: 80%;
        top: 40%;
        margin-top: 3%;
    }

    #sd_c5 {
        position: absolute;
        left: 50%;
        right: 10%;
        top: 45%;
        bottom: 27.6%;
    }

    form.nt {
        display: inline;
    }

    .nt_fs {
        border: 1px solid #A9A9A9;
        font-size: 100%;
        display: block;
        padding: 6px;
        background-image: url(res/img/textfeld_hintergrund.jpg);
    }

    .nt_head {
        font-size: 100%;
        padding: 0px 4px 0px 4px;
        margin: 0px;
    }

    input.nt_input:focus, select.nt_input:focus, textarea.nt_input:focus {
        color: #000000;
        background-color: #ffffff;
        background-image: none;
    }

    #anrede_input {
        height: 43px;
    }

    label.left {
        float: left;
        width: 95px;
    }

    label.left, input.nt_input {
        cursor: text;
    }

    .formCell {
        vertical-align: top;
        color: #000000;
        background-color: transparent;
        margin: 0px;
        display: inline;
    }

    .formCellmail {
        vertical-align: top;
        color: #000000;
        background-color: transparent;
        margin: 0px;
        display: inline;
    }

    .formCellanrede {
        vertical-align: top;
        color: #000000;
        background-color: transparent;
        margin: 0px;
        display: inline;
    }

    .pflichtText {
        float: right;
        height: 12px;
        margin: 2px;
        font-size: 14px;
    }

    p.button {
        text-align: right;
    }

    #container_top {
        position: absolute;
        left: 16%;
        bottom: 85%;
        top: 0%;

    }

    .logo_top {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #container_left {
        position: absolute;
        left: 0%;
        right: 78%;
        top: 8%;
    }

    .osternest {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #container_right {
        position: absolute;
        right: 10%;
        left: 62%;
        top: 10%;
        bottom: 85%;

    }

    .logo_au {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #container_lines {
        position: absolute;
        right: 10%;
        left: 20%;
        top: 15%;
        bottom: 79%;

    }

    .checks {
        float: left;
        margin-top: 10px;
    }

    #container_text {
        position: absolute;
        left: 2%;
        right: 80%;
        top: 50%;
    }

    #language {
        font-family: Bebas Kai;
        font-size: 18px;
        cursor: context-menu;
    }

    #language_link {
        font-family: Bebas Kai;
        font-size: 18px;
    }

    #language_nolink {
        font-family: Bebas Kai;
        font-size: 18px;
        cursor: context-menu;
    }

    #language_placeholder {
        font-family: Bebas Kai;
        font-size: 18px;
        color: #ffffff;
        cursor: context-menu;
    }

    #schade_bilder {
        position: absolute;
        left: 20%;
        right: 10%;
        top: 38%;
        bottom: 17%;
    }

    #schade1 {
        position: absolute;
        display: inline-block;
        width: 22%;
        left: 0%;
    }

    #schade2 {
        position: absolute;
        display: inline-block;
        width: 22%;
        left: 28%;
        right: 50%;
    }

    #schade3 {
        position: absolute;
        display: inline-block;
        width: 39.6%;
        left: 56%;
        right: 0%;
    }

    #button_back {
        position: absolute;
        left: 20%;
        right: 68%;
        top: 88%;
        bottom: 0%;
    }

    #button_back_schade {
        top: 85%;
        left: 20%;
        right: 1%;
        position: absolute;
        max-width: 50%;
    }

    #image_button {
        max-width: 100%;
    }

    #button_refresh {
        position: absolute;
        top: 88%;
        left: 8%;
        right: 80%;

    }

    #mail_check {
        display: inline;
        float: left;
    }

    #tos_check {
        display: inline;
        float: left;
    }
}

/* EOMQ */


