html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	width:300px;
	height:250px;
}

html{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}  

img {    
	image-rendering: auto;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:300px;
	height:250px;
	border: 1px solid #E20074;
	overflow: hidden;
	background-color: #E20074;
}
@font-face {
  font-family: "TeleGrotesk Headline Ultra";
  src: url("../fonts/TeleGroteskHeadline-Ultra/TeleGroteskHeadline-Ultra.woff");
 }

.magentalayer2{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:250px;
	background-color: #E20074;
	opacity:.4;
}

.magentalayer{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:250px;
	background-color: #E20074;
}
.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}

#button{
	position: absolute;
    width: 130px;
    height: 21px;
    top: 202px;
    left: 16px;
    cursor: pointer;
}
.whiteBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 140px;
    height: 30px;
	border: 0 none;
	background-color: #fff;
	cursor: pointer;
}
.greyBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 140px;
    height: 30px;
	border: 0 none;
	background-color: #fff;
	cursor: pointer;
	opacity:1;
}
.shiner{
	position: absolute;	 
	top:0px;
	left:-140px;
	width: 140px;
    height: 30px;
    background-color: #E20074;
    opacity:.2;
}
button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}

.but_text{
	position: absolute;
	top: 9px;
	left: 12px;
}
.but_arrow{
	position: absolute;
	top: 5px;
	left: 114px;
}
.butBorder{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 139px;
    height: 29px;
	border: 1px solid #fff;
	overflow: hidden;
}
.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:300px;
	height:250px;
}
.toestel{
	position: absolute;
	
}
.toestel img{
	width:300px;
	height:250px;
}

#getting-started{
	position: absolute;
	top:20px;
	left:240px;
	font-family:  "TeleGrotesk Headline Ultra";
	font-size: 18px;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: 0px;
	white-space: pre-line;
}
.clock{
	font-family:  "TeleGrotesk Headline Ultra";
	font-size: 24px;
	color:#E20074;
	text-transform: uppercase;
	letter-spacing: 0px;
	white-space: pre-line;
}
#daysAll{
	position: absolute;
	top:10px;
	right:12px;
	width:115px;
	height:35px;
}
.aftel{
	position: absolute;
	top:0px;
	left:0px;
}
#dagen{
	position: absolute;
	top: 13px;
    left: 206px;
    width: 30px;
	text-align: center;	
}
.circleText{
	position: absolute;
	top:0px;
	left:0px;
}
#circlewrapper{
	position: absolute;
    top: 70px;
    left: 200px;
	height:85px;
	width:85px;
}
.circle{
	height:85px;
	width:85px;
}




