body {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
}

#hero {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/colorpistol_small_colored.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

@media (min-width: 992px) {
  #hero {
    background-image: url("../../assets/img/colorpistol_big_colored.jpg");
  }
}

.navbar-light .navbar-brand {
  background-image: url("../../assets/img/kolibri.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  width: 130px;
  height: 20px;
}

#navcol-1 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
  padding: 10px;
}

#title {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: 40px;
}

#subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: bold;
}

#hero-bottom {
  color: #fff;
}

.p-top {
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.p-bot {
  font-size: 12px;
  font-weight: 100;
}

.reserve-button {
  background-color: rgba(0,98,204,0);
  color: black;
  border: 3px solid #000000;
  border-radius: 30px;
  max-width: 180px;
  margin: auto;
}

.reserve-button:hover, .reserve-button:focus, .reserve-button:active {
  background-color: rgba(0,98,204,0) !important;
  color: rgb(187,133,47);
  border: 3px solid #bb852f !important;
  box-shadow: none !important;
}

.btn.btn-link.btn-block.arrow-button {
  color: rgb(255,255,255);
  font-size: 32px;
}

#hero-bottom .container {
  max-width: 700px;
  text-align: center;
  color: black;
}

.col.with-borders {
  border: 1px solid rgba(255,255,255,0.2);
  border-top: 0;
  border-bottom: 0;
}

#stats {
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 12px;
  max-width: 1200px!important;
}

@media (max-width: 575px) {
  #stats {
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 80px;
    font-size: 12px;
  }
}

@media (min-width: 991px) {
  #stats {
    font-size: 16px!important;
    max-width: 79%;
  }
}

#stats .table thead th {
  text-align: left;
  padding-left: 0;
  border-top: 0;
}

#stats .cell-left {
  text-align: left;
  padding-left: 0;
  color: white;
}

#stats .cell-right {
  text-align: center;
  font-weight: bold;
  padding-right: 0;
  color: #bb852f;
}

#aero {
  width: 100%;
  background: white;
}

#aero .h3, h3 {
  font-family: Montserrat, sans-serif;
}

#interior {
  width: 100%;
  height: 60vh;
}

@media (min-width: 768px) {
  #interior {
    width: 100%;
    height: 100vh;
  }
}

#interior .figure {
  max-width: 90%;
}

@media (min-width: 768px) {
  #interior .figure {
    max-width: 70%;
  }
}

#interior .figure-caption {
  color: rgb(255,255,255);
  margin-top: 15px;
}

#caption-title {
  margin-right: 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
}

#topview {
  width: 100%;
  height: 120vh;
  background-image: url("top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#topview .container {
  margin-bottom: 150px;
}

#topview .h4, h4 {
  font-family: Montserrat, sans-serif;
}

#topview p {
  font-weight: 100;
}

.anwender-header {
  color: #bb852f;
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .anwender-header {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  .anwender-header {
    font-size: 28px;
  }
}

#angebot {
  padding-top: 100px;
}

.vertical-text {
  padding-left: 0px!important;
}

@media (min-width: 576px) {
  .vertical-text {
    padding-left: 50px!important;
  }
}

.tabelle {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .angebot {
    font-size: 12px;
  }
}

.zitat-text {
  color: black;
  padding-top: 20px;
}

@media (max-width: 575px) {
  .zitat-text {
    font-size: 14px;
  }
}

.card-header {
  font-weight: bold;
  padding: 0;
  color: #bb852f;
}

.reserve-button-white {
  background-color: rgba(0,98,204,0);
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 30px;
  width: 120px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.reserve-button-white:hover, .reserve-button-white:active, .reserve-button-white:focus {
  background-color: rgba(0,98,204,0) !important;
  color: rgb(187,133,47);
  border: 3px solid #bb852f !important;
  box-shadow: none!important;
}

.more-button-white {
  background-color: #ffffff!important;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  border: none!important;
  border-radius: 30px;
  width: 123px;
}

.more-button-white:hover, .more-button-white:active, .more-button-white:focus {
  background-color: #bb852f !important;
  color: #000000;
  border: none!important;
  box-shadow: none!important;
}

.card-number {
  color: #bb852f;
  margin-top: 40px;
  line-height: 1;
  margin-bottom: 0;
}

.row.cards {
  margin-bottom: 80px;
}

.card-cust {
  padding: 35px;
}

.card-text {
  margin-top: 40px;
  color: white!important;
  line-height: 1.4;
  font-size: 12px;
}

.p-big-text {
  margin: 140px 40px;
  font-size: 30px;
  color: #bb852f;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 576px) {
  .p-big-text {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .p-big-text {
    font-size: 55px;
  }
}

@media (min-width: 1200px) {
  .p-big-text {
    font-size: 75px;
  }
}

.row-zitat {
  padding-bottom: 80px;
  max-width: 1200px;
  margin: auto;
}

#products-book-drohne {
  background-color: white;
}

.row.no-gutters.row-products {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 300px) {
  .cell-top {
    color: #bb852f;
    /*margin-left: 0;*/
    /*margin-bottom: 0;*/
    /*width: 160px;*/
    /*min-width: 65px;*/
  }
}

@media (min-width: 576px) {
  .cell-top {
    color: #bb852f;
    /*margin-left: 0;*/
    /*margin-bottom: 0;*/
    /*width: 160px;*/
    min-width: 160px;
  }
}

.burger, .burger:active, .burger:focus {
  border: none!important;
  outline: none;
}

.img-b-d {
}

.set-icon {
  margin: 70px;
}

.nav-link:hover {
  color: #bb852f!important;
}

#kaufen {
  position: relative;
}

.state-button {
  margin: auto;
  min-width: 189px;
  margin-bottom: 20px;
}

.state-button-small {
  margin: auto;
  margin-bottom: 100px;
}

.row-kolibri {
  max-width: 1000px;
  margin: auto;
}

.contact-clean {
  background-color: black;
}

.form {
  background-color: rgba(0,0,0,0)!important;
  max-width: 800px!important;
}

.text-left.form-header {
  color: #bb852f;
  font-size: 35px;
}

.form-p {
  color: #ffffff;
}

.write-in {
  border-radius: 30px;
  background-color: rgba(0,98,204,0) !important;
  color: rgb(187,133,47);
  border: 3px solid #bb852f !important;
  box-shadow: none !important;
}

.form-control.write-in-text {
  border-radius: 30px!important;
  background-color: rgba(0,0,0,0)!important;
  border: none!important;
  color: white!important;
}

.form-button {
  padding-left: 0!important;
  padding-right: 0!important;
}

.navbar-brand.kolibri-icon.form-k-icon {
  color: white!important;
}

.nav-back {
  color: white!important;
}

.link-container:hover {
  text-decoration: none!important;
}

.kaufen-header {
  text-align: center;
}

.footer-kolibri {
  background-color: #bb852f;
  color: white;
}

.copyright-kolibri {
  font-size: 12px;
  padding-top: 40px;
  color: white;
  margin-bottom: 0;
}

.copyright-kolibri:hover {
  text-decoration: none!important;
  opacity: 0.75;
}

.footer-links {
  font-size: 14px!important;
  font-weight: 600!important;
}

.no-hover:hover {
  opacity: 1!important;
}

.list-inline-item {
  padding-right: 18px!important;
  margin: 0;
}

