.index-subheader {
  font-family: 'kfzbauknecht', sans-serif;
  font-weight: bold;
}

.h1-index {
  font-size: 72px;
}

h3 {
  font-size: 46px;
}

.h1-index-row {
  padding-bottom: 60px;
}

.blue {
  color: #0036ff;
}

.container.border-bottom-orange {
  border-bottom: orange solid 3px;
}

.container.border-bottom-orange ul {
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 768px) {
  .container.border-bottom-orange ul:hover {
    padding: 10px;
    background-color: black;
    border-radius: 25px;
    font-size: 1.5rem;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

.container.border-bottom-orange p {
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 768px) {
  .container.border-bottom-orange p:hover {
    padding: 10px;
    background-color: black;
    border-radius: 25px;
    font-size: 1.5rem;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

.radius-360 {
  width: 100%;
  border-radius: 10%;
  -webkit-box-shadow: black 0px 0px 10px;
          box-shadow: black 0px 0px 10px;
}

ul.list-none {
  list-style: none;
}

a {
  cursor: pointer;
}

div.jumbotron {
  background-color: #252525 !important;
  color: lightcyan;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div.jumbotron .jumbo-close {
  font-size: 28px;
  color: lightcyan;
}

div.jumbotron .jumbo-close:hover {
  text-decoration: none;
  color: #74a5ff;
}

div.jumbotron table {
  color: #74a5ff;
  margin: 0 auto 15px auto;
  width: 70%;
  font-size: 100%;
}

div.jumbotron .jumbo-head {
  color: red;
}

div.jumbotron #jumbo-logo {
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

div.jumbotron #jumbo-logo.jumbo-logo-none {
  width: 0px !important;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

div.jumbotron hr {
  background-color: orange;
}

.jumbo-show {
  height: 0px;
  overflow: hidden;
  padding: 0px 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jumbo-open {
  font-size: 40px;
}

.jumbo-open:hover {
  text-decoration: none;
}

#logo-rund {
  width: 100%;
  margin-top: 15px;
}

.mittig {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.display-none-smartphone {
  display: none;
}

.display-none-desktop {
  display: block;
}

@media (min-width: 992px) {
  .display-none-smartphone {
    display: block;
  }
}

@media (min-width: 992px) {
  .display-none-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .h1-index {
    font-family: 'kfzbauknecht', sans-serif;
    font-weight: normal;
    font-size: 42px !important;
  }
  .h3-index {
    font-size: 24px !important;
  }
  .div.jumbotron {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
  }
  .div.jumbotron .jumbo-header {
    font-size: 2.5rem;
  }
  .div.jumbotron .jumbo-head {
    font-size: 1.3rem;
  }
  .div.jumbotron .jumbo-close {
    padding-bottom: 15px !important;
    font-size: 20px !important;
  }
  .div.jumbotron #jumbo-logo {
    display: none !important;
  }
  .container.d-flex.justify-content-end {
    padding-left: 0px !important;
  }
  .not-on-mobile {
    display: none !important;
  }
  #logo-rund {
    width: 50%;
  }
  .logo-rund-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  div.jumbotron table {
    color: #74a5ff;
    margin: 0 auto 15px auto;
    width: 100%;
    font-size: 80%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
/*# sourceMappingURL=index.css.map */