body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:300px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:50px;
  display:box;
  border:1px solid #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#bottom-yellow{
  left:130px;
  height:50px;
  width:200px;
  top:0px;
  background-color: #FFA300;
  display:block;
  position: absolute;
  opacity:0;
}
#bottom-white{
  left:128px;
  height:50px;
  width:200px;
  top:0px;
  background-color: #ffffff;
  position: absolute;
  opacity:0;
}
.v-bar{
  width:2px;
  height:50px;
  background-color:white;
  left:62px;
  top:0px;
  position: absolute;
  display:block;
}

#text-1{
  top:2px;
  left:160px;
}
#text-2{
  top:5px;
  left:160px;
}
#text-3{
  top:8px;
  left:160px;
}
#text-4{
  top:8px;
  left:160px;
}
#text-5{
  top:8px;
  left:160px;
}
#text-6{
  top:4px;
  left:160px;
}

#text-adress{
  top:0px;
  left:160px;
}

#text-top{
  left:2px;
  top:3px;

}

#CTA{
top: 26px;
left:160px;
}

#logo{
  top:-1px;
  left:103px;
  width:50px;
}