.col-40,
.col-60 {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 692px) {
  .col-40,
  .col-60 {
    display: block;
  }
}
.col-40 {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 692px) {
  .col-40 {
    width: 100%;
  }
}
.col-60 {
  width: 59%;
  box-sizing: border-box;
}
@media screen and (max-width: 692px) {
  .col-60 {
    width: 100%;
  }
}

#app .col-60, #app .col-40{
  float: left;
}
main {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
main h1 {
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 58px;
  font-weight: 800;
  text-shadow: none;
}
@media screen and (max-width: 568px) {
  main h1 {
    font-size: 36px;
  }
}
select {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
section {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 568px) {
  section {
    padding: 13px;
  }
}
section .wrapper {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
section#header {
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 115px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 568px) {
  section#header {
    background-image: url('../images/header-mobile.jpg');
    padding-top: 100px;
    padding-bottom: 135px;
  }
}
section#header h1 {
  margin-bottom: 30px;
  transition: transform 1.6s ease, opacity 2.6s ease;
  transform: translateY(80px);
  opacity: 0;
}
section#header h1.loaded {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 568px) {
  section#header h1 {
    transform: translateY(0px);
    opacity: 1;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  section#header h1 span {
    display: none;
  }
}
section#header p {
  font-family: omnes-pro, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 568px) {
  section#header p {
    font-size: 16px;
    text-align: left;
  }
}
section#header p strong,b {
  font-weight: 600;
}
section#header nav {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -32px;
}
@media screen and (max-width: 692px) {
  section#header nav {
    bottom: -116px;
  }
}
@media screen and (max-width: 568px) {
  section#header nav {
    bottom: -129px;
  }
}
section#header nav ul {
  height: 84px;
  overflow: hidden;
  font-size: 0;
}
@media screen and (max-width: 692px) {
  section#header nav ul {
    height: 168px;
  }
}
@media screen and (max-width: 568px) {
  section#header nav ul {
    height: 212px;
    margin: 0 13px;
  }
}
section#header nav ul li {
  display: inline-block;
  width: 25%;
  max-width: 230px;
  text-align: left;
  height: 84px;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 925px) {
  section#header nav ul li {
    padding: 0;
  }
}
@media screen and (max-width: 692px) {
  section#header nav ul li {
    width: 50%;
    max-width: none;
  }
}
@media screen and (max-width: 568px) {
  section#header nav ul li {
    width: 100%;
    height: 53px;
  }
}
section#header nav ul li a {
  display: table;
  width: 100%;
  height: 84px;
  margin: 0;
  border: 0;
  padding: 0 15px 0 70px;
  cursor: pointer;
  font-family: omnes-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 568px) {
  section#header nav ul li a {
    height: 53px;
    padding-left: 52px;
  }
}
section#header nav ul li a label {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -16px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center;
}
@media screen and (max-width: 568px) {
  section#header nav ul li a label {
    left: 10px;
  }
}
@media screen and (max-width: 568px) {
  section#header nav ul li a br {
    display: none;
  }
}
section#header nav ul li a.sport-1 {
  background-color: #4ab969;
}
section#header nav ul li a.sport-1 label {
  background-image: url('../images/icon-voetbal.png');
}
section#header nav ul li a.sport-1:hover {
  background-color: #41a85e;
}
section#header nav ul li a.sport-2 {
  background-color: #43b198;
}
section#header nav ul li a.sport-2 label {
  background-image: url('../images/icon-veldrijden.png');
}
section#header nav ul li a.sport-2:hover {
  background-color: #3c9f88;
}
section#header nav ul li a.sport-3 {
  background-color: #62cd9c;
}
section#header nav ul li a.sport-3 label {
  background-size: 22px 22px;
  background-image: url('../images/icon-balsporten.png');
}
section#header nav ul li a.sport-3:hover {
  background-color: #4fc790;
}
section#header nav ul li a.sport-4 {
  background-color: #4ab97e;
}
section#header nav ul li a.sport-4 label {
  background-image: url('../images/icon-motorsport.png');
}
section#header nav ul li a.sport-4:hover {
  background-color: #41a871;
}
section#header nav ul li a span {
  display: table-cell;
  vertical-align: middle;
}
section#detail-container {
  background-image: url('../images/detail.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 0;
}
@media screen and (max-width: 692px) {
  section#detail-container {
    padding-top: 159px;
  }
}
@media screen and (max-width: 568px) {
  section#detail-container {
    background-image: url('../images/detail-mobile.jpg');
    padding-top: 164px;
  }
}
section#detail-container #details {
  color: #ffffff;
  padding-bottom: 108px;
}
@media screen and (max-width: 568px) {
  section#detail-container #details {
    padding-bottom: 20px;
  }
}
section#detail-container #details .col-40 {
  float: left;
  padding-bottom: 108px;
}
@media screen and (max-width: 925px) {
  section#detail-container #details .col-40 {
    width: 50%;
  }
}
@media screen and (max-width: 692px) {
  section#detail-container #details .col-40 {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-40 {
    padding-bottom: 20px;
  }
}
section#detail-container #details .col-40 > div {
  border: 3px solid #ffffff;
  margin-right: 50px;
  padding: 30px 40px;
}
@media screen and (max-width: 692px) {
  section#detail-container #details .col-40 > div {
    margin-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-40 > div {
    margin-top: 0;
  }
}
section#detail-container #details .col-40 .title {
  margin-bottom: 15px;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-40 .title {
    display: none;
  }
}
section#detail-container #details .col-40 .title > span {
  width: 21px;
}
section#detail-container #details .col-40 ul {
  list-style: none;
}
section#detail-container #details .col-40 ul li {
  color: #dfdfdf;
  font-size: 16px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: omnes-pro, sans-serif;
}
section#detail-container #details .col-40 ul li:first-of-type {
  border-top: none;
}
section#detail-container #details .col-40 ul li:last-of-type {
  padding-bottom: 0;
}
section#detail-container #details .col-40 ul li h3 {
  text-align: left;
  color: #ffc421;
  font-size: 18px;
  line-height: 18px;
  font-family: omnes-pro, sans-serif;
  font-weight: 600;
}
section#detail-container #details .col-40 ul li a {
  color: #ffc421;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-40 .select {
    display: none;
  }
}
section#detail-container #details .col-40 .select div ul li:hover {
  color: #ffffff;
}
@media screen and (max-width: 925px) {
  section#detail-container #details .col-60 {
    width: 50%;
  }
}
@media screen and (max-width: 692px) {
  section#detail-container #details .col-60 {
    width: 100%;
  }
}
section#detail-container #details .col-60 .title {
  margin-bottom: 20px;
  color: #dfdfdf;
  font-family: omnes-pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-60 .title {
    margin-top: 31px;
    margin-bottom: 41px;
  }
}
section#detail-container #details .col-60 .title a.up,
section#detail-container #details .col-60 .title a.down {
  display: none;
  width: 31px;
  height: 31px;
  position: absolute;
  top: -31px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/arrow-up.png');
  cursor: pointer;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-60 .title a.up,
  section#detail-container #details .col-60 .title a.down {
    display: block;
  }
}
section#detail-container #details .col-60 .title a.up.disabled,
section#detail-container #details .col-60 .title a.down.disabled {
  opacity: .5;
  cursor: not-allowed;
}
section#detail-container #details .col-60 .title a.down {
  top: 31px;
  background-image: url('../images/arrow-down.png');
}
section#detail-container #details .col-60 h1 {
  text-align: left;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 58px;
  font-weight: 800;
  text-shadow: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-60 h1 {
    font-size: 35px;
  }
}
section#detail-container #details .col-60 p {
  font-size: 18px;
  margin-bottom: 35px;
}
section#detail-container #details .col-60 p.text {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-60 p.text {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-60 p.text.showOnMobile {
    display: block;
  }
}
section#detail-container #details .col-60 > img {
  margin-top: 35px;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 3px solid #4ab969;
}
section#detail-container #details .col-60 > img.hidden {
  display: none;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-60 > img {
    display: none;
  }
}
section#detail-container #details .col-60 div.select {
  display: none;
}
@media screen and (max-width: 568px) {
  section#detail-container #details .col-60 div.select {
    display: block;
  }
}
section#detail-container #details .col-60 div.select label {
  color: #ffffff;
  font-size: 17px;
}
section#detail-container #details .title {
  white-space: nowrap;
}
section#detail-container #details .title > span {
  vertical-align: top;
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
section#detail-container #details .title > label {
  vertical-align: top;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding-left: 10px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#detail-container #details div.select {
  border-radius: 5px;
  background-color: rgba(159, 159, 159, 0.4);
  padding: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
section#detail-container #details div.select:hover {
  background-color: rgba(159, 159, 159, 0.55);
}
section#detail-container #details div.select label {
  display: block;
  padding-left: 12px;
  color: #dfdfdf;
  margin-right: 37px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
section#detail-container #details div.select div {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  background-color: #9f9f9f;
  border-radius: 5px;
  padding: 0 12px;
  display: none;
}
section#detail-container #details div.select div ul li {
  display: block;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
}
section#detail-container #details div.select div ul li:hover {
  color: #dfdfdf;
}
section#detail-container #details div.select div ul li:last-of-type {
  border-bottom: none;
}
section#detail-container #details div.select.open div {
  display: block;
}
section#detail-container #details nav {
  text-align: right;
  padding-top: 10px;
  display: none;
}
@media screen and (max-width: 568px) {
  section#detail-container #details nav {
    display: block;
  }
}
section#detail-container #details nav a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: top center;
}
section#detail-container #details nav a.prev {
  background-image: url('../images/prev.png');
}
section#detail-container #details nav a.next {
  background-image: url('../images/next.png');
}
section#detail-container #details nav a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  background-position: bottom center;
}
section#detail-container #details nav a:hover.disabled {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  background-position: top center;
}
section#detail-container #details.sport-1 .title > span {
  background-image: url('../images/icon-voetbal-white.png');
}
section#detail-container #details.sport-1 .col-60 .title > span {
  background-color: #4ab969;
}
section#detail-container #details.sport-1 .col-60 > img {
  border-color: #4ab969;
}
section#detail-container #details.sport-2 .title > span {
  background-image: url('../images/icon-veldrijden-white.png');
}
section#detail-container #details.sport-2 .col-60 .title > span {
  background-color: #43b198;
}
section#detail-container #details.sport-2 .col-60 > img {
  border-color: #43b198;
}
section#detail-container #details.sport-3 .title > span {
  background-image: url('../images/icon-balsporten-white.png');
}
section#detail-container #details.sport-3 .col-60 .title > span {
  background-color: #62cd9c;
}
section#detail-container #details.sport-3 .col-60 > img {
  border-color: #62cd9c;
}
section#detail-container #details.sport-4 .title > span {
  background-image: url('../images/icon-motorsport-white.png');
}
section#detail-container #details.sport-4 .col-60 .title > span {
  background-color: #4ab97e;
}
section#detail-container #details.sport-4 .col-60 > img {
  border-color: #4ab97e;
}
section#detail-container #programmas {
  padding: 0 0 80px 0;
  color: #ffffff;
  clear: both;
}
@media screen and (max-width: 692px) {
  section#detail-container #programmas {
    padding-bottom: 60px;
  }
}
section#detail-container #programmas .col-40 {
  padding-right: 70px;
}
@media screen and (max-width: 692px) {
  section#detail-container #programmas .col-40 {
    padding-bottom: 30px;
    padding-right: 0;
  }
}
section#detail-container #programmas h1 {
  text-align: left;
  font-family: omnes-pro, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  text-transform: none;
  margin-bottom: 3px;
}
section#detail-container #programmas h2 {
  font-family: omnes-pro, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
section#detail-container #programmas h3 {
  font-family: omnes-pro, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
  margin-right: 50px;
}
@media screen and (max-width: 692px) {
  section#detail-container #programmas h3 {
    margin-right: 35px;
  }
}
section#detail-container #programmas h3 + p {
  font-style: italic;
  font-size: 19px;
  margin-right: 50px;
}
@media screen and (max-width: 692px) {
  section#detail-container #programmas h3 + p {
    margin-right: 35px;
  }
}
section#detail-container #programmas h3 + p + p {
  margin: 20px 50px 10px 0;
  border-left: 2px solid #ffc421;
  padding-left: 8px;
  font-size: 15px;
  line-height: 20px;
  display: none;
}
@media screen and (max-width: 692px) {
  section#detail-container #programmas h3 + p + p {
    margin-right: 0;
  }
}
section#detail-container #programmas p {
  font-family: omnes-pro, sans-serif;
  font-size: 16px;
}
section#detail-container #programmas ul li {
  border-top: 2px solid rgba(35, 64, 84, 0.2);
  padding: 15px 0 15px 0;
  position: relative;
  cursor: pointer;
}
section#detail-container #programmas ul li:first-of-type {
  border-top: none;
  padding-top: 0;
}
section#detail-container #programmas ul li:first-of-type > span {
  top: 4px;
}
section#detail-container #programmas ul li:last-of-type {
  padding-bottom: 0;
}
section#detail-container #programmas ul li > span {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 0;
  background-image: url('../images/plus-minus.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
section#detail-container #programmas ul li:hover > span {
  background-position: 0 -26px;
}
section#detail-container #programmas ul li.open p:last-of-type {
  display: block;
}
section#detail-container #programmas ul li.open > span {
  background-position: 0 -78px;
}
section#detail-container #programmas .box-trans {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.102);
  border-top: 2px solid rgba(255, 255, 255, 0.202);
  padding: 25px 50px;
}
@media screen and (max-width: 692px) {
  section#detail-container #programmas .box-trans {
    padding: 13px 13px;
  }
}
section#app {
  background-color: #ffc421;
  padding: 70px 20px 75px 20px;
  color: #454545;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  section#app {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 40px;
  }
}
section#app .wrapper > div {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 568px) {
  section#app .wrapper > div {
    width: 100%;
    display: block;
  }
}
section#app .wrapper > div + div {
  width: 34%;
  text-align: center;
  padding-right: 0;
}
@media screen and (max-width: 568px) {
  section#app .wrapper > div + div {
    width: 100%;
  }
}
section#app .wrapper > div + div > img {
  width: 100%;
  height: auto;
  max-width: 243px;
}
@media screen and (max-width: 568px) {
  section#app .wrapper > div + div > img {
    margin-top: 40px;
    margin-bottom: -320px;
  }
}
section#app h3 {
  text-align: left;
  color: #ffffff;
  font-family: omnes-pro, sans-serif;
  font-size: 25px;
  font-weight: 600;
}
section#app h2 {
  font-family: omnes-pro, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 568px) {
  section#app h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 568px) {
  section#app h2 br {
    display: none;
  }
}
section#app p {
  font-family: omnes-pro, sans-serif;
  margin-bottom: 20px;
}
section#app p + p {
  margin-bottom: 50px;
}
section#app #app-box {
  border: 2px solid #ffffff;
  max-width: 385px;
  box-sizing: border-box;
  height: 49px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 568px) {
  section#app #app-box {
    max-width: none;
    height: 60px;
  }
}
section#app #app-box p {
  background-color: #ffc421;
  top: -14px;
  padding: 0 12px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
section#app #app-box ul {
  display: inline-block;
  background-color: #ffc421;
  padding: 0 12px;
  position: relative;
  margin-top: -18px;
  font-size: 0;
}
@media screen and (max-width: 568px) {
  section#app #app-box ul {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -99px;
    width: 222px;
  }
}
section#app #app-box ul li {
  display: inline-block;
}
section#app #app-box .top-0 {
  top:0;
}
section#app .app-list{
  margin-left: 15px;
}
section#app .app-list li {
  text-indent: -15px;
  margin: 15px auto;
}
section#app .app-list li span {
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
}
section#app .app-list li:before {
  content: ' ';
  border: 3px solid white;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;

}

.eleven {
  display:none;
}
