/*

Holdplan /  Team schedule

*/
@media screen and (min-width:  768px ) {
  .team-schedule--hide-days-desktop .team-schedule__inner__table__header {
    display: none;
  }
  .team-schedule--hide-days-desktop .team-schedule__inner__table__main {
    border-top: none;
  }
}
.team-schedule__inner__headline {
  letter-spacing: 1px;
  font-size: 20px;
  /*font-family: "ProximaNova-Light", sans-serif;*/
  text-transform: uppercase;
  font-weight: 400;
}
.team-schedule__inner__table {
  display: flex;
  flex-direction: column;
}
.team-schedule__inner__table__header {
  display: flex;
}
.team-schedule__inner__table__header__item {
  width: 20%;
  font-weight: bold;
  vertical-align: middle;
  padding: 8px;
}
.team-schedule__inner__table__header__item--desc {
  min-width: 20%;
}
.team-schedule__inner__table__main {
  display: flex;
  border-top: 1px dashed #919090;
  border-bottom: 1px dashed #919090;
}
.team-schedule__inner__table__main__item {
  width: 20%;
  padding: 8px;
}
.team-schedule__inner__table__main__item__mobile {
  display: none;
  font-weight: bold;
  vertical-align: middle;
}
.team-schedule__inner__table__main__item__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.team-schedule__inner__table__main__item__time {
  margin-bottom: 10px;
}
.team-schedule__inner__table__main__item__trainer {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.team-schedule__inner__table__main__item--desc {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  min-width: 20%;
  
}
.team-schedule__inner__table__main__item--desc a {
  text-decoration: underline;
  color: inherit;
  transition: none;
}
.team-schedule__inner__table__main__item--desc a:hover {
  text-decoration: none;
  color: var(--accent);
}
.team-schedule__inner__premium-message {
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width:  768px ) {
  .team-schedule__inner__table {
    flex-direction: row;
    
    padding: 8px;
  }
  .team-schedule__inner__table__header {
    display: none;
  }
  .team-schedule__inner__table__main {
    width: 100%;
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }
  .team-schedule__inner__table__main__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 46px;
  }
  .team-schedule__inner__table__main__item__content {
    width: 75%;
    text-align: right;
    margin-left: 25%;
  }
  .team-schedule__inner__table__main__item__mobile {
    width: 45%;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    height: 100%;
  }
  .team-schedule__inner__table__main__item:not(:last-child) {
    border-bottom: 1px dashed #919090;
  }
  .team-schedule__inner__table__main__item--desc {
    text-align: right;
  }
}

.team-table__inner__table .team-schedule__inner__table__main__item--desc p {
  
  letter-spacing: 2px;
  margin: 0px;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.team-table__inner__table .team-schedule__inner__table__main__item--desc p a {
  padding-top: 2px;
  font-size: 10px;
  text-transform: uppercase;
  
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
}
.team-table__inner__table .team-schedule__inner__table__main__item--desc p a:hover {
  text-decoration: underline;
}

/*

Team table / Holdprogram

*/
.team-table__inner__table {
  display: flex;
  flex-direction: column;
  border: solid 4px #b6c8c8;
  padding: 30px;
}
.team-table__inner__table__header {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dashed #919090;
}
.team-table__inner__table__header__col {
  display: flex;
  flex-direction: column;
  width: calc(100% / 5);
  padding: 0px 20px;
  font-weight: 700;
  vertical-align: middle;
}
.team-table__inner__table__header__col-0 {
  width: 200px;
}
.team-table__inner__table__row {
  display: flex;
  flex-direction: row;
}
.team-table__inner__table__row:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.team-table__inner__table__row__col {
  display: flex;
  flex-direction: column;
  width: calc(100% / 5);
  padding: 8px;
}
.team-table__inner__table__row__col__day {
  font-weight: 700;
  vertical-align: middle;
  display: none;
}
.team-table__inner__table__row__col-0 {
  width: 200px;
  padding: 8px;
}
.team-table__inner__table__row__col-0 p {
  
  letter-spacing: 2px;
  margin: 0px;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.team-table__inner__table__row__col-0 a {
  padding-top: 2px;
  font-size: 10px;
  text-transform: uppercase;
  
  color: var(--accent);
  font-weight: 700;
}
.team-table__inner__table__row__col__class {
  display: flex;
  flex-direction: column;
}
.team-table__inner__table__row__col__class__teacher {
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.team-table__inner__table__row-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  width: 100%;
}
@media screen and (max-width:  768px ) {
	

  .team-table__inner__table {
    display: flex;
    flex-direction: column;
    border: solid 4px #b6c8c8;
    padding: 15px;
  }
  .team-table__inner__table__header {
    display: none;
  }
  .team-table__inner__table__row {
    flex-direction: column;
    padding: 8px;
    border: 1px solid #c0b1a2;
    margin-bottom: 8px;
  }
  .team-table__inner__table__row:not(:last-child) {
    border-bottom: 1px solid #c0b1a2;
  }
  .team-table__inner__table__row .team-table__inner__table__row__col-0 {
    flex-direction: column;
  }
  .team-table__inner__table__row__col {
    flex-direction: row;
    width: 100%;
    margin-bottom: 6px;
  }
  .team-table__inner__table__row__col-0 p {
    margin-left: auto;
    margin-bottom: 0;
  }
  .team-table__inner__table__row__col-0 a {
    margin-left: auto;
    margin-bottom: 0;
  }
  .team-table__inner__table__row__col:not(:last-child) {
    border-bottom: 1px dotted #c0b1a2;
  }
  .team-table__inner__table__row__col__class__container {
    text-align: right;
    width: 100%;
  }
  .team-table__inner__table__row__col__day {
    display: block;
    width: 100px;
  }
  .team-table__inner__table__row-bottom {
    border: none;
  }
}