@charset "UTF-8";
/* MAIN BANNER*/

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

body {
  margin: 0px;
}

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.head, .copy01, .copy02, .car, .car_light, .car_wrap, .overlay {
  position: absolute;
  width: 300px;
  height: 250px;
  z-index: 1;
}

.dark{
  position: absolute;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg_top {
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 392px;
  height: 280px;
  z-index: 1;  
}

.bg_bottom {
  position: absolute;
  bottom: 1px;
  right: 0px;
  width: 662px;
  height: 80px;
  z-index: 1;  
}

.lucht {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 336px;
  height: 280px;  
}

.lucht_nacht {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 336px;
  height: 280px;  
}

.stad {
  position: absolute;
  top: -17px;
  right: -57px;
  width: 336px;
  height: 280px; 
}

.weg {
  position: absolute;
  bottom: 0px;
  left: -165px;
  width: 535px;
  height: 247px;  
}


#circle_usp {
  position: absolute;
  top: 99px;
  left: 14px;
  width: 77px;
  height: auto;
  z-index: 1;  
}

#cta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 997;
  width: 120px;
  height: auto;
}

#border {
  position: absolute;
  width: 298px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #000000; 
  z-index: 997;
}

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

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






