@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: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}


#border {
  position: absolute;
  width: 726px;
  height: 88px;
  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: 728px;
  height: 90px;
  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: 714px;
  height: 76px;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
}

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

.omleiding{
  position:absolute;
  top:30px;
  left:20px;
  font-size: 27px;
  color: #000;
  line-height: 28px;
}

.weg{
  position:absolute;
  top:18px;
  left:172px;
  padding:12px 19px;
  font-size: 34px;
  color: #fff;
  line-height: 28px;
  background-color: #ff0000;
}

.wegbeschrijving{
  position:absolute;
  top:15px;
  left:275px;
  font-size: 25px;
  color: #000;
  line-height: 28px;
  text-align: left;
}

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


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

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


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

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