@charset "UTF-8";

/*
body > section {
  background: linear-gradient(180deg, black 0%, #231f20 50%, black 100%) !important; }
*/

/*
.fullsizeWrapper .schraegeUnten {
  border-color: transparent transparent #000 transparent !important; }
*/

.home .fullsizeWrapper .schraegeOben {
  border-color: #000 transparent transparent transparent; }

.fullsizeWrapper img {
  vertical-align: bottom !important; }

.pageHeader.standard h1 {
  padding: 50px 0 30px 50px;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  background: #000;
  margin: 0;
  color: #FFF; }

.pageHeader .fullsizeWrapper {
  margin-top: 0; }

.pageHeader .fullsizeWrapper .schraegeOben {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 100vw 0 0;
  border-color: #000 transparent transparent transparent; }

.card .card-header h3 {
  line-height: 180%;
  margin: 0; }

.card.news img {
  width: 100%; }

.card.news .text {
  padding-right: 20px !important;
  padding-bottom: 10px !important; }

.card.news a {
  color: #b88748;
  text-decoration: none; }

.card.news h3 {
  height: 90px !important; }

.card.news p {
  line-height: 30px !important;
  height: 60px !important; }

.teamfoto table {
  margin: 30px 60px;
  width: calc(100% - 120px); }

.teamfoto table tr {
  border-top: 2px solid #FFF;
  line-height: 30px;
  font-size: 24px; }

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

.teamfoto table tr:nth-of-type(odd) {
  background: #231f20; }

.teamfoto table tr:nth-of-type(even) {
  background: #151313; }

.teamfoto table td {
  padding: 10px;
  font-weight: 700; }

.teamfoto table td:nth-of-type(1) {
  width: 140px;
  padding: 10px 30px 10px 30px;
  vertical-align: middle;
  font-weight: 500; }

.kachel.gold a {
  display: block;
  height: 100%; }

.kachel.link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  padding: 0;
  border-radius: 5px; }

.kachel.link img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0; }

.kachel.link .text {
  padding: 30px 20px; }

.kachel.link a {
  color: #000;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase; }

.kachel.link a i {
  color: #b88748;
  margin: 0 20px 0 0; }

.card.person {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.card.person.zugang {
  background: #8fe383; }

.card.person.abgang {
  background: #e3585d; }

.card.person img {
  border-radius: 5px 5px 0 0;
  width: 100%; }

.card.person .text {
  padding: 20px; }

.card.person .name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000; }

.card.person .position {
  display: block;
  font-size: 20px;
  color: #000; }

.card.person.zugang .text,
.card.person.abgang .text {
  padding: 20px 20px 20px 80px;
  position: relative; }

.spielerPage .fullsizeWrapper {
  margin-top: 0; }

.tx-felogin-pi1 label {
  width: 110px;
  display: inline-block; }

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password] {
  border: 2px solid #b88748;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 0px 0 10px 0;
  width: 150px; }

.tx-felogin-pi1 input[type=submit] {
  background: #FFF;
  border: 2px solid #b88748;
  border-radius: 5px;
  padding: 4px 10px;
  margin: 5px 0 0 115px;
  color: #b88748;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  width: 150px; }

.tx-felogin-pi1 a {
  font-size: 16px; }

/* News */
.home .fullsizeWrapper.news h2 {
  max-width: 60vw;
  line-height: 4.3vw; }

.home .fullsizeWrapper.news a {
  color: #FFF; }

.card.news {
  border-radius: 5px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%; }

.card.news h3,
.home .moreNews .card.news h3 {
  margin: 0;
  height: auto;
  min-height: 60px; }

.card.news {
  border-radius: 5px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%; }

.card.news .oldNewsImage {
  padding: 12.5% 0; }

.page-navigation ul li:before {
  content: none; }

.page-navigation li {
  color: #FFF;
  font-size: 20px; }

.page-navigation li a {
  color: #FFF; }

.categories {
  text-align: center;
  margin: 30px 0; }

.categories ul li:before {
  content: none; }

.categories ul li {
  display: inline-block;
  margin: 0 8px 16px 8px; }

.categories ul li a {
  border: 1px solid #FFF;
  text-decoration: none;
  border-radius: 20px;
  padding: 0 30px;
  color: #b88748;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 20px;
  min-width: 155px; }

.categories ul li a:hover,
.categories ul li a.active {
  background: #FFF; }

/* News Übersicht */
.pageNews .pageHeader {
  background: #000; }

.pageNews .fullsizeWrapper.news {
  margin: 50px 0 0 0; }

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

.pageNews .fullsizeWrapper.news .headline a h2,
.pageNews .fullsizeWrapper.news .headline a {
  color: #FFF;
  text-decoration: none; }

.pageNews .fullsizeWrapper.news img {
  display: inline-block;
  vertical-align: bottom; }
/*
.pageNews .fullsizeWrapper.news .schraegeUnten.rot {
  border-color: transparent transparent #231f20 transparent; }
*/

/* Einzel News */
.newsSingle .article .header {
  position: relative;
  margin-bottom: 100px; }

.newsSingle .article .header h1 {
  position: absolute;
  bottom: -50px;
  z-index: 100;
  left: 5vw;
  transform: rotate(-2.2deg);
  background: #c4161c;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 3vw;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 50vw; }

.newsSingle .article h2 {
  color: #b88748;
  font-size: 40px; }

.pageFans .tx-dce-container {
  margin: 0 0 150px 0; }

.pagePresse .tx-felogin-pi1 h3 {
  display: none; }





.newsSingle .fullsizeWrapper img:nth-of-type(1) {
  display: block;
}
.newsSingle .fullsizeWrapper img:nth-of-type(2) {
  display: none;
}

@media only screen and (max-width: 850px) {
  .newsSingle .fullsizeWrapper img:nth-of-type(1) {
    display: none;
  }
  .newsSingle .fullsizeWrapper img:nth-of-type(2) {
    display: block;
  }

  .newsSingle .fullsizeWrapper picture img:nth-of-type(1) {
    display: block;
  }
}



.pageNews .fullsizeWrapper img:nth-of-type(1) {
  display: inline-block;
}
.pageNews .fullsizeWrapper img:nth-of-type(2) {
  display: none;
}

@media only screen and (max-width: 850px) {
  .pageNews .fullsizeWrapper img:nth-of-type(1) {
    display: none;
  }
  .pageNews .fullsizeWrapper img:nth-of-type(2) {
    display: inline-block;
  }
  
  .pageNews .fullsizeWrapper picture img:nth-of-type(1) {
    display: block;
  }
}



.spielerPage .fullsizeWrapper:nth-of-type(1) {
  display: block;
}

.spielerPage .fullsizeWrapper:nth-of-type(2) {
  display: none;
}

@media only screen and (max-width: 960px) {
  .spielerPage .fullsizeWrapper:nth-of-type(1) {
    display: none;
  }
  .spielerPage .fullsizeWrapper:nth-of-type(2) {
    display: block;
  }

}






.spielerPage .fullsizeWrapper img {
  border-radius: 0 !important;
}

.home .pageHeader .glide img.mobile {
  display: none;
}

@media only screen and (max-width: 960px) {
  .home .pageHeader .glide img.fullsize.desktop {
    display: none;
  }
  .home .pageHeader .glide img.fullsize.mobile {
    display: block;
  }
}



.home .fullsizeWrapper.news img:nth-of-type(1) {
  display: block;
}
.home .fullsizeWrapper.news img:nth-of-type(2) {
  display: none;
}

@media only screen and (max-width: 960px) {
  .home .fullsizeWrapper.news img:nth-of-type(1) {
    display: none;
  }
  .home .fullsizeWrapper.news img:nth-of-type(2) {
    display: block;
  }
  
  .home .fullsizeWrapper.news picture img:nth-of-type(1) {
    display: block;
  }
}

header nav.sub.show {
  display: block !important;
  -webkit-animation: fadeInFromNone 0.7s ease-out;
  -moz-animation: fadeInFromNone 0.7s ease-out;
  -o-animation: fadeInFromNone 0.7s ease-out;
  animation: fadeInFromNone 0.7s ease-out; 
}




@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
    
.pageKontakt div.input {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0; }

.pageKontakt input,
.pageKontakt textarea {
  width: 300px;
  padding: 5px; }

.pageKontakt .frame-type-form_formframework .actions {
  margin: 40px 0 0 0; }

.pageKontakt .actions button {
  border: 2px solid #b88748;
  width: 300px;
  padding: 5px 0;
  color: #b88748;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

#kontakt-688-message {
  margin-top: 28px; }
  
  

.frame-type-form_formframework div.input {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
  outline: none;
  box-shadow: none;
}
  
.frame-type-form_formframework label {
  font-size: 20px;
}


.frame-type-form_formframework input,
.frame-type-form_formframework textarea,
.frame-type-form_formframework select {
  width: 90%;
  padding: 5px;
  outline: none;
  font-size: 16px;
}
  
  
.frame-type-form_formframework .actions {
  margin: 20px 0 0 0; }
  
.frame-type-form_formframework .actions button {
  border: 2px solid #b88748;
  width: 90%;
  padding: 5px 0;
  color: #b88748;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
  
  
  
  
  

.home .tabelleTermine {
  display: none; }


.matchCenterPage .button.momOpen {
  color: #b88748;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px auto; }

.home .aufstiegRathaus .banner {
  top: 300px; }

.innerRathaus .banner {
  margin: 0 auto;
  left: 0;
  right: 0; }

.innerRathaus a {
  display: block;
  width: 100%; }

A[href=""], A[href="#"] {
  display: none; }

@media screen and (max-width: 770px) {
  .home .bar.goldblack .inner {
    display: none !important; } }
@media only screen and (max-width: 540px) {
  .fullsizeWrapper.news h2 {
    padding: 10px 20px; } }
@media screen and (max-width: 450px) {
  .matchCenterPage .tab-links li {
    line-height: 30px;
    margin-bottom: 5px; }

  .matchCenterPage .tab-links li.active {
    margin: 0 0.5% 5px 0.5%; }

  ul.tab-links li:first-child {
    margin-bottom: 5px; } }
@media screen and (max-width: 769px) {
  .home .fullsizeWrapper .schraegeUnten.rot {
    border-color: transparent transparent #c4161c transparent !important; } }
.dce a.button {
  color: #b88748;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding: 0 20px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border: 2px solid #b88748;
  margin: 20px auto;
  min-width: 170px;
  padding: 0 35px; }

.dce a.button i {
  padding-right: 5px; }

.dce a.button:hover, a.button.back:hover {
  background: #000; }

button {
  cursor: pointer;
  border-radius: 5px; }

@media only screen and (max-width: 1220px) {
  .kachel.gold img {
    width: 55%;
    max-height: 11vw; }

  .kachel.gold p {
    line-height: 30px; } }
@media only screen and (max-width: 500px) {
  .kachel.gold img {
    max-height: 17vw; } }

/*# sourceMappingURL=robert.css.map */



.card.infobox .right {
  padding-left: 15px;
}








.matchCenterPage #nextmatchinfo .match,
.matchCenterPage #nextmatchinfo .match ul {
  width: 800px !important;
}



#nextmatchinfo .match,
#nextmatchinfo .match ul {
  width: 802px !important;
}
#nextmatchinfo .match > div,
#nextmatchinfo .match > ul li {
  position: relative;
  height: 280px !important;
  width: 280px !important;
  display: inline-block !important;
}
#nextmatchinfo .match .ergebnis,
#nextmatchinfo .match .vs {
  width: 240px !important;
}
.matchCenter .match .ergebnis .aktuell {
  font-size: 140px;
}
#nextmatchinfo .match img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
}

@media screen and (max-width: 1800px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 702px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 230px !important;
    width: 230px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 240px !important;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 140px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 602px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 200px !important;
    width: 200px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 200px!important;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 130px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 502px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 170px !important;
    width: 170px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 160px !important;
    padding-top: 2%;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 120px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 442px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 150px !important;
    width: 150px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 140px !important;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 100px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 402px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 130px !important;
    width: 130px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 140px !important;
    padding-top: 4%;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 90px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 352px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 110px !important;
    width: 110px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 130px !important;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 70px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 282px !important;
    top: 140px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 100px !important;
    width: 100px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 80px !important;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 50px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  #nextmatchinfo .match,
  #nextmatchinfo .match ul {
    width: 242px !important;
    top: 140px !important;
  }
  #nextmatchinfo .match > div,
  #nextmatchinfo .match > ul li {
    height: 80px !important;
    width: 80px !important;
  }
  #nextmatchinfo .match .ergebnis,
  #nextmatchinfo .match .vs {
    width: 80px !important;
  }
  .matchCenter .match .ergebnis .aktuell {
    font-size: 50px;
  }
  #nextmatchinfo .match img {
    height: auto;
    width: 100%;
  }
}





@media screen and (max-width: 550px) {
  .matchCenterPage .match {
    width: 242px !important;
    top: 250px !important;
  }
  .matchCenterPage .match > div,
  .matchCenterPage .match > ul li {
    height: 80px !important;
    width: 80px !important;
  }
  .matchCenterPage .match .ergebnis,
  .matchCenterPage .match .vs {
    width: 80px!important;
  }
  .matchCenterPage .matchCenter .match .ergebnis .aktuell {
    font-size: 50px;
  }
  .matchCenterPage .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .matchCenterPage .matchCenter .spielzeit {
    top: 210px;
  }
  .matchCenterPage .match {
    top: 260px !important;
  }
}

@media screen and (max-width: 350px) {
  .matchCenterPage .match {
    width: 192px !important;
    top: 250px !important;
  }
  .matchCenterPage .match > div,
  .matchCenterPage .match > ul li {
    height: 60px !important;
    width: 60px !important;
  }
  .matchCenterPage .match .ergebnis,
  .matchCenterPage .match .vs {
    width: 70px!important;
  }
  .matchCenterPage .matchCenter .match .ergebnis .aktuell {
    font-size: 40px;
  }
  .matchCenterPage .match img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 310px) {
  .matchCenterPage .match {
    top: 240px !important;
  }
}














.matchCenterPage #nextmatchinfo .match {
  position: absolute;
  top: 15vw;
}
.matchCenterPage #nextmatchinfo h1 {
  font-size: 50px;
}

@media screen and (max-width: 1900px) {
  .matchCenterPage #nextmatchinfo .match,
  .matchCenterPage #nextmatchinfo .match ul {
    width: 800px !important;
  }
}

@media screen and (max-width: 1500px) {
  .matchCenterPage #nextmatchinfo .match {
    top: 20vw;
  }
  .matchCenterPage #nextmatchinfo .match,
  .matchCenterPage #nextmatchinfo .match ul {
    width: 600px !important;
  }
}
@media screen and (max-width: 1400px) {
  .matchCenterPage #nextmatchinfo .match {
    top: 24vw;
  }
}
@media screen and (max-width: 1000px) {
  .matchCenterPage #nextmatchinfo .match {
    top: 26vw;
  }
}
@media screen and (max-width: 900px) {
  .matchCenterPage #nextmatchinfo h1 {
    font-size: 40px;
  }
  .matchCenterPage #nextmatchinfo .match {
    top: 30vw;
  }
}
@media screen and (max-width: 800px) {
  .matchCenterPage #nextmatchinfo .match,
  .matchCenterPage #nextmatchinfo .match ul {
    width: 400px !important;
  }
}
@media screen and (max-width: 600px) {
  .matchCenterPage #nextmatchinfo h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .matchCenterPage #nextmatchinfo h1 {
    font-size: 30px;
  }
  .matchCenterPage #nextmatchinfo .match,
  .matchCenterPage #nextmatchinfo .match ul {
    width: 380px !important;
  }
  .matchCenterPage #nextmatchinfo .match {
    top: 40vw !important;
  }
}
@media screen and (max-width: 400px) {
  .matchCenterPage #nextmatchinfo h1 {
    font-size: 21px;
  }
  .matchCenterPage #nextmatchinfo .match,
  .matchCenterPage #nextmatchinfo .match ul {
    width: 280px !important;
  }
}
@media screen and (max-width: 400px) {
  .matchCenterPage #nextmatchinfo .match {
    top: 45vw !important;
  }
}
@media screen and (max-width: 340px) {
  .matchCenterPage #nextmatchinfo h1 {
    font-size: 20px;
  }
}



















@media screen and (max-width: 1200px) {  
  .home .matchCenter .matchFooter .button {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1100px) { 
  .home .matchCenter .matchFooter {
    bottom: 100px;
  }
}
@media screen and (max-width: 960px) { 
  .home .matchCenter .matchFooter {
    bottom: auto;
    top: 70vw;
  }
}
@media screen and (max-width: 700px) { 
  .home .matchCenter .matchFooter {
    bottom: 100px;
    top: auto;
  }
}
@media screen and (max-width: 580px) {
  .home .matchCenter #nextmatchinfo {
    top: 12vw;
  }
  .home .matchCenter #nextmatchinfo .match {
    margin: 0 auto;
  }
  .home .matchCenter #nextmatchinfo .match .vs {
    margin: 0;
  }
  .home .matchCenter .matchFooter {
    bottom: 10px;
    top: auto;
  }
}
@media screen and (max-width: 400px) {
  .home .matchCenter .matchFooter .button {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 80%;
  }
}
@media screen and (max-width: 300px) {
  .home .matchCenter .matchFooter .button {
    width: 70%;
  }
}








@media screen and (max-width: 800px) {
  .home .aufstiegRathaus .banner {
    width: 70vw;
  }
}
@media screen and (max-width: 500px) {
  .home .aufstiegRathaus .banner {
    width: 80vw;
  }
}
@media screen and (max-width: 500px) {
  .home .aufstiegRathaus .banner {
    width: 80vw; 
  }
}







.content.meetThePlayers {
  display: block !important;
  margin-top: 10vw !important;
}
@media screen and (max-width: 1400px) {
  .content.meetThePlayers {
    margin-top: 12vw !important;
  }
}
@media screen and (max-width: 880px) {
  .content.meetThePlayers {
    margin-top: 14vw !important;
  }
}
@media screen and (max-width: 780px) {
  .content.meetThePlayers {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 400px) {
  .content.meetThePlayers {
    margin-top: 110px !important;
  }
}







.spielerSpinWrapper {
  width: 2000px;
  margin: 0 auto;
  clear: both;
}
.spielerSpin {
  width: 460px;
  height: 648px;
  margin: 20px;
  display: block;
  float: left;
  font-family: sans-serif;
}
.spielerSpin * {
  box-sizing: border-box;
}
.spielerSpin .front, .spielerSpin .back, .spielerSpin .other-front, .spielerSpin .other-back {
  position: relative;
}
.spielerSpin .front, .spielerSpin .other-front {
  background-color: #ccc;
}
.spielerSpin .back, .spielerSpin .other-back {
  background-color: #000;
  color: #FFF;
}
.spielerSpin .back .overlay {
  padding: 0 0 0 32px;
  position: absolute;
  top: 420px;
  left: 0;
  width: 100%;
  height: 228px;
}
.spielerSpin .front img,
.spielerSpin .back img {
  width: 100%;
}
.spielerSpin .back p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #FFF;
}
.spielerSpin .back .social {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.spielerSpin .back .social a {
  color: #FFF;
  font-size: 20px;
  margin: 0 0 0 10px;
}
.spielerSpin .back .social a .icon {
  width: auto;
  height: auto;
}


@media screen and (max-width: 2200px) {
  .spielerSpinWrapper {
    width: 1800px;
    margin: 0 auto;
  }
  .spielerSpin {
    width: 430px;
    height: 606px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 32px;
    top: 390px;
    height: 220px;
  }
  .spielerSpin .back p {
    font-size: 16px;
    line-height: 23px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 20px;
    margin: 0 0 0 10px;
  }
}


@media screen and (max-width: 1800px) {
  .spielerSpinWrapper {
    width: 1500px;
    margin: 0 auto;
  }
  .spielerSpin {
    width: 350px;
    height: 493px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 25px;
    top: 320px;
    height: 180px;
  }
  .spielerSpin .back p {
    font-size: 13px;
    line-height: 17px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 15px;
    margin: 0 0 0 10px;
  }
}


@media screen and (max-width: 1500px) {
  .spielerSpinWrapper {
    width: 1280px;
  }
  .spielerSpin {
    width: 300px;
    height: 423px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 20px;
    top: 272px;
    height: 158px;
  }
  .spielerSpin .back p {
    font-size: 13px;
    line-height: 16px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}


@media screen and (max-width: 1300px) {
  .spielerSpinWrapper {
    width: 1100px;
  }
  .spielerSpin {
    width: 346px;
    height: 487px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 24px;
    top: 315px;
    height: 177px;
  }
  .spielerSpin .back p {
    font-size: 13px;
    line-height: 17px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 15px;
    margin: 0 0 0 10px;
  }
}


@media screen and (max-width: 1200px) {
  .spielerSpinWrapper {
    width: 1000px;
  }
  .spielerSpin {
    width: 312px;
    height: 440px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 22px;
    top: 282px;
    height: 165px;
  }
  .spielerSpin .back p {
    font-size: 12px;
    line-height: 17px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 15px;
    margin: 0 0 0 10px;
  }
}


@media screen and (max-width: 1050px) {
  .spielerSpinWrapper {
    width: 800px;
  }
  .spielerSpin {
    width: 380px;
    height: 535px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 27px;
    top: 347px;
    height: 194px;
  }
  .spielerSpin .back p {
    font-size: 14px;
    line-height: 18px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 18px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 850px) {
  .spielerSpinWrapper {
    width: 600px;
  }
  .spielerSpin {
    width: 280px;
    height: 394px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 20px;
    top: 255px;
    height: 148px;
  }
  .spielerSpin .back p {
    font-size: 11px;
    line-height: 15px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 650px) {
  .spielerSpinWrapper {
    width: 550px;
  }
  .spielerSpin {
    width: 254px;
    height: 358px;
    margin: 10px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 17px;
    top: 231px;
    height: 136px;
  }
  .spielerSpin .back p {
    font-size: 11px;
    line-height: 14px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 580px) {
  .spielerSpinWrapper {
    width: 500px;
  }
  .spielerSpin {
    width: 240px;
    height: 338px;
    margin: 5px;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 17px;
    top: 217px;
    height: 130px;
  }
  .spielerSpin .back p {
    font-size: 10px;
    line-height: 13px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 520px) {
  .spielerSpinWrapper {
    width: 400px;
  }
  .spielerSpin {
    width: 400px;
    height: 563px;
    margin: 0 0 20px 0;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 29px;
    top: 363px;
    height: 205px;
  }
  .spielerSpin .back p {
    font-size: 15px;
    line-height: 20px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 19px;
    margin: 0 0 0 10px;
  }
}


@media screen and (max-width: 420px) {
  .spielerSpinWrapper {
    width: 380px;
  }
  .spielerSpin {
    width: 380px;
    height: 536px;
    margin: 0 0 20px 0;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 26px;
    top: 346px;
    height: 196px;
  }
  .spielerSpin .back p {
    font-size: 14px;
    line-height: 19px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 18px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .spielerSpinWrapper {
    width: 350px;
  }
  .spielerSpin {
    width: 350px;
    height: 493px;
    margin: 0 0 20px 0;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 24px;
    top: 320px;
    height: 180px;
  }
  .spielerSpin .back p {
    font-size: 13px;
    line-height: 17px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}


@media screen and (max-width: 360px) {
  .spielerSpinWrapper {
    width: 320px;
  }
  .spielerSpin {
    width: 320px;
    height: 448px;
    margin: 0 0 20px 0;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 22px;
    top: 293px;
    height: 164px;
  }
  .spielerSpin .back p {
    font-size: 13px;
    line-height: 16px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 330px) {
  .spielerSpinWrapper {
    width: 300px;
  }
  .spielerSpin {
    width: 300px;
    height: 423px;
    margin: 0 0 20px 0;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 21px;
    top: 275px;
    height: 158px;
  }
  .spielerSpin .back p {
    font-size: 12px;
    line-height: 15px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 310px) {
  .spielerSpinWrapper {
    width: 280px;
  }
  .spielerSpin {
    width: 280px;
    height: 394px;
    margin: 0 0 20px 0;
  }
  .spielerSpin .back .overlay {
    padding: 0 0 0 19px;
    top: 255px;
    height: 148px;
  }
  .spielerSpin .back p {
    font-size: 12px;
    line-height: 15px;
  }
  .spielerSpin .back .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}

.spielerSpin .back .social a .icon {
  width: auto;
  height: auto;
}





.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}





.center.banner {
  display: block;
  margin: 0 auto;
}







.teams {
  width: 100%;
}
.teams ul {
  width: 190px;
}
.teams ul li {
  width: 40px;
  display: inline-block;
}

.teams:after,
.teams ul:after {
  content: "";
  display: block;
  clear: both;
}

.nachwuchs .right {
  width: 60%;
}








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





.input {
  height: auto;
}
.gruppenangeboteIntro .content {
  max-width: 900px;
}