@charset "utf-8";

/* CSS Document for WURSTSPIEL
 * Author: Holger D. Offermanns
 * Startdate: 01.03.2016
 */
@font-face{
    font-family: "ThirstyRoughBolTwo";
    src: url('../fonts/ThirstyRoughBolTwo.otf');
    src: url(../fonts/ThirstyRoughBolTwo.otf) format("opentype");
}
* { 
    margin:0px;
    padding:0px; 
    border:0; 
}
html, body {
    height: 100%;
    width: 100%; 
    font-size: 1em; 
    cursor: default; 
}
html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
   background:#eee;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    width: 100%;
    margin: 0;
    padding: 0;
}
a { 
    border:none; 
}
img {
    vertical-align: text-bottom;
}
.shadow {
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}
.bold{
    font-weight:bold;
}

#master-start{
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
#popStartContent{
    margin-top: 175px;
	background: rgba(255, 255, 255, 0.7);
}
#popInfoContent{
	margin-top: 50px;
	background: #fff;
}
#popStartText, #popInfoText{
    font-size: 15px; 
    text-align: left; 
    padding-left: 5px;
}
#master-over{
    display: none;
    position: relative;
    float: left;
    width: 100%;
}
#popOverContent{
    background-color: rgba(255, 255, 255, 0.7);
    margin-top:150px;
}
#master-game{
    display: none;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
.container{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    pointer-events:none;
}
.containerS{
    width: 43%;
    pointer-events:all;
}
.containerL{
    width: 57%;
    pointer-events:none;
}
#container-left{
    position:relative;
    width: 100%;
}
#container-right{
    margin: 0 10px 0 0;
}
.center-div {
    /*position: absolute;*/
	position:relative;
    margin: auto;
    text-align:center;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width:300px;
    width: 100%;
    /*height: 100%;*/
}
.center-div-hv {
    position: absolute;
    margin: auto;
    text-align:center;
    vertical-align: middle;
    top: 0;
    right: 0;
    left: 0;
    min-width:300px;
    max-width:550px;
    min-height:100px;
    padding: 10px;
}

.center-div-content {
    width: 100%;
    vertical-align: middle;
    margin: 0px auto;
    border: 1px solid rgb(215,16,60);
}

.content{
    position:relative;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    text-align:center;
    width:100%;
}
#contentTopRight{
    position:relative;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    max-width:550px;
    height: 60px;
    min-width: 305px;
    /*background: rgba(0,100,100,0.5);*/
}
#contentTopLeft{
    display: block;
    padding: 10px;
    text-align:left;
    height: 60px;
}

.question{
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
    min-width:300px;
    max-width:550px;
    min-height:100px;
    text-align:left;
    color:#FFFFFF;
    background: rgb(215,16,60);
}

#answerBox{
    display:none;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
    min-width:300px;
    max-width:550px;
    min-height:100px;
    text-align:left;
    background: rgba(100,100,100,0.5);
}
.answer{
    display:table;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    padding: 0px;
    margin: 10px auto;
    min-height:80px;
    width:100%;
    text-align:left;
    cursor:pointer;
    pointer-events:all;
}
.answer .answerHead{
    display:table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    padding: 10px;
    width: 30px;
    height: 100%;
    color:#FFFFFF;
    background: rgb(215,16,60);
}
.answer .answerHead.wrong{
    background: rgb(234, 9, 43);
}
.answer .answerHead.correct{
    background: rgb(53, 171, 49);
}
.answer .answerBody{
    display:table-cell;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    padding: 10px;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}
.answer .answerBody.wrong{
    background: rgb(247, 143, 159);
}
.answer .answerBody.correct{
    background: rgb(173, 206, 51);
}
.answerhover:hover > .answerBody{
    background-color:rgba(215,16,60,0.3);
}


#containerInfoBt{
    position:absolute;
    bottom:0px;
    left:0px;
    width:30px;
    height:30px;
    overflow: hidden;
    display: none;
}
#containerLevelDisplay{
    position:absolute;
    bottom:5px;
    left:0px;
    width:165px;
    height:18px;
    overflow: hidden;
}

#containerPointDisplay{
    position:absolute;
    bottom:5px;
    right:0px;
}


/* MAP STUFF */
#map {
    position:relative;
    width:374px;
    height:502px;
    margin: auto;
}
#popUpMap {
    position:relative;
    width:374px;
    height:502px;
    margin: auto;
}
#map img{
    cursor:pointer;
}
#mappic{
    position:absolute;
    top: 0px;
    left: 10px;
}
#popup-mappic{
    position:absolute;
    top: 0px;
    left: 10px;
}
#pinContainer{
    position:relative;
    margin: auto;
    height: 502px;
    width: 374px;  
}
#bullseye, #pin, #pointDisplay{
    position:absolute;
    top: 0;
    left: 0;
    opacity:0;
}
.startPin{
    position:absolute;
    opacity:1;
}
#pointDisplay{
    font-size: 13px;
    text-align:left;
    background: rgba(255,255,255,0.9);
    padding-bottom:2px;
    padding-left: 3px;
    width: 120px;
    height: 35px;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
}
#coordDisplay{
    font-size: 14px;
    text-align:left;
    background: rgba(255,255,255,0.9);
    padding:5px;
    width: 120px;
    height: 40px;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    opacity: 0;
}


/* BUTTONS */
.btNext, .btNextClose{
    position: relative;
    display:inline-block;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    text-align:center;
    vertical-align: middle;
    height: 50px;
    min-width: 200px;
    
    color: #fff;
    background-color: rgb(215,16,60);
    padding: 10px;
    margin: 10px auto;
    cursor:pointer;
    pointer-events:all;
    opacity: 1;
    margin-bottom: 0px;
}
.btNext > p, .btNextClose > p {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin-top: -10px;
}
.btNext:hover, .btNextClose:hover{
    background-color:rgba(215,16,60,0.8);
}
#btNext2{
    display:none;
}

#btInfo, #btInfo2{
    cursor:pointer;
    pointer-events:all;
}
#btInfo:hover, #btInfo2:hover{
    opacity:0.8;
}

#startSubtext {
    position: relative;
    float: left;
    font-size: 15px;
    width: 50%;
    margin-bottom: 0px;
    margin-left: 0px;
    height:35px;
    vertical-align: bottom;
    margin-top: 10px;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
}

#btStart, #btClose{
    position: relative;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 30%;
    height: 35px;
    /*float:right;*/
}
#quiz-results-top{
    display: table;
    width:80%;
    padding: 0px;
    margin: 10px auto;
    margin-top: 40px;
    min-height:80px;
    opacity: 1;
    font-size: 16px;
}
.tablePoints{
    display: table-row;
    width:100%;
}
#pointText{
    display: block;
	margin-bottom: 10px;
}
#subPointText{
    display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#cell1, #cell2, #cell3, #cell4, #cell5{
    display: table-cell;
}
.point-desc{
    display: table-cell;
    width:60%;
}
.point-count{
    display: table-cell;
    width: 40%;
}
#btOver{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 170px;
    height:33px;
    padding-top: 5px;
}
#table-rang{
    display: table;
    width: 80%;
    height: 175px;
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
}
#headline{
    font-family: ThirstyRoughBolTwo;
    margin-top: 0px;
    font-size: 38px;
    text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
}

#master-start-headline1{
    font-size: 18px;
    color: rgb(215,16,60);
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=white,Direction=225,Strength=2);*/
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

#master-start-headline2{
    font-family: ThirstyRoughBolTwo;
    margin-top: 25px;
    font-size: 54px;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=white,strength=5);*/
    text-shadow: -5px 0 white, 0 5px white, 5px 0 white, 0 -5px white;
}

.transpPoints{
    opacity: 0.3;
}
.imgRang{
    width: 77px;
    height: 86px;
}
#popupOverMap{
   margin-top: 100px; 
}
#startPopContainer{
    margin-top: 140px;
    /*height: 450px;*/
}
#startPin1{
    top: 10px; left: 270px;
}
#startPin2{
    top: 45px; left: 60px;
}
#startPin3{
    top: 195px; left: 310px;
}
#startPin4{
    top: 190px; left: 50px;
}
#startPin5{
    top: 410px; left: 200px;
}

#popInfo{
    display:none;
}
#backdrop{
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
}

/* MEDIA QUERIES */
@media (max-width: 895px) {
    .container{
        position: absolute; 
    }
    .containerS{
        width: 100%;
    }
    .containerL{
        width: 100%;
    }
    
    #container-right{
        margin: 10px;
    }
    #container-left{
        margin-top: 140px;
    }
    #containerInfoBt{
        display: block;
    }
    #containerLevelDisplay{
        left:33px;
    }
    
    #contentTopLeft{
       display: none;
       margin:top;
       max-width:530px;
    }
    #contentTopRight{
        height: 26px;
    }
    #btNext1{
        display:none;
    }
    #btNext2{
        display:inline-block;
    }
    #mappic{
	    left: 0px;
	}
}
@media (max-height: 600px){
    #popupOverMap{
        margin-top: 60px;
    }
}
@media (max-width: 505px){
    #popStartContent{
        margin-top: 110px;
    }
    #startSubtext {
        margin-top: 60px;
    }
    #pointText{
        font-size: 13px;
        display: table-row;height: 80px;
    }
    #subPointTex{
        font-size: 13px;
    }
    .imgRang{
        width: 56px;
        height: 64px;
    }
    #master-start-headline2{
        font-size: 42px;
        text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
    }
}
@media (max-width: 400px){
    #master-start-headline2{
        font-size: 32px;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
    #master-start-headline1{
        font-size: 16px;
    }
	#popStartContent{
	    margin-top: 90px;
	}
}
@media (max-width: 390px){
    .popup-mappic{
        left: 0px;
        width: 299px;
        height: 401px;
    }
    #popUpMap {
        width:299px;
        height:401px;
        margin: 0px auto;
    }
    
    #startPin1{
        top: 0px; left: 210px;
    }
    #startPin2{
        top: -15px; left: 95px;
    }
    #startPin3{
        top: 160px; left: 220px;
    }
    #startPin4{
        top: 130px; left: 20px;
    }
    #startPin5{
        display: none;
    }
    #map{
        width: 299px;
        height: 401px;
    }
    #containerPointDisplay{
        font-size: 14px;
        right: 20px;
    }
    
    #containerLevelDisplay{
        width:140px;
        height:14px;
        margin-bottom:3px;
    }
    #levelDisplay{
        width:140px;
    }
    #startPopContainer{
        margin-top: 100px;
    }
	#popStartContent{
	    margin-top: 90px;
	}
}