/* UEAPP Shortcode - CSS */
.ueapp-menu {
    list-style: none;
}
.ueapp-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;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#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: 80px;
  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;
}
#spieler-detail .spieler-image,
#spieler-detail .spieler-info {
  display: block;
  float: left;
}
#spieler-detail .spieler-info {
  width: 70%;
  margin: 0;
  padding: 5px 0;
}
#spieler-detail .sp-info-box {
  display: block;
  width: 30%;
  margin: 1.5%;
  padding: 10px 0;
  float: left;
  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: 13px;
  margin: 10px 0;
  padding: 0;
  color: #288246;
  text-transform: uppercase;
}
#spieler-detail .spieler-image {
  width: 30%;
  margin: 0;
  padding: 0;
}
#andere-spieler-container {
  position: relative;
  margin: 20px 0;
  background: transparent;

}
#andere-spieler-container a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #288246;
  font-size: 13px;
  text-align: center;
}
#andere-spieler-container .green-backline {
  position: absolute;
  left: 0;
  height: 15px;
  width: 100%;
  background-color: #288246;
}
#andere-spieler-container .green-backline.one {
  top: 15%;
}
#andere-spieler-container .green-backline.two {
  top: 65%;
}
#andere-spieler-container .spieler-mini-container {
  position: relative;
  display: inline-block;
  width: 15%;
  margin: 0 2.5%;
  padding: 0;

}
#andere-spieler-container .spieler-image {
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 10px 10px 0px #288246;
  transition: all 300ms ease;
}
#andere-spieler-container a:hover > .spieler-image {
  box-shadow: 0px 0px 0px #288246;
}
#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;
}
/* Global News bearbeiten */
#global-news-bearb-area {
  position: relative;
}
.new-post-link {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
}
#global-news-bearb-area h1 {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 42px;
}
#global-news-bearb-table {
  width: 100%;
}
#global-news-bearb-table tr {
  width: 100%;
}
#global-news-bearb-table tr th {

}
#global-news-bearb-table tr th,
#global-news-bearb-table tr td {
  padding: 3px 5px ;
  border: 1px solid #ddd;
}
#global-news-bearb-table .small {
  width: 10%;
}
#global-news-bearb-table .middle {
  width: 20%;
}
#global-news-bearb-table .big {
  width: 50%;
}
#global-news-bearb-table td.small {
  text-align: center;
}
/* Global News erstellen Form */
.wpuf-el.global-news-zuweisung {

}
.wpuf-el.global-news-zuweisung .global-checkboxes {
  display: block;
}
/* Global Videos */
#global-vid-zuw-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
}
#global-vid-zuw-area .global-vid-zuw-container {
  width: 50%;
  text-align: center;
  padding: 15px;
}
#global-vid-zuw-area .global-vid-zuw-container.seite label {
  display: block;
  text-align: left;
  width: 60%;
  margin: 0 auto;
}
#global-vid-zuw-area .global-vid-zuw-container h5 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
#global-vid-zuw-area select {
  width: 60%;
  margin: 0 auto;
}



/******Responsive*******/

@media only screen and (max-width: 800px) {
	#team-member-container .team-member {
        width: 50%;
  }


}
@media only screen and (max-width: 480px) {
    #team-member-container .team-member {
        width: 100%;
    }
    #projekte-container .projekt-item {
        width: 100%;

    }


}
