/*
******************************
** Styles for Demo 1
******************************
*/
/*
** Color Values
*/
/*
** Font Sizes
*/
/* 12px */
/* 14px */
/* 18px */
/* 20px */
/* 30px */
/* 40px */
/*
** Fonts
*/
/*
** Width Variables
*/
/*
******************************
** Media Query Mixin
******************************
*/
body {
  font-family: "PT Sans", sans-serif;
}
body.nav--act {
  overflow: hidden;
}
body.nav--act .nav-header {
  position: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}

.header--special {
  margin-bottom: 30px;
}
.header--special > h1 {
  font-size: 1.75rem;
  text-transform: none;
}
.header--special > h1 + h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
  color: #f9d303;
}

.container {
  width: 1400px;
}
@media screen and (max-width: 1460px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.headerimage {
  display: flex;
  align-items: center;
  position: relative;
  height: 500px;
  background-position: center;
}
.headerimage:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.headerimage.fullsize {
  height: 100vh;
}
.headerimage h1 {
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 6.25rem;
  text-align: center;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1250px) {
  .headerimage h1 {
    font-size: 3.75rem;
  }
}

.sticky-header .header .header--top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #beccd8;
}
.sticky-header .header .logo {
  position: static;
  width: 180px;
  padding: 14px 30px 10px;
}
.sticky-header .header .nav--main .nav-header {
  top: 15px;
}
.sticky-header .header .nav--main .nav-header button {
  color: #2f3c47;
}

.header .header--top {
  transition: all 0.2s ease-in-out;
}

.header .logo {
  position: absolute;
  left: 0;
  top: 20px;
  margin: 0;
  background: #fff;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}

.nav--main {
  border: 0;
  background: none !important;
  text-transform: uppercase;
}
.nav--main .container {
  width: auto;
}
.nav--main .nav-header {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 300;
  transition: all 0.2s ease-in-out;
}
.nav--main .nav-header .icon-close {
  display: none;
}
.nav--main a {
  color: #fff !important;
  opacity: 1;
}
.nav--main a:hover {
  color: #2f3c47 !important;
}
.nav--main .parent .icon-plus,
.nav--main .parent .icon-minus {
  position: absolute;
  right: 0;
  top: 0;
  height: 85px;
  width: 85px;
  padding: 30px 10px;
  text-align: center;
  border-left: 0;
  font-size: 1.875rem;
  cursor: pointer;
  color: #fff;
}
.nav--main .parent .icon-plus {
  display: block;
}

.nav--main .nav-list--level1 {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
  padding-top: 100px;
  font-size: 1.875rem;
}
.nav--main .nav-list--level1 > .nav-list-item {
  display: block;
  max-width: 500px;
  margin: auto;
  position: relative;
}
.nav--main .nav-list--level1 > .nav-list-item:hover > .nav-list {
  display: none;
}
.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: 30px;
}
.nav--main .nav-list--level1 > .nav-list-item--act .nav-list, .nav--main .nav-list--level1 > .nav-list-item--act:hover > .nav-list,
.nav--main .nav-list--level1 > .nav-list-item--cur .nav-list,
.nav--main .nav-list--level1 > .nav-list-item--cur:hover > .nav-list {
  display: block;
}
.nav--main .nav-list--level1 > .nav-list-item--act > a,
.nav--main .nav-list--level1 > .nav-list-item--cur > a {
  color: #2f3c47 !important;
}
.nav--main .nav-list--level1 > .nav-list-item--act.parent .icon-plus,
.nav--main .nav-list--level1 > .nav-list-item--cur.parent .icon-plus {
  display: none;
}
.nav--main .nav-list--level1 > .nav-list-item--act.parent .icon-minus,
.nav--main .nav-list--level1 > .nav-list-item--cur.parent .icon-minus {
  display: block;
}

.nav--main .nav-list--level2 {
  position: static;
  font-size: 1.25rem;
  min-width: 0;
  background: none !important;
  padding-top: 0;
}
.nav--main .nav-list--level2 > .nav-list-item--act > a,
.nav--main .nav-list--level2 > .nav-list-item--cur > a {
  color: #2f3c47 !important;
}

.content {
  padding-top: 80px;
}

.content--highlight .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer {
  border: 0;
  background: none;
  color: #2f3c47;
  padding: 50px 0;
  border-top: 1px solid #beccd8;
}
.footer .nav--meta .nav-list a {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 30px;
}

.teams .team {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(33.3333333333% - 30px);
  max-width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 750px) {
  .teams .team {
    margin-left: 15px;
    margin-right: 15px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .teams .team {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .teams .team:last-of-type {
    margin-bottom: 0;
  }
}

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

.sticky-header #swipebox-overlay {
  z-index: 300 !important;
}