.musik {
  margin-bottom: -50px;
}

.bg-primary {
  background-color: rgb(209,1,84)!important;
}

.bg-secondary {
  background-color: #28374e!important;
}

html {
  font-family: signika, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: signika, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: signika, sans-serif;
}

a {
  color: #ffffff;
}

@media (min-width:992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #20b396;
  }
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28374e;
  color: #fff;
}

.text-secondary {
  color: #28374e!important;
}

hr.star-dark {
  border-color: #28374e;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: signika, sans-serif;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.date {
  width: 60px;
  height: 95px;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
  border: 1px solid #dadada;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.date p {
  font-family: signika, sans-serif;
  font-size: 30px;
  text-align: center;
  color: #9e9e9e;
}

.date p span {
  background: #d10154;
  /*background: linear-gradient(top, #d10154 0%, #73002e 100%);*/
  /*background: -moz-linear-gradient(top, #d10000 0%, #4d001f 100%);*/
  /*background: -webkit-linear-gradient(top, #eb005e 0%, #91003a 100%);*/
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  /*border-top: 3px solid #c5004f;*/
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  padding: 6px 0 6px 0;
}

.date-info {
  margin-left: 100px;
}

.date-info h5 {
  padding-bottom: 8px;
}

.date-info p {
  margin-bottom: 0.4rem;
}

.event {
  margin-bottom: 78px;
}

a:hover {
  color: #22ac6d;
  text-decoration: none;
}

