.jumbotron01 {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background: url("../img/test02.jpg"); 
  background-size: cover;
  height: 100%;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron01 {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid01 {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.jumbotron01 {
 color: white;
 text-align: center;
 margin-bottom: 2em;
}

.jumbotron01 img {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.jumbotron02 {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background: url("../img/test02.jpg"); 
  background-size: cover;
  height: 100%;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron02 {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid02 {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.jumbotron02 {
 color: white;
 text-align: center;
 margin-bottom: 2em;
}

.jumbotron02 img {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.7rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #0c94fc;
  border-color: #0c94fc;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.2rem 0.2rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
  letter-spacing: .10em;
  font-size: 16px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #0c94fc;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #0c94fc;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.schreibschrift {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color: #0c94fc;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.lead {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
}

.timer {
    margin-top: 0px;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    padding-top: 20px;
    border: 2px solid #fff;
    font-size: 18px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: #0c94fc;
    border: 2px solid #0c94fc;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
}

.footer {
  color: #fff;
  background-color: #000000;
}