body, p, td, a, b, div {
  color: var(--black);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--dark);
}
p, ol, ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
img[alt="Gele kaart"],
img[alt="Rode kaart"],
img[alt="2x geel"] {
  width: 10px;
  height: 13px;
  border: 1px var(--gray) solid;
  border-radius: 2px;
  margin-bottom: 3px;
}
img[alt="Wissel"] {
  width: 13px;
  height: 13px;
  margin-bottom: 3px;
}
/*#content {
  background-color: #f9f9bf !important;
}*/
.pointer {
  cursor: pointer;
}

.z-index1100 {
  z-index: 1100;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}

.bg-mannen {
  background-color: var(--lichtblauw);
}
.bg-vrouwen {
  background-color: var(--lichtroze);
}

.img-polaroid {
  background: none;
  border: none;
  padding: 0;
}

.text-centered {
  text-align: center;
}
.text-orange {
  color: var(--orange);
}
.border-bottom-orange {
  border-bottom: 0.25rem solid var(--orange) !important;
}
.border-bottom-silver {
  border-bottom: 0.25rem solid var(--silver) !important;
}

.breuk { font-size: 1rem; margin-top: 2px!important; }
.breuk .teller { font-size: 0.65rem; vertical-align: top; margin-right: -0.1rem; }
.breuk .noemer { font-size: 0.65rem; vertical-align: bottom; margin-left: -0.1rem; }

.bg-gradient-voz {
  background-color: var(--groen);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--groen)), to(var(--donkergroen)));
  background-image: linear-gradient(180deg, var(--groen) 10%, var(--donkergroen) 100%);
  background-size: cover;
}
.bg-ryggradient {
  background-image: var(--ryggradient) !important;
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
}
.bg-gyrgradient {
  background-image: var(--gyrgradient) !important;
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
}
.inner-shadow {
  -moz-box-shadow: inset 0 0px 8px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 0px 8px 3px rgba(0,0,0,.5); /* -3px 3px 5px 0 */
   box-shadow: inset 0 0px 8px 3px rgba(0,0,0,.5); /* 0 0px 8px 3px */
 }
 .desktop {
  display: block;
 }
 .mobile {
  display: none;
 }
.sidebar-brand-text {
  color: var(--white);
}
.foto-caption {
  background-color: var(--light);
  width: 100%;
}
.foto-caption tr td img {
  width: 100%;
}
.foto-caption tr:last-child td, .foto-caption tr:last-child td span {
  padding: 5px;
  line-height: 16px !important;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.onderschrift {
  padding: 5px;
  line-height: 16px !important;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.onderschrift p {
  margin: 0 !important;
  padding: 0 !important;
}
.foto {
  font-style: italic;
  font-size: 12px;
  padding-right: 5px;
}
.table-default tr td {
  padding: 2px 5px 2px 5px !important;
}
.kader tr td {
  padding: 10px !important;
  background-color: var(--silver) !important;
  border: var(--black) 1px solid !important;
  border-radius: 5px;
}
.tr-header,
.tr-header td,
.tr-header th {
  font-weight: bold;
  font-size: 14px;
  background-color: var(--groen);
  color: var(--white) !important;
  padding: 2px 5px 0 5px !important;
  text-transform: uppercase;
}
.tr-hover:hover td,
.tr-hover:hover td a {
  background-color: var(--gray-dark);
  color: var(--white) !important;
  cursor: default;
}
.text-shadow {
  text-shadow: 1px 1px 1px var(--black);
}
.bg-geel {
  background-color: var(--yellow);
}
.bg-groen {
  background-color: var(--groen);
}
.bg-veld {
  background: rgb(109,181,67);
  background:  repeating-linear-gradient(to right,rgba(109,181,67,1),rgba(109,181,67,1) 8.35%,rgba(97,163,59,1) 8.35%,rgba(97,163,59,1) 16.7%);
}
.blauw {
  color: var(--primary) !important;
}
.geel {
  color: var(--yellow) !important;
}
.donkergrijs {
  color: var(--gray-dark) !important;
}
.grijs {
  color: var(--gray) !important;
}
.groen {
  color: var(--groen) !important;
}
.oranje {
  color: var(--orange) !important;
}
.donkeroranje {
  color: #ff6600 !important;
}
.wit {
  color: var(--white) !important;
}
.zilver {
  color: var(--silver) !important;
}
.zwart {
  color: var(--black) !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.td-centered {
  text-align: center;
}
.doorgehaald {
  text-decoration: line-through;
}
.article-single-text table {
  /*margin: 17px 0 15px 0;
  text-align: left; 
  width: 100%; verwijderd door FJT*/
  margin-left: 50px;
  max-width: 500px;
}
.article-single-text table thead tr th {
  padding-left: 30px;
  height: 46px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.article-single-text table thead tr:hover td {
  /* background: var(--groen);
  color: var(--white);
  border-color: var(--groen); verwijderd door FJT*/
}
.article-single-text table thead tr th:nth-child(even) {
  background: var(--groen);
}
.article-single-text tr td {
  padding: 0px 0px;
  /*height: 46px;*/
  border: solid #e9e9e9;
  border-width: 0 1px 1px 0;
  background: #f2f2f2;
  transition: 400ms all;
  -webkit-transition: 400ms all;
}
.article-single-text tr:nth-child(odd) td {
  background: #f7f7f7;
}
.article-single-text tr td:first-child {
  border-width: 0 1px 1px 1px;
}

.linie {
  float: left;
  /*width: calc(100% / 4);*/
  height: 260px;
}
.positie {
  float: none;
  width: 100%;
  padding: 10px 5px;
  text-align: left;
  font-size: 12px;
}
.positie .rugnummer {
  width: 33px;
  height: 25px;
  /*background-image: url(/art/icons/25/shirt-ijsselmeervogels.png);*/
  background-repeat: no-repeat;
  cursor: default;
  padding-top: 4px;
  padding-right: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: var(--white);
}
.positie .keeper {
  width: 33px;
  height: 25px;
  /*background-image: url(/art/icons/25/shirt-keeper.png);*/
  background-repeat: no-repeat;
  cursor: default;
  padding-top: 4px;
  padding-right: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: var(--white);
}
.rugnummer {
  width: 33px;
  height: 25px;
  background-image: url(/art/icons/25/shirt.png);
  background-repeat: no-repeat;
  cursor: default;
  /*padding-top: 2px;*/
  padding-right: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
.interlands {
  width: 33px;
  height: 25px;
  background-image: url(/art/icons/25/shirt-oranje.png);
  background-repeat: no-repeat;
  cursor: default;
  /*padding-top: 2px;*/
  padding-right: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
.matrix {
  border-top: 1px var(--gray) solid;
  border-left: 1px var(--gray) solid;
}
.matrix tbody tr td {
  border-right: 1px var(--gray) solid;
  border-bottom: 1px var(--gray) solid;
  text-align: center;
  color: var(--black);
  font-size: 14px;
  min-width: 37px;
}
.matrix tbody tr td:first-child {
  text-align: left;
  padding: 0 5px;
}
.matrix .xxx {
  background-color: var(--groen);
  color: var(--groen);
}
.karakteristieken {
  width: 100%;
}
.karakteristieken tbody tr td:nth-child(1) {
  padding-right: 10px;
  width: 30px;
}
.karakteristieken tbody tr td:nth-child(1) img {
  width: 20px;
  height: 20px;
}
.karakteristieken-teams tbody tr td:nth-child(1) {
  padding-right: 25px;
}
.stand tbody tr td {
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  line-height: 18px;
  /* padding-right: 10px; */
  text-align: right;
  color: var(--dark);
}
.stand tbody tr td:nth-child(1) {
  width: 20px;
}
.stand tbody tr td:nth-child(2) {
  width: 15px;
  text-align: center;
}
.stand tbody tr td:nth-child(2) img {
  margin-top: -2px;
}
.stand tbody tr td:nth-child(3) {
  min-width: 130px;
  text-align: left;
  /* text-transform: uppercase; */
}
.stand tbody tr td:nth-child(3) a {
  color: var(--dark);
  text-decoration: none;
  /* font-weight: bold; */
}
/* .stand tbody tr td:nth-child(3) span {
  font-size: 36px;
  margin-left: 10px;
} */
.stand tbody tr td:nth-child(4),
.stand tbody tr td:nth-child(7),
.stand tbody tr td:nth-child(8),
.stand tbody tr td:nth-child(10) {
  padding-right: 10px;
}.stand tbody tr td:nth-child(10) {
  padding-left: 0px;
}
.stand tbody tr td:nth-child(9) {
  padding-right: 0px;
}
.stand tbody tr td:nth-child(9):after {
  content: '-';
}
.stand tbody tr td:nth-child(4),
.stand tbody tr td:nth-child(8) {
  font-weight: bold;
}
.stand tbody tr td:nth-child(12) {
  display: block !important;
  /* margin-top: 1px; */
}
.stand tbody tr td:nth-child(13) {
  display: none !important;
}
.stand tbody tr td img {
  width: 15px;
  height: 15px;
}
.stand {
  display: block;
}
.districtsbeker-uitslagen {
  min-width: 400px;
}
.oefenen-wedstrijden,
.oefenen-uitslagen {
  /*margin-bottom: 50px;*/
  min-width: 270px;
}
.wedstrijden tbody tr td,
.beker-uitslagen tbody tr td,
.districtsbeker-uitslagen tbody tr td,
.club-wedstrijden tbody tr td,
.supercup-uitslagen tbody tr td,
.oefenen-wedstrijden tbody tr td,
.oefenen-uitslagen tbody tr td {
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  line-height: 19px;
}
.districtsbeker-uitslagen tbody tr td:nth-child(3),
.oefenen-wedstrijden tbody tr td:nth-child(3),
.oefenen-uitslagen tbody tr td:nth-child(2) {
  max-width: 20px !important;
}
.wedstrijden tbody tr td img,
.wedstrijden-klein tbody tr td img,
.beker-uitslagen tbody tr td img,
.districtsbeker-uitslagen tbody tr td img,
.oefenen-wedstrijden tbody tr td img,
.oefenen-uitslagen tbody tr td img {
  width: 15px;
  height: 15px;
  vertical-align: text-top;
  margin-top: 2px;
}
.supercup-uitslagen tbody tr td[colspan="5"] {
  color: var(--black) !important;
  background-color: #fadb30;
  padding: 0 5px;
}
.competitie-programma tr th, .competitie-programma tr td {
  padding: 5px 5px 2px 5px;
  font-size: 14px;
  line-height: 18px;
}
.competitie-programma tr th {
  color:  #fff;
  background-color: var(--groen);
  text-transform: uppercase;
}
.competitie-programma tr td img {
  margin-top: -5px;
}
.marked {
  color: var(--black);
  background-color: #fadb30;
  padding: 0 1px;
}
.geen-uitslag {
  /* padding: 0; */
  display: inherit;
  margin-left: 25px;
  font-size: 14px;
  color: var(--black);
  background-color: #fadb30;
  padding: 0 5px;
  text-align: center;
}
.beker-uitslagen-klein {
  display: none;
}
.supercup-uitslagen tbody tr td img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.bottomdotted {
  border-bottom: var(--silver) 1px solid;
}
.bottomdashed {
  border-bottom: var(--gray) 1px solid;
}
.bottomsolid {
  border-bottom: var(--gray-dark) 1px solid;
}
.clubs tbody tr td:nth-child(2) a {
  color: var(--dark);
}
.clubs tbody tr td:first-child {
  padding-right: 10px;
}
.club-tenue {
  width: 200px;
  height: 267px;
  border: 0;
}
.club-resultaat tbody tr td:first-child {
  padding-right: 20px;
}
.club-resultaat tbody tr td:nth-child(2) {
  width: 30px;
  text-align: right;
}
.wedstrijd-resultaat {
  width: 110px;
}
.wedstrijd-resultaat div {
  float: left;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border: 1px var(--gray) solid;
  border-radius: 4px;
  margin: 0 1px;
  text-align: center;
  color: var(--white);
  cursor: default;
}
.opstelling-doelpunt {
  width: 15px;
  height: 15px;
  margin: 0 0 3px 4px;
}
.clubgegevens tbody tr td {
  color: var(--dark);
}
.clubgegevens tbody tr td:nth-child(2),
.clubgegevens tbody tr td:nth-child(3) {
  text-align: center;
}
.aantaltitels tbody tr td:nth-child(2) {
  text-align: right;
}
.aantaltitels tbody tr td:nth-child(3) {
  text-align: left;
}
.elftalfoto {
  width: 500px;
  height: 333px;
  border: 1px var(--black) solid;
  border-radius: 5px;
  margin-bottom: 25px;
}
.speler-portret {
  width: 225px;
  height: 300px;
  margin-right: 10px;
  border: 1px var(--black) solid;
  border-radius: 5px;
}
.speler-gegevens tbody tr td {
  padding: 0 10px;
  color: var(--dark);
  line-height: 27px;
}
.speler-gegevens tbody tr td .rugnummer {
  width: 33px;
  height: 25px;
  /*padding-top: 2px;*/
  padding-right: 2px;
  text-align: center;
  font-size: 14px;
  color: var(--black);
}
.speler-gegevens tbody tr td .doelpunt,
.speler-gegevens tbody tr td .gele-kaart,
.speler-gegevens tbody tr td .rode-kaart {
  text-align: center;
  font-size: 14px;
  color: var(--black);
}
.speler-gegevens tbody tr td .doelpunt {
  color: var(--black);
  width: 25px;
}
.speler-gegevens tbody tr td .gele-kaart,
.speler-gegevens tbody tr td .rode-kaart {
  margin-left: 2px;
  width: 21px;
  text-align: center;
}
.speler-gegevens tbody tr td .gele-kaart {
  color: var(--black);
}
.speler-gegevens tbody tr td .rode-kaart {
  color: var(--white);
}
.spelerscarrousel.desktop {
  width: 100%;
}
.spelerscarrousel.desktop tbody tr td {
  padding-right: 10px !important;
}
.spelerscarrousel.desktop tbody tr td:nth-child(1) {
  min-width: 180px;
}
.spelerscarrousel.desktop tbody tr td:nth-child(2) {
  min-width: 100px !important;
  padding-right: 5px;
}
.spelerscarrousel.desktop tbody tr td:nth-child(3) {
  min-width: 140px;
}
.spelerscarrousel.desktop tbody tr td img {
  margin-bottom: 5px;
}
.spelerscarrousel.mobile {
  width: 285px;
}
.spelerscarrousel.mobile tbody tr td:nth-child(2),
.spelerscarrousel.mobile tbody tr td:nth-child(3) {
  vertical-align: bottom;
}
.spelerscarrousel.mobile tbody tr td:nth-child(1) {
  width: 160px;
}
.spelerscarrousel.mobile tbody tr td:nth-child(2) {
  min-width: 100px;
}
.spelerscarrousel.mobile tbody tr td:nth-child(3) {
  width: 25px;
}
/*.selectie .trainer, 
.selectie .spelers {
  background-color: var(--groen);
  color: var(--white);
  font-weight: bold;
  padding: 0 10px;
}*/
.selectie thead tr,
.vrouwen-selectie thead tr {
  margin-top: 25px;
}
.selectie tbody tr,
.vrouwen-selectie tbody tr {
  line-height: 25px !important;
}
.selectie tbody tr td,
.vrouwen-selectie tbody tr td {
  font-size: 14px;
}
.selectie tbody tr td a,
.vrouwen-selectie tbody tr td a {
  color: var(--dark);
}
.selectie tbody tr td:nth-child(1),
.vrouwen-selectie tbody tr td:nth-child(1) {
  width: 33px;
  height: 25px;
  text-align: center;
  color: var(--black);
}
.selectie tbody tr td:nth-child(2),
.vrouwen-selectie tbody tr td:nth-child(2) {
  padding: 0 5px;
}
.selectie tbody tr td:nth-child(3),
.vrouwen-selectie tbody tr td:nth-child(3) {
  font-size: 16px;
  padding: 0 15px 0 5px;
}
.selectie tbody tr td:nth-child(4),
.vrouwen-selectie tbody tr td:nth-child(4),
.vrouwen-selectie tbody tr td:nth-child(6) {
  width: 27px;
  height: 25px;
  text-align: center;
  color: var(--black);
}
.selectie tbody tr td:nth-child(5),
.vrouwen-selectie tbody tr td:nth-child(5),
.vrouwen-selectie tbody tr td:nth-child(7) {
  min-width: 27px;
  max-width: 59px;
  height: 25px;
  text-align: center;
  color: var(--black);
}
.selectie tbody tr td:nth-child(6), 
.selectie tbody tr td:nth-child(7),
.vrouwen-selectie tbody tr td:nth-child(8), 
.vrouwen-selectie tbody tr td:nth-child(9) {
  width: 25px;
  height: 25px;
  padding-right: 2px;
  text-align: center;
  color: var(--black);
}
.selectie tbody tr td:nth-child(8), 
.selectie tbody tr td:nth-child(9),
.vrouwen-selectie tbody tr td:nth-child(10) {
  min-width: 23px;
  text-align: left;
  color: var(--black);
}
.selectie tbody tr td:nth-child(9),
.vrouwen-selectie tbody tr td:nth-child(9) {
  color: var(--white);
}
.selectie sup,
.vrouwen-selectie sup {
  font-size: 8px;
  cursor: default;
}
/* .selectie tbody tr .onbekend {
  padding-left: 11px;
} */
.topscorers tbody tr td,
.eigen-doelpunten tbody tr td,
.gele-kaarten tbody tr td,
.rode-kaarten tbody tr td,
.team-kaarten tbody tr td {
  padding-right: 5px;
  color: var(--dark);
}
.topscorers tbody tr td:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  background-image: url(/art/icons/25/doelpunt-semitrans.png);
  background-repeat: no-repeat;
  width: 25px;
  text-align: center;
}
.eigen-doelpunten tbody tr td:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  background-image: url(/art/icons/25/eigen-doelpunt-semitrans.png);
  background-repeat: no-repeat;
  width: 25px;
  text-align: center;
}
.gele-kaarten tbody tr td:nth-child(3),
.rode-kaarten tbody tr td:nth-child(3),
.rode-kaarten tbody tr td:nth-child(5),
.team-kaarten tbody tr td:nth-child(3),
.team-kaarten tbody tr td:nth-child(5),
.team-kaarten tbody tr td:nth-child(7) {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0 0 0;
  background-repeat: no-repeat;
  width: 21px;
  text-align: center;
}
.rode-kaarten tbody tr td:nth-child(5),
.team-kaarten tbody tr td:nth-child(7) {
  color: var(--white);
}
.rode-kaarten tbody tr td:nth-child(3),
.team-kaarten tbody tr td:nth-child(5) {
  width: 31px;
  padding-left: 10px;
  color: var(--white);
}
.beker-uitslagen tbody tr td {
  padding-right: 10px;
}
.scheids tbody tr,
.scheidsrechter tbody tr {
  height: 27px;
}
.scheids tbody tr td,
.scheidsrechter tbody tr td {
  font-size: 14px;
  color: var(--black);
}
.scheids tbody tr td[rowspan="3"] {
  padding-right: 20px;
}
.scheids .foto-klein {
  width: 53px;
  height: 80px;
  border: 1px var(--gray-dark) solid;
  border-radius: 4px;
}
.foto-groot,
.foto-scheids {
  width: 200px;
  height: 300px;
  border: 1px var(--gray-dark) solid;
  border-radius: 5px;
}
.foto-groot {
  margin: 0 20px 100px 0;
}
.foto-scheids {
  margin: 0 20px 20px 0;
}
.card-gemiddeld tbody tr td {
  font-size: 14px;
}
.transparant50 {
  opacity: 0.5;
}
.scheids tbody tr:nth-child(1) td:nth-child(2),
.scheids tbody tr:nth-child(1) td:nth-child(3),
.scheids tbody tr:nth-child(1) td:nth-child(4),
.scheids tbody tr:nth-child(2) td:nth-child(1),
.scheids tbody tr:nth-child(3) td:nth-child(1),
.scheidsrechter tbody tr td:nth-child(2) {
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 25px;
  text-align: center;
  /* font-weight: bold; */
}
.scheidsrechter-kaarten {
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: default;
  /* font-weight: bold; */
}
.scheids tbody tr:nth-child(2) td:nth-child(2),
.scheids tbody tr:nth-child(3) td:nth-child(2) {
  padding-left: 5px;
}
.scheids tbody tr:nth-child(3) td:nth-child(1),
.scheidsrechter tbody tr:nth-child(5) td:nth-child(2) {
  color: var(--white);
}
.scheids tbody tr:nth-child(1) td:nth-child(3),
.scheidsrechter tbody tr:nth-child(1) td:nth-child(2) {
  width: 31px;
}
.scheids-gemiddeld tbody tr td {
  height: 25px;
}
.scheids-gemiddeld tbody tr td:nth-child(1) {
  padding-right: 10px;
}
.scheids-gemiddeld tbody tr td:nth-child(2) {
  width: 85%;
}
.scheids-wedstrijden tbody tr td {
  padding-right: 10px;
}
.scheids-groep {
  float: right;
  color: var(--gray-dark);
}
.links-table {
  float: left;
}
.historie-kampioenschappen .klasse div,
.historie-aantal-titels .klasse div,
.historie-districtsbeker div {
  font-size: 14px;
  line-height: 28px;
}
.historie-kampioenschappen .klasse div:nth-child(1) {
  float: left;
  width: 140px;
}
.historie-aantal-titels .klasse div:nth-child(1) {
  float: left;
  width: 175px;
}
.historie-kampioenschappen .klasse div img,
.historie-aantal-titels .klasse div img {
  margin-right: 10px;
}
.historie-districtsbeker div .district {
  float: left;
  width: 75px;
}
.historie-districtsbeker div .club {
  float: none;
}
.historie-districtsbeker div .club img {
  margin-right: 10px;
}
.statistieken-records {
  margin-bottom: 35px;
  border-top: 1px var(--silver) solid;
  border-left: 1px var(--silver) solid;
}
.statistieken-records tbody tr td,
.statistieken-records tbody tr th {
  border-right: 1px var(--silver) solid;
  border-bottom: 1px var(--silver) solid;
  padding: 0 5px;
  font-size: 14px;
}
.statistieken-records tbody tr td:nth-child(1) {
  text-align: right;
}
.statistieken-records tbody tr td:nth-child(5) {
  text-align: center;
}
.statistieken-records .opmerking {
  max-width: 300px;
}
.statistieken-records .scheidsrechter,
.statistieken-records .opmerking {
  border: 0;
}
.statistieken-leeftijden tbody tr td {
  font-size: 14px;
  padding-right: 10px;
}
.statistieken-leeftijden tbody tr td img {
  width: 15px;
  height: 15px;
}
.statistieken-eigen-doelpunten {
  margin-bottom: 35px;
  border-top: 1px var(--silver) solid;
  border-left: 1px var(--silver) solid;
}
.statistieken-eigen-doelpunten tbody tr td,
.statistieken-eigen-doelpunten tbody tr th {
  border-right: 1px var(--silver) solid;
  border-bottom: 1px var(--silver) solid;
  padding: 0 5px;
  font-size: 14px;
}
.statistieken-eigen-doelpunten tbody tr td img {
  width: 15px;
  height: 15px;
}
/*.berichten-lijst {
  border-top: 1px var(--gray) solid;
  border-left: 1px var(--gray) solid;
}*/
.berichten-lijst .bericht {
  /* border-right: 1px var(--gray) solid;
  border-bottom: 1px var(--gray) solid; */
  height: 183px;
  padding: 0 5px 10px 5px;
  cursor: pointer;
}
.berichten-lijst hr {
  width: 50%;
  border-top: 1px solid var(--gray);
}
.berichten-lijst div div:nth-child(2) {
  height: 150px;
  font-family: Arial;
  font-size: 12px;
  font-stretch: condensed;
}
.berichten-lijst .hpfoto {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
}
.berichten-lijst .hpfoto img {
  width: 150px;
  height: 150px;
}
.berichten-lijst h5,
.berichten-lijst h6 {
  font-weight: bold;
  color: var(--groen);
}
.karakteristiekentabel {
  width: 500px !important;
  border: 0 !important;
  margin-top: 20px;
}
.karakteristiekentabel tbody tr td:nth-child(2) {
  width: 480px;
}
.artikel-tekst-kolommen {
  column-width: 600px;
  column-rule: 1px dotted var(--black);
  column-gap: 50px;
  vertical-align: top;
}
.artikel-tekst-kolommen img {
  max-width: 100%;
}
.artikel-tekst-kolommen > table {
  display: inline-block;
}
.artikel-tekst-kolommen h1 {
  column-span: all;
}
.columnfoto {
  float: right;
  width: 88px;
  height: 125px;
  border: 1px var(--black) solid;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102%;
}
.column-lijst {
  cursor: pointer;
}
.korte-berichten {
  column-width: 300px;
  column-rule: 1px dotted var(--black);
  column-gap: 50px;
  vertical-align: top;
}
.kort-bericht {
  display: inline-block;
}
.kort {
  font-size: 14px;
  margin-bottom: 20px;
}
.kort-datum {
  font-size: 12px;
  font-weight: bold;
}
.kort table tr td {
  font-size: 14px;
}
.kort table {
  margin: 10px 0;
}
.matrix tbody tr td:nth-child(1) {
  min-width: 135px;
}

.karakteristieken-teams sup {
  font-size: 9px;
}
.timeline {
  width: 100%;
}
.timeline tr td {
  padding: 0;
}
.timeline tr td:first-child {
  width: 25px;
  height: 25px;
  font-size: 21px;
  text-align: center;
}
.timeline tr td:first-child img {
  width: 25px;
  height: 25px;
}
.timeline tr td:nth-child(2) {
  width: 97%;
}
.timeline tr:nth-child(2) td:nth-child(2) {
  background:linear-gradient(to bottom, #fff 0, #fff 50%, #ccc 50%, #ccc 55%, #fff 55%, #fff 100%);
}
.timeline tr:nth-child(2) td div:first-child {
  float: left;
}
.timeline tr:nth-child(2) td div:last-child {
  float: right;
  padding-right: 15%;
}
.timeline .wissel {
  position: absolute;
  margin-top: -12px;
}
@media (min-width: 1600px) {
  .narrow-screen {
    display: none;
  }
  .wide-screen {
    display: block;
  }
}
@media (max-width: 1600px) {
  .narrow-screen {
    display: inline;
  }
  .wide-screen {
    display: none;
  }
}
@media (max-width: 480px) {
  .article-single-text table {
    margin-left: 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .berichten-lijst .bericht {
    height: 133px;
  }
  .berichten-lijst div div:nth-child(2) {
    height: 100px;
  }
  .berichten-lijst .hpfoto {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .berichten-lijst .hpfoto img {
    width: 100px;
    height: 100px;
  }
  .stand tbody tr td:nth-child(1),
  .stand tbody tr td:nth-child(5),
  .stand tbody tr td:nth-child(6),
  .stand tbody tr td:nth-child(7),
  .stand tbody tr td:nth-child(9),
  .stand tbody tr td:nth-child(10) {
    display: none;
  }
  .stand tbody tr td:nth-child(2) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .beker-uitslagen {
    display: none;
  }
  .beker-uitslagen-klein {
    display: inherit;
  }
  .wedstrijden-klein tbody tr td,
  .beker-uitslagen-klein tbody tr td {
    padding: 2px 5px 2px 5px;
    font-size: 14px;
    line-height: 18px;
    color: var(--dark);
  }
  .wedstrijden-klein tbody tr td[colspan="5"],
  .beker-uitslagen-klein tbody tr td[colspan="5"] {
    font-weight: bold;
    background-color: var(--groen);
    color: var(--white) !important;
  }
  .wedstrijden-klein tbody tr td:nth-child(3) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wedstrijden tbody tr td {
    padding: 2px;
  }
  .districtsbeker-uitslagen,
  .oefenen-wedstrijden,
  .oefenen-uitslagen,
  .scheids-wedstrijden {
    /*max-width: 284px !important;*/
    width: 100%;
    display: inline-block;
  }
  .scheids-wedstrijden tbody tr td:nth-child(2),
  .scheids-wedstrijden tbody tr td:nth-child(4) {
    max-width: 100px;
  }
  .districtsbeker-uitslagen tbody tr td:nth-child(2),
  .districtsbeker-uitslagen tbody tr td:nth-child(4),
  .oefenen-wedstrijden tbody tr td:nth-child(2),
  .oefenen-wedstrijden tbody tr td:nth-child(4),
  .oefenen-uitslagen tbody tr td:nth-child(1),
  .oefenen-uitslagen tbody tr td:nth-child(3) {
    max-width: 112px !important;
    width: 112px !important;
  }
  .elftalfoto {
    width: 294px;
    height: 196px;
  }
  .club-wedstrijden tbody tr td {
    padding: 2px 7px 2px 2px;
  }
}

.prestaties {
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  margin-bottom: 20px;
}
.prestaties thead tr td,
.prestaties tbody tr td {
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  font-size: 0.8rem;
}
.prestaties thead tr td {
  text-align: center;
}
.prestaties thead tr:last-child {
  height: 150px;
  vertical-align: bottom;
}
.prestaties thead tr:last-child td {
  min-width: 17px;
  padding-top: 10px;
}
.prestaties thead tr:last-child td div {
  left: calc(50% - 0.5rem);
    line-height: 1;
    /*padding-top: 0.5rem;*/
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.prestaties tbody tr td {
  text-align: right;
  padding: 0 5px;
}
.prestaties tbody tr td:first-child {
  text-align: left;
}
.prestaties tbody tr:nth-child(2n+1) td {
  background-color: #f6f6f6;
}

@media (min-width: 320px) {
  .positie {
    font-size: 10px;
  }
}
@media (min-width: 576px) {
  .positie {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .positie {
    font-size: 0.6rem;
  }
}
@media (min-width: 992px) {
  .positie {
    font-size: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .positie {
    font-size: 1rem;
  }
}

@media (max-width: 820px) {
  .matrix .desktop {
    display: none;
  }
  .matrix .mobile {
    display: block;
  }
  .matrix tbody tr td {
    min-width: 25px !important;
  }
  .matrix tbody tr img {
    width: 23px;
    height: 23px;
  }
}

/* ======================================================================== */
/* Tool tip */

.mytooltip {
display: inline;
position: relative;
z-index: 999;
}
.mytooltip .tooltip-item {
/*background: rgba(0, 0, 0, 0.1);*/
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 0;
}
.mytooltip .tooltip-content {
position: absolute;
z-index: 9999;
width: 105px;
border-radius: 0.35rem;
left: 50%;
margin: 0 0 10px -90px;
bottom: 100%;
text-align: left;
font-size: 14px;
line-height: 30px;
-webkit-box-shadow: 0px 0px 15px rgba(48, 54, 61, 1);
box-shadow: 0px 0px 15px rgba(48, 54, 61, 1);
background: #2b2b2b;
opacity: 0;
cursor: default;
pointer-events: none;
}
.mytooltip .tooltip-content::after {
content: '';
top: 100%;
left: 50%;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: #2a3035 transparent transparent;
border-width: 10px;
margin-left: -10px;
}
.mytooltip .tooltip-content img {
position: relative;
height: 140px;
display: block;
float: left;
margin-right: 1em;
}
.mytooltip .tooltip-item::after {
content: '';
position: absolute;
width: 360px;
height: 20px;
bottom: 100%;
left: 50%;
pointer-events: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.mytooltip:hover .tooltip-item::after {
pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
pointer-events: auto;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}
.mytooltip:hover .tooltip-content2 {
opacity: 1;
font-size: 18px;
}
.mytooltip .tooltip-text {
font-size: 14px;
line-height: 24px;
display: block;
padding: 1.31em 1.21em 1.21em 0;
color: #fff;
}


/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@keyframes uk-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
/* Keyframes: Rotate backwards
 ========================================================================== */
@-webkit-keyframes uk-rotateback {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(-359deg); }
}
@keyframes uk-rotateback {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-359deg); }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%, 100% { -webkit-transform: translateX(0); }
  10% { -webkit-transform: translateX(-9px); }
  20% { -webkit-transform: translateX(8px); }
  30% { -webkit-transform: translateX(-7px); }
  40% { -webkit-transform: translateX(6px); }
  50% { -webkit-transform: translateX(-5px); }
  60% { -webkit-transform: translateX(4px); }
  70% { -webkit-transform: translateX(-3px); }
  80% { -webkit-transform: translateX(2px); }
  90% { -webkit-transform: translateX(-1px); }
}
@keyframes uk-shake {
  0%, 100% { transform: translateX(0); }
  10% { transform: translateX(-9px); }
  20% { transform: translateX(8px); }
  30% { transform: translateX(-7px); }
  40% { transform: translateX(6px); }
  50% { transform: translateX(-5px); }
  60% { transform: translateX(4px); }
  70% { transform: translateX(-3px); }
  80% { transform: translateX(2px); }
  90% { transform: translateX(-1px); }
}
/* Keyframes: Kick
 ========================================================================== */
@-webkit-keyframes uk-kick {
  0%, 100% { -webkit-transform: translateY(0); }
  10% { -webkit-transform: translateY(-8px); }
  20% { -webkit-transform: translateY(-6px); }
  30% { -webkit-transform: translateY(-4px); }
  40% { -webkit-transform: translateY(-2px); }
  50% { -webkit-transform: translateY(0); }
  60% { -webkit-transform: translateY(2px); }
  70% { -webkit-transform: translateY(3px); }
  80% { -webkit-transform: translateY(2px); }
  90% { -webkit-transform: translateY(1px); }
}
@keyframes uk-kick {
  0%, 100% { transform: translateY(0); }
  10% { transform: translateY(-8px); }
  20% { transform: translateY(-6px); }
  30% { transform: translateY(-4px); }
  40% { transform: translateY(-2px); }
  50% { transform: translateY(0); }
  60% { transform: translateY(2px); }
  70% { transform: translateY(3px); }
  80% { transform: translateY(2px); }
  90% { transform: translateY(1px); }
}
/* Keyframes: Swing
 ========================================================================== */
@-webkit-keyframes uk-swing {
  0% { -webkit-transform: rotate(0deg); }
  33% { -webkit-transform: rotate(5deg); }
  67% { -webkit-transform: rotate(-5deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@keyframes uk-swing {
  0% { transform: rotate(0deg); }
  33% { transform: rotate(5deg); }
  67% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
/* Keyframes: Pulse
 ========================================================================== */
@-webkit-keyframes uk-pulse {
  0% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(1.2); }
  100% { -webkit-transform: scale(1); }
}
@keyframes uk-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
/* Keyframes: Bounce
 ========================================================================== */
@-webkit-keyframes uk-bounce {
  0%, 100% { -webkit-transform: translateY(0); }
  50% { -webkit-transform: translateY(-2px); }
}
@keyframes uk-bounce {
  0%, 100% { -webkit-transform: translateY(0); }
  50% { -webkit-transform: translateY(-2px); }
}
/* Keyframes: Vibrate
 ========================================================================== */
@-webkit-keyframes uk-vibrate {
  0%, 50%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
}
@keyframes uk-vibrate {
  0%, 50%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
}
/* Keyframes: Flip
 ========================================================================== */
@-webkit-keyframes uk-flip {
  0%, 100% { transform: scaleX(1); }
  50% { transform: scaleX(-1); }
}
@keyframes uk-flip {
  0%, 100% { transform: scaleX(1); }
  50% { transform: scaleX(-1); }
}
/* Keyframes: Turn
 ========================================================================== */
@-webkit-keyframes uk-turn {
  0%, 100% { transform: scaleX(1); }
  50% { transform: scaleX(0.2); }
}
@keyframes uk-turn {
  0%, 100% { transform: scaleX(1); }
  50% { transform: scaleX(0.2); }
}
/* Keyframes: Teardown
 ========================================================================== */
@-webkit-keyframes uk-teardown {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes uk-teardown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
/* Keyframes: Vanish
 ========================================================================== */
@-webkit-keyframes uk-vanish {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes uk-vanish {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
/* ======================================================================== */

.animation-kick:hover {
  /*-webkit-animation-name: uk-kick;
  animation-name: uk-kick;*/
  display: inline-block;
  -webkit-animation: uk-kick 0.4s linear;
  animation: uk-kick 0.4s linear;
}
.animation-shake:hover {
  /*-webkit-animation-name: uk-shake;
  animation-name: uk-shake;*/
  display: inline-block;
  -webkit-animation: uk-shake 0.4s linear;
  animation: uk-shake 0.4s linear;
}
.animation-spinner:hover {
  display: inline-block;
  -webkit-animation: uk-rotate 1s infinite linear;
  animation: uk-rotate 1s infinite linear;
}
.animation-spinback:hover {
  display: inline-block;
  -webkit-animation: uk-rotateback 1s infinite linear;
  animation: uk-rotateback 1s infinite linear;
}
.animation-flutter:hover {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: uk-swing 0.8s linear forwards infinite;
  animation: uk-swing 0.8s linear forwards infinite;
}
.animation-swing:hover {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: uk-swing 0.8s ease-in-out forwards infinite;
  animation: uk-swing 0.8s ease-in-out forwards infinite;
}
.animation-pulse:hover {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: uk-pulse 0.8s ease-in-out forwards infinite;
  animation: uk-pulse 0.8s ease-in-out forwards infinite;
}
.animation-bounce:hover {
  -webkit-animation: uk-bounce 0.6s linear infinite;
  animation: uk-bounce 0.6s linear infinite;
}
.animation-vibrate:hover {
  -webkit-animation: uk-vibrate 0.1s infinite;
  animation: uk-vibrate 0.1s infinite;
}
.animation-flip:hover {
  -webkit-animation: uk-flip 2s infinite;
  animation: uk-flip 2s infinite;
}
.animation-clockwise:hover {
  -webkit-animation: uk-rotate 2s linear infinite;
  animation: uk-rotate 2s linear infinite;
  transform-origin: 56% 39%;
}
.animation-teardown:hover {
  -webkit-animation: uk-teardown 1s infinite;
  animation: uk-teardown 1s infinite;
}
.animation-vanish:hover {
  -webkit-animation: uk-vanish 1s infinite;
  animation: uk-vanish 1s infinite;
}
.animation-turn:hover {
  -webkit-animation: uk-turn 4s infinite;
  animation: uk-turn 4s infinite;
}