@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */


@font-face {
  font-family: 'BlueHighway-Bold';
  src: url('BlueHighway-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body { font-family: 'BlueHighway-Bold' !important; }

#container {
  position: absolute;
  width: 468px;
  height: 60px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}


#border {
  position: absolute;
  width: 466px;
  height: 58px;
  top: 0px;
  left: 0px;
  border:0px solid #666666; 
  z-index: 999;
}

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

.flipcard {
  position: relative;
  width: 468px;
  height: 60px;
  margin:0px 0px;
  perspective: 1500px;
}
.flipcard.v:hover .front, .flipcard.v.flip .front{
  transform: rotateY(180deg);
}
.flipcard.v:hover .back, .flipcard.v.flip .back{
  transform: rotateY(0deg);
}
.flipcard.v .back{
  transform: rotateY(-180deg);
}
.flipcard.h:hover .front, .flipcard.h.flip .front{
  transform: rotateX(180deg);
}
.flipcard.h:hover .back, .flipcard.h.flip .back{
  transform: rotateX(0deg);
}
.flipcard.h .back{
  transform: rotateX(-180deg);
}
.front, .back
{
  position:absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 1s ease-in-out;
  backface-visibility: hidden;
}

.front{
  text-align: center;
  color: white;
  background-color: #f3a32b;
  
}

.back{
  text-align: center;
  color: white;
  background-color: #fcfcfc;
  
}

.flipcard img
{
  width:100%;
  height:100%;
}

.border{
  position:absolute;
  border-radius: 10px;
  top:5px;
  left:5px;
  width: 454px;
  height: 46px;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
}

.line{
  position:absolute;
  top:7px;
  left:100px;
  width: 2px;
  height: 47px;
  background-color: #000;
  
}

.omleiding{
  position:absolute;
  top:18px;
  left:15px;
  font-size: 17px;
  color: #000;
  line-height: 28px;
}

.weg{
  position:absolute;
  top:10px;
  left:110px;
  padding:6px 17px;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  background-color: #ff0000;
}

.wegbeschrijving{
  position:absolute;
  top:7px;
  left:190px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.werkzaamheden{
  position:absolute;
  text-align: left;
  width: 290px;
  top:26px;
  left:190px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}


.payoff1{
  position:absolute;
  width: 230px;
  top:17px;
  left: -5px;
  font-size: 17px;
  color: #000;
  line-height: 26px;
  text-align: center;
}

.payoff2{
  position:absolute;
  width: 260px;
  top:17px;
  left: 230px;
  font-size: 17px;
  color: #000;
  line-height: 26px;
  text-align: center;
}


.button{
  position:absolute;
  bottom:7px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 52px;
}

.logo{
  position:absolute;
  top:23px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}