<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zw_spielerliste {
  width: 100%;
  display: block;
  float: left;
}
.zw_spielerliste_spieler {
  transform: scale(1);
  opacity: 1;
  width: 15.66%;
  margin: 0.5%;
  display: block;
  float: left;
  background: #fff;
  transition: all 0.3s ease, margin 0s ease;
}
.zw_spielerliste_spieler:hover {
  background: #e6e6e6;
}
/* .zw_spielerliste_spieler:nth-child(6n) { margin-right:0; } */
.zw_spielerliste_spieler_image {
  line-height: 0;
  position: relative;
}
.zw_spielerliste_spieler_text {
  padding: 10px;
  text-align: center;
}
.zw_spielerliste_spieler_nr {
  display: inline-block;
  font-family: 'WickedGrit';
  color: #3b7f8a;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 5px;
  padding: 5px;
  line-height: 32px;
}
.zw_spielerliste_spieler_text h3 {
  font-size: 14px;
  font-size: 0.777rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
  text-align: center;
}
.zw_spielerliste_spieler_text h4 {
  font-size: 14px;
  font-size: 0.777rem;
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  color: #9c9c9c;
}
.zw_spielerliste_spieler_text h3 span {
  display: block;
}
.zw_spielerliste_spieler.hideperson {
  transform: scale(0);
  height: 0;
  opacity: 0;
  margin: 0;
}
.zw_spieleriste_header {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.zw_spielerliste_header_text {
  position: absolute;
  left: 0;
  bottom: 20%;
  padding-top: 20px;
  float: left;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
.zw_spielerliste_header_text h1 {
  color: #fff;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.zw_spielerliste_header_text h1::after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zw_spielerliste_header_callto {
  position: absolute;
  left: 0;
  bottom: 15%;
  padding: 0;
  float: left;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
.zw_spielerliste_body {
  width: 100%;
  padding: 2rem 0 1% 0;
  float: left;
  display: block;
}
.zw_spielerportrait_header {
  width: 100%;
  height: calc(100vh - 110px);
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.zw_spielerportrait_header_text {
  position: absolute;
  left: 0;
  bottom: 0%;
  padding: 0;
  float: left;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
.zw_spielerportrait_header_textchld h1 span {
  text-align: left;
  font-size: 40px;
  font-size: 2.5rem;
  color: white;
  background-color: rgba(59, 127, 138, 0.8);
  padding: 10px 20px;
  width: auto;
  height: auto;
  line-height: 49px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.zw_spielerportrait_header_text_left,
.zw_spielerportrait_header_text_right {
  width: 50%;
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
}
.zw_spielerportrait_header_text_right {
  line-height: 0;
  text-align: left;
}
.zw_spielerportrait_header_text_left_box {
  position: absolute;
  width: 50%;
  bottom: 10%;
  text-align: left;
}
.zw_spielerportrait_header_text_left_box div {
  margin-bottom: 20px;
}
.zw_spielerportrait_header_nr {
  display: inline-block;
  font-family: 'WickedGrit';
  color: #fff;
  font-size: 112x;
  font-size: 7rem;
  text-align: left;
}
.zw_spielerportrait_header_text h1 {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 50x;
  line-height: 3.125rem;
  margin: 0;
  text-align: left;
}
.zw_spielerportrait_header_text h1 span {
  display: block;
  color: #3b7f8a;
}
.zw_spielerportrait_header_social {
  color: #fff;
}
.zw_spielerportrait_header_social .fa {
  font-size: 150%;
  margin-right: 10px;
  color: #fff;
}
.zw_spielerportrait_header_social .fa:hover {
  color: #3b7f8a;
}
.zw_spielerportrait_body {
  width: 100%;
  padding: 5% 0;
  float: left;
  display: block;
}
.zw_spielerportrait_body_stats {
  display: table-row;
}
.zw_spielerportrait_body_statsl {
  display: block;
  margin-top: 10px;
}
.zw_spielerportrait_body_stats span {
  display: table-cell;
  padding-bottom: 5px;
}
.zw_spielerportrait_body_statsl span {
  display: table-row;
  padding-bottom: 5px;
}
.zw_spielerportrait_body_stats .playerstatslabel {
  color: #3b7f8a;
  font-family: 'WickedGrit';
  padding-right: 20px;
}
.zw_spielerportrait_body_statsl .playerstatslabel {
  color: #3b7f8a;
  font-family: 'WickedGrit';
}
.zw_spielerportrait_body_stats .fa {
  font-size: 20px;
  margin-right: 10px;
}
.zw_spielerportrait_body button {
  margin-top: 20px;
}
.zw_spielerportrait_body_stats_fragen {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.playnav {
  position: absolute;
  left: 0;
  /* bottom: 0%; padding: 0;*/
  padding-top: 20px;
  float: left;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
.playnav a.playerprev .fa {
  margin-right: 10px;
}
.playnav a.playernext .fa {
  margin-left: 10px;
}
.mabtn {
  position: absolute;
  left: 0;
  bottom: 0%;
  padding: 0;
  padding-bottom: 20px;
  float: left;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
.zw_mitarbeiterportrait_header {
  width: 100%;
  height: calc(100vh - 110px);
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  position: relative;
  background-attachment: fixed;
}
.zw_mitarbeiterportrait_header_text {
  position: absolute;
  left: 0;
  top: 160px;
  padding: 0;
  float: left;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
.zw_mitarbeiterportrait_header_textchld h1 span {
  text-align: left;
  font-size: 40px;
  font-size: 2.5rem;
  color: white;
  background-color: rgba(59, 127, 138, 0.8);
  padding: 10px 20px;
  width: auto;
  height: auto;
  line-height: 49px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.zw_mitarbeiterportrait_header_text_left,
.zw_mitarbeiterportrait_header_text_right {
  width: auto;
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
}
.zw_mitarbeiterportrait_header_text_right {
  line-height: 0;
  text-align: right;
}
.zw_mitarbeiterportrait_header_text_left_box {
  position: absolute;
  width: auto;
  top: 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.zw_mitarbeiterportrait_header_text_left_box div {
  margin-bottom: 20px;
}
.zw_mitarbeiterportrait_header_nr {
  display: inline-block;
  font-family: 'WickedGrit';
  color: #fff;
  font-size: 144px;
  font-size: 9rem;
  text-align: left;
}
.zw_mitarbeiterportrait_body h1 {
  color: #000;
  font-size: 56px;
  font-size: 3.11rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 64px;
  line-height: 4rem;
  margin: 0 0 30px;
  text-align: left;
  /*text-shadow: 2px 2px 4px #000000;*/
}
.zw_mitarbeiterportrait_body h1 span {
  display: block;
  color: #3b7f8a;
  font-size: 32px;
  font-size: 2rem;
  line-height: 42px;
  line-height: 100%;
  /*text-shadow: 2px 2px 4px #00000;*/
}
.zw_mitarbeiterportrait_header_kontakt {
  margin: 0 0 30px;
}
.zw_mitarbeiterportrait_header_social,
.zw_mitarbeiterportrait_header_kontakt {
  color: #fff;
}
.zw_mitarbeiterportrait_header_social .fa,
.zw_mitarbeiterportrait_header_kontakt .fa {
  font-size: 150%;
  margin-right: 10px;
  color: #000;
}
.zw_mitarbeiterportrait_header_social .fa:hover,
.zw_mitarbeiterportrait_header_kontakt .fa:hover {
  color: #3b7f8a;
}
.zw_mitarbeiterportrait_header_social a:link,
.zw_mitarbeiterportrait_header_kontakt a:link {
  font-size: 150%;
  margin-right: 10px;
  color: #000;
}
.zw_mitarbeiterportrait_header_text_left_box div.zw_mitarbeiterportrait_header_social {
  margin-bottom: 0px;
}
.zw_mitarbeiterportrait_header_social a.btn {
  font-size: 100%;
  margin-top: 20px;
}
.zw_mitarbeiterportrait_body {
  width: 100%;
  padding: 5% 0;
  float: left;
  display: block;
}
.zw_mitarbeiterportrait_body h2 {
  margin-bottom: 20px;
}
.zw_mitarbeiterportrait_body_stats {
  display: table-row;
}
.zw_mitarbeiterportrait_body_statsl {
  display: block;
  margin-top: 10px;
}
.zw_mitarbeiterportrait_body_stats span {
  display: table-cell;
  padding-bottom: 5px;
}
.zw_mitarbeiterportrait_body_statsl span {
  display: table-row;
  padding-bottom: 5px;
}
.zw_mitarbeiterportrait_body_stats .playerstatslabel {
  color: #3b7f8a;
  font-family: 'WickedGrit';
  padding-right: 20px;
}
.zw_mitarbeiterportrait_body_statsl .playerstatslabel {
  color: #3b7f8a;
  font-family: 'WickedGrit';
}
.zw_mitarbeiterportrait_body_stats .fa {
  font-size: 20px;
  margin-right: 10px;
}
.zw_mitarbeiterportrait_body button {
  margin-top: 20px;
}
.zw_mitarbeiterportrait_body_stats_fragen {
  float: left;
  width: 100%;
  margin-top: 0px;
}
@media all and (max-width: 1340px) {
  .zw_spieleriste_header {
    width: 100%;
    height: calc(70vh - 110px);
    display: table;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .zw_mitarbeiterportrait_header {
    width: 100%;
    height: calc(70vh - 110px);
  }
  .zw_spielerliste_spieler_text {
    padding: 5px;
  }
  .zw_spielerliste_header_text h1 {
    font-size: 2rem;
    padding: 15px;
    margin: 0;
  }
  .zw_spielerliste_spieler_text h4 {
    font-size: 12px;
    font-size: 0.666rem;
  }
  .zw_spielerliste_header_text {
    bottom: 20px;
    top: auto;
  }
  .zw_spielerliste_header_callto {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  .zw_spielerliste_spieler_text h3 {
    font-size: 12px;
    font-size: 0.666rem;
  }
  .zw_spielerliste_spieler {
    width: 24%;
  }
}
@media all and (max-width: 792px) {
  .zw_mitarbeiterportrait_body h1 {
    font-size: 36px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .zw_mitarbeiterportrait_body h1 span {
    font-size: 24px;
    font-size: 1.333rem;
  }
  .zw_mitarbeiterportrait_header_social a:link,
  .zw_mitarbeiterportrait_header_kontakt a:link {
    font-size: 120%;
  }
  .zw_mitarbeiterportrait_header_social .fa,
  .zw_mitarbeiterportrait_header_kontakt .fa {
    font-size: 120%;
  }
  .zw_spieleriste_header {
    width: 100%;
    height: calc(50vh - 110px);
    display: table;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .zw_mitarbeiterportrait_header {
    width: 100%;
    height: calc(50vh - 110px);
    background-attachment: unset;
  }
  .zw_spielerliste_spieler {
    width: 32.33%;
  }
  .playnav,
  .mabtn {
    display: none;
  }
  .zw_spielerliste_header_text .sixteen.columns {
    margin-bottom: 0;
  }
}
@media all and (max-width: 520px) {
  .zw_spieleriste_header {
    width: 100%;
    height: calc(40vh - 110px);
    display: table;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .zw_spielerliste_header_text h1 {
    font-size: 1rem;
    padding: 15px;
    margin: 0;
  }
  .zw_spielerliste_spieler {
    width: 49%;
  }
}
</pre></body></html>