@charset "UTF-8";

.jumbotron {
  background: none;
  text-shadow: none;  /*2px 2px 4px rgba(0, 0, 0, 0.75)*/
  margin-top: 160px;
  min-height: 480px; 
}

.jumbotron h1 {
  margin-top: .4em;
  text-align: center; 
}

.trailer {
  background: url(../Images/Verein_trailer.jpg) no-repeat;
  background-color: #333;
  background-size: cover;
  margin-bottom: 0;
  color: white;
}

.first-row {
  background-color: #F7F7F7;
  position: relative;
  margin-top: -120px;
  padding-top: 0;
  z-index: 100;
}

.bg-light {
    background-color: #fff;
}

.row::after {
  clear: both;
}
.row::before, .row::after {
  margin-top: 0;
  margin-bottom: 0;
  content: " ";
  display: table;
}

.row {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -15px;
  margin-right: -15px;
}