body {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color:#5b0409;

}

#orientation-hint{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color:#5b0409;
}

#orientation-hint img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px -100px 0;
}

#wrapper{
    display: table;
    text-align: center;
    width: 100%;
    height: 100vh; /*100%;*/
}

#game {
    display: table-cell;
    vertical-align: middle;
}

#game.cookie-hint{
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 0.8em;
}

.close_btn{
    text-transform: uppercase;
    border-radius: 12px;
    background-color: #ffd9a4;
    border: 4px solid #fff;
    padding: 5px 10px;
    font-weight: bold;
    margin: 10px auto;
    display: inline-block;
}
.logo{
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -225px;
}

#impressum_de, #impressum_en, #datenschutz_de, #datenschutz_en{
    display: none;
    width:100%;
    margin:0 auto;
    position: absolute;
    height: 100%;
    overflow-y: auto;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url('../impressum-images/bg_pattern.png');
    color: #111;
    line-height: 1.3em;
    font-size: 1em;
    /*cursor: pointer;*/
}

.text-content{
    text-align: left;
    margin: 2em;
    margin-top: 140px;
    background-color: #ffd9a4;
    border: 4px solid #fff;
    border-radius: 12px;
    padding: 7em 2em 2em 2em;
}