/*@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans300normal.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans400normal.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans600normal.woff') format('woff');
}*/

body {
	background: #fff;
	margin: 0;padding: 0;
/*	font-family: 'Open Sans', sans-serif;*/
}

#banner {
	position:absolute;
	width:336px;
	height:280px;
  border:1px solid #000000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  overflow: hidden;
}

#banner:hover{
	cursor:pointer
}

.content{
	position: absolute;
	width: 100%;
	height: 80%;
	top: 10%;
	background-color: #2ab0f9;
}

.info{
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

.title{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 300;
	letter-spacing: 2px;
}

/* USER */

a {outline : none;}
a img {outline : none;}
img {border : 0;}

body {
  margin: 0px;
}

#container {
  position: relative;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
/*  margin: auto;*/
  overflow: hidden;
  background-color: #df0000;
}

#rood {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #df0000;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 997;
}

.bulletWrapper{
  position: absolute;
  width:56px;
  height:12px;

  left:50%;
  margin-left:-28px;
  bottom:50px;
  z-index: 9999;
}


.bulletInactive {
  position: relative;
  width:14px;
  height: 14px;
  margin-left:2px;
  margin-right:2px;
  border-radius: 50%;
  float:left;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: inset 1px 3px 8px 1px rgba(0,0,0,0.32);
  -moz-box-shadow: inset 1px 3px 8px 1px rgba(0,0,0,0.32);
  box-shadow: inset 1px 3px 8px 1px rgba(0,0,0,0.32);
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.bulletActive {
  width:14px;
  height: 14px;
  margin-left:2px;
  margin-right:2px;
  border-radius: 50%;
  float:left;
  border: 2px solid #c0c0c0;
  cursor: pointer;
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.bulletInactive:hover {
   background-color:rgba(255,255,255,0.8);
   border: 2px solid #c0c0c0;
}

.images {
position: absolute;
top:-2px;
left:0px;
z-index: 0;
}

.images.product-text{
	z-index: 999;
}


#deGekste{
  position: absolute;
  top:-30px;
  left:0px;
}

#btn{
    position: absolute;
    width: 130px;
    height: 35px;
    top: 175px;
    right: 18px;
    border-radius: 4px;
    background-color: #000;
}

#btnWrapper{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 9px;
    left: 10px;
    overflow: hidden;

}

#btnCart{
position: absolute;
    width: 19px;
    height: auto;
    top: 0px;
    left: 0px;

}

#btnText{
    position: absolute;
    width: 74px;
    height: auto;
    top: 7px;
    left: 42px;

}

#headlineCircle{
  position: absolute;
  top:-90px;
  left:-60px;
  background-color: #fff;
  border-radius: 50%;
  width:238px;
  height:238px;
}



#headlineWrapper, #headlineWrapper2{
  position: absolute;
  top:10px;
  left:15px;
}

.headline{
}

#maak {
  position: absolute;
  top: 0px;
  left: 3px;
  width: 58px;
  height: auto;
}

#een {
  position: absolute;
  top: 12px;
  left: 62px;
  width: 19px;
  height: auto;
}

#vliegende {
  position: absolute;
  top: 22px;
  left: 14px;
  width: 119px;
  height: auto;
}

#start {
  position: absolute;
  top: 46px;
  left: 0px;
  width: 127px;
  height: auto;
}

#vanaf1juli {
    position: absolute;
    top: 114px;
    left: 45px;
    width: 70%;
    height: auto;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
