/* ***** Startseite ***** */
.glide__bullets {
  z-index: 100;
  bottom: 4vw; }

.home .pageHeader.content {
  position: relative;
  margin: 0; }

.bar.goldblack {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  z-index: 100; }

.bar.goldblack .inner {
  position: relative;
  overflow: hidden;
  height: 250px; }

.bar.goldblack .gold {
  height: 50px;
  width: 103%;
  background: #b88748;
  display: block;
  transform: rotate(-2.4deg);
  position: absolute;
  top: 60px;
  left: -10px;
  z-index: 100; }

.bar.goldblack .black {
  height: 50px;
  width: 103%;
  background: #222;
  display: block;
  transform: rotate(-2.4deg);
  position: absolute;
  top: 110px;
  left: -10px;
  z-index: 100; }

body {
  overflow-x: hidden; }

.sponsoren a.buttonSponsor {
  text-align: center;
  width: 330px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  max-width: 300px;
  height: 100px;
  margin: 0 auto;
  color: #b88748;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 0;
  border: 3px solid #b88748;
  line-height: 100px;
  background: #FFF;
  margin-top: 150px; }

.sponsoren a.buttonSponsor:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
  background: #FFF;
  color: #c4161c; }

.matchFooter {
  position: absolute;
  bottom: 150px;
  width: 100%; }

.matchFooter .column {
  padding: 2rem; }

.matchFooter .left {
  text-align: right; }

.matchFooter .right {
  text-align: center; }

.home section.main {
  padding-top: 0; }


.home .section.main {
  margin: 150px 0 0 0; }

.home .fullsizeWrapper.news {
  margin: 200px 0 0 0; }

.fullsizeWrapper.news .headline {
  position: absolute;
  top: -60px;
  left: 10vw;
  z-index: 100;
  transform: rotate(-2.2deg); }

.fullsizeWrapper.news h2 {
  background: #c4161c;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 4vw;
  font-weight: 700;
  text-transform: uppercase; 
  margin-bottom: 0;
}

.fullsizeWrapper.news h3, .headline.mobileStart h3 {
  color: #000;
  margin: 5px 0 0 5px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase; }

.home .moreNews {
  padding: 100px 10% 100px 10%;
  position: relative; }

.home .moreNews .trapez {
  position: absolute;
  z-index: 10;
  top: -50px;
  left: -10%;
  right: -10%;
  transform: skew(0deg, -2deg);
  width: 120%;
  height: 300px;
  background: #c4161c; }

.home .news.columns.is-multiline {
  z-index: 10 !important; }

.home .moreNews img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.home .moreNews .card {
  border-radius: 5px;
  background: #FFF;
  color: #b88748; }

.home .moreNews .card:after {
  content: '';
  display: block;
  clear: both; }

.home .moreNews .card .content {
  padding: 10px 0 0 0; }

.home .moreNews .card .icon {
  width: 20%;
  float: left;
  font-size: 40px;
  padding: 20px 0 0 0;
  font-weight: 500; }

.home .moreNews .card .text {
  width: 80%;
  float: left; }

.home .moreNews .card h3 {
  color: #b88748;
  margin: 0;
  height: 60px; }

.home .moreNews .alleNews, .alleNews {
  display: block;
  max-width: 300px;
  height: 100px;
  margin: 0 auto;
  color: #b88748;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 0;
  border: 3px solid #b88748;
  line-height: 100px;
  z-index: 10000; }

.home .kacheln {
  margin: 50px 5% 12vw 5%;
  padding: 0; }

/* Kurztabelle + Termine */
.home .tabelleTermine {
  height: 52vw !important;
  position: relative; }

@media only screen and (max-width: 1600px) {
  .home .tabelleTermine {
    height: 58vw !important; } }
@media only screen and (max-width: 1400px) {
  .home .tabelleTermine {
    height: 64vw !important; } }
@media only screen and (max-width: 1250px) {
  .home .tabelleTermine {
    height: 70vw !important; } }
@media only screen and (max-width: 1100px) {
  .home .tabelleTermine {
    height: 82vw !important; } }
@media only screen and (max-width: 850px) {
  .home .tabelleTermine {
    height: 88vw !important; } }
.home .tabelleTermine .tabelle {
  float: left;
  width: 50%;
  height: 100%;
  background: #322e2f;
  text-align: center;
  padding: 8% 3%; }

.home .tabelleTermine .termine {
  float: left;
  width: 50%;
  height: 100%;
  background: #c4161c;
  text-align: center;
  padding: 8% 3%; }

@media only screen and (max-width: 776px) {
  .home .tabelleTermine .tabelle,
  .home .tabelleTermine .termine {
    /*float: none;*/
    width: 100%; } }
/* Tabelle */
.home .tabelleTermine .tabelle table {
  width: 60%;
  margin: 0 auto 50px auto; }

.home .tabelleTermine .tabelle table tr {
  border-top: 1px solid #FFF; }

.home .tabelleTermine .tabelle table tr:nth-of-type(1) {
  border-top: none; }

.home .tabelleTermine .tabelle table tr.gold {
  background: #b88748;
  color: #FFF;
  font-weight: 700; }

.home .tabelleTermine .tabelle table td {
  line-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px; }

.home .tabelleTermine .tabelle table td:nth-of-type(1) {
  /* NR. */
  font-size: 40px;
  padding-left: 5px; }

.home .tabelleTermine .tabelle table td:nth-of-type(2) {
  /* Vereinslogo */
  text-align: center; }

.home .tabelleTermine .tabelle table td:nth-of-type(2) img {
  /* Vereinslogo */
  height: 60px;
  display: inline-block; }

.home .tabelleTermine .tabelle table td:nth-of-type(3) {
  /* Verein */
  font-size: 24px; }

.home .tabelleTermine .tabelle table td:nth-of-type(4) {
  /* Punkte */
  font-size: 24px;
  padding-right: 10px; }

.home .tabelleTermine .bar.black.top {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  z-index: 100; }

.home .tabelleTermine .bar.black .inner {
  position: relative;
  overflow: hidden;
  height: 250px; }

.home .tabelleTermine .bar.black .black {
  height: 50px;
  width: 103%;
  background: #000;
  display: block;
  transform: rotate(-1.5deg);
  position: absolute;
  top: 90px;
  left: -10px;
  z-index: 100; }

.home .tabelleTermine .bar.gold.bottom {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  z-index: 100; }

.home .tabelleTermine .bar.gold .inner {
  position: relative;
  overflow: hidden;
  height: 200px; }

.home .tabelleTermine .bar.gold .gold {
  height: 50px;
  width: 103%;
  background: #b88748;
  display: block;
  transform: rotate(-1.5deg);
  position: absolute;
  top: 45px;
  left: -10px;
  z-index: 100; }

@media only screen and (min-width: 1800px) {
  .home .tabelleTermine .bar.gold .gold {
    transform: rotate(-1.2deg); } }
@media only screen and (min-width: 2200px) {
  .home .tabelleTermine .bar.gold .gold {
    transform: rotate(-1.1deg); } }
.home .tabelleTermine table .button {
  border: 3px solid #b88748;
  color: #b88748;
  font-weight: 700;
  text-transform: uppercase; }

.home .kacheln {
  position: relative; }

/* Termine */
.home .tabelleTermine .termine .versus {
  width: 300px;
  margin: 0 auto;
  display: inline-block; }

.home .tabelleTermine .termine .versus .heim {
  width: 100px;
  float: left; }

.home .tabelleTermine .termine .versus .center {
  width: 100px;
  float: left;
  font-size: 24px;
  font-weight: 700;
  padding-top: 30px; }

.home .tabelleTermine .termine .versus .auswaerts {
  width: 100px;
  float: left; }

.home .tabelleTermine .termine table {
  width: 100%;
  margin: 34px 0 30px 0; }

.home .tabelleTermine .termine table tr {
  border-top: 1px solid #FFF; }

.home .tabelleTermine .termine table tr:nth-of-type(1) {
  border-top: none; }

.home .tabelleTermine .termine table td {
  line-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px; }

.home .tabelleTermine .termine table td:nth-of-type(1) {
  /* Icon */
  font-size: 50px;
  padding: 15px 5px 0 5px; }

.home .tabelleTermine .termine table td:nth-of-type(2) {
  /* Titel */
  font-size: 24px;
  font-weight: 700; }

.home .tabelleTermine .termine table td:nth-of-type(3) {
  /* Datum */
  font-size: 24px; }

.home .tabelleTermine .termine table td:nth-of-type(4) img {
  /* Vereinslogo */
  height: 60px; }

.home .tabelleTermine .termine table td:nth-of-type(5) {
  padding: 20px 5px 0 10px;
  text-align: right; }

.home .tabelleTermine .termine .spieltag table tr, .home .tabelleTermine .tabelle table tr {
  background: transparent; }

/* Aufstieg Rathaus */
.home .aufstiegRathaus {
  position: relative; }

.home .parallax {
  background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-1920.jpg");
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  position: relative; }

@media (max-width: 1400px) {
  .home .parallax {
    background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-1400.jpg"); } }
@media (max-width: 1280px) {
  .home .parallax {
    background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-1280.jpg"); } }
@media (max-width: 1200px) {
  .home .parallax {
    background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-1200.jpg"); } }
@media (max-width: 992px) {
  .home .parallax {
    background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-992.jpg"); } }
@media (max-width: 768px) {
  .home .parallax {
    background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-768.jpg"); } }
@media only screen and (max-width: 600px) {
  .home .parallax {
    background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-600p.jpg"); } }

@media only screen and (max-width: 450px) {
  .home .parallax {
    background-image: url("/fileadmin/svww/sitedesign/Resources/images/parallax-600p.jpg");
    background-attachment: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
  }
}
.home .aufstiegRathaus .banner {
  position: absolute;
  top: calc(20vh - 50px) !important;
  left: 40px;
  right: 40px;
  max-width: 970px;
  width: 50vw;
  margin: 0 auto; }

.nennung {
  position: absolute;
  bottom: 7%;
  right: 1%; }

@media only screen and (max-width: 600px) {
  .nennung {
    bottom: 10%; } }
@media only screen and (max-width: 450px) {
  .nennung {
    bottom: 10% !important; } }
.home .aufstiegRathaus .iframeBanner {
  position: absolute;
  top: calc(20vh - 50px) !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70vw;
  max-width: 970px; }

.home .aufstiegRathaus .iframeWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 25.77%;
  overflow: hidden; }

.home .aufstiegRathaus .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 840px) {
  .home .aufstiegRathaus .iframeBanner {
    top: calc(20vh - 50px) !important;
    width: 90vw; }

  .home .aufstiegRathaus .iframeWrapper {
    width: 90vw; } }
@media only screen and (max-width: 640px) {
  .home .aufstiegRathaus .iframeBanner {
    top: calc(20vh - 50px) !important;
    width: 100vw; }

  .home .aufstiegRathaus .iframeWrapper {
    width: 100vw; } }
/* Sponsoren */
.home .sponsoren {
  background: #c4161c;
  height: 40vw;
  padding: 8vw 5vw;
  position: relative; }

.home .sponsoren .bar.black.top {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  z-index: 100; }

.home .sponsoren .bar.black .inner {
  position: relative;
  overflow: hidden;
  height: 250px; }

.home .sponsoren .bar.black .black {
  height: 50px;
  width: 103%;
  background: #000;
  display: block;
  transform: rotate(-1.5deg);
  position: absolute;
  top: 90px;
  left: -10px;
  z-index: 100; }

@media (min-width: 1280px) {
  .home .sponsoren .bar.black .black {
    transform: rotate(-1.2deg); } }
@media (min-width: 2200px) {
  .home .sponsoren .bar.black .black {
    transform: rotate(-1deg); } }
.home .sponsoren .bar.gold.bottom {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  z-index: 100; }

.home .sponsoren .bar.gold .inner {
  position: relative;
  overflow: hidden;
  height: 250px; }

.home .sponsoren .bar.gold .gold {
  height: 50px;
  width: 103%;
  background: #b88748;
  display: block;
  transform: rotate(-1.5deg);
  position: absolute;
  top: 90px;
  left: -10px;
  z-index: 100; }

@media only screen and (max-width: 776px) {
  .home .sponsoren .bar.gold.bottom {
    display: none; } }
.home .sponsoren .sponsor {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 6%; }

.home .sponsoren .sponsor img {
  width: 100%; }

.home .sponsoren .button {
  display: block;
  margin: 200px auto 0 auto;
  padding: 0;
  width: 300px;
  height: 130px;
  line-height: 130px;
  color: #b88748;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #b88748; }

.home .pageFooter {
  /*
  background: #000;
  */
  padding: 100px 0 50px 0; }

.home .pageFooter .kacheln {
  padding-bottom: 0px;
  margin-bottom: 0; }

.fullsizeWrapper.news .headline.mobileStart, .mobileFullsize {
  display: none; }

img.mom {
  max-width: 100px;
  float: left; }

.textMom {
  float: left; }

/*Responsive*/
@media only screen and (max-width: 1990px) {
  .home .matchCenter .ereignisse {
    max-width: 1040px; } }
@media only screen and (max-width: 1730px) {
  .home .tabelleTermine .tabelle table {
    width: 100%; }

  .home .tabelleTermine {
    height: 55vw; }

  .glide__bullets {
    bottom: 5vw; 
  } 
}

@media only screen and (max-width: 1683px) {
  .card.news h3, .home .moreNews .card.news h3 {
    font-size: 19px;
  }
}
    
@media only screen and (max-width: 1400px) {
  .home .tabelleTermine {
    height: 65vw;
  }
}
@media only screen and (max-width: 1279px) {
  .card.news h3, .home .moreNews .card.news h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1170px) {
  .home .tabelleTermine {
    height: 75vw;
  }
}
@media only screen and (max-width: 970px) {
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 20px; }

  .home .tabelleTermine .tabelle table td:nth-of-type(2) img {
    height: 50px; }

  .home .tabelleTermine .tabelle table td:nth-of-type(3) {
    font-size: 17px; }

  .home .tabelleTermine .tabelle table td {
    line-height: 50px; }

  .home .tabelleTermine .tabelle table {
    margin: 0 auto 10px auto; }

  .home .tabelleTermine .termine table td:nth-of-type(2), .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 20px; }

  .home .tabelleTermine .termine table {
    margin: 0 0 30px 0; }

  .glide__bullets {
    bottom: 10vw;
  }
}
@media only screen and (max-width: 960px) {
  .mobileFullsize {
    display: block; }

  .home img.fullsize.matchPic, .fullsizeWrapper.news h3 {
    display: none; }

  .fullsizeWrapper.news .headline.mobileStart h3 {
    display: block;
  }
}
@media only screen and (max-width: 790px) {
  .card.news h3, .home .moreNews .card.news h3 {
    font-size: 23px; }

  ul.tab-links li {
    width: 48% !important; }

  ul.tab-links li:first-child {
    /*margin: 0 1% 20px 1%!important;*/ } 
  
}
@media only screen and (max-width: 769px) {
  .matchFooter .left {
    text-align: center;
    margin-top: 0em;
    padding-right: 0; }

  .matchFooter .right {
    text-align: center;
    margin-top: 0;
    margin-left: 0; }

  .matchFooter {
    bottom: 0px; }

  .fullsizeWrapper.news .headline {
    top: -4.5vw;
    left: 0;
    right: 0; }

  .fullsizeWrapper.news h2 {
    width: 100%;
    max-width: none !important; }

  .fullsizeWrapper.news .headline.mobileStart {
    transform: rotate(-2.5deg);
    background: #FFF;
    position: absolute;
    right: 0;
    left: -2px;
    bottom: -16px;
    top: auto !important;
    width: 103%;
    display: block; }

  .bar.goldblack .gold {
    height: 30px;
    top: 80px; }

  .bar.goldblack .black {
    height: 30px; }

  .kachel.gold img {
    top: -40px;
    max-height: 10vw; }

  .home .tabelleTermine {
    height: 95vw; }

  .home .tabelleTermine .tabelle table {
    width: 100%; }

  .home .tabelleTermine .tabelle, .home .tabelleTermine .termine {
    width: 100%; }

  .glide__bullets {
    z-index: 100;
    bottom: 50px; }

  .home .aufstiegRathaus .banner {
    top: 150vw; }

  .home .moreNews .trapez {
    z-index: 0;
    width: 100%;
    height: 300px;
    left: 0;
    right: 0; }

  .matchFooter a.button.gold {
    margin-top: 20px; }

  .card.news h3, .home .moreNews .card.news h3 {
    font-size: 26px; }

  /*
  .home .sponsoren .column {
    float: left;
    width: 50%; }
  */

  .home .sponsoren {
    height: 100vw; }

  .nextGame {
    width: 53% !important; }

  .fullsizeWrapper.news h2 {
    line-height: 36px;
    font-size: 23px; }

  .fullsizeWrapper.news h2 {
    line-height: 49px !important;
    font-size: 34px !important; }

  .fullsizeWrapper.news .headline {
    top: -6.5vw !important;
    left: -2px !important;
    right: -3px !important;
    max-width: 102% !important; }

  .home .moreNews {
    padding: 100px 30px 100px 30px; }

  .headline.mobileStart h3 p {
    padding: 10px 20px;
    font-size: 18px; }

  .fullsizeWrapper.news h2 {
    border-radius: 0; } }
@media only screen and (max-width: 660px) {
  .home .sponsoren .sponsor {
    width: 51%;
    margin: auto;
    float: none;
    display: block;
    height: 25%; }

  .home .sponsoren {
    height: 100vw; }

  .home .sponsoren .sponsor img {
    position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -50px;
    left: 0; }

  .sponsoren a {
    position: relative; }

  .home .sponsoren .button {
    margin: 20px auto 0 auto; }

  .home .sponsoren .button {
    max-width: 300px;
    height: 100px;
    line-height: 100px;
    font-size: 18px; }

  .home .tabelleTermine .tabelle table td {
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle; }

  h1.title.is-1 {
    font-size: 40px !important; }

  .fullsizeWrapper.news .headline {
    top: -8.5vw !important; } }
@media only screen and (max-width: 540px) {
  .home .tabelleTermine .termine .versus .auswaerts, .home .tabelleTermine .termine .versus .heim {
    width: 70px; }

  .home .tabelleTermine .termine table td:nth-of-type(2), .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 16px;
    padding-left: 15px; }

  .home .tabelleTermine .termine table td:nth-of-type(1) {
    display: none; }

  img.tickets {
    width: 25px; }

  .home .tabelleTermine .termine .versus {
    width: 240px; }

  .home .tabelleTermine .termine table td:nth-of-type(4) img {
    height: 40px; }

  .fullsizeWrapper.news h2 {
    line-height: 40px !important;
    font-size: 30px !important;
    padding: 10px 20px; }

  .headline.mobileStart h3 p {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px; } }
@media only screen and (max-width: 500px) {
  img.mom {
    max-width: 70px; }

  .textMom img {
    max-width: 195px; }

  .textMom {
    font-size: 2.8vw; }

  .matchCenter .matchFooter .right .gold.upper {
    font-size: 23px; }

  .bildMom {
    margin-right: 10px; }


  /*Kacheln*/
  .kachel.gold img {
    max-height: 16vw; }

  .kachel.gold {
    height: 33vw; }

  .kachel.gold p {
    font-size: 22px; }

  .sponsoren .sponsor {
    width: 100%; }

  .sponsoren {
    height: auto; }

  .sponsoren .button {
    max-width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 14px; }

  .sponsoren .button {
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF; }

  .pageFooter {
    background: #000;
    padding: 0px 0 50px 0; }

  .bar.goldblack .gold {
    height: 15px;
    top: 96px; }

  .bar.goldblack .black {
    height: 15px; }

  .bar.goldblack {
    bottom: -140px; }

  .home .tabelleTermine .tabelle table td {
    line-height: 10px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle; }

  .glide__bullets {
    bottom: 20px; }

  h1.title.is-1 {
    font-size: 35px !important; }

  .nextGame h1.title.is-1, .matchCenterPage .nextGame h1 {
    font-size: 20px !important; }

  .nextGame {
    width: 53% !important; }

  .home .sponsoren {
    height: 120vw; }

  .pageHeader {
    padding-top: 80px !important; }

 /*
.home .matchCenter {
  margin: 0 0 80px 0;
}*/
  .home .fullsizeWrapper.news {
    margin: 80px 0 0 0; } }
@media only screen and (max-width: 440px) {
  .textMom img {
    max-width: 130px; }

  .matchCenter .matchFooter .right .gold.upper {
    font-size: 17px; }

  img.mom {
    max-width: 50px; }

  .card.news h3, .home .moreNews .card.news h3 {
    font-size: 22px; }

  .p404 h1.text-center {
    font-size: 51px !important;
    padding-left: 0 !important; }

  ul.tab-links li {
    width: 100% !important; }

  .fullsizeWrapper.news h2 {
    line-height: 36px !important;
    font-size: 26px !important; }

  .headline.mobileStart h3 p {
    font-size: 15px;
    line-height: 27px; }

  .fullsizeWrapper.news .headline {
    top: -10.5vw !important; }

  .home .fullsizeWrapper.news .headline.mobileStart {
    bottom: 14px; } }
@media only screen and (max-width: 400px) {
  .fullsizeWrapper.news h2 {
    line-height: 33px !important;
    font-size: 21px !important; }

  .headline.mobileStart h3 p {
    font-size: 13px;
    line-height: 20px; }

  .home .matchFooter .bildMom img {
    max-width: 80px; }

  .card.news h3, .home .moreNews .card.news h3 {
    font-size: 20px; }

  h1.title.is-1 {
    font-size: 30px !important; } }
@media only screen and (max-width: 361px) {
  .kachel.gold p {
    font-size: 19px; } }
@media only screen and (max-width: 350px) {
  .home .matchCenter .matchFooter .left .button {
    font-size: 12px;
    height: 50px; }

  .home .kachel.gold p {
    font-size: 20px; }

  .fullsizeWrapper.news h2 {
    line-height: 33px !important;
    font-size: 23px !important; } }
@media only screen and (max-width: 320px) {
  .home .kachel.gold p {
    font-size: 18px; } }

/* Slider Text und Button */
.glide .text span {
  background-color: #221e1f;
  line-height: 1.3; }

.glide .text {
  position: absolute;
  left: auto;
  bottom: 70px;
  color: #FFF;
  line-height: 3.3vw;
  font-size: 3.2vw;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 40%;
  width: auto;
  padding: 15px 30px 15px 60px;
  transform: rotate(-2.3deg); }

.glide a {
  text-decoration: none; }

.glide .buttonX {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  display: block;
  background: #FFF;
  color: #b88748;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  padding: 7px 10px 5px 10px;
  border: 2px solid #b88748;
  border-radius: 5px; }

@media screen and (max-width: 1180px) {
  .glide .buttonX {
    bottom: 30%; } }
@media screen and (max-width: 970px) {
  .glide .buttonX {
    bottom: 40%; } }
@media screen and (max-width: 960px) {
  .glide .buttonX {
    bottom: 25%; } }
@media screen and (max-width: 870px) {
  .glide .buttonX {
    right: 30%;
    left: auto; } }
@media screen and (max-width: 600px) {
  .glide .text {
    position: relative;
    left: auto;
    background: #221e1f;
    color: #FFF;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 100%;
    width: auto;
    padding: 15px 30px 15px 15px;
    transform: rotate(0deg);
    border-radius: 0px;
    padding-bottom: 35px; }

  .glide .text br {
    display: none; }

  .glide .buttonX {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    display: block;
    background: #FFF;
    color: #b88748;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding: 7px 10px 5px 10px;
    border: 2px solid #b88748;
    border-radius: 5px; }

  .home .glide__bullets {
    top: 48vw; } }
@media screen and (max-width: 530px) {
  .home .glide__bullets {
    top: 40vw; } }
@media screen and (max-width: 399px) {
  .matchFooter .column {
    padding: 1rem 0; }

  .matchFooter {
    margin: 0; } }
@media screen and (max-width: 370px) {
  .home .glide__bullets {
    top: 37vw; } }
.home .pageHeader .bar {
  pointer-events: none; }

  
  
/* Slider */  
@media screen and (max-width: 600px) {
  .home .glide__slide .text {
    bottom: auto;
    top: 100%;
    height: 80px;
  }
  .home .glide__bullets {
    top: auto;
    bottom: 90px;
  }
}
@media screen and (max-width: 350px) {
  .home .glide__slide .text {
    bottom: auto;
    top: 100%;
    height: 90px;
  }
  .home .glide__bullets {
    top: auto;
    bottom: 100px;
  }
}








/* Sponsoren */
.home .sponsoren .bar.gold.bottom {
  pointer-events: none;
}

@media screen and (max-width: 1400px) {  
  .home .sponsoren a.buttonSponsor {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1200px) {  
  .home .sponsoren .columns {
    padding-top: 20px;
  }
  .home .sponsoren a.buttonSponsor {
    margin-top: 40px;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 850px) { 
  .home .sponsoren a.buttonSponsor {
    margin-top: 30px;
    height: 70px;
    line-height: 70px;
    width: 240px;
  }
}
@media screen and (max-width: 770px) { 
  .home .sponsoren {
    height: 42vw;
  }
  .home .sponsoren a.buttonSponsor {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) { 
  .home .sponsoren {
    height: 80vw;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 580px) { 
  .home .sponsoren {
    height: 92vw;
    padding-top: 13vw;
  }
}
@media screen and (max-width: 500px) { 
  .home .sponsoren {
    height: 100vw;
    padding-top: 13vw;
  }
}
@media screen and (max-width: 420px) { 
  .home .sponsoren {
    height: 110vw;
    padding-top: 15vw;
  }
}
@media screen and (max-width: 350px) { 
  .home .sponsoren {
    height: 114vw;
    padding-top: 15vw;
  }
  .home .sponsoren a.buttonSponsor {
    height: 60px;
    line-height: 60px;
    width: 200px;
  }
}





@media screen and (max-width:1200px) {
  .home .sponsoren .columns {
    display: block;
  }
  .home .sponsoren .column {
    float: left;
    width: 33% !important;
  }
  .home .sponsoren .column.sponsor1 {
    padding-top: 4%;
  }
  .home .sponsoren .column.sponsor4,
  .home .sponsoren .column.sponsor5 {
    float: left;
    width: 33% !important;
    margin: 0 8.5%;
  }
}
@media screen and (max-width:500px) {
  .home .sponsoren .columns {
    display: block;
  }
  .home .sponsoren .column {
    float: left;
    width: 50% !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .home .sponsoren .column.sponsor1 {
    padding-top: 6%;
  }
  .home .sponsoren .column.sponsor4 {
    float: left;
    width: 50% !important;
    margin: 0;
  }
  .home .sponsoren .column.sponsor5 {
    float: left;
    width: 50% !important;
    margin: 0 25%;
  }
}





/* News */
@media screen and (max-width: 960px) {
  .home .fullsizeWrapper.news .headline.mobileStart {
    transform: rotate(-2.0deg);
    background: #FFF;
    position: absolute;
    right: 0;
    left: -2px;
    bottom: 22px;
    top: auto !important;
    width: 103%;
    display: block;
  }
  .home .fullsizeWrapper.news .headline {
    top: auto !important;
    bottom: 73vw;
    transform: rotate(-2.0deg);
  }
}

@media screen and (max-width: 500px) {
  .home .fullsizeWrapper.news {
    margin-top: 180px;
  }
  .home .fullsizeWrapper.news .headline.mobileStart {
    bottom: auto !important;
    top: 64vw !important;
  }
  .home .fullsizeWrapper.news .schraegeUnten.rot {
    display: none;
  }
  
  .home .moreNews .trapez {
    margin-top: 30px;
  }  
}






.home .sponsoren {
  height: 45vw;
  height: auto;
  padding: 7vw 5vw;
}
.sponsoren a.buttonSponsor {
  margin-top: 100px;
}

/*
.home .sponsoren h5 {
  display: block !important;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed Bold";
  color: #FFF;
  margin: 3vw 0 5px 0;
}
*/

.glideSponsoren {
  display: block !important;
  margin-top: 3vw;
  background: #FFF;
  margin-left: -5vw;
  margin-right: -5vw;
}
.glideSponsoren li {
  padding: 0 40px;
}
.glideSponsoren li img {
  border-radius: 5px;
  max-width: 200px;
}


@media screen and (max-width: 1600px) {
  .home .sponsoren {
    height: 48vw;
    height: auto;
  }
  .sponsoren a.buttonSponsor {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .home .sponsoren {
    height: auto;
  }
}












.home .tabelleTermine {
  height: auto !important;
  background: red;
  display: flex !important;
}
.home .tabelleTermine .tabelle  {
  flex: 1;
  height: auto;
}
.home .tabelleTermine .termine {
  flex: 1;
  height: auto;
}

.home .tabelleTermine .tabelle td img {
  display: inline-block;
  vertical-align: middle;
}
.home .tabelleTermine .versus {
  margin-top: 10px !important;
}




@media screen and (max-width:1400px) {
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 30px
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(3),
  .home .tabelleTermine .tabelle table td:nth-of-type(4) {
    font-size: 20px;
  }
  
  .home .tabelleTermine .termine table td:nth-of-type(2),
  .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 18px;
  }
}
@media screen and (max-width:1100px) {
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 26px
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(3),
  .home .tabelleTermine .tabelle table td:nth-of-type(4) {
    font-size: 18px;
  }
  
  .home .tabelleTermine .termine table td:nth-of-type(2),
  .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 16px;
  }
  .home .tabelleTermine .termine table td {
    line-height: 40px;
  }
}
@media screen and (max-width:1000px) {
  .home .tabelleTermine .versus {
    width: 240px !important;
  }
  .home .tabelleTermine .termine .versus .heim {
    width: 80px;
  }
  .home .tabelleTermine .termine .versus .center {
    width: 80px;
  }
  .home .tabelleTermine .termine .versus .auswaerts {
    width: 80px;
  }
  .home .tabelleTermine .versus img {
    height: 60px;
  }
  .home .tabelleTermine .versus .center {
    font-size: 20px !important;
    line-height: 20px;
    padding-top: 20px !important;
  }
}

@media screen and (max-width:900px) {
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 22px
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(2) img {
    height: 40px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(3),
  .home .tabelleTermine .tabelle table td:nth-of-type(4) {
    font-size: 16px;
  }
  
  .home .tabelleTermine .termine table td:nth-of-type(2),
  .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 14px;
  }
}

@media screen and (max-width:800px) {
  .home .tabelleTermine {
    display: block !important;
    
  }
  .home .tabelleTermine .tabelle {
    width: 100%;
    padding-top: 100px
  }
  .home .tabelleTermine .termine {
    width: 100%;
    padding-bottom: 100px
  }
  
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 36px
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(2) img {
    height: 50px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(3),
  .home .tabelleTermine .tabelle table td:nth-of-type(4) {
    font-size: 24px;
  }
  
  .home .tabelleTermine .termine table td:nth-of-type(2),
  .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 20px;
  }
  
}

@media screen and (max-width:660px) {
  .home .tabelleTermine .tabelle table td {
    line-height: 54px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 30px
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(2) img {
    height: 40px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(3),
  .home .tabelleTermine .tabelle table td:nth-of-type(4) {
    font-size: 20px;
  }
  
  .home .tabelleTermine .termine table td:nth-of-type(2),
  .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 18px;
  }
}

@media screen and (max-width:500px) {
  .home .tabelleTermine .tabelle table td {
    line-height: 50px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 26px
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(2) img {
    height: 40px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(3),
  .home .tabelleTermine .tabelle table td:nth-of-type(4) {
    font-size: 18px;
  }
  
  .home .tabelleTermine .termine table td:nth-of-type(2),
  .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 16px;
  }
}
@media screen and (max-width:400px) {
  .home .tabelleTermine .tabelle table td {
    line-height: 50px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(1) {
    font-size: 22px
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(2) img {
    height: 32px;
  }
  .home .tabelleTermine .tabelle table td:nth-of-type(3),
  .home .tabelleTermine .tabelle table td:nth-of-type(4) {
    font-size: 16px;
  }
  
  .home .tabelleTermine .termine table td:nth-of-type(2),
  .home .tabelleTermine .termine table td:nth-of-type(3) {
    font-size: 14px;
  }
}



.home > .tabelleTermine {
  display: none !important;
}
















@media screen and (max-width: 880px) {
  .home .matchCenter.pokal {
    margin-top: 0px !important;
  }
}


.home .matchCenter.pokal .nextGame {
  display: block !important;
  width: 80vw !important;
  top: 9.5vw !important;  
}
.home .matchCenter.pokal .nextGame h1 {
  font-size: 3vw !important;
}
.home .matchCenter.pokal .match {
  width: 35vw !important;
  top: 23vw !important;
}
.home .matchCenter.pokal .match .heim {
  width: 35% !important;
  text-align: center !important;
  float: left !important;
}
.home .matchCenter.pokal .match .ergebnis {
  width: 30% !important;
  text-align: center !important;
  float: left !important;
}
.home .matchCenter.pokal .match .auswaerts {
  width: 35% !important;
  text-align: right !important;
  text-align: center !important;
  float: right !important;
}
.home .matchCenter.pokal .match .heim img {
  height: 10vw !important;
  width: auto !important;
  margin: 0 auto !important;
  text-align: center !important;
  display: inline-block !important;
  float: none !important;
}
.home .matchCenter.pokal .match .auswaerts img {
  height: 10vw !important;
  width: auto !important;
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;
}

.home .matchCenter.pokal .match .ergebnis {
  font-size: 6.5vw !important;
}

.home .matchCenter.pokal .top {
  top: 5vw !important;
}

.home .matchCenter.pokal .ansage {
  position: absolute;
  top: 36vw !important;
  width: 95vw !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  font-size: 22px !important;
  text-align: center !important;
}

.home .matchCenter.pokal .manOfTheMatch {
  position: absolute;
  top: 42vw !important;
  width: 95vw !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;  
}


@media screen and (max-width: 1300px) {
  .home .matchCenter.pokal .nextGame {
    width: 80vw !important;
    top: 10vw !important;  
  }
  .home .matchCenter.pokal .nextGame h1 {
    font-size: 4vw !important;
  }
  .home .matchCenter.pokal .match {
    width: 40vw !important;
    top: 28vw !important;
  }
  .home .matchCenter.pokal .match .heim img {
    height: 11vw !important;
  }
  .home .matchCenter.pokal .match .auswaerts img {
    height: 11vw !important;
  }
  .home .matchCenter.pokal .match .ergebnis {
    font-size: 7vw !important;
  }
  .home .matchCenter.pokal .top {
    top: 5vw !important;
  }
  .home .matchCenter.pokal .ansage {
    top: 44vw !important;
    font-size: 22px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 50vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .home .matchCenter.pokal .nextGame {
    width: 80vw !important;
    top: 11vw !important;  
  }
  .home .matchCenter.pokal .nextGame h1 {
    font-size: 4vw !important;
  }
  .home .matchCenter.pokal .match {
    width: 50vw !important;
    top: 28vw !important;
  }
  .home .matchCenter.pokal .match .heim img.logo {
    height: 12vw !important;
  }
  .home .matchCenter.pokal .match .auswaerts img.logo {
    height: 12 !important;
  }
  .home .matchCenter.pokal .match .ergebnis {
    font-size: 7vw !important;
  }
  .home .matchCenter.pokal .top {
    top: 5vw !important;
  }
  .home .matchCenter.pokal .ansage {
    top: 44vw !important;
    font-size: 22px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 50vw !important;
  }
}

@media screen and (max-width: 1000px) {
  .home .matchCenter.pokal .nextGame {
    width: 80vw !important;
    top: 13vw !important;  
  }
  .home .matchCenter.pokal .nextGame h1 {
    font-size: 4vw !important;
  }
  .home .matchCenter.pokal .match {
    width: 70vw !important;
    top: 32vw !important;
  }
  .home .matchCenter.pokal .match .heim img.logo {
    height: 15vw !important;
  }
  .home .matchCenter.pokal .match .auswaerts img.logo {
    height: 15vw !important;
  }
  .home .matchCenter.pokal .match .ergebnis {
    font-size: 9vw !important;
  }
  .home .matchCenter.pokal .top {
    top: 5vw !important;
  }
  .home .matchCenter.pokal .ansage {
    top: 51vw !important;
    font-size: 22px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 61vw !important;
  }
}

@media screen and (max-width: 750px) {
  .home .matchCenter.pokal .nextGame {
    width: 80vw !important;
    top: 13vw !important;  
  }
  .home .matchCenter.pokal .nextGame h1 {
    font-size: 4vw !important;
  }
  .home .matchCenter.pokal .match {
    width: 70vw !important;
    top: 35vw !important;
  }
  .home .matchCenter.pokal .match .heim img.logo {
    height: 150px !important;
  }
  .home .matchCenter.pokal .match .auswaerts img.logo {
    height: 150px !important;
  }
  .home .matchCenter.pokal .match .ergebnis {
    font-size: 80px !important;
    padding-top: 20px !important;
  }
  .home .matchCenter.pokal .top {
    top: 5vw !important;
  }
  .home .matchCenter.pokal .ansage {
    top: 62vw !important;
    width: 90vw !important;
    font-size: 22px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 73vw !important;
  }
}

@media screen and (max-width: 700px) {
  .home .matchCenter.pokal .nextGame {
    width: 80vw !important;
    top: 14vw !important;  
  }
  .home .matchCenter.pokal .nextGame h1 {
    font-size: 4vw !important;
  }
  .home .matchCenter.pokal .match {
    width: 70vw !important;
    top: 37vw !important;
  }
  .home .matchCenter.pokal .match .heim img.logo {
    height: 130px !important;
  }
  .home .matchCenter.pokal .match .auswaerts img.logo {
    height: 130px !important;
  }
  .home .matchCenter.pokal .match .ergebnis {
    font-size: 80px !important;
    padding-top: 10px !important;
  }
  .home .matchCenter.pokal .top {
    top: 5vw !important;
  }
  .home .matchCenter.pokal .ansage {
    top: 65vw !important;
    width: 90vw !important;
    font-size: 22px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 82vw !important;
  }
}

@media screen and (max-width: 580px) {
  .home .matchCenter.pokal .nextGame {
    width: 90vw !important;
    top: 15vw !important;  
  }
  .home .matchCenter.pokal .nextGame h1 {
    font-size: 28px !important;
    padding-left: 0 !important;
  }
  .home .matchCenter.pokal .match {
    width: 72vw !important;
    top: 43vw !important;
  }
  .home .matchCenter.pokal .match .heim img.logo {
    height: 120px !important;
  }
  .home .matchCenter.pokal .match .auswaerts img.logo {
    height: 120px !important;
  }
  .home .matchCenter.pokal .match .ergebnis {
    font-size: 60px !important;
    padding-top: 30px !important;
  }
  .home .matchCenter.pokal .top {
    top: 5vw !important;
  }
  .home .matchCenter.pokal .ansage {
    top: 72vw !important;
    width: 90vw !important;
    font-size: 22px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 90vw !important;
  }
}

@media screen and (max-width: 420px) {
  .home .matchCenter.pokal .nextGame {
    width: 90vw !important;
    top: 16vw !important;  
  }
  .home .matchCenter.pokal .nextGame h1 {
    font-size: 28px !important;
    padding-left: 0 !important;
  }
  .home .matchCenter.pokal .match {
    width: 70vw !important;
    top: 46vw !important;
  }
  .home .matchCenter.pokal .match .heim img.logo {
    height: 100px !important;
  }
  .home .matchCenter.pokal .match .auswaerts img.logo {
    height: 100px !important;
  }
  .home .matchCenter.pokal .match .ergebnis {
    font-size: 40px !important;
    padding-top: 30px !important;
  }
  .home .matchCenter.pokal .top {
    top: 5vw !important;
  }
  .home .matchCenter.pokal .ansage {
    top: 76vw !important;
    width: 90vw !important;
    font-size: 16px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 95vw !important;
  }
  .home .matchCenter.pokal .manOfTheMatch .button {
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 3px 5px !important;
    height: 30px !important;
  }  
}

@media screen and (max-width: 360px) {
  .home .matchCenter.pokal .ansage {
    top: 79vw !important;
    width: 90vw !important;
    font-size: 16px !important;
  }
  .home .matchCenter.pokal .manOfTheMatch {
    top: 98vw !important;
  }
}



.home .sponsor a:nth-of-type(3),
.home .sponsor a:nth-of-type(4),
.home .sponsor a:nth-of-type(5) {
  margin-top: 100px;
  display: block;
}




