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;
}

@font-face {
  font-family: "NHaasGroteskDSW02-65Md";
  src: url("../fonts/NHaasGroteskDSW02-65Md.woff");
}

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

img {    
  image-rendering: auto;
}
body {
  -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;
}

html,
body {
  height: 100%;
  width: 100%;
  text-align: center;
}
img {
  image-rendering: auto;
  -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;
}
body,
html {
  text-align: center;
}
.bg_white {
  top: 0;
  left: 0;
}
#border,
#cover,
#introGradient,
.banner {
  width: var(--bannerWidth);
  height: var(--bannerHeight);
}
.banner{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   --bannerWidth: 300px;
  --bannerHeight: 250px;
 
  --bgColor: #010101;
  --borderColor: #000000;

  visibility: hidden;
  position: relative;
  overflow: hidden;
  background-color: var(--bgColor);
  cursor: pointer;
}
#border {
  position: absolute;
  top:0px;
  left:0px;
  width:300px;
  height:250px;
    border: 1px solid #000000;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#border {
  top: 0;
  left: 0;
  border: 1px solid var(--borderColor);
}
.full{
  position: absolute;
}
.full img,
.full_plaat img {
  height: var(--bannerHeight);
}

.copy{
  font-family: NHaasGroteskDSW02-65Md;
/*  text-transform: uppercase;*/
  width:300px;
  text-align: left;
  padding:0;
  margin:0;
}

.campagne_titel{
  position: absolute;
  bottom:42px;
  left:24px;
  font-size: 15px;
}
.klant_naam{
  position: absolute;
  bottom:24px;
  left:24px;
  font-size: 12px;
}

#bekijk{
  position: absolute;
  top:211px;
  left:218px;
}

.copyBut{
  position: absolute;
  width: 90px;
  height:18px;
  font-family: "NHaasGroteskDSW02-65Md";
  font-size: 11px;
  line-height: 24px;
  color:#FB4E29;
  text-align: left;
}
.butCopy{
  position: absolute;
  top:-3px;
  left:4px;
}

#bekijkBack{
  position: absolute;
  width: 56px;
  height:16px;
  background-color: #FB4E29;
}