

*:focus {
    outline: none;
}

a,a:focus,a:hover{
  color:rgba(255,255,255,0.5);

}

a.copylink{
  color:rgba(255,255,255,1);
}

html, body {
  height:100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: url('../img/bggradient.jpg');
 


}
#carbg{
position:relative;
width:80%;
height:100%;
background: url('../img/bg.jpg') center bottom -94px no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin:auto;
margin-top:40px;


}

#theCar{

  position:relative;
  width:90%;
  max-width:1000px;
  background: url('../img/car.jpg') center top 10% no-repeat;
  background-image: 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin:auto;
 
}

.content {
  visibility:visible;
  opacity:1;
  position: relative;
  left: 50%;
  top: 50%;
  width: 634px;
  height:50px;
  /*height: 100%;*/
  padding: 0;
  margin: auto;
  margin-left: -315px;
  color: #ffffff;
  
}

#textcontent{
  display:none;
  visibility: hidden;
  opacity: 0;
  position:relative;
  height:650px;
  width:100%;
  border:0px solid #ff0;
  margin-top:-190px;

}

#thankyou{
  visibility: visible;
  opacity:1;
  position: absolute;
  left: 50%;
  top: 0px;
  width: 634px;
  height:500px;
  padding: 0;
  margin: 0;
  margin-left: -315px;
  margin-top:-220px;
  color: #ffffff;
}

#spacerimage {
  max-width: 100%;
  min-width:600px;
  min-height:330px;
  height: auto;
  border:0px solid #ff0000;
}

#newbg{
/*opacity:0;
visibility: hidden;
position:absolute;
width:100%;
height:100%;
background: url('../img/car.png') center center no-repeat;
background-image: 
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
min-width:768px;
min-height:900px!important;
margin:0;
padding:0;
*/
}

/* cover */
div.cover {
  position: fixed; 
  margin:auto;
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
img.cover {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}


.rahmen{
  border-width:1px; 
  border-color:#ffffff; 
  border-style:solid;
  height:90%;
  margin:20px;
  margin:auto;
  

}
#border{
    position:relative;
    width:134px; 
    height:54px;
    display: block;
    margin-left: auto;
    margin-right: auto;top:-3px;

}
#fadj{
  width:160px;
  height:102px;
  position:absolute;
  left:40px;
  top:40px;
  background:url("../img/fadj.png") no-repeat;
  background-size:160px 102px;
  z-index:100;
}
#logo{
  width:183px;
  height:121px;
  background:url("../img/logo.png") no-repeat center center;
  left:50%;
  top:0px;
  position:relative;
  margin-left:-93px;
  margin-top:50px;
  
}


@media (max-width: 800px) {
  #border{
    display:none;
    visibility: hidden;
    opacity: 0;
  }
  .rahmen{
    border:none!important;
  }
}


h1 {
  font-weight: 400;
  font-family: 'Arial', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color:#060e19;
}
h2 {
  font-weight: 400;
  font-family: 'tstarmedium', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom:15px;
}
p {
  font-weight: 400;
  font-family: 'Arial', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height:24px;

}







input {
  background: rgba(255,255,255,0.15);
  border-style: solid;
  border-width: 0px;
  border-radius: 5px;
  border-color:rgba(255,255,255,0);
  margin: 0;
  padding: 0;
  height: 52px;
  font-family: 'tstarregular', Fallback, sans-serif;
  font-size: 18px;
  letter-spacing:0.5px;
  text-transform: uppercase;
  color: #ffffff;
  
  
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
  input {
  line-height: 1.5;
  }
}

.fielderror{
  /*border:1px solid #e0001b;*/
   -webkit-box-shadow:inset 0px 0px 0px 1px #e0001b;
    -moz-box-shadow:inset 0px 0px 0px 1px #e0001b;
    box-shadow:inset 0px 0px 0px 1px #e0001b;
    background:rgba(255,255,255,0.15) url("../img/fielderror.png") no-repeat right 20px top 18px;
  
}

.fielderror::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:    #e0001b;
    }
.fielderror:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
       color:    #e0001b;
       opacity:  1;
    }
.fielderror::-moz-placeholder{ /* Mozilla Firefox 19+ */
       color:    #e0001b;
       opacity:  1;
    }
.fielderror:-ms-input-placeholder{ /* Internet Explorer 10-11 */
       color:    #e0001b;
}

.fielderror_sm{
  /*border:1px solid #e0001b;*/
   -webkit-box-shadow:inset 0px 0px 0px 1px #e0001b;
    -moz-box-shadow:inset 0px 0px 0px 1px #e0001b;
    box-shadow:inset 0px 0px 0px 1px #e0001b;
    background:rgba(255,255,255,0.15) url("../img/fielderror.png") no-repeat right 10px top 18px;
  
}


.fielderror_sm::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:    #e0001b;
    }
.fielderror_sm:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
       color:    #e0001b;
       opacity:  1;
    }
.fielderror_sm::-moz-placeholder{ /* Mozilla Firefox 19+ */
       color:    #e0001b;
       opacity:  1;
    }
.fielderror_sm:-ms-input-placeholder{ /* Internet Explorer 10-11 */
       color:    #e0001b;
}



.fielderror-select{
    color:#e0001b !important;
    -webkit-box-shadow:inset 0px 0px 0px 1px #e0001b;
    -moz-box-shadow:inset 0px 0px 0px 1px #e0001b;
    box-shadow:inset 0px 0px 0px 1px #e0001b;
   
}
.fielderror-style-select{
    -webkit-box-shadow:inset 0px 0px 0px 1px #e0001b;
    -moz-box-shadow:inset 0px 0px 0px 1px #e0001b;
    box-shadow:inset 0px 0px 0px 1px #e0001b;
}

.locationerror{
   -webkit-box-shadow:inset 0px 0px 0px 1px #e0001b;
    -moz-box-shadow:inset 0px 0px 0px 1px #e0001b;
    box-shadow:inset 0px 0px 0px 1px #e0001b;
  /*background:rgba(255,255,255,0.15) url("../img/fielderror.png") no-repeat right 2px top 18px;*/
}
.locationerror::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:    #e0001b;
    }
.locationerror:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
       color:    #e0001b;
       opacity:  1;
    }
.locationerror::-moz-placeholder{ /* Mozilla Firefox 19+ */
       color:    #e0001b;
       opacity:  1;
    }
.locationerror:-ms-input-placeholder{ /* Internet Explorer 10-11 */
       color:    #e0001b;
}
.red{
  color:#e0001b!important;
}
.errorchkbox{
  border:1px solid #e0001b !important;
  border-radius: 5px;

}
#location {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  padding-left:20px;
  position: relative;
  width: 630px;
  float: left;
  padding-top:3px;
}
.spacer{
  padding-top:17px;
}
#geolocator{
  
  position:absolute;
  left:590px;
  top:198px;
  width:21px;
  height:21px;
  background:url('../img/geolocator.png');
  cursor:pointer;
}
#geolocator:hover{
  background:url('../img/geolocator_red.png');
}
#closex{
  visibility:hidden;
  opacity: 0;
  position:absolute;
  left:575px;
  top:191px;
  width:35px;
  height:35px;
  background:url('../img/close_x.png') no-repeat left 18px top 9px;
  cursor:pointer;
  border-left:1px solid #000000;
  padding:8px;

}
#closex:hover{
  background:url('../img/close_x_red.png') no-repeat left 18px top 9px;
  
}

#anrede {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  height:54px;
  margin-right: 10px;

}

#abholdatum{
  float: left;
  margin: 0;
  width: 150px;
  height:52px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  padding-top:3px;
}


#fullname {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: 0px;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  width: 310px;
  padding-top:3px;

}
#email {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: 6px;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  width: 310px;
  padding-top:3px;
}
#phone {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: 0px;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  width: 310px;
  padding-top:3px;
}


#pic,#picnews {
  margin-top: 10px;
  cursor: pointer;
}

 #chknews{
  margin-top:-5px;
  margin-bottom:20px;
 }
 .chkbox2{
  display:table-cell;
  float:left;
 }
 .chktxt2{
  font-weight: 300;
  font-family: 'Arial', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height:17px;
  display:table-cell;
  padding-left:20px;
  padding-top:2px;

 }
 
 .chkbox{
  display:block;
  float:left;
 }
 .chktxt, .chktxt_news{
  font-weight: 300;
  font-family: 'Arial', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;

  display:inline-block;
  padding-left:10px;
  padding-top:20px;
 }
 
 .footer2{
  margin-top: -51px;
 }


.footerlinks{
  width:34%;
  margin:auto;
  padding-top:80px;

  text-align:center;
  font-family:'Arial', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
  font-size:14px;
  color:#919397; /*rgba(255,255,255,0.5)*/;

}
a.footerlinkleft{
  opacity:0.5;
  text-decoration: none;
  color:#ffffff;
  float:left; 
  -webkit-transition:all;
  transition: all ;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
  margin-left:-10px;
 
}
a.footerlinkleft:hover{
   opacity: 1;

}

a.footerlinkright{
  opacity:0.5;
  color:#ffffff;
  text-decoration:none;
  float:right;
  -webkit-transition:all;
  transition: all ;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
  margin-right:4px;
}
a.footerlinkright:hover{
  opacity: 1;

}
a.termsncond{
  color:#ffffff;
  text-decoration: underline;
}




/* RIPPLE EFFECT */
.submitbtn{
  padding-top:10px;
  padding-bottom:30px;
  width:56%;
  margin:auto;
  text-align: center;
 }
 .btnsubmit{
 
  width:350px;
  height:55px;
  background-color:#0d223f;
  border:1px solid #0d223f;
  border-radius:5px;
  box-shadow: 0px 3px 3px #000000;
  
  position:absolute;
  padding-top:12px;
  cursor:pointer;
  text-align:center;

}
#btntext{
  pointer-events: none;
  font-family: 'tstarmedium', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  z-index:2000;
  position:absolute;
  text-align:center;
  width:100%;
  letter-spacing:0.5px;
  line-height:30px;


}

.submitbtn2{
  padding-top:10px;
  width:50%;
  margin:auto;
  text-align: center;
 }
 .btnsubmit2{
 
  width:300px;
  height:40px;
  background-color:#0d223f;
  border:1px solid #0d223f;
  border-radius:5px;
  box-shadow: 0px 3px 3px #000000;
  
  position:absolute;
  padding-top:15px;
  cursor:pointer;
  text-align:center;

}
#btntext2{
  pointer-events: none;
  font-family: 'tstarregular', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  z-index:2000;
  position:absolute;
  text-align:center;
  width:100%;


}

.ripple{
  overflow:hidden;
  border-radius:5px;
}

.ripple-effect{
  overflow:hidden;
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #e0001b;
  animation: ripple-animation 4.1s;
  animation-fill-mode: forwards;
  z-index:1;
}

.ripple-effect-out{
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #0d223f;
  animation: ripple-animation 4.1s;
  animation-fill-mode: forwards;
  z-index:1;
}

@keyframes ripple-animation {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      transform: scale(100);
      opacity: 1;
    }
}




/* RIPPLE EFFECT END */


/* GOOGLE STUFF */
.pac-container{
  width:650px;
  border-top: 1px solid #000; 
  background:rgba(255,255,255,0.15);
  font-family:'tstarregular', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;

}
.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 56px;
    text-align: left;
    text-transform: uppercase;
    border-top: 0px solid #000000;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
    background:url('../img/googleline.png') no-repeat top 45px right 0px;
    
}

.white{
  color:#fff!important;
}

.pac-item:hover {
   ;
   background:rgba(255,255,255,0.15);
}


.pac-item-query {
    font-size: 18px;
    color: #FFF;
    
}
.pac-matched {
    font-size:20px;
}

.pac-icon-marker {
    background-position: 0px 0px;
}

.pac-icon {
    width: 20px;
    height:20px;
    margin-right: 14px;
    margin-top:18px;
    margin-left:10px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/locatorhit.png);
    background-size:20px;
    
}
.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}






/* HERE COMES THE NEW STUFF */

.select_anrede div {
    display: inline-block;
}
.curVal_anrede {
    
    margin: 0;
    margin-right:10px;
    margin-top:10px;
    padding: 0;
    padding-top:14px;
   
    width: 150px;
    height:52px;
    position: relative;

    border-style: solid;
    border-width: 0px;
    border-radius: 5px;
    border-color:rgba(255,255,255,1);
    background: rgba(255,255,255,0.15); 

    font-family: 'tstarregular', Fallback, sans-serif;
    font-size: 18px;
    letter-spacing:0.5px;
    text-indent: 20px;
    line-height: 1.6;
    
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    float:left;
    cursor:pointer;
}
.arrow_anrede {
    position: absolute;
    top: 246px;
    left:265px;
    width: 50px;
    height: 50px;
    background: url("../img/arrowdown.png") 50% center no-repeat;
    cursor: pointer;
}
.choices_anrede {
    opacity:0;
    width: 150px;
    top:293px;
    position: absolute;
    z-index: 99999;
    max-height: 500px;
    min-height: 1em;
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .7);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
    background: rgba(42,50,59,0.95);
    border-style: solid;
    border-width: 0px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-color:rgba(47,59,77,0.9);

    font-family: 'tstarregular', Fallback, sans-serif;
    font-size: 18px;
    letter-spacing:0.5px;
    text-indent: 20px;
    line-height: 3.6;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.choices_anrede div {
    display: block;
    cursor: pointer;        
}
.choices_anrede div:hover {
    display: block;
    cursor: pointer;  
    color: rgba(255,255,255,1);
    background: rgba(255,255,255,0.15); 
}









/* END NEW STUFF */


@media (max-width: 770px) {
  
  html, body {
    height:100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: url('../img/bggradient.jpg');

  }
  h2 {
  font-weight: 400;
  font-family: 'tstarmedium', Fallback, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom:15px;
  line-height:1.4;
  }
  p {
    font-weight: 400;
    font-family: 'Arial', Fallback, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height:20px;

  }

  #carbg{
    top:0px;
    min-width:320px;
    position:relative;
    width:100%;
    height:100%;
    background: url('../img/bg.jpg') center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:auto;
    
  }

  .ui-loader{
    display:none;
  }

  #textcontent{
  display:none;
  visibility:hidden;
  opacity: 0;
  position:relative;
  height:850px;
  width:100%;
  border:0px solid #ff0;
  margin-top:-120px;

    }

#spacerimage {
  max-width: 100%;
  min-width:320px;
  min-height:140px;
  height: auto;
  border:0px solid #ff0000;
}

#theCar{
  position:relative;
  width:150%;
  min-width:320px;
  background: url('../img/car.jpg') center top 10% no-repeat;
  background-image: 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin:auto;
  margin-left:-25%;

 
}
  #fadj{
   width:80px;
   height:51px;
   position:absolute;
   left:20px;
   top:20px;
   background:url("../img/fadj.png") no-repeat;
   background-size:80px 51px;

  }
  .content {
    visibility:visible;
    opacity:1;
    position: relative;
    left: 50%;
    top: 0px;
    width: 320px;
    height:100px;
    /*height: 100%;*/
    padding: 0;
    margin: 0;
    margin-left: -160px;
    color: #ffffff;
  }
  #logo{
    width:140px;
    height:90px;
    background:url("../img/logo.png") no-repeat center center;
    background-size:140px 90px;
    left:50%;
    position:relative;
    margin-left:-70px;
    margin-top:50px;
    margin-bottom:30px;
  }
  #location {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    padding-left:20px;
    padding-right:20px!important;
    position: relative;
    width: 320px !important;
    float: left;
    padding-top:3px;
  }

  #abholdatum{
   float: left;
   margin: 0;
   width: 155px;
   height:52px;
   margin-top: 10px;
   margin-right: 5px;
   padding-left:20px;
   padding-right:20px;
   position: relative;
   padding-top:3px;
  }
  
  #fullname {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-right: 0px;
    padding-left:20px;
    padding-right:20px;
    position: relative;
    width: 320px;
    padding-top:3px;

  }
  #email {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-right: 8px;
    padding-left:20px;
    padding-right:20px;
    position: relative;
    width: 320px;
    padding-top:3px;
  }
  #phone {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-right: 0px;
    padding-left:20px;
    padding-right:20px;
    position: relative;
    width: 320px;
    padding-top:3px;
  }
  
    .chktxt,.chktxt_news{
      padding-top: 7px;
      width: 260px;
    }

  #chknews{
    margin-top:-10px;
  }

    .spacer{
     padding-top:0px;
    }

    .submitbtn{
      padding-top:10px;
      width:300px;
      margin:0;
      text-align: center;
     }
     .btnsubmit{
     
      width:320px;
      height:55px;
      background-color:#0d223f;
      border:1px solid #0d223f;
      border-radius:5px;
      box-shadow: 0px 3px 3px #000000;
      
      position:absolute;
      padding-top:12px;
      cursor:pointer;
      text-align:center;

    }
    #btntext{
      pointer-events: none;
      font-family: 'tstarmedium', Fallback, sans-serif;
      text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      text-transform: uppercase;
      color: #ffffff;
      z-index:2000;
      position:absolute;
      text-align:center;
      width:100%;
      letter-spacing:0.5px;
      line-height:30px;


    }
    .footerlinks{
      width:75%;

      
      padding-top:90px;
      margin-left:40px;
      margin-right:20px;

      text-align:center;
      font-family:'arial', Fallback, sans-serif;
      text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale;
      font-size:14px;
      color:#919397; /*rgba(255,255,255,0.5)*/;

    }
    .footer2{
      margin-top: -51px;
    }

    #thankyou{
      visibility: visible;
      opacity:1;
      position: absolute;
      left: 50%;
      top: 0px;
      width: 320px;
      /*height: 100%;*/
      padding: 0;
      margin: 0;
      margin-left: -160px;
      margin-top:-180px;
      color: #ffffff;

    }

    #geolocator{
      display:none;
      position:absolute;
      left:280px;
      top:450px;
      width:21px;
      height:21px;
      background:url('../img/geolocator.png');
      cursor:pointer;
    }
    #geolocator:hover{
      background:url('../img/geolocator_red.png');
    }
    #closex{
      display:none;
      visibility:hidden;
      opacity: 0;
      position:absolute;
      left:280px;
      top:358px;
      width:35px;
      height:35px;
      background:url('../img/close_x.png') no-repeat left 18px top 9px;
      cursor:pointer;
      border-left:1px solid #000000;
      padding:8px;

    }
    #closex:hover{
      background:url('../img/close_x_red.png') no-repeat left 18px top 9px;
      
    }

    a.footerlinkright{
    opacity:0.5;
    color:#ffffff;
    text-decoration:none;
    float:right;
    -webkit-transition:all;
    transition: all ;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
    margin-right:10px;
    }

    /* HERE COMES THE NEW STUFF */

    .select_anrede div {
        display: inline-block;
    }
    .curVal_anrede {
        
        margin: 0;
        margin-right:10px;
        margin-top:10px;
        margin-left:5px;
        padding: 0;
        padding-top:14px;
       
        width: 155px;
        height:52px;
        position: relative;

        border-style: solid;
        border-width: 0px;
        border-radius: 5px;
        border-color:rgba(255,255,255,1);
        background: rgba(255,255,255,0.15); 

        font-family: 'tstarregular', Fallback, sans-serif;
        font-size: 18px;
        letter-spacing:0.5px;
        text-indent: 20px;
        line-height: 1.6;
        
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        float:left;
        cursor:pointer;
    }
    .arrow_anrede {
        position: absolute;
        top: 339px;
        left:265px;
        width: 50px;
        height: 50px;
        background: url("../img/arrowdown.png") 50% center no-repeat;
        cursor: pointer;
    }
    .choices_anrede {
        opacity:0;
        width: 155px;
        top:385px;
        left:165px!important;
        position: absolute;
        z-index: 99999;
        max-height: 500px;
        min-height: 1em;
        -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, .7);
        -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .7);
        box-shadow: 0 6px 6px rgba(0, 0, 0, .7);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        
        background: rgba(42,50,59,0.95);
        border-style: solid;
        border-width: 0px;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-color:rgba(47,59,77,0.9);

        font-family: 'tstarregular', Fallback, sans-serif;
        font-size: 18px;
        letter-spacing:0.5px;
        text-indent: 20px;
        line-height: 3.6;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
    }
    .choices_anrede div {
        display: block;
        cursor: pointer;        
    }
    .choices_anrede div:hover {
        display: block;
        cursor: pointer;  
        color: rgba(255,255,255,1);
        background: rgba(255,255,255,0.15); 
    }




}
