::selection {
  background-color: #7f0000;
  color: #ffffff; }

.navbar-custom {
  transition: background .5s; }

.navbar-darken {
  background-color: #343a40; }
  .navbar-darken .search-box {
    background-color: #4b545c; }

.mobilvetta {
  font-family: 'Raleway';
  font-weight: 300; }

h1, h2, h4 {
  font-weight: 200;
  text-transform: uppercase; }

h4 {
  font-size: 1.25em;
  font-weight: 300; }

.badge-mbv {
  background-color: #343a40;
  font-weight: 500;
  border-radius: 0; }

.jumbotron {
  color: white;
  border-radius: 0;
  margin-bottom: 0;
  position: relative; }
  .jumbotron.jumbotron-inverted {
    color: black; }
  .jumbotron .display-1, .jumbotron .display-2 {
    font-weight: 100; }

.jumbotron-main {
  height: 50em; }
  .jumbotron-main > h1.display-1 {
    font-size: 6em;
    font-weight: 100;
    margin-top: 2em;
    letter-spacing: .75rem; }

.jumbotron-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  animation-delay: 1s; }

.jumbotron-half {
  height: 35em; }
  .jumbotron-half > h1.display-2 {
    font-size: 3.5em;
    font-weight: 100;
    margin-top: 3em; }

#jumbotron-main {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("images/hero.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.section {
  padding: 4em 0; }
  .section ul {
    margin-left: -1.25em; }

.section-text h2 {
  margin-bottom: .5em; }

.section-dark {
  background-color: #1d1d1d;
  color: #ffffff; }

.section-light {
  background-color: #f8f9fa; }

.section-thumbs {
  padding-bottom: 2em; }

.thumb {
  text-align: center;
  margin-bottom: 2em; }
  .thumb .image {
    height: 100px; }
  .thumb > h4 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 1em; }

#badebereich {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/badebereich.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

#schlafbereich {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/schlafbereich.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.section-parallax {
  padding: 8em 0;
  color: #ffffff; }
  .section-parallax#badebereich {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/badebereich.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .section-parallax#schlafbereich {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/schlafbereich.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .section-parallax .row {
    display: flex;
    align-items: center; }

.section-image {
  background-image: url(images/winter.jpg);
  background-size: cover;
  background-position: bottom;
  padding-top: 6em;
  padding-bottom: 4em; }

.section-callout .row {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .jumbotron-main {
    height: 35rem; }
    .jumbotron-main > h1.display-1 {
      font-weight: 200;
      font-size: 4em;
      margin-top: 2em;
      letter-spacing: normal; } }
@media (max-width: 576px) {
  .section {
    padding: 2em 0; }

  .section-parallax {
    padding: 4em 0; }

  .jumbotron-main > h1.display-1 {
    font-weight: 200;
    font-size: 3.25em;
    margin-top: 2em;
    letter-spacing: normal; } }
#jumbotron-ksliver {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/hero.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.jumbotron > .lead {
  animation-delay: .5s; }

.models-list .model {
  background-color: #f8f9fa;
  padding: 1em; }

.button-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: .75em;
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all .25s; }
  .button-back:hover {
    background-color: white;
    color: black;
    text-decoration: none; }

.btn-primary {
  background-color: #343a40; }
  .btn-primary:hover {
    background-color: #1d2124; }

.btn-outline {
  color: white;
  border: 1px white solid;
  border-radius: 0;
  padding: .75em 1.5em;
  text-transform: uppercase; }
  .btn-outline:hover {
    background-color: white;
    color: black; }

.btn-outline-inverted {
  color: #343a40;
  border: 1px #343a40 solid;
  border-radius: 0; }
  .btn-outline-inverted:hover {
    background-color: #343a40;
    color: white; }

/*# sourceMappingURL=style.css.map */
