*{	margin:0;	padding:0; }


	  @font-face {
		  font-family: 'Raleway';
		  font-style: normal;
		  font-weight: 500;
		  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
		  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}
body{
	background:#1F3345;
	color:#fff;
	font-size:18px;
	font-family: 'Exo 2', sans-serif;  
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/

}

a{
	color:#34495e;	
}


#wrapper{
	position: relative;
	max-width: 970px;
	width: 100%;
	margin: 110px auto 0;
}

/*WHEELWRAPPER*/
#wheelwrapper{ 
	width:532px; 
	position:relative;
}
#wheelwrapper:after{
  	content: '';
    display: block;
    position: absolute;
    background-image: url(./img/rad-metlicht.gif);
    width: 524px;
    height: 670px;
    z-index: 999;
    left: -12px;
    top: -85px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(255,255,255,0.5));
    filter: drop-shadow(0px 0px 15px rgba(255,255,255,0.5));
}
#textfield{
    z-index: -1;
    position: absolute;
    width: 40%;
    height: calc(100% - 150px);
    top: 0;
    left: 25%;
    margin: 50px 0 !important;
    padding: 30px 30px 30px 35%;
    background-color: #FFFFFF;
    color: #1F3345;
}
#textfield h1{
	margin-bottom: 15px;
	font-family: 'Raleway';
}
#textfield p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
}

#txt{
	position: absolute;
	color:#eaeaea;	
}


/*WHEEL*/
#wheel{
	width:500px;
	height:500px;
	border-radius:50%;	
	position:relative;
	overflow:hidden;
/* 	border: 30px solid #2574ba; */
	box-shadow:rgba(0,0,0,0.2) 0px 0px 10px, rgba(0,0,0,0.05) 0px 3px 0px;
	transform: rotate(0deg);
}

#wheel:before{
	content:'';
	position:absolute;
	border:12px solid rgba(0,0,0,0.07);
	width:410px;
  top:33px;
  left:33px;
	height:410px;
	border-radius:50%;
	z-index:1000;	
}

#inner-wheel{
	width:100%;
	height:100%;
	
	-webkit-transition: all 6s cubic-bezier(0,.99,.44,.99);
	-moz-transition:    all 6 cubic-bezier(0,.99,.44,.99);
	-o-transition:      all 6s cubic-bezier(0,.99,.44,.99);
	-ms-transition:     all 6s cubic-bezier(0,.99,.44,.99);
	transition:         all 6s cubic-bezier(0,.99,.44,.99);	
}

#wheel div.sec{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 260px 150px 0;
	border-color: #19c transparent;
	transform-origin: 150px 258px;
	left:100px;
	top:-8px;	
	opacity:1;
}

#wheel div.sec:nth-child(1){
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	border-color: #E8FFF6 transparent;	
}
#wheel div.sec:nth-child(2){
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	border-color: #ffffff transparent;	
}
#wheel div.sec:nth-child(3){
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	border-color: #E8FFF6 transparent;	
}
#wheel div.sec:nth-child(4){
	transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	border-color: #ffffff transparent;	
}
#wheel div.sec:nth-child(5){
	transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	-moz-transform: rotate(300deg);
	-o-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	border-color: #E8FFF6 transparent;	
}
#wheel div.sec:nth-child(6){
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	border-color: #ffffff transparent;	
}


#wheel div.sec .fa{    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: -46px;
    top: -32px;
  transform:rotate(-90deg);
	margin-top: -150px;
	color: #2574ba;
	position: relative;
	z-index: 10000000;
	display: block;
	text-align: center;
	font-size:80px;
	margin-left:-0px;
	
	text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}
#wheel div.sec .fa.optie1{
  background-image:url(./img/optie1.png);
}
#wheel div.sec .fa.optie2{
  background-image:url(./img/optie2.png);
}
#wheel div.sec .fa.optie3{
  background-image:url(./img/optie3.png);
}
#wheel div.sec .fa.optie4{
  background-image:url(./img/optie4.png);
}
#wheel div.sec .fa.optie5{
  background-image:url(./img/optie5.png);
}
#wheel div.sec .fa.optie6{
  background-image:url(./img/optie6.png);
}

@-webkit-keyframes scaling {
	From {
	    -webkit-transform: scale(1.0);
	}
	To {
	    -webkit-transform: scale(1.2);
	}
}

#spinknop{
  border: none;
  cursor: pointer;
  width:100px;
  height:100px;
  position: absolute;
  font-family: 'Raleway';
  top:50%;
  left:50%;
  background:#4FEBAF;
  border-radius:50%;
  margin: -50px 0 0 -65px;
  z-index:999999;
  transition: transform 0.2s;
/*   -webkit-animation: scaling 1s infinite alternate; */
}
#spinknop:active{
/*   	-webkit-animation: inherit; */
	transform: scale(0.8) !important;
}
#spinknop:before{
    content: 'KLIK HIER OM TE DRAAIEN';
    text-align: center;
	font-family: 'Raleway';
    line-height: 18px;
    color: #1F3345;
    font-size: 15px;
    width: 80px;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
    display: block;
	transition: transform 0.2s;
}

#spin{
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:100%;
	margin:-52px 0 0 -80px;
	border-radius:50%;
/* 	box-shadow:rgba(0,0,0,0.1) 0px 3px 0px; */
	z-index:1000;
/* 	background:#223975; */
	font-family: 'Exo 2', sans-serif;
  
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;   
}


#spin:after{
/* 	content:"KLIK HIER OM TE DRAAIEN"; */
  font-size:15px;
  margin-top:25px;
	text-align:center;
	line-height:18px;
	color:#FFFFFF;
	position: relative;
	z-index: 100000;
	width:100px;
	height:100px;
	display:block;
}

#spin:before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 57px 30px 0;
	border-color: transparent #4FEBAF transparent transparent;
  top: 20px;
  left: -13px;
}

#inner-spin{
	width:60px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	background:#4FEBAF;
	z-index:999;
	
}
#inner-spin:before{
  content:'';
  position: absolute;
  display:block;
  background:#FFFFFF;
  height:50%;
  width:50%;
  left:25%;
  top:25%;
  border-radius:50%;
}


#shine{
	width:250px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0.91) 9%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(9%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


opacity:0.1;
	
}



/*ANIMATION*/
@-webkit-keyframes hh {
  0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}

@keyframes hh {
   0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}
@-webkit-keyframes hh2 {
  0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
  }
}

@keyframes hh2 {
   0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
  }
}

.spin {
  -webkit-animation: hh2 0.1s; /* Chrome, Safari, Opera */
    animation: hh2 0.1s;
}


@media only screen and (max-width: 900px) {
	#wheelwrapper{
	    transform: scale(0.5) !important;
	    left: -60px;
	    top: -100px;
	}
	#textfield{
		position: relative;
	    left: 0;
	    padding: 50px 30px 30px 30px;
	    width: calc(100% - 60px );
	    height: 400px;
	    top: -200px;
	}
	#spinknop:before{
		font-weight: bold;
	}
}