/* open-sans-300 - latin */
@import "icons.css";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sour Gummy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sour-gummy-v2-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sour-gummy-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sour Gummy';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sour-gummy-v2-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ------------------------------------------------------------------------------------
     Dependencies
   ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
     Paginantion
   ------------------------------------------------------------------------------------ */
.pagination {
  text-align: center;
  margin: 20px 0;
  background: transparent;
}
.pagination ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  padding: 7px 12px;
  margin: 2px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
}
.pagination ul li a:hover {
  background-color: #888;
  color: #fff;
}
.pagination ul li .active {
  font-weight: bold;
  cursor: auto;
  color: #fff;
  background-color: #888;
}
.pagination ul li .disabled {
  color: #aaa;
}
.pagination ul li .hellip {
  background: transparent;
  border: 0;
  padding: 10px;
}
.pagination ul li.alpha a,
.pagination ul li.alpha span {
  width: auto;
  margin: 1px 15px;
  margin-left: 0;
}
.pagination ul li.omega a,
.pagination ul li.omega span {
  width: auto;
  margin: 1px 15px;
  margin-right: 0;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../media/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../media/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../media/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../media/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.fancyboxGallery {
  margin: 20px 0;
}
.fancyboxGallery .more {
  margin-top: 5px;
}
.fancyboxGallery h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.fancyboxGallery div.description {
  margin-top: 10px;
  margin-bottom: 20px;
}
.fancyboxGallery a {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.fancyboxGallery a img {
  webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  border: 5px solid #fff;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.fancyboxGallery a:hover img {
  border: 5px solid #fff;
  background-color: #fff;
  webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}
.fancybox-nav:hover span,
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancyboxGallerys table,
.fancyboxGallerys table td {
  border: 0;
  margin: 0;
  padding: 0;
}
.fancyboxGallerys table td.preview {
  width: 200px;
  padding: 10px 0;
}
.fancyboxGallerys table td.preview img {
  webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  border: 3px solid #fff;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.fancyboxGallerys table td.description h3 {
  margin: 5px 0 10px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 100%;
}
.fancyboxGallerys table td.description p {
  margin: 5px 0 0 0;
}
.verticalNavigation,
.verticalNavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.verticalNavigation li {
  cursor: pointer;
  display: inline;
  padding: 0;
  margin: 0px;
}
.verticalNavigation a {
  text-decoration: none;
}
.verticalNavigation a.mitAbstand {
  margin-top: 15px;
  margin-bottom: 15px;
}
.verticalNavigation a.last {
  margin-bottom: 5px;
}
.verticalNavigation a.sub {
  border-bottom: 0;
}
.verticalNavigation b {
  font-weight: bold;
}
.verticalNavigation a.active {
  font-weight: bold;
}
.verticalNavigation li a:hover {
  background-color: #888;
  color: #fff;
  text-decoration: none;
}
.verticalNavigation li a,
.verticalNavigation li span {
  display: block;
  padding: 10px;
  background-color: transparent;
  border: 0;
}
.verticalNavigation li li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.verticalNavigation li li a:before,
.verticalNavigation li li span:before {
  content: "\2022\00a0\00a0";
}
.verticalNavigation li li a,
.verticalNavigation li li span {
  padding: 5px 10px 5px 10px;
  border: 0;
}
.verticalNavigation li li ul {
  margin-left: 10px;
  border-left: 1px solid #ddd;
}
.verticalNavigation li li li a {
  padding: 3px 5px 3px 15px;
}
.verticalNavigation li li li a:before,
.verticalNavigation li li li span:before {
  content: "-\00a0\00a0";
}
.horizontalNavigation {
  border: 1px solid #ddd;
  background: transparent;
}
.horizontalNavigation,
.horizontalNavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.horizontalNavigation li {
  cursor: pointer;
  display: inline;
  padding: 0;
  margin: 0px;
  line-height: 48px;
}
.horizontalNavigation a {
  display: inline;
  text-decoration: none;
  padding: 15px 20px;
  margin: 0;
  color: inherit;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
.horizontalNavigation a img {
  vertical-align: middle;
  margin: -2px 0 0 0;
}
.horizontalNavigation a.last {
  border-right: 0;
}
.horizontalNavigation b {
  font-weight: bold;
}
.horizontalNavigation a.active {
  font-weight: bold;
  color: #000;
}
.horizontalNavigation li a:hover {
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
.horizontalNavigation li.rechts {
  float: right;
}
/* ------------------------------------------------------------------------------------
Allgemein
------------------------------------------------------------------------------------ */
* {
  box-sizing: border-box;
  font-family: "Open Sans";
}
.textFormatP {
  font-weight: 300;
  font-size: 16px;
  font-family: "Open Sans";
  color: #2C3755;
}
.textFormatH1 {
  font-family: "Sour Gummy";
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #94292A;
  margin: 0 0 20px 0;
}
.textFormatH2 {
  font-weight: 400;
  font-size: 20px;
  color: #1A754F;
  border-bottom: 1px solid #73787c;
}
.textFormatH3 {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
html,
body {
  width: 100%;
  height: 100%;
}
#body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
}
body,
p,
h3,
a,
td,
th {
  font-weight: 300;
  font-size: 16px;
  font-family: "Open Sans";
  color: #2C3755;
}
h1 {
  font-family: "Sour Gummy";
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #94292A;
  margin: 0 0 20px 0;
}
h2 {
  font-weight: 400;
  font-size: 20px;
  color: #1A754F;
  border-bottom: 1px solid #73787c;
}
h3 {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
p {
  font-weight: 300;
  font-size: 16px;
  font-family: "Open Sans";
  color: #2C3755;
  line-height: 32px;
}
a {
  color: #94292A;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
li {
  line-height: 24px;
  margin: 10px 0;
}
hr {
  background-color: #ddd;
  color: #ccc;
  line-height: 1px;
  height: 1px;
  border: 0px;
  margin: 1em 0;
  padding: 0;
}
.center {
  text-align: center;
}
.bild {
  padding: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  margin: 0 10px 10px 0;
}
.bildLinks {
  padding: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  margin: 0 10px 10px 0;
}
.bildRechts {
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  float: right;
  margin: 0 0 10px 10px;
}
.button img {
  vertical-align: middle;
}
.button {
  color: #333;
  border: 1px solid #888;
  padding: 8px 25px;
  text-decoration: none;
  cursor: pointer;
  margin: 10px auto;
  display: block;
  width: 50%;
  text-align: center;
}
.button:hover {
  color: #ffffff;
  background-color: #ED1199;
}
img {
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imgFloatLeft {
  float: left;
  margin: 0 2em 1em 0;
}
.imgFloatRight {
  float: right;
  margin: 10px 0 10px 20px;
}
.menuLayer {
  height: 100vh;
  background: #ccc;
}
.container {
  height: 100vh;
  display: grid;
  grid-template-rows: 240px 50px auto  100px;
}
.wrapperFluid {
  width: 100%;
}
.wrapperBlock {
  width: 1150px;
  margin: 0 auto;
}
.containerHeaderFluid {
  background: #000000;
}
.header {
  height: 240px;
  display: grid;
  grid-template-columns: 40% 20% 40%;
  flex-flow: row wrap;
  align-items: center;
  font-size: 70px;
  font-weight: 600;
  color: #887F47;
}
.headerText {
  width: 40%;
}
.headerText1 {
  text-align: right;
  font-family: "Sour Gummy";
}
.headerText2 {
  text-align: left;
  font-family: "Sour Gummy";
}
.headerLogo {
  text-align: center;
}
.headerLogo img {
  max-height: 180px;
}
.logoLarge {
  width: 40%;
}
.logoSmall {
  width: 25%;
}
.logoSmall img {
  max-height: 100px;
}
.containerNavigationFluid {
  background: #94292A;
}
.containerNavigation {
  display: flex;
}
.navigation {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.navigation li {
  text-align: center;
  flex-grow: 1;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.navigation li a {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  font-family: "Sour Gummy";
}
.navigation li a:hover {
  background: #887F47;
  color: #ffffff;
}
.navigation li a.active {
  background: #887F47;
  color: #ffffff;
}
.containerNavigationMobil {
  display: none;
  color: #ffffff;
}
.navigationMobilItems {
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 20px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
}
.navigationMobilItems i {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.navigationMobilItems div:hover {
  cursor: pointer;
}
.navigationMobilLayer {
  width: 100%;
  position: absolute;
  top: 290px;
  display: none;
  z-index: 5;
  background: #887F47;
  color: #ffffff;
  padding: 20px 30px;
  margin: 0;
}
.navigationMobilLayer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.navigationMobilLayer li {
  text-align: left;
  flex-grow: 1;
  line-height: 60px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ffffff;
}
.navigationMobilLayer li a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-family: "Sour Gummy";
}
.navigationMobilLayer li:hover a {
  color: #000000;
}
.navigationMobilLayer li a.active {
  padding-left: 10px;
  backgro1und: #ffffff;
  color: #000000;
}
.navigationMobilLayer li a.active:before {
  content: "\00BB";
  padding-right: 10px;
}
.containerContentFluid {
  background: #000000;
}
.containerContent {
  margin: 20px auto 40px auto;
  background-color: rgba(255, 255, 255, 0.95);
  background-color: #ffffff;
  border-radius: 10px;
}
.contentBanner img {
  max-width: 100%;
}
.content {
  padding: 50px 40px 100px 40px;
}
.content img {
  max-width: 100%;
}
.content a {
  word-wrap: break-word;
  text-decoration: underline;
}
.content .contentImage {
  display: flex;
  justify-content: center;
}
.contentColumns {
  padding: 50px 40px 100px 40px;
  display: flex;
  justify-content: space-between;
}
.contentColumns img {
  max-width: 100%;
  border-radius: 15px;
}
.contentColumns a {
  word-wrap: break-word;
  text-decoration: underline;
}
.contentColumns .contentColumnLeft {
  width: 65%;
}
.contentColumns .contentColumnRight {
  width: 30%;
}
.artikel-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.artikel-auflistung {
  width: 48%;
  margin-bottom: 40px;
}
.artikel-auflistung h2 {
  margin-top: 0;
  border-bottom: 1px solid #1A754F;
}
.artikel-auflistung h2 a {
  text-decoration: none;
  font-size: 16px;
  color: #1A754F;
  margin-top: 0;
  font-weight: 600;
}
.artikel-auflistung h2 a:hover {
  color: #1A754F;
  font-weight: 600;
}
.artikel-details h3 {
  color: #887F47 !important;
  border-bottom: 1px dotted #887F47;
}
.contentTrainer {
  display: flex;
  gap: 2%;
}
.contentTrainer .contentTrainerItem {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 18%;
}
.contentTrainer .contentTrainerItem img {
  border-radius: 10px;
}
.contentLogos {
  display: flex;
}
.contentLogos div {
  width: 50%;
  text-align: center;
}
.contentBuhi {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contentBuhi img {
  max-width: none;
}
.spieleSidebar h2 {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #887F47;
  color: #94292A;
  padding: 10px 0 5px 0;
  margin: 0;
}
.spieleSidebar .spiel {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  align-items: center;
}
.spieleSidebar .spiel:last-of-type {
  border-bottom: 0px;
}
.spieleSidebar .spielDatum {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #1A754F;
}
.spieleSidebar .spielTeam {
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 5px 0;
}
.spieleSidebar .spielScore {
  width: 10%;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
.spieleContent .spiel {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 25px 0;
  border-bottom: 1px solid #cccccc;
  align-items: center;
  text-align: center;
}
.spieleContent .spiel:last-of-type {
  border-bottom: 0px;
}
.spieleContent .spielDatum {
  width: 100%;
  line-height: 30px;
  color: #94292A;
  font-weight: 500;
  margin-bottom: 20px;
}
.spieleContent .spielTeam {
  width: 45%;
  line-height: 30px;
}
.spieleContent .teamHeim {
  text-align: right;
}
.spieleContent .teamGast {
  text-align: left;
}
.spieleContent .teamSelf {
  color: #887F47;
  font-weight: 600;
}
.spieleContent .spielScore {
  width: 10%;
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.tabelleSidebar h2 {
  font-size: 14px;
  color: #ED1199;
  border-bottom: 1px solid #ED1199;
  padding: 5px 0;
}
.tabelleSidebar .tabelleHeader {
  display: flex;
  width: 100%;
  flex-grow: 1;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.tabelleSidebar .tabelle {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-size: 12px;
  align-items: center;
}
.tabelleSidebar .tabellePlatz {
  width: 10%;
}
.tabelleSidebar .tabelleTeam {
  width: 60%;
  text-align: left;
}
.tabelleSidebar .tabelleData {
  width: 15%;
}
.tabelleSidebar .tabelleDataContent {
  display: none;
}
.tabelleSidebar .torV::before {
  content: "Torv.";
}
.tabelleContent {
  font-size: 16px;
  text-align: center;
}
.tabelleContent h2 {
  text-align: left;
}
.tabelleContent .tabelleHeader {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
}
.tabelleContent .tabelle {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  align-items: center;
}
.tabelleContent .tabellePlatz {
  width: 5%;
}
.tabelleContent .tabelleTeam {
  width: 75%;
  text-align: left;
}
.tabelleContent .tabelleData {
  width: 10%;
}
.tabelleContent .tabelleDataSidebar {
  display: none;
}
.tabelleContent .torV::before {
  content: "Torv.";
}
.tabelleContent .torD::after {
  content: "Tordiff.";
}
.tabelleContent .teamSG {
  font-weight: bold;
}
.bilderGalerieListe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.bilderGalerieListe .bilderGaleriePreview {
  width: 30%;
}
.bilderGalerieListe .bilderGaleriePreview h2 {
  border-bottom: 1px solid #cccccc;
}
.bilderGalerieListe .bilderGaleriePreview h2 a {
  color: #73787c;
  text-decoration: none;
  font-weight: 600;
}
.bilderGalerieListe .bilderGaleriePreview .bilderGalerieListePreviewImage {
  width: 100%;
  height: 200px;
}
.bilderGalerieListe .bilderGaleriePreview .bilderGalerieListePreviewImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.bilderGalerie {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-bottom: 20px;
}
.bilderGalerie div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  overflow: hidden;
  padding: 0 5px;
}
.bilderGalerie div img {
  border-radius: 2px;
  height: 100%;
}
.bilderGalerieDescription {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.backLinkButton {
  display: block;
  margin-top: 40px;
  text-align: center;
  padding: 5px;
  border-top: 2px solid #94292A;
  color: #ED1199;
  text-decoration: none !important;
  font-weight: 600;
}
.backLinkButton::before {
  content: "\00BB";
  margin-right: 4px;
}
.backLinkButton::after {
  content: "\00AB";
  margin-left: 4px;
}
.containerFooter {
  display: flex;
}
.containerFooterBottomFluid {
  background: #94292A;
}
.containerFooterBottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
}
.containerFooterBottom .footerIcon {
  position: relative;
  top: -70px;
  height: 100px;
}
.containerFooterBottom .footerText {
  height: 20px;
  text-align: center;
}
.containerFooterBottom .footerText p {
  padding: 5px;
  margin: 0;
  font-size: 14px  !important;
  color: #ffffff;
}
.containerFooterBottom .footerText a {
  text-decoration: none;
  font-size: 14px  !important;
  color: #ffffff;
}
.containerFooterBottom .footerText a::before {
  content: '\00A0\00B7\00A0';
}
.containerFooterBottom .footerText .footerSocial a::before {
  content: '';
}
.containerFooterBottom .footerText .footerSocial i {
  font-size: 24px;
  padding: 0 10px;
}
.contentButton {
  color: #94292A;
  border: 1px solid #94292A;
  border-radius: 10px;
  text-align: center;
  display: block;
  padding: 10px 0;
  text-decoration: none !important;
}
.contentButton:hover {
  background: #94292A;
  color: #ffffff;
}
.buhiCup h2 {
  color: #1A754F;
  font-family: "Sour Gummy";
  border: 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0 0 15px;
}
.buhiCup .contentButton {
  background: #887F47;
  border: 0;
  color: #ffffff;
  font-weight: bold;
}
.buhiCupSpielplan {
  display: flex;
  flex-wrap: wrap;
}
.buhiCupSpielplan h4 {
  font-family: "Sour Gummy";
}
.buhiCupSpielplanGruppe {
  width: 50%;
  text-align: center;
}
.buhiCupSpielplanGruppeEinzel {
  margin: 30px 0 0 0;
  width: 100%;
  text-align: center;
}
/* ------------------------------------------------------------------------------------
Responsive styles
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
     Large
   ------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 1300px) {
  .containerContentFluid {
    background: none;
  }
}
@media only screen and (max-width: 1150px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .wrapperBlock {
    width: 100%;
    margin: 0 auto;
  }
  .headerText1,
  .headerText2 {
    font-size: 50px;
  }
  .containerFooter {
    padding: 0 20px;
  }
  .containerFooterBottom {
    padding: 20px;
  }
  .containerContent {
    border-radius: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .headerLogo img {
    max-width: 100%;
  }
  .navigation li a {
    font-size: 16px;
  }
  .bilderGalerie div {
    width: 20%;
  }
  .buhiCupSpielplanGruppe {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .headerText1,
  .headerText2 {
    font-size: 30px;
  }
  .navigation {
    display: none;
  }
  .navigationMobil {
    display: block;
  }
  .containerNavigationMobil {
    display: block;
  }
  .contentColumns {
    padding: 50px 20px 100px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contentColumns .contentColumnLeft {
    width: 100%;
  }
  .contentColumns .contentColumnRight {
    width: 100%;
  }
  .content {
    padding: 20px 15px 40px 15px;
  }
  .containerFooter {
    flex-wrap: wrap;
    text-align: center;
  }
  .containerFooter div {
    width: 50%;
    padding: 5px 10px;
  }
  .containerFooterBottom {
    padding: 0 20px;
  }
  .footerText {
    text-align: center;
  }
  .containerButtons {
    width: 100%;
  }
  .containerButtons p {
    font-size: 24px;
  }
  .containerButtons .buttonsOrange div {
    width: 47%;
  }
  .containerButtons .buttonsOrange div a {
    font-size: 16px;
  }
  .bilderGalerie div {
    width: 20%;
  }
  .tabelleContent {
    font-size: 12px;
  }
  .tabelleContent .torV::before {
    content: "TV";
  }
  .tabelleContent .torD::after {
    content: "TD";
  }
}
@media only screen and (max-width: 600px) {
  .artikel-auflistung {
    width: 100%;
    margin-bottom: 20px;
  }
  .bilderGalerieListe .bilderGaleriePreview {
    width: 48%;
  }
  .bilderGalerieListe .bilderGaleriePreview h2 a {
    font-size: 14px;
    font-weight: 400;
  }
  .contentBuhi {
    flex-direction: column;
  }
  .contentBuhi div:first-of-type {
    text-align: center;
  }
  .spieleContent .spiel {
    display: flex;
    flex-direction: column;
  }
  .spieleContent .spiel:last-of-type {
    border-bottom: 0px;
  }
  .spieleContent .spielTeam {
    width: 100%;
    line-height: 20px;
  }
  .spieleContent .teamHeim {
    text-align: center;
  }
  .spieleContent .teamGast {
    text-align: center;
  }
  .spieleContent .spielScore {
    width: 100%;
    line-height: 40px;
    padding: 20px 0;
  }
  .tabelleDataNoMobil {
    display: none;
  }
  .contentTrainer .contentTrainerItem {
    width: 24%;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    grid-template-rows: 180px 50px auto  140px;
  }
  .header {
    height: 180px;
    grid-template-columns: 35% 65%;
  }
  .headerLogo {
    grid-row: 1 / 3;
    grid-column: 1 ;
    justify-content: center;
    align-content: center;
    padding-top: 10px;
  }
  .headerLogo img {
    height: 160px;
  }
  .headerText1 {
    grid-row: 1;
    grid-column: 2 ;
    text-align: left;
    align-self: end;
    font-size: 40px;
  }
  .headerText2 {
    grid-row: 2 ;
    grid-column: 2 ;
    text-align: left;
    align-self: start;
    font-size: 40px;
  }
  .navigationMobilLayer {
    top: 190px;
  }
  .logoSmall {
    width: 25%;
  }
  .logoSmall img {
    max-height: 80px;
  }
  .bilderGalerieListe .bilderGaleriePreview {
    width: 100%;
  }
  .bilderGalerieListe .bilderGaleriePreview h2 a {
    font-size: 14px;
    font-weight: 400;
  }
  .bilderGalerie div {
    width: 100%;
    height: 200px;
  }
  .contentTrainer {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
  }
  .contentTrainer .contentTrainerItem {
    width: 46%;
  }
}
