body {
  background: #e4e7ea;
}

.gray {
     background: #ccc;
     padding: 5px;
}

.row {
  margin-bottom: 20px;
}

.row h2 {
  font-size: 16px;
}

.well {
  border-radius: 0px;
}

.row h3 {
  font-size: 14px;
  font-weight: bold;;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.beendet {
  padding: 40px;
}

.radio-info {
  width: 100%;
}

.ml25 {
     margin-left: 25px;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin: 0;
}

radio {
  outline: none;
}


input[type="radio"]:checked+label{ background: yellow; }
input[type="checkbox"]:checked+label{ background: yellow; }


.logo {
  margin: 0 20px;
}

.page-header {
  border: 0;
}

.container {
     margin-bottom: 60px;
}

.container, #wizard {
  background: #fff;
  padding: 0;
}

.nav li a {
  text-align: left;
 font-size: 10px;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0px;
  line-height: 15px;
}

.nav li a span {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

#message {
  display:none;
}

#rootwizard .nav {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}

#rootwizard .nav li a {
    background: #e4e7ea;
    border-bottom: 1px solid #ccc;
    color: #4A535E;
    border-right: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 0.75;
}

#rootwizard .nav li:last-child a {
    border-right: 0;
}

#rootwizard .nav li a:hover {
    background-color: #f7f7f7;
    opacity: 1;
}

#rootwizard .nav li.active a,
#rootwizard .nav li.active a:focus,
#rootwizard .nav li.active a:active {
    background: #fcfcfc;
    border-bottom-color: #fcfcfc;
    color: #333;
    opacity: 1;
}

#rootwizard ul li a span {
    font-family: 'LatoBold', sans-serif;
}

#rootwizard .pager {
    margin: 0;
    border-top: 1px solid #ddd;
    background: #f7f7f7;
    padding:30px 20px;
}

#rootwizard .pager li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #3276B1;
    border-color: #285E8E;
    color: #fff;
}

#rootwizard .pager li a:hover {
     border-color: #357EBD;
    background-color: #6699cc;
}

#rootwizard .pager li.previous a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #357EBD;
   background-color: #6699cc;
    color: #fff;
}

#rootwizard .pager li.previous a:hover {
     background-color: #3276B1;
    border-color: #285E8E;
}

#rootwizard .pager li.disabled a {
    background: #eee;
    color: #999;
    border-color: #ccc;
}

#rootwizard .progress {
  height: 12px;
}

#rootwizard .tab-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0px 20px;
}

.tab-pane::after {
    clear: both;
    display: block;
    content: '';
}

.btn-primary {
    color: #fff;
    background-color: #6699cc;
    border-color: #6699cc;
}
html body *:focus{outline-color:transparent;outline-style:none;-webkit-appearance:none}


@media only screen
and (min-device-width : 1025px){
     #rootwizard .pager li.next a {
      margin-right: 350px;
      padding: 10px;
      width: 200px;
  }
}



@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  #rootwizard .nav li a {
      height: 67px;
  }
  #rootwizard .pager li.next a {
   padding: 10px;
   width: 150px;
}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

  #rootwizard .nav li a {
      height: 98px;
  }
  #rootwizard .pager li.next a {
   padding: 10px;
   width: 150px;
}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px)
and (orientation : portrait) {

  #rootwizard .pager li.next a {
   padding: 10px;
   width: 150px;
}
}

@media (max-width: 395px) {
.submitButton {
    margin-top: 286px!important;
}
}
