.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

/* Schriftart Überschriften */
h1, h2, h3, h4, h5 {
  font-family: 'Bad Script', cursive !important;
  font-weight: bold;
}

/* Scrollbar und horizontales Scrolling deaktivieren */
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}