/*
******************************
** Styles for Demo 2
******************************
*/
/*
** Color Values
*/
/*
** Font Sizes
*/
/* 12px */
/* 14px */
/* 18px */
/* 20px */
/* 30px */
/* 40px */
/*
** Fonts
*/
/*
** Width Variables
*/
/*
******************************
** Media Query Mixin
******************************
*/
body {
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Abel", sans-serif;
}

p {
  margin-bottom: 20px;
}

.header {
  border-bottom: 1px solid #beccd8;
}
.header .logo {
  margin: 25px 0 22px;
  float: left;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .header .logo {
    float: none;
    margin: 25px auto 5px;
  }
}
@media screen and (max-width: 640px) {
  .header .logo {
    margin: 15px auto 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header .logo img {
    max-height: 130px;
    display: inline;
  }
}

.header--top {
  position: relative;
}
@media screen and (max-width: 640px) {
  .header--top {
    padding: 0;
  }
}
.header--top .container {
  position: relative;
}
@media screen and (max-width: 640px) {
  .header--top .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav--main {
  font-family: "Abel", sans-serif;
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 1000px) {
  .nav--main {
    position: relative;
  }
}
.nav--main .container {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .nav--main .container {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .nav--main .nav-header {
    border-top: 1px solid #beccd8;
  }
}

@media screen and (max-width: 1000px) {
  .nav--main .nav-list--level1 {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .nav--main .nav-list--level1 {
    text-align: left;
  }
}
.nav--main .nav-list--level1 > .nav-list-item {
  position: relative;
}
.nav--main .nav-list--level1 > .nav-list-item > a {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 20px 30px 20px 10px;
  border-bottom: 3px solid transparent;
}
@media screen and (max-width: 640px) {
  .nav--main .nav-list--level1 > .nav-list-item > a {
    padding: 12px 60px 12px 20px;
  }
}
.nav--main .nav-list--level1 > .nav-list-item > a:after {
  content: none;
}
.nav--main .nav-list--level1 > .nav-list-item:first-child > a {
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .nav--main .nav-list--level1 > .nav-list-item:first-child > a {
    padding-left: 20px;
  }
}
.nav--main .nav-list--level1 > .nav-list-item:last-child > a {
  border-bottom: 3px solid transparent;
}
.nav--main .nav-list--level1 > .nav-list-item:last-child:hover > .nav-list--level2 {
  right: 0;
}

.nav--main .nav-list--level2 {
  top: 70px;
  min-width: 180px;
  background: #fff !important;
  border-right: 1px solid #beccd8;
  border-left: 1px solid #beccd8;
  border-bottom: 1px solid #beccd8;
  text-align: left;
  padding: 5px 0 10px;
}
@media screen and (max-width: 640px) {
  .nav--main .nav-list--level2 {
    border: 0;
    background: none !important;
  }
}
.nav--main .nav-list--level2 > .nav-list-item > a {
  padding: 8px 20px;
}
.nav--main .nav-list--level2 > .nav-list-item--act > a,
.nav--main .nav-list--level2 > .nav-list-item--cur > a {
  font-weight: bold;
}

.nav--main .parent > .icon-minus,
.nav--main .parent > .icon-plus {
  width: 55px;
  height: 55px;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.slick-arrow {
  background: none !important;
  color: #fff;
  text-shadow: 0 0 8px #2f3c47;
}

.news-list-view .article,
.news-list-view.default-events .event {
  border: 0;
  padding-right: 0 !important;
}
.news-list-view .article img,
.news-list-view.default-events .event img {
  transition: all 0.2s ease-in-out;
}
.news-list-view .article:hover img,
.news-list-view.default-events .event:hover img {
  opacity: 0.7;
}

.news-list-view .logo--verein,
.news-list-view .club {
  display: none !important;
}