/* Bootstrap CustomElements for anmeldung.aerzte-stegen.de */

.btn-success  
{
color: #fff;

background-color:#993366;
border-color: #993366;
}

.btn-success:hover  
{
color: black;

background-color:white;
border-color: #993366;
}


.lato 
{
    font-family: 'Lato', sans-serif; font-weight:  300;
}

body 
{
    
        font-family: 'Lato', sans-serif; font-weight:  300;
    background-color: rgba(253, 246, 193, 0.15);
}

.header 
{
	height: 80px;
	background-color: #b13b7c;
}

.header-title{
color:white;
	font-size: 26px;
	margin-top: 15px;
}

.jumbotron {-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;}
.well {

background-color: white;

}

h1
{
	color: #666666;
	}

h2, .h2 {font-weight: 300;color: #b13b7c;}
textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control {
padding: 0;
border: none;
border-radius: 0;
-webkit-box-shadow: inset 0 -1px 0 #ddd;
box-shadow: inset 0 -1px 0 #ddd;
font-size: 16px;
background-color: rgb(239, 237, 237)	
	}
	
/* PageSteps*/

stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border: 1px solid #993366;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
    font-size: 1.3em;
}

.navigationForward
{box-shadow: none;
    -webkit-box-shadow: none;
background-color: transparent;}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.jumbotron p {
font-weight: 300;
}

.gesundheitsfragen{background-color: white;}

body > div > div > div > section > section> div > h2 
{
	color: #993366 !important;
}

@media(max-width: 570px)
{h1, .h1 {
font-size: 40px;
text-align: center;
}
h2, .h2 {
font-size: 30px;
}}