/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
  position: relative;
    text-align: center;
    display: block;
    margin-left: 10%;
    padding: 0;
    overflow: visible;
    float: left;
    width: 80%;
    clear: both;
}
.swMain .stepContainer {
  display:block;
  position: relative;
  margin: 0;
  padding:0;    
  clear:both;
}

.swMain .stepContainer div.content {
  display:block;
  /*position: absolute;  */
  float:left;
  margin: 0;
  padding:5px;     
  font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
  color:#000;   
  background-color: rgba(255, 255, 255, 0);  
  /*height:300px;*/
  width: 100%;
  overflow:visible;    
  z-index:88; 
  clear:both;
}

.swMain div.actionBar {
  display:block;
  position: relative; 
  clear:both;
  margin: 10% 0 0 0;   
  padding-top: 5px;    
  color:              #000;   
  background-color:   #FFF;
  height:40px;
  text-align:left;     
}

.swMain .stepContainer .StepTitle {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px;
    font: 72px Myriad Pro, sans-serif;
    color: #f2ce11;
    /* background-color: #E0E0E0; */
    clear: both;
    text-align: left;
    z-index: 88;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;   
}
.swMain ul.anchor {
  position: relative;
    display: block;
    width: 100%;
    /* text-align: center; */
    /* float: left; */
    list-style: none;
    padding: 0;
    /* margin-left: 10%; */
    clear: both;  
    margin: 20px 12.5% 120px 7.5%;
    border: 0 solid #CCCCCC;
    background: transparent;
}
.swMain ul.anchor li{ 
  position: relative;
    display: block;
    margin: 0;
    width: 17%;
    /* padding: 0 3px; */
    border: 0 solid #E0E0E0;
    float: left;
    z-index: 99;
}
@media(max-width: 736px)
    {
        .swMain ul.anchor li{
            position: relative;
            display: block;
            margin-left: 15%;
            width: 45%;
            /* padding: 0 3px; */
            border: 0 solid #E0E0E0;
            /* float: left; */
            z-index: 99;        
        }
        .swMain .stepContainer .StepTitle {
    font: 12vw Myriad Pro, sans-serif;
      
}
        .swMain ul.anchor li:nth-child(1){
            margin-top: 10%;
        }
        #adress{
            border: none;
        }
        #contact{
            border: none;
        }
    }
/* Anchor Element Style */
.swMain ul.anchor li a {
     display: block; */
    position: relative;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 3px;
    height: 40px;
    width: 100%;
    text-decoration: none;
    outline-style: none;
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    z-index: 99;
}
.swMain ul.anchor li a .stepNumber{
     position: relative;
    /* float: left; */
    /* width: 30px; */
    text-align: center;
    /* padding: 7% 7% 7% 10%; */
    font: bold 100% Geneva, sans-serif;
}
@media(max-width:330px)
    {
        .swMain ul.anchor li a .stepNumber{
    font: bold 90% Geneva, sans-serif;
        }
    }
.swMain ul.anchor li a .stepDesc{
  position:relative;
  display:block;
  float:left;
  text-align: left;
  padding:5px;

  font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc small{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a.selected{
    color: rgba(0, 0, 0, 1);
    background: rgba(242, 207, 21, 0.74);
    border: 0px;
    cursor: text;
    padding: 9px;
    /* -webkit-box-shadow: 5px 5px 8px #888; */
    /* box-shadow: 5px 5px 8px #888;*/
}
.swMain ul.anchor li a.selected:hover {
  color: rgba(0, 0, 0, 1);
    background: #F2CF15;
    border: 0px;
    cursor: text;
    padding: 9px;
    /* -webkit-box-shadow: 5px 5px 8px #888; */
    /* box-shadow: 5px 5px 8px #888;*/  
}

.swMain ul.anchor li a.done { 
      position: relative;
    color: #fff;
    background: rgba(200, 200, 200, 0.72);
    border-right: 1px solid #999;
    z-index: 99;
    padding: 9px;
}
.swMain ul.anchor li a.done:hover {
  color: #fff;  
  background: rgba(200, 200, 200, 0.72);
  border-right: 1px solid #999;
  padding: 9px;
}
.swMain ul.anchor li a.disabled {
  color: #fff;
    background: rgba(200, 200, 200, 0.81);
    border-left: 1px solid #999;
    cursor: text;  
    padding: 9px;
}
.swMain ul.anchor li a.disabled:hover {
  color: #fff;
    background: rgba(200, 200, 200, 0.72);
    border-left: 1px solid #999;
    cursor: text;
    padding: 9px;
}

.swMain ul.anchor li a.error {
  color:#6c6c6c !important;  
  background: #f08f75 !important;
  border: 1px solid #fb3500 !important;      
}
.swMain ul.anchor li a.error:hover {
  color:#000 !important;       
}

.swMain a{
    color: #000;
    text-decoration: none;
}
.swMain a:hover{
    color: #000;
    text-decoration: none;
}
 

.swMain .buttonDisabled {
  color:#c8c8c8  !important;
  background-color: #fff !important;
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
  /*border: 1px solid #d83f2b  !important;*/
  cursor:text;
}

  .swMain .buttonPrevious {
    position: relative;
    background: url(../../images/zuruck.png);
    height: 59px;
    width: 80px;
    /* border: 1px solid #d83f2b; */
    /* padding: 0px 5px; */
    float: right;
    margin-right: 3%;
}
.swMain .buttonPrevious:after, .swMain .buttonPrevious:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    
}

.swMain .buttonPrevious:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.swMain .buttonPrevious:before {
	border-color: rgba(216, 63, 43, 0);
	/*border-right-color: #d83f2b;*/
	border-width: 11px;
	margin-top: -11px;
} 
.swMain .buttonNext {
position: relative;
    background: url(../../images/weiter.png);
    height: 108px;
    height: 61px;
    width: 85px;
    /* border: 1px solid #d83f2b; */
    /* padding: 0px 5px; */
    float: right;
    margin-right: 7%;

}
.swMain .buttonNext:after, .swMain .buttonNext:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;  
}

.swMain .buttonNext:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.swMain .buttonNext:before {
	border-color: rgba(216, 63, 43, 0);
	/*border-left-color: #d83f2b;*/
	border-width: 11px;
	margin-top: -11px;
}
.swMain .buttonFinish {
/*  display: block;
    position: relative;
    float: right;
    margin: 0px 10px 0 50%; 
    margin-right: -11%;
    padding: 2px;
    text-decoration: none;
    text-align: center;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    width: 100px;
    color: #000;
    outline-style: none;
    background-color: #FFF;
    border: 1px solid #d83f2b;
    margin-left: 5%; */  
    visibility: hidden;
    
}

/* Form Styles */

.txtBox {
  border:1px solid #CCCCCC;
  color:#5A5655;
  font:13px Verdana,Arial,Helvetica,sans-serif;
  padding:2px;
  width:430px;
}
.txtBox:focus {
  border:1px solid #EA8511;
}

.swMain .loader {
  position:relative;  
  display:none;
  float:left;  
  margin: 2px 0 0 2px;
  padding:8px 10px 8px 40px;
  border: 1px solid #FFD700; 
  font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;       
  background: #FFF url(../images/loader.gif) no-repeat 5px;  
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:998;
}
.swMain .msgBox {
  position:relative;  
  display:none;
  float:left;
  margin: 4px 0 0 5px;
  padding:5px;
  border: 1px solid #FFD700; 
  background-color: #FFFFDD;  
  font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;         
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:999;
  min-width:200px;  
}
.swMain .msgBox .content {
  font: normal 12px Verdana,Arial,Helvetica,sans-serif;
  padding: 0;
  float:left;
}
.swMain .msgBox .close {
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #CCC;
  display: block;
  float: right;
  margin: 0 0 0 5px;
  outline-style: none;
  padding: 0 2px 0 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.swMain .msgBox .close:hover{
  color: #EA8511;
  border: 1px solid #EA8511;  
}
.form_note {
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: 25px;
    text-align: left;
    width: 100%;
    font-size: 20px;
    font-family: Myriad Pro Regular;
}