/* !
 * = FC LIMBURG
 *
 * @author: DNMN
 * @version: 1.0 (Desktop)
 * @description: FC Limburg HTML/ANGULAR widgets on HBVL.BE 
 * 
 */


/* ======================================================== */
/*    FCL Flex Grid (General classes)                       */
/* ======================================================== */

.fcl--flexgrid .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.fcl--flexgrid .flex--row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%
}

.fcl--flexgrid .flex--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.fcl--flexgrid .flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.fcl--flexgrid .flex--grow {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1
}

.fcl--flexgrid .flex--space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fcl--flexgrid .flex--space-evenly {
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly
}

.fcl--flexgrid .flex--align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.fcl--flexgrid .flex--justify-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fcl--flexgrid .flex--full {
  flex-basis: 100%;
  width: 100%
}

.fcl--flexgrid .flex--item {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto
}

/* ======================================================== */
/*   FCL header                                             */
/* ======================================================== */

#fcl--header {
  margin-bottom: 24px;
  padding: 16px 0;
}
.fcl--header-wrapper {
  background: #efefef;
  border: 1px solid #000;
  height: 80px;
  position: relative;
  text-align:center;
}
.fcl--header-wrapper:before,
.fcl--header-wrapper:after {
  content: '';
  border: 1px solid #000;
  display: block;
  height: 40px;
  width: 20px;
  position: absolute;
  top: 20px;
}
.fcl--header-wrapper:before {
  left: -1px;
}
.fcl--header-wrapper:after {
  right: -1px;
}
.fcl--header-logo {
  margin-top: -16px; 
  width: 96px;
}
.fcl--header-wrapper .goal {
  border: 1px solid black;
  height: 20px;
  width: 8px;
  display: block;
  position: absolute;
  top: 30px;
}
.fcl--header-wrapper .goal--left {
  left: -1px;
}
.fcl--header-wrapper .goal--right {
  right: -1px;
}
.fcl--header-wrapper .corner {
  border: 1px solid black;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
}
.fcl--header-wrapper .corner--top {
  top: -1px;
}
.fcl--header-wrapper .corner--bottom {
  bottom: -1px;
}
.fcl--header-wrapper .corner--left {
  left: -1px;
}
.fcl--header-wrapper .corner--right {
  right: -1px;
}
.fcl--header-wrapper .corner--top.corner--left {
  border-radius: 0px 2px 16px 2px;
}
.fcl--header-wrapper .corner--bottom.corner--left {
  border-radius: 2px 16px 0 2px;
}
.fcl--header-wrapper .corner--top.corner--right {
  border-radius: 0 2px 2px 16px;
}
.fcl--header-wrapper .corner--bottom.corner--right {
  border-radius: 16px 2px 0px 2px;
}
@media only screen and (max-width:767px) {
  #fcl--header {
    padding: 16px 12px;
  }
}

/* ======================================================== */
/*   FCL hero                                               */
/* ======================================================== */

.fclimburg--hero {
  text-align:center;
  padding: 0 12px;
}
.fclimburg--hero-title {
  color:#000;
  font-family: Sofia Pro Condensed,Arial,Helvetica,sans-serif;
}

/* ======================================================== */
/*   FCL section header                                     */
/* ======================================================== */

.fcl--sectionheader {
  margin-bottom: 8px;
}
.fcl--sectionheader-wrapper {
   position: relative;
}
.fcl--sectionheader-title {
  background: #ffed00;
  color: #000;
  font-family: Sofia Pro Condensed,Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 4px 12px;
  text-transform: uppercase;
  z-index: 2;
}
.fcl--sectionheader-wrapper:before {
  content: "";
  background: #000;
  position: relative;
  left: 0;
  right: 0;
  top: 16px;
  width: 100%;
  height: 1px;
}

/* ======================================================== */
/*   FCL widget header                                       */
/* ======================================================== */

.fclwidget--header {
  background: #000;
  padding: 6px 8px;
}
.fclwidget--header-logo {
  margin-right: 8px;
  width: 42px;
}
.fclwidget--header-text {
  color: #fff;
  font-family: Sofia Pro Condensed,Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
.fclwidget--header-text > span {
  color: #ffed00;
}

/* Flex Grid: Specifics */

.clubzoekerwidget .flex--half {
  flex-basis: calc(1/2*100% - (1 - 1/2)*24px);
  width: calc(1/2*100% - (1 - 1/2)*24px)
}

.clubzoekerwidget .flex--item {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto
}

/* ======================================================== */
/*   FCL big six                                            */
/* ======================================================== */

.fcl--bigsix {
  background: #efefef;
  margin-bottom: 24px;
  padding: 12px;
}
.fcl--bigsix-link {
  text-decoration: none;
}
.fcl--bigsix-img {
  height: 48px;
  margin-bottom: 2px;
}
.fcl--bigsix-team {
  font-family: Sofia Pro Condensed,Arial,Helvetica,sans-serif;
  font-size: 16px;
}


/* Flex Grid: Specifics */

.fcl--bigsix .flex--half {
  flex-basis: calc(1/2*100% - (1 - 1/2)*24px);
  width: calc(1/2*100% - (1 - 1/2)*24px)
}

.fcl--bigsix .flex--third {
  flex-basis: calc(1/3*100% - (1 - 1/3)*0px);
  width: calc(1/3*100% - (1 - 1/3)*0px)
}

.fcl--bigsix .flex--fourth {
  flex-basis: calc(1/4*100% - (1 - 1/4)*32px);
  width: calc(1/4*100% - (1 - 1/4)*32px)
}

.fcl--bigsix .flex--six {
  flex-basis: calc(1/6*100% - (1 - 1/6)*0px);
  width: calc(1/6*100% - (1 - 1/6)*0px)
}

/* Grid: Mobile */

@media only screen and (max-width:767px) {
  .fcl--bigsix .flex--six {
    flex-basis: calc(1/2*100% - (1 - 1/2)*24px);
    width: alc(1/2*100% - (1 - 1/2)*24px);
    margin-bottom: 24px;
  }
  .fcl--bigsix .flex--six:last-child {
    margin-bottom: 0
  }
}

/* ======================================================== */
/*   FCL cluboverzicht                                      */
/* ======================================================== */

/* Filters*/

#clubzoeker .filter {
  margin: 12px;
}
#clubzoeker .filter > input,
#clubzoeker .filter > select {
  border: #cdcdcd 1px solid;
  border-radius: 4px;
  padding: 1em;
  transition: ease .32s;
  width: 100%;
}
#clubzoeker .filter > input:focus,
#clubzoeker .filter > input.ng-dirty {
  border: #000 1px solid;
  border-radius: 4px;
  outline: 0;
}
::placeholder {
  color: #000;
  opacity: 1;
}
#clubzoeker .filter > select,
#clubzoeker .filter > select.ng-pristine {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #efefef, #efefef);
  background-position: calc(100% - 18px) calc(1em + 8px), calc(100% - 14px) calc(1em + 8px), 100% 0;
  background-size: 4px 4px, 4px 4px, 39px 4em;
  background-repeat: no-repeat;
  border: #cdcdcd 1px solid;
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  padding: 1em 39px 1em 1em;
}
#clubzoeker .filter > select:focus,
#clubzoeker .filter > select.ng-dirty {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, black, black);
  background-position: calc(100% - 14px) calc(1em + 8px), calc(100% - 18px) calc(1em + 8px), 100% 0;
  background-size: 4px 4px, 4px 4px, 39px 4em;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
}

/* Load more */

#clubzoeker .cards--loadmore {
  list-style: none;
  padding-top: 12px;
  width: 100%;
}
#clubzoeker .cards--loadmore button,
#clubzoeker .cards--loadmore button:active,
#clubzoeker .cards--loadmore focus  {
  background: #ffed00;
  border: 0;
  border-radius: 4px;
  color: #000;
  font-family: Sofia Pro Condensed,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 32px;
  transition: ease .32s;
  width: 100%;
}
#clubzoeker .cards--loadmore button:hover {
  background: #fff876;
  border: 0;
  color: #000;
}
/* Mobile */
@media only screen and (max-width:767px) {
  #clubzoeker .cards--loadmore {
    padding: 12px;
  }
}

/* Flex Grid: Specifics */

#clubzoeker .flex--half {
  flex-basis: calc(1/2*100% - (1 - 1/2)*24px);
  width: calc(1/2*100% - (1 - 1/2)*24px)
}

#clubzoeker .flex--third {
  flex-basis: calc(1/3*100% - (1 - 1/3)*0px);
  width: calc(1/3*100% - (1 - 1/3)*0px)
}

#clubzoeker .flex--fourth {
  flex-basis: calc(1/4*100% - (1 - 1/4)*32px);
  width: calc(1/4*100% - (1 - 1/4)*32px)
}

/* Flex Grid: Mobile */
@media only screen and (max-width:767px) {
  #clubzoeker ul {
    margin: 12px 0 24px;
  }
  #clubzoeker .flex--half,
  #clubzoeker .flex--third,
  #clubzoeker .flex--fourth {
    flex-basis: calc(100%);
    width: calc(100%)
  }
}

/* List */

#clubzoeker ul{
  margin: 0 0 24px;
}
#clubzoeker img {
  display: none;
  float: left;
  height: 75px;
  margin-right: 1em;
}
#clubzoeker .cards--lref1 img {
  display: block;
}
#clubzoeker .cards--lref2 img {
  display: block;
}
#cards {
  display:none;
}
#clubzoeker .cards--card {
}
#clubzoeker .cards--cardlink {
  border: #cdcdcd 1px solid;
  border-radius: 4px;
  height: 100%;
  margin: 12px;
  padding: 1em;
  text-decoration: none;
  transition: ease .32s;
}
#clubzoeker .cards--cardlink:hover {
  border-color: #000;
}
.card--team {
  font-family: Sofia Pro Condensed,Arial,Helvetica,sans-serif;
  margin: 0 0 8px;
}
.card--competition {
  color: #7a7a7a;
  font-size: 14px;
}

@media only screen and (min-width: 40.063em) {}

/* ======================================================== */
/*   FCL clubzoekerwidget                                   */
/* ======================================================== */

/* Flex Grid: Specifics */

.clubzoekerwidget .flex--half {
  flex-basis: calc(1/2*100% - (1 - 1/2)*24px);
  width: calc(1/2*100% - (1 - 1/2)*24px)
}

/* Article List */
.clubzoekerwidget .widget__body {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 0 12px 12px;
    padding: 8px 0 0;
}
.clubzoekerwidget .widget__list {
    margin: 0;
    padding: 0;
}
.clubzoekerwidget li .article-teaser {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}
/* Custom Scrollbar */
.clubzoekerwidget ul.list:-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

.clubzoekerwidget ul.list:-webkit-scrollbar-track {
    border-radius: 8px;
    background: #efefef;
}

.clubzoekerwidget ul.list:-webkit-scrollbar-thumb {
    border-radius: 8px;
    background:black;
} 

/* clubzoekerwidget */
.clubzoekerwidget {
  border: 1px solid #000;
  margin-bottom: 20px;
  position: relative;
}
.clubzoekerwidget .filter {
  margin: 8px;
}
.clubzoekerwidget .filter > input,
.clubzoekerwidget .filter > select {
  border: #cdcdcd 1px solid;
  border-radius: 4px;
  padding: 1em 12px;
  transition: ease .32s;
  width: 100%;
}
.clubzoekerwidget .filter > input:focus,
.clubzoekerwidget .filter > input.ng-dirty {
  border: #000 1px solid;
  border-radius: 4px;
  outline: 0;
}
::placeholder {
  color: #000;
  opacity: 1;
}
.clubzoekerwidget .list--wrapper {
  margin: 0 12px;
  min-height: 28px;
}
.clubzoekerwidget ul.list {
  background: #fff;
  border: 8px solid white;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgb(239, 239, 239);
  margin: 0;
  max-height: 267px;
  max-height: calc(100% - 131px);
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 122px;
  left: 9px;
  max-width: 292px;
  max-width: calc(100% - 18px);
  z-index: 2; 
}
.clubzoekerwidget .list--item {
  margin: 0;
}
.clubzoekerwidget .list--itemLink {
  border-bottom: 1px solid #efefef;
  margin: 8px 2px 0 2px;
  outline: none;
  padding: 0 0 8px 0;
  text-decoration: none;
}
.clubzoekerwidget .list--itemLink-team {
  color: #000;
  margin-bottom: 2px;
}
.clubzoekerwidget .list--itemLink-competition {
  color: #7a7a7a;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;   
}
.clubzoekerwidget .list--item-placeholder {
}
.clubzoekerwidget .list--item-placeholder small {
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  color: #7a7a7a;
}
.clubzoekerwidget .list--item-placeholder .list--itemLink {
  border-bottom: none;
}
.clubzoekerwidget .list--item:first-child .list--itemLink,
.clubzoekerwidget .list--item-placeholder .list--itemLink {
  margin-top: 0;
}
.clubzoekerwidget .list--item:last-child .list--itemLink {
    border-bottom: 0;
    padding: 0;
}

/* ======================================================== */
/*   FCL Field                                              */
/* ======================================================== */

.fcl--field-wrapper {
  margin-bottom: 24px;
  padding: 16px 0;
}
.fcl--field-inner {
  background: #efefef;
  border: 1px solid #000;
  height: 368px;
  position: relative;
  text-align: center;
}
.fcl--field-inner:before,
.fcl--field-inner:after {
  content: '';
  border: 1px solid #000;
  display: block;
  margin: auto;
  height: 40px;
  width: 112px;
  position: absolute;
  left: 0;
  right: 0;
}
.fcl--field-inner:before {
  top: -1px;
}
.fcl--field-inner:after {
  bottom: -1px;
}



.fcl--field .halfline {
  border-bottom: 1px solid #000;
  display: block;
  margin: auto;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.fcl--field .goal {
  border: 1px solid black;
  display: block;
  height: 20px;
  margin: auto;
  width: 48px;
  position: absolute;
  left: 0;
  right: 0;
}
.fcl--field .goal--left {
  top: -1px;
}
.fcl--field .goal--right {
  bottom: -1px;
}
.fcl--field .corner {
  border: 1px solid black;
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
}
.fcl--field .corner--top {
  top: -1px;
}
.fcl--field .corner--bottom {
  bottom: -1px;
}
.fcl--field .corner--left {
  left: -1px;
}
.fcl--field .corner--right {
  right: -1px;
}
.fcl--field .corner--top.corner--left {
  border-radius: 0px 4px 24px 4px;
}
.fcl--field .corner--bottom.corner--left {
  border-radius: 4px 24px 0 4px;
}
.fcl--field .corner--top.corner--right {
  border-radius: 0 4px 4px 24px;
}
.fcl--field .corner--bottom.corner--right {
  border-radius: 24px 4px 0px 4px;
}
@media only screen and (max-width:767px) {
  .fcl--field-wrapper {
    padding: 16px 12px;
  }
}
