/* GAME */
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
#game {
    position: relative;
}

#gametext {
  text-align: center;
  font-family: 'Indie Flower', cursive;
  font-size: 2em;
  font-size: 1.5vw;
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 15px;
  right: 15px;
}


.gamered {
	color: #ff0000;
	text-shadow: 3px 3px 0px white;
}

#gamebutton {
    position: absolute;
    bottom: 10px;
    right: 200px;
    z-index: 3;
}

#retteweihnachten_hype_container {
    margin:auto;
    position:relative;
    width:1098px;
    height:130px;
    overflow:hidden;
}

#gewinne_hype_container p {
    position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#gewinne_hype_container {
    z-index: 3;
    margin:auto;
    position:absolute;
    bottom: 10px;
    right: 0;
    width:178px;
    overflow:hidden;" 
}

/* wrapper for page content to push down footer */

.modal-body  h2 {
	font-size: 1.3em !important;
	font-weight: bold !important;
	margin-top: 0 !important;
}


.home1 h2, .home2 h2 {
    color: #888;
    font-size: 1.2em;
    padding: 0 0 10px;
    font-weight: normal;
    margin-bottom: 0;
}

.home1 h3, .home2 h3 {
    color: #222;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 0 10px;
}
.home1 li {
	padding-bottom:6px;
}
img.home_block_header {
	width:100%;
}

.mainpanel {
    padding-bottom:0 !important;
}

@media (min-width: 768px) {
	.home1 .home-box {
		height:520px;
	}
	.home2 .home-box {
		height:470px;
	}
}

@media (max-width: 767px) {
	img.home_block_header {
		width:auto;
		float:right;
		margin:5px 0 10px 10px;
	}
    
    #game {
        background-color: #e7eef5;
    }
    
    #gamebutton {
        right: 50%;
    }

    #gewinne_hype_container {
        position: relative;
        float: right;
    }
    
	.home1 h2, .home2 h2 {
		font-size: 2em;
		border-bottom:1px solid #888;
		margin-bottom:15px;
	}

	.home1 h3, .home2 h3 {
		font-size: 1.6em;
	}
    
    #gametext {
       font-size: 1.5em;
    }
    
    #gametext img {
        width: 44%;
    }

}
