/*OTP Menu Shortcode - Horizontal, no Bullets*/
.otp-menu {
    list-style: none;
}
.otp-menu li {
    display: inline-block;
    padding: 0;
    margin: 0 15px;
}
/*Header Ticker*/
#wrapper .spt-box {
  top: 30px;
}
/*Team Member Shortcode*/
#team-member-container {
    width: 100%;
    min-height: 50px;

}
#team-member-container .team-member {
    width: 20%;
    padding: 20px;
    display: inline-grid;

}
#team-member-container .team-back-image {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}
#team-member-container .team-title-layer {
    width: 100%;
    height: 100%;
    background-color: #fff;
	margin-top: 5px;
	border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#team-member-container h6 {
    display: inline-block;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 19px;
    color: #333;
    text-align: center;

}
#team-member-container p {
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}
/*Team Member Detail*/
#spieler-detail {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
#spieler-detail .previus-spieler-link {
  position: absolute;
  top: 0;
  left: 0;
}
#spieler-detail .next-spieler-link {
  position: absolute;
  top: 0;
  right: 0;
}
.detail-titel {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px 0;
  font-size: 32px;
}
#spieler-detail .spieler-image,
#spieler-detail .spieler-info {
  display: block;
  float: left;
}
#spieler-detail .spieler-info {
  width: 70%;
  margin: 80px 0 0 0;
  padding: 5px 0;
}
#spieler-detail .sp-info-box {
  display: inline-grid;
  width: 30%;
  min-height: 120px;
  margin: 1.5%;
  padding: 10px 0;
  background-color: #eee;
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
  border-radius: 10px;
}
#spieler-detail .spieler-info h2 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 12px 0;
  padding: 0 10px;
}
#spieler-detail .spieler-info h3 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0;
  color: #575756;
  text-transform: uppercase;
}
#spieler-detail .spieler-image {
  width: 30%;
  margin: 0;
  padding: 0;
}
/*Übersicht klein*/
#andere-spieler-container {
  position: relative;
  margin: 20px 0;
  background: transparent;

}
#andere-spieler-container a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #575756;
  font-size: 13px;
  text-align: center;
}
/*Übersicht klein*/
#andere-spieler-container .spieler-mini-container {
  position: relative;
  display: inline-block;
  width: 15%;
  margin: 0 2.5%;
  padding: 0;
}
#andere-spieler-container .spieler-mini-container .green-backline {
  position: absolute;
  left: 0;
  top: 30%;
  height: 15px;
  width: 140%;
  background-color: #575756;
  z-index: -1;
}
#andere-spieler-container .spieler-image {
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 10px 10px 0px #575756;
  transition: all 300ms ease;
}
#andere-spieler-container a:hover > .spieler-image {
  box-shadow: 0px 0px 0px #575756;
}
#andere-spieler-container .spieler-name {

}
#andere-spieler-container .spieler-name p {
  margin: 20px 0;
  font-weight: bold;
}
/*Leistungen Shortcode*/
#leistungen-container {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    min-height: 50px;

}
#leistungen-container .leistungen-item {
    width: 33%;
    padding: 20px;
    float: left;

}
#leistungen-container .leistungen-back-image {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
    outline: 1px solid black;
}
#leistungen-container .leistungen-back-image img {
    width: 100%;
    height: auto;
}
#leistungen-container .leistungen-back-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,0.7);
    z-index: 20;
    transition: all 0.5s ease;
}
#leistungen-container .leistungen-back-image h6 {
    width: 100%;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -55px 0 0 0;
    padding: 0;
    font-size: 55px;
    line-height: 55px;
    z-index: 30;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}
#leistungen-container .leistungen-back-image p {
    opacity: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
    padding: 10px 20px 0 20px;
    font-size: 12px;
    line-height: 16px;
    z-index: 30;
    color: #fff;
    text-align: left;

}
#leistungen-container .leistungen-back-image:hover > h6 {
    top: 20px;
    margin: 0;
    transition: all 0.5s ease;
}
#leistungen-container .leistungen-back-image:hover > p {
    opacity: 1;
    transition: all 0.5s ease;
}
/*Projekte Shortcode*/
#projekte-container {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    min-height: 50px;

}
#projekte-container .projekt-item {
    width: 33%;
    padding: 20px;
   display: inline-block;

}
#projekte-container .projekt-back-image {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
    outline: 1px solid black;
}
#projekte-container .projekt-back-image img {
    width: 100%;
    height: auto;
}
#projekte-container .projekt-back-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,0.7);
    z-index: 20;
    transition: all 0.5s ease;
}
#projekte-container .projekt-back-image h6 {
    width: 100%;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -55px 0 0 0;
    padding: 0;
    font-size: 55px;
    line-height: 55px;
    z-index: 30;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}
#projekte-container .projekt-back-image p {
    opacity: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
    padding: 10px 20px 0 20px;
    font-size: 12px;
    line-height: 16px;
    z-index: 30;
    color: #fff;
    text-align: left;

}
#projekte-container .projekt-back-image:hover > h6 {
    top: 20px;
    margin: 0;
    transition: all 0.5s ease;
}
#projekte-container .projekt-back-image:hover > p {
    opacity: 1;
    transition: all 0.5s ease;
}
/************************************* WTA Ranking Page *******************************/
#wta-ranking-page {
	width: 100%;
	margin: 30px 0;
	padding: 0 20px;

}
#wta-ranking-page h2 {
	margin: 0 0 10px 15px;
	padding: 0;

}
#wta-ranking-page ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#wta-ranking-page ul li {
	margin: 0;
	padding: 5px 5px 5px 15px;
	font-size: 18px;
	line-height: 24px;
}
#wta-ranking-page ul li:nth-child(odd) {
	background-color: #e5ffe8;
}
#wta-ranking-page .quelle-text {
	margin: 15px 0;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 20px;
}
#wta-ranking-page .update-text {
	color: #008F00;
	font-weight: bold;
}
/******Responsive*******/

@media only screen and (max-width: 800px) {
	#team-member-container .team-member {
        width: 50%;
    }
}
/*Mobile Anpassungen*/
@media only screen and (max-width: 640px) {
  /*Übersicht*/
  #projekte-container .projekt-item {
      width: 100%;
  }
  #team-member-container .team-member {
      width: 100%;
  }
  #team-member-container h6 {
      margin: 20px 0 0 0;
      font-size: 20px;
      line-height: 24px;
  }
  #team-member-container p {
      height: 34px;
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 20px;
  }
  /*Übersicht klein*/
  #andere-spieler-container .spieler-mini-container .green-backline {
    display: none;
  }
  #andere-spieler-container .spieler-mini-container {
    width: 45%;
    margin: 0 2.5%;
  }
  /*Team Member Detail*/
  #spieler-detail {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #spieler-detail .previus-spieler-link {
    top: -30px;
    left: 0;
  }
  #spieler-detail .next-spieler-link {
    top: -30px;
    right: 0;
  }
  #spieler-detail .spieler-image,
  #spieler-detail .spieler-info {
    display: block;
    float: none;
  }
  #spieler-detail .spieler-info {
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }
  #spieler-detail .sp-info-box {
    display: contents;
  }
  #spieler-detail .spieler-info h2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0;
    padding: 0 10px;
  }
  #spieler-detail .spieler-info h3 {
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
    color: #575756;
    text-transform: uppercase;
  }
  #spieler-detail .spieler-image {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}