.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;
}

p {
	font-size: 0.875rem;
}

.linkblau {
	color: #014F9F;
}

.bghellblau {
	background-color: #E0E8F4;
}

.blue-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg, #429edc, #00629e);
    background-image: -o-linear-gradient(225deg, #429edc, #00629e);
    background-image: linear-gradient(225deg, #429edc, #00629e);
}

.h1, h2 {
    font-size: 1.25rem;
}


.listEL li {
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 0.875rem;
	line-height: 150%;
}
