body {
        margin: 0px;
        padding: 0px;
		font-family: 'Raleway', sans-serif;
      }
      .button {
        margin: 10px; padding: 10px; line-height: 40px; background-color: #ff9900; color: white; font-size: 20px; font-family: Verdana; border-radius: 5px; width: auto; height: 40px; text-align: center; float: left;
      }
	  
	  .wheel {
    width: 100%!important;
    height: 100%!important;
}

@keyframes drehen {
  0% {
    transform: rotate(-30deg)
  }
  100% {
    transform: rotate(0deg)
  }
}

.wheel canvas {
    width: 100%!important;
    height: auto!important;
	animation: 2.5s ease 0s 1 drehen;
	font-size:7px;
}
.hervorgehoben {
	font-weight:bold;
}

.wheel .pointer {
	background-image: url("../img/pointer.png");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
    width: 10%;
    height: 4%;
    left: auto;
    top: 48%;
    right: 0%;
	z-index:5;
}


img#inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    z-index: 1;
}
img#background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 105%;
    z-index: 0;
}


@media all and (max-width:700px){
.wheel, .wheel * {
font-size:7px;
}

}


.gutschein {
	display:none;
}



/* UPDATE */

div#header {
    width: 100%;
    border-bottom: 2px solid #9c9d9d;
    text-align: center;
    padding: 10px 0;
}


.headline {
    float: left;
    width: 50%;
    text-align: center;
}

.wheel_wrapper {
    float: left;
    width: calc(50% - 150px);
    padding-left: 150px;
}

p.beschreibung {
    font-size: 20px;
    line-height: 140%;
    width: 70%;
    margin: 50px auto 0 auto;
}

.wheel {
}

div#header {
    width: 100%;
    	border-bottom: 2px solid #888888;
    text-align: center;
    padding: 10px 0;
}

div#spin-win {
background: #ececec; /* Old browsers */
background: -moz-linear-gradient(left, #ececec 0%, #ececec 62%, #9c9d9d 63%, #9c9d9d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ececec 0%,#ececec 62%,#9c9d9d 63%,#9c9d9d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ececec 0%,#ececec 62%,#9c9d9d 63%,#9c9d9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#9c9d9d',GradientType=1 ); /* IE6-9 */
}

div#spin-win-in {
	max-width: 1280px;
	margin: 0 auto;
	width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/background-wheel.jpg);
	background-size: contain;
	background-position-x: 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.start {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(20%, -100%); */
    z-index: 99;
    width: 180px;
}

.start img {
    width: 100%;
}

.headline {
    float: left;
    width: 50%;
    text-align: center;
}

.wheel_wrapper {
    float: left;
    /* width: calc(50% - 150px); */
    /* padding-left: 150px; */
}

p.beschreibung {
    font-size: 22px;
    line-height: 140%;
    width: 70%;
    margin: 50px auto 0 auto;
}

.wheel {
}



div#win_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#versuche {
	border-top: 2px solid #888888;
	border-bottom: 2px solid #888888;
    background: #9c9d9d;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    height: 20px;
    font-family: arial, sans-serif;
}

div#versuche_wrapper {
	max-width:1280px;
	width:100%;
	margin: 0 auto;
}

.einzelversuch {
    float: left;
    width: 33.333%;
}

.headline img {
    width: 100%;
    max-width: 260px;
}

#gutschein, #spielregeln {
    text-align: center;
    padding: 50px;
}

img#gutscheinimg {
    width: 100%;
    max-width: 600px;
}

@media all and (max-width:1080px){
	
	.headline {
    width: 100%;
    float: none;
}

.wheel_wrapper {
    width: 70%;
    float: none;
    padding: 0px;
    margin: 50px auto 10px auto;
}

div#win_wrapper {
    display: block;
}

p.beschreibung {
    font-size: 18px;
	margin-top:28px;
	width: 90%;
}

.headline img {
    max-width: 40%;
}

.start {
    margin-top: 50px;
}

div#spin-win-in {
    background: none;
}

div#spin-win {
    background: #ececec;
}

.start {
    height: auto;
    margin-top: 20px;
    width: 22%;
	max-width: 140px;
}

div#spin-win-in {
    padding-top: 30px;
	overflow:hidden;
}

#header img {
    height: 50px;
}

div#header {
    padding: 5px 0px;
}

div#spin-win-in {
    padding-bottom: 14px;
}
	
}