.headerporsche {
  text-align: center;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#headerporsche .jumbotron {
  background-color: rgba(0,0,0,0.0) !important;
  border: none !important;
  padding: 40px;
}

.nav-link:active {
  border-bottom: 2px solid #d5001c;
}

.text-dark {
  color: #000!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  border-bottom: 3px solid #d5001c;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  border-bottom: 3px solid transparent;
}

#headerporsche h1 {
  color: #fff;
}

#headerporsche p {
  color: #fff;
}

.porschebutton {
  color: #fff;
  background-color: #313639;
  border-color: #313639;
  border-radius: 0px;
}

.porschebutton:hover {
  color: #fff;
  background-color: #d5001c;
  border-color: #d5001c;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.porscheshop {
  max-width: 95%;
}

@media (min-width: 576px) {
  .porscheshop {
    max-width: 70%;
  }
}

.link-powered a {
  color: #666666;
  text-decoration: none;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 576px) {
  .carousel-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .porschebutton.active:focus, .porschebutton:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .porschebutton:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d5001c;
  border-color: #d5001c;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #d5001c;
  border-color: #d5001c;
  box-shadow: none;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0,0,0,.9);
  border-bottom: 3px solid #d5001c;
}

.subtextporsche {
  max-width: 95%;
}

@media (min-width: 576px) {
  .subtextporsche {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .subtextporsche {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .subtextporsche {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .subtextporsche {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .subtextporsche {
    max-width: 1320px;
  }
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #000000;
  background-color: #eff0f1;
  border-color: #eff0f1;
}

@media (min-width: 992px) {
  #headerporsche {
    min-height: 500px;
  }
}

@media (min-width: 1400px) {
  #headerporsche {
    min-height: 750px;
  }
}

