
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/wp-content/themes/smoov_template/assets/styles/fonts/Open_Sans.eot');
  src: local('Open Sans'), local('Open Sans'), url('/wp-content/themes/hbp_template/assets/styles/fonts/Open_Sans.woff2') format('woff2'), url('/wp-content/themes/hbp_template/assets/styles/fonts/Open_Sans.woff') format('woff');
}
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/wp-content/themes/smoov_template/assets/styles/fonts/Russo_One.eot');
  src: local('Russo One'), local('Russo One'), url('/wp-content/themes/hbp_template/assets/styles/fonts/Russo_One.woff2') format('woff2'), url('/wp-content/themes/hbp_template/assets/styles/fonts/Russo_One.woff') format('woff');
}
@font-face {
  font-family: 'Yantramanav Black';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/wp-content/themes/smoov_template/assets/styles/fonts/Yantramanav_Black.eot');
  src: local('Russo One'), local('Russo One'), url('/wp-content/themes/hbp_template/assets/styles/fonts/Yantramanav_Black.woff2') format('woff2'), url('/wp-content/themes/hbp_template/assets/styles/fonts/Yantramanav_Black.woff') format('woff');
}
body {
  font-family: 'Open Sans', sans-serif;
  transition: background-color 1s ease;
  background-color: #007bc4;
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}
p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 449px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
h1,
h2,
h3 {
  font-family: 'Yantramanav Black', sans-serif;
  letter-spacing: 1.4px;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 78px;
  line-height: 78px;
}
@media screen and (max-width: 899px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 499px) {
  h1 {
    font-size: 40px;
    line-height: 36px;
  }
}
h2 {
  font-size: 36px;
  line-height: 36px;
}
@media screen and (max-width: 899px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 499px) {
  h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
.arrow-link:after {
  content: '\2192';
  margin-left: 8px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.blue-bg {
  color: white;
}
.blue-bg a {
  color: white;
}
.blue-bg a:hover {
  opacity: 0.75;
}
.white-bg {
  color: black;
}
.white-bg a {
  color: black;
}
section {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}
section .section-headline {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 899px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.info-text-centered {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .info-text-centered {
    width: 100%;
  }
}
.info-text {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .info-text {
    width: 100%;
  }
}
.row {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
html body {
  overflow-x: hidden;
  margin: 0px;
}
html body.menu-open {
  overflow: hidden;
}
html body header {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #007bc4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
html body header nav {
  transition: all .3s;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  background-color: rgba(0,123,196,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
html body header nav .topbar {
  height: 80px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  z-index: 103;
  transition: all .3s;
}
html body header nav .topbar .logo {
  float: left;
  padding-right: 70px;
  padding-top: 10px;
  transition: all .3s;
}
html body header nav .topbar .logo .hbp-logo {
  transition: all .3s;
  height: 60px;
  width: auto;
}
html body header nav .topbar .logo .hbp-logo g {
  fill: white;
}
html body header nav .topbar .main-menu {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  justify-content: right;
  padding-top: 14px;
  transition: padding-top .3s;
}
html body header nav .topbar .main-menu li {
  padding-right: 20px;
}
html body header nav .topbar .main-menu li:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
html body header nav .topbar .main-menu li .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  position: absolute;
  background-color: #007bc4;
  background-image: url('/wp-content/themes/hbp_template/assets/images/logo-hbp-white.svg');
  background-position: right 20px bottom 20px;
  background-size: 110px auto;
  background-repeat: no-repeat;
  transform: translateX(-30%);
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  border-radius: 5px;
  z-index: 1;
  padding: 20px;
}
html body header nav .topbar .main-menu li .dropdown-content ul {
  list-style: none;
}
html body header nav .topbar .main-menu li .dropdown-content ul li {
  padding: 5px 0px;
}
html body header nav .topbar .main-menu li a {
  color: white;
  font-size: 18px;
  line-height: 24px;
  display: inline;
}
html body header nav .topbar .main-menu li a .icon {
  height: 24px;
  width: auto;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
html body header nav .topbar .main-menu li a .light-icon {
  display: none;
}
html body header nav .topbar .main-menu li a .hide-small {
  position: relative;
  top: -6px;
}
html body header nav .topbar .main-menu li a:hover {
  opacity: 0.75;
}
html body header nav .topbar .main-menu li:last-child {
  padding-right: 0px;
}
html body header nav .topbar .menu-toggle {
  float: right;
  display: none;
  cursor: pointer;
  margin-top: 23px;
  transition: margin-top .3s;
}
html body header nav .topbar .menu-toggle:hover {
  opacity: 0.75;
}
html body header nav .topbar .menu-toggle .bar1,
html body header nav .topbar .menu-toggle .bar2,
html body header nav .topbar .menu-toggle .bar3 {
  width: 36px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}
@media screen and (max-width: 1030px) {
  html body header nav .topbar .logo {
    padding-right: 0px;
  }
  html body header nav .topbar .main-menu {
    left: -50000px;
    display: block;
    position: absolute;
  }
  html body header nav .topbar .menu-toggle {
    display: inline-block;
  }
}
html body header nav .full-menu {
  height: 0;
  overflow: hidden;
  transition: height .5s;
}
html body header nav .full-menu ul {
  padding-top: 50px;
  list-style-type: none;
}
html body header nav .full-menu ul li {
  padding: 8px 0px;
}
html body header nav .full-menu ul li a {
  font-size: 20px;
  line-height: 24px;
  color: white;
}
html body header nav .full-menu ul li a.active {
  font-weight: bold;
}
html body header nav .full-menu ul li:last-child {
  padding-right: 10px;
}
html body header nav.menu-open {
  background-color: #007bc4;
}
html body header nav.menu-open .topbar .shop-menu li a .light-icon {
  display: none;
}
html body header nav.menu-open .topbar .shop-menu li a .dark-icon {
  display: inline-block;
}
html body header nav.menu-open .topbar .menu-toggle .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-7px,5px);
  transform: rotate(-45deg) translate(-7px,5px);
}
html body header nav.menu-open .topbar .menu-toggle .bar2 {
  opacity: 0;
}
html body header nav.menu-open .topbar .menu-toggle .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-8px,-8px);
  transform: rotate(45deg) translate(-7px,-7px);
}
html body header nav.menu-open .full-menu {
  height: calc(100vh - 50px);
}
html body header .menu-middle-overlay {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 40%;
  background: rgba(0,0,0,0.4);
}
html body header .menu-bottom-overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg,rgba(0,0,0,0.4) 0%,#007bc4 100%);
}
html body header .title-box {
  z-index: 2;
  position: relative;
  top: 80%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateY(-50%);
}
html body header .social-box {
  z-index: 2;
  position: fixed;
  top: 150px;
  right: 0;
  width: 60px;
  height: 60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid rgba(255,255,255,0.7);
  border-left: 1px solid rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007bc4;
  transition: width 0.3s;
}
html body header .social-box img {
  width: 40px;
  height: auto;
}
html body header .social-box.ig {
  top: 230px;
}
@media screen and (max-width: 499px) {
  html body header .social-box.ig {
    top: 170px;
  }
}
@media screen and (max-width: 499px) {
  html body header .social-box {
    top: 120px;
    width: 40px;
    height: 40px;
  }
  html body header .social-box img {
    width: 32px;
    height: auto;
  }
}
html body header .social-box:hover {
  width: 70px;
}
@media screen and (max-width: 499px) {
  html body header .social-box:hover {
    width: 50px;
  }
}
html body main {
  position: relative;
}
html body main .tripple-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
html body main .tripple-row .news-start-block {
  width: 30%;
  margin-right: 1.515%;
  margin-left: 1.515%;
  position: relative;
  background-color: white;
  color: black;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
html body main .tripple-row .news-start-block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,123,196,0.6);
  opacity: 0;
  transition: opacity 0.3s;
}
html body main .tripple-row .news-start-block img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
html body main .tripple-row .news-start-block h3 {
  padding: 8px 16px 0px 16px;
  margin-bottom: 5px;
  word-break: break-word;
}
html body main .tripple-row .news-start-block p {
  padding: 0px 16px 16px 16px;
}
html body main .tripple-row .news-start-block p a {
  margin-top: 4px;
}
html body main .tripple-row .news-start-block:hover {
  cursor: pointer;
}
html body main .tripple-row .news-start-block:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  html body main .tripple-row .news-start-block {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 600px) {
  html body main .tripple-row .news-start-block {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
html body main .tripple-row .team-prev {
  width: 30%;
  margin-right: 1.515%;
  margin-left: 1.515%;
  position: relative;
  background-color: white;
  color: black;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
html body main .tripple-row .team-prev .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,123,196,0.6);
  opacity: 0;
  transition: opacity 0.3s;
}
html body main .tripple-row .team-prev img {
  height: 190px;
  width: 100%;
  object-fit: cover;
}
html body main .tripple-row .team-prev h3 {
  padding: 8px 16px 0px 16px;
  margin-bottom: 5px;
  word-break: break-word;
}
html body main .tripple-row .team-prev p {
  padding: 0px 16px 16px 16px;
}
html body main .tripple-row .team-prev p a {
  margin-top: 4px;
}
html body main .tripple-row .team-prev:hover {
  cursor: pointer;
}
html body main .tripple-row .team-prev:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  html body main .tripple-row .team-prev {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 600px) {
  html body main .tripple-row .team-prev {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
html body main .hbp-info-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body main .hbp-info-row.team-page h2 {
  margin-bottom: 20px;
}
html body main .hbp-info-row.team-page .second-h2 {
  margin-top: 40px;
}
html body main .hbp-info-row.team-page .hbp-team-box {
  width: calc(50% - 30px);
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.team-page .hbp-team-box {
    width: 100%;
  }
  html body main .hbp-info-row.team-page .hbp-team-box:nth-child(2) {
    margin-top: 40px;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box.left {
  text-align: right;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.team-page .hbp-team-box.left {
    text-align: left;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box:after {
  content: "";
  width: calc(33.3% - 10px);
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member {
  background-size: cover;
  background-position: top center;
  margin-top: 10px;
  width: calc(33.3% - 10px);
  height: 160px;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member {
    width: calc(25% - 10px);
    height: 160px;
  }
}
@media screen and (max-width: 599px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member {
    width: calc(33.3% - 10px);
    height: 130px;
  }
}
@media screen and (max-width: 459px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member {
    width: calc(33.3% - 10px);
    height: 120px;
  }
}
@media screen and (max-width: 399px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member {
    width: calc(33.3% - 10px);
    height: 100px;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0,123,196,0.6);
  opacity: 0;
  transition: opacity .3s;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member .overlay .overlay-content {
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member .overlay .overlay-content .name {
  font-family: 'Yantramanav Black', sans-serif;
  font-size: 18px;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .team-member .overlay:hover {
  cursor: pointer;
  opacity: 1;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 70%;
  font-size: 50px;
  color: black;
  background-color: white;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.7);
  padding: 30px;
  transform: translate(-50%,-50%);
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box {
    width: 80%;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .close-row {
  padding: 0;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .close-row .close {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .close-row .close:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .close-row {
    text-align: right;
    margin-bottom: 15px;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .left {
  width: 35%;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .left .player-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .left {
    width: 45%;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right {
  width: 60%;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right h2 {
  margin-bottom: 0px;
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 499px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right h3 {
    margin-bottom: 20px;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right .player-info h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right .player-info h4 {
    margin-bottom: 5px;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right .player-info .player-info-text {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 499px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right .player-info .player-info-text {
    font-size: 14px;
  }
}
html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right .divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #007bc4;
}
@media screen and (max-width: 499px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right .divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.team-page .hbp-team-box .team-members-box .player-overlay .overlay-box .overlay-box-row .right {
    width: 50%;
  }
}
html body main .hbp-info-row .hbp-info-box h1 {
  margin-top: 20px;
}
html body main .hbp-info-row .hbp-info-box.left {
  width: calc(33.3% - 30px);
  min-width: 380px;
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row .hbp-info-box.left {
    padding-right: 0px;
    width: 100%;
    min-width: unset;
    margin-bottom: 50px;
    text-align: left;
  }
}
html body main .hbp-info-row .hbp-info-box.right {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row .hbp-info-box.right {
    padding-left: 0px;
    flex: unset;
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
  }
}
html body main .hbp-info-row.reverse {
  flex-direction: row-reverse;
}
html body main .hbp-info-row.reverse .hbp-info-box.left {
  padding-right: 0px;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.reverse .hbp-info-box.left {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html body main .hbp-info-row.reverse .hbp-info-box.right {
  padding-left: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 899px) {
  html body main .hbp-info-row.reverse .hbp-info-box.right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html body main .team-img {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
html body main .team-img .row .team-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 899px) {
  html body main .team-img {
    display: block;
  }
}
html body main .categories-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
html body main .categories-filter a {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html body main .categories-filter a.active {
  text-decoration: underline;
}
html body main .sponsoren-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
html body main .sponsoren-box .sponsor-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 19%;
  height: 110px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
html body main .sponsoren-box .sponsor-box .sponsor-image {
  width: 80%;
  height: 80%;
  min-height: 0px;
  object-fit: contain;
}
html body main .instagram {
  width: 100%;
}
@media screen and (max-width: 499px) {
  html body main .instagram .row #sbi_images {
    padding: 0 !important;
    padding-top: 10px !important;
  }
}
html body main .instagram .row .sbi_photo {
  transition: opacity 0.3s;
}
html body main .instagram .row .sbi_photo:hover {
  opacity: 0.75 !important;
}
html body main .trikot-sponsoren .sponsors-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
html body main .trikot-sponsoren .sponsors-box img {
  margin: 20px;
  width: 350px;
  height: auto;
}
@media screen and (max-width: 899px) {
  html body main .trikot-sponsoren .sponsors-box img {
    width: 200px;
  }
}
@media screen and (max-width: 499px) {
  html body main .trikot-sponsoren .sponsors-box img {
    width: 100%;
  }
}
html body footer {
  background-color: #007bc4;
}
html body footer .footer-sponsores .sponsor-logo {
  margin-left: 20px;
  margin-right: 20px;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
}
html body footer .footer-sponsores .sponsor-logo img {
  width: 80%;
  height: 80%;
  min-height: 0px;
  object-fit: contain;
}
html body footer .footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.7);
}
html body footer .footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 30px;
}
html body footer .footer-content .footer-column {
  width: 20%;
  text-align: center;
}
html body footer .footer-content .footer-column ul {
  list-style: none;
  margin-block-start: 5px;
  padding-inline-start: 0px;
}
html body footer .footer-content .footer-column ul a:-webkit-any-link {
  color: white;
}
html body footer .footer-content .footer-column ul a:-webkit-any-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 899px) {
  html body footer .footer-content .footer-column {
    width: 45%;
  }
}
@media screen and (max-width: 499px) {
  html body footer .footer-content .footer-column {
    width: 100%;
  }
}
html body footer .footer-copyright {
  padding-bottom: 30px;
  text-align: center;
}
.post h2 {
  margin-bottom: 20px;
}
.slick-prev {
  left: 25px !important;
  top: unset !important;
  bottom: -60px !important;
}
.slick-next {
  right: 25px !important;
  top: unset !important;
  bottom: -60px !important;
}
.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}
.slick-dots {
  bottom: -50px !important;
}
.slick-dots li button:before {
  color: rgba(255,255,255,0.8) !important;
}
.slick-dots li.slick-active button:before {
  color: white !important;
}
.sistag {
  margin-top: 15px;
  text-align: center;
}
.sistable {
  margin: 0 auto !important;
  overflow: hidden;
}
.sistable th {
  background-color: #007bc4 !important;
  color: white !important;
}
@media screen and (max-width: 599px) {
  .sistable td:nth-child(3) {
    display: none;
  }
  .sistable td:nth-child(4) {
    display: none;
  }
  .sistable td:nth-child(5) {
    display: none;
  }
  .sistable td:nth-child(6) {
    display: none;
  }
  .sistable td:nth-child(7) {
    display: none;
  }
  .sistable td:nth-child(8) {
    display: none;
  }
  .sistable th:nth-child(3) {
    display: none;
  }
  .sistable th:nth-child(4) {
    display: none;
  }
  .sistable th:nth-child(5) {
    display: none;
  }
  .sistable th:nth-child(6) {
    display: none;
  }
  .sistable th:nth-child(7) {
    display: none;
  }
  .sistable th:nth-child(8) {
    display: none;
  }
}
