.tab-pane {
  border:1px solid #ddd;
  border-top:none;
}

.footer-nav {
}

.firefox footer-nav {
  list-style-image:url("../../assets/img/arrow-bullet.png");
}

@media (min-width: 1200px) {
  .jumbotron {
    margin-left:-15px;
    margin-right:-15px;
  }
}

.navbar.navbar-default {
  height:120px;
  padding-left:calc((100vw - 1200px) / 2 + 15px);
  padding-bottom:0;
  padding-right:calc((100vw - 1200px) / 2 + 15px);
  margin:0;
  background-image:none;
}

@media (max-width: 991px) {
  .navbar.navbar-default {
    /*width:740px;*/
    /*margin:0 auto;*/
    padding-left:calc((100vw - 750px) / 2 + 15px);
    padding-right:calc((100vw - 750px) / 2 + 15px);
    height:auto;
  }
}

@media (max-width: 991px) {
  .row.acp-bg-blue-diaconal {
    /*margin-left:calc(((100vw - 750px) / 2)*-1);*/
    margin-left:calc(((100vw - 750px) / 2)*-1 - 15px);
    margin-right:calc(((100vw - 750px) / 2)*-1 - 15px);
  }
}

@media (max-width: 991px) {
  .row.acp-bg-blue-diaconal > div:before {
    top:-47px;
  }
}

@media (max-width: 991px) {
  .acp-headline {
    text-align:left;
  }
}

@media (max-width: 991px) {
  .panel-group .panel + .panel {
    margin-top:0;
  }
}

@media (max-width: 991px) {
  .panel-group .panel {
    border-radius:0;
    border-color:#0075be;
    border-top:0;
  }
}

@media (max-width: 991px) {
  .panel {
    border-bottom:none;
  }
}

@media (max-width: 991px) {
  .panel-default > .panel-heading {
    border-top-width:0;
    background-image:linear-gradient(to bottom,#0075be 0,#00619d 100%);
    margin-left:-1px;
    margin-right:-1px;
  }
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color:#fff;
  display:block;
  cursor:pointer;
  text-decoration:none !important;
  font-size:36px;
}

@media (min-width: 768px) and (max-width: 991px) {
  label, #bestellung-testset-vater-mutter, #uebersicht-rabatt-text {
    font-size:30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #bestellung-testset-vater-mutter {
    font-size:4;
  }
}

