body {
  font-family: "Lato";
  font-size: 1rem;
  color: #1b4565;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lato-Light.ttf") format("TrueType");
}

@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Regular.ttf") format("TrueType");
}

@font-face {
  font-family: "Lato";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Lato-Medium.ttf") format("TrueType");
}

@font-face {
  font-family: "Lato";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Lato-Bold.ttf") format("TrueType");
}

@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato-Black.ttf") format("TrueType");
}

@font-face {
  font-family: "Lato";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Lato-Heavy.ttf") format("TrueType");
}

@font-face {
  font-family: "Gnuolane";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/GnuolaneStencilRg-Bold.otf") format("opentype");
}

/*Header*/
.header {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.home-banner {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 115px;
}

.toggle-div .toggle-icon {
  max-width: 40px;
  box-shadow: 0px 0px 20px 7px #727272;
  background: #727272;
}

.right-toggle {
  display: flex;
  justify-content: flex-end;
}

.toggle-div {
  padding-top: 12px;
  float: right;
  margin-right: 35px;
}

/*mega menu*/
.mega-menu img {
  width: 200px;
  margin-bottom: 10px;
  height: 100px;
  object-fit: cover;
}

.navbar-collapse {
  padding-right: 15px;
}

#mobile-nav {
  display: block;
  position: absolute;
  background: #fff;
  width: fit-content;
  height: fit-content;
  opacity: 0.9;
  padding: 0px;
  overflow-y: auto;
  z-index: 10001;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 1s ease 0s;
  top: -2000px;
  left: auto;
  bottom: 0;
  right: 0;
}

#mobile-nav.open {
  top: 0;
}

.navbar-nav {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 50px;
  list-style: none;
}

.header .navbar-toggle {
  cursor: pointer;
}

.navbar {
  flex-wrap: wrap;
  padding: 50px 50px 0px;
}

.header .open ul.nav.navbar-nav li a {
  color: #fff;
  text-align: left;
}

.open ul.nav.navbar-nav {
  margin-top: 50px;
}

.navbar-toggle {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #084d48;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.header .navbar-nav > li {
  padding-left: 0;
  padding-bottom: 20px;
  cursor: pointer;
}

.cross-btn {
  display: block;
  position: absolute;
  right: 55px;
  top: 13px;
  cursor: pointer;
}

.menu-desk ul.navbar-nav {
  display: block;
  text-align: center;
}

.menu-desk ul.navbar-nav li a {
  color: #fff;
  font-size: 20px;
}

.menu-desk ul.navbar-nav li {
  padding: 12px 0px;
}

.header .container {
  position: relative;
}

.cross-btn img {
  width: 30px;
}

.mega-menu h3 {
  font-size: 1rem;
  color: #1b4565;
  font-weight: 600;
  margin-bottom: 17px;
}

.main-menu {
  display: flex;
}

.mega-menu {
  padding: 0px 15px 0px 0px;
  list-style: none;
  list-style: none;
}

ul.menu-inline {
  margin-bottom: 30px;
}

ul.menu-inline li a {
  color: #ce181e;
  font-size: 1rem;
}

ul.menu-inline li a:hover {
  color: #1b4565;
}

.mega-menu ul li a {
  color: #1b4565;
  font-weight: 500;
  font-size: 1rem;
}

.mega-menu a:hover h3,
.mega-menu ul li a:hover {
  color: #ce181e;
}

.main-menu .mega-menu:first-child ul li {
  padding-left: 15px;
}

.main-menu .mega-menu:first-child ul li.first-li {
  padding-left: 0px;
}

.mega-menu:last-child {
  padding: 0px;
}

.mega-menu ul li {
  margin-bottom: 3px;
}

ul.menu-inline li {
  padding-right: 10px;
}

.red-text {
  color: #ed1c24;
}

.blue-text {
  color: #265977;
}

/*home content*/
.content-box p {
  text-align: center;
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}

.content-box h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding: 5px 0px 10px;
}

.home-banner::before {
  content: "";
  background: rgb(72, 146, 188, 0.7);
  width: 100%;
  position: absolute;
  top: 52%;
  height: 150px;
  transform: translateY(-50%);
}

.home-cont ul {
  text-align: center;
  margin-bottom: 20px;
}

.content-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.content-info {
  background: #fff;
}

.content-img {
  padding-right: 0px;
}

.content-info p {
  padding: 30px 15px;
  color: #265977;
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
}

.content-img .caption {
  position: absolute;
  bottom: 0;
  padding: 30px 20px 0px;
}

.content-img .caption h3 {
  color: #fff;
  font-weight: 800;
  max-width: 300px;
  font-size: 30px;
}

.home-cnt {
  display: inline-block;
  box-shadow: 1px 1px 25px 5px rgb(0 0 0 / 80%);
}

.box-grid h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 25px;
}

.box-div .box-head h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0px 0px 17px;
  font-size: 24px;
  position: relative;
  float: left;
}

/*inner pages*/
.home-banner.inner-page:before {
  display: none;
}

.home-banner.inner-page {
  background-color: #4892bc;
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 125px 0px 40px;
  height: 100%;
}

.home-banner.inner-page::after {
  content: "";
  background: rgb(72, 146, 188, 0.7);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
}

.home-banner.inner-page.blue-clr::after {
  content: unset;
}

.box-grid {
  z-index: 3;
  max-width: 1080px;
  margin: 40px auto;
}

ul.list-inline.breadcrumb {
  background: transparent;
  padding: 0px;
}

ul.list-inline.breadcrumb li:after {
  content: ">";
  color: #fff;
  position: relative;
  top: 1px;
  left: 2px;
}

ul.list-inline.breadcrumb li:last-child:after {
  display: none;
}

ul.list-inline.breadcrumb li a {
  color: #fff;
}

ul.list-inline.breadcrumb li a.active {
  color: #265977;
}

.box-right img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.box-right .caption {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: inline-flex;
}

.box-left {
  padding-right: 0px;
}

.box-left .info-div {
  background: #fff;
  padding: 20px;
}

.info-div h3 {
  color: #ed1c24;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 30px;
}

.info-div p {
  color: #265977;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 2px;
}

.info-div p.date {
  color: #ed1c24;
}

.box-left .caption a:before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 0;
  z-index: -1;
  border-left: 32px solid transparent;
  border-right: 41px solid transparent;
  border-bottom: 46px solid #009bdd;
}

.box-left .caption {
  position: relative;
  bottom: 6px;
}

.box-left .caption a {
  background: #009bdd;
  padding: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

.box-left p.kies-clr {
  width: 50%;
  float: left;
  font-size: 12px;
}

.box-div {
  margin-bottom: 20px;
  background: #fff;
}

.para-mob {
  display: none;
}

.box-div .box-head span {
  float: right;
  background: #ed1c24;
  color: #fff;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 600;
  z-index: 9;
}

.box-div .box-head span:before {
  border-left: 34px solid transparent;
  border-right: 65px solid transparent;
  border-bottom: 63px solid #ed1c24;
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  z-index: -1;
  height: 100%;
}

.box-div .inner-cont {
  padding: 25px 0px;
}

.box-div .inner-cont p {
  font-size: 1rem;
  font-weight: 300;
  padding-right: 10px;
  margin-bottom: 20px;
  line-height: 25px;
  padding: 0px 40px 0px 20px;
}

.box-div .inner-cont p.blue-text {
  color: #265977;
  font-weight: 600;
}

.box-div .inner-cont p.red-text {
  color: #ed1c24;
  font-weight: 600;
}

.box-div a.download-link {
  background: #265977;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
  font-size: 20px;
}

.box-div a.download-link:after {
  content: "";
  border-left: 30px solid transparent;
  border-right: 31px solid transparent;
  border-top: 50px solid #265977;
  position: absolute;
  top: 0;
  right: -32px;
  height: 100%;
  z-index: -1;
}

.box-div .cont-para p.red-text {
  color: #ed1c24;
  font-weight: 600;
}

.box-div .cont-para p {
  font-size: 1rem;
  font-weight: 300;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 25px;
  padding: 0px 40px 0px 20px;
}

.box-div .cont-para {
  padding: 0px 0px 40px;
}

.box-div .box-head .box-cnt h2 {
  background: transparent;
  padding: 0px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.box-div .box-head .box-cnt {
  background: #265977;
  padding: 17px 0px 0px 20px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.box-div .box-head .box-cnt p {
  color: #fff;
  font-size: 1rem;
  float: left;
  clear: both;
}

.box-div .box-head .box-cnt a.meer-link {
  background: #ed1c24;
  padding: 10px 15px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 10;
  float: right;
}

.box-div .box-head .box-cnt a.meer-link:before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 0;
  z-index: -1;
  border-left: 32px solid transparent;
  border-right: 41px solid transparent;
  border-bottom: 53px solid #ed1c24;
}

.box-inner-cnt {
  padding: 15px 40px 30px 20px;
}

.box-inner-cnt p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 25px;
}

.box-para {
  margin-bottom: 50px;
}

.box-inner-cnt p {
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 25px;
  font-weight: 600;
}

.box-para p {
  font-weight: 400;
}

.box-inner-cnt p.red-text span {
  float: right;
  width: 750px;
  color: #1b4565;
}

.row.box-para a {
  color: #757679;
  font-size: 20px;
  text-align: right;
  display: block;
  padding-right: 20px;
}

.box-inner-cnt p.red-text {
  width: auto;
}

.box-img img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}

.box-div .inner-cont ul {
  list-style: none;
  padding: 0px 20px;
}

.box-div .inner-cont ul li {
  font-size: 1rem;
  font-weight: 300;
}

.box-div .inner-cont img {
  padding: 0px 20px;
}

.inner-cont.inner-cnt2 a.download-link {
  margin-bottom: 25px;
}

.form-box {
  display: flex;
  margin-bottom: 15px;
}

.input-one {
  width: 34%;
}

.main-form-div {
  display: flex;
  margin-top: 30px;
}

.main-form-div .form-head,
.form-box .input-one {
  width: 40%;
}

.main-form-div .form-head-new,
.form-box .input-two {
  width: 30%;
}

.main-form-div h3 {
  color: #265977;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-box .input-one {
  margin-right: 15px;
}

.form-box .input-two {
  margin-right: 15px;
}

.form-box .input-two:nth-child(3) {
  margin-right: 0px;
}

.form-box input,
.form-box select.form-control {
  border-radius: 0px;
  height: 35px !important;
}

.box-grid form input,
.box-grid form select {
  height: 35px;
  border-radius: 0px;
}

.box-grid form textarea {
  border-radius: 0px;
}

form {
  margin-top: 50px;
}

form .form-group.row {
  margin-bottom: 15px;
}

form .form-group.row label {
  text-align: right;
  color: #fff;
  font-size: 1rem;
  padding: 5px 0px;
}

form h4 {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px;
}

form p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.form-div {
  padding-right: 0px;
}

form h4.form-head {
  margin-bottom: 15px;
  margin-top: 40px;
}

.form-new {
  margin-top: 40px;
}

.form-new p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}

form .form-new label.label-div {
  margin-bottom: 3px;
  padding: 2px 0px 4px;
}

form .form-new input.form-check-input {
  margin: 14px 4px;
  transform: scale(1.8);
  border-radius: 0px !important;
  border: 0px !important;
  height: auto !important;
}

.form-btn button.btn-link {
  background: #ed1c24;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 10;
  float: right;
  border: none;
  border-radius: 0px;
}

.home-banner.contact-new .form-btn button.btn-link {
  background: #ed1c24;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 10;
  float: right;
  border: none;
  border-radius: 0px;
}

.form-btn button.btn-link:before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 0;
  z-index: -1;
  border-left: 32px solid transparent;
  border-right: 41px solid transparent;
  border-bottom: 57px solid #ed1c24;
}

.form-btn .btn-left {
  background: #265977;
  padding: 0px;
}

.form-btn button.btn-new {
  background: #ed1c24;
  padding: 10px 15px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  border: none;
  border-radius: 0px;
  text-align: center;
}

.form-group.row.form-btn {
  margin-top: 30px;
  margin-bottom: 50px;
}

form a.form-link {
  text-align: right;
  float: right;
  color: #9ebcd4;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
}

form p.para-btm img {
  width: 40px;
  margin-right: 10px;
  margin-top: 10px;
}

form p.para-btm {
  font-size: 1rem;
  line-height: 23px;
}

.box-left .info-div p span {
  display: block;
}

.box-div .box-head {
  display: flex;
}

.box-left .info-div p img {
  width: 30px;
  margin-right: 6px;
}

/*kies page*/
.home-banner.kies-inner {
  height: 850px;
  align-items: normal;
}

.view-kiesjesports .home-banner.kies-inner {
  background: green;
  min-height: 600px;
  height: auto;
}

.home-banner.kies-inner::before {
  background: rgb(107, 173, 46, 0.8);
  height: 310px;
  top: 57%;
  z-index: 1;
}

.kies-boxes {
  background: #f49600;
  margin-top: -135px;
}

.kies-div {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 95px auto 0;
}

.kies-div p {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  padding: 0px 30px;
  margin-bottom: 30px;
}

.kies-div ul.kies-list li {
  width: 49%;
  margin-bottom: 10px;
}

.kies-div ul.kies-list {
  margin-bottom: 0px;
  padding-left: 0;
}

.kies-div ul.kies-list li select {
  border-radius: 0px;
  color: #ed1c24;
  font-weight: 600;
  text-align: right;
}

.kies-div ul.kies-list li.list-inline-item {
  width: 49.5%;
  margin-bottom: 17px;
  padding-left: 15px;
  text-align: right;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}

.kies-div ul.kies-list li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-right: 10px;
}

.kies-boxes .box-head .box-cnt {
  background: #009bdd;
}

.kies-boxes .box-div .box-head h4 {
  text-align: right;
  padding-right: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 25px;
}

.kies-boxes .box-left .info-div p img {
  width: 30px;
  margin-right: 3px;
  margin-top: -2px;
}

.kies-boxes .box-left .info-div p.kies-clr {
  color: #5f2c83;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

p.kies-clr a {
  color: #5f2c83;
}

.kies-boxes .box-left .info-div p.date {
  margin-bottom: 15px;
}

.inner-page.blue-clr {
  background-color: #a8d9de;
}

.inner-page.blue-clr .box-div .box-head .box-cnt {
  background: #44afbb;
}

/*Zomerpretpas*/
.home-banner.Zomerpretpas-inner::before {
  background-color: rgb(237, 112, 84, 0.8);
  height: 90px;
  top: 39%;
}

.home-banner.Zomerpretpas-inner {
  height: 750px;
  align-items: normal;
  padding-top: 143px;
}

.kies-boxes.Zomerpretpas-div {
  background: #fff;
  margin-top: -360px;
  margin-bottom: 50px;
}

.Zomerpretpas-new {
  background: #fff;
  padding: 50px 60px;
  position: relative;
}

.home-banner.Zomerpretpas-inner h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

.home-banner.Zomerpretpas-inner .kies-div {
  margin: 111px auto;
}

.Zomerpretpas-new p {
  color: #265977;
  font-size: 1rem;
}

.Zomerpretpas-new ul li {
  width: 31%;
  margin-bottom: 35px;
  margin-right: 30px !important;
}

.Zomerpretpas-new ul li:nth-child(3n) {
  margin-right: 0px !important;
}

.Zomerpretpas-new ul {
  margin-top: 40px;
}

/*Jeugdfonds*/
.Jeug-img img {
  width: 170px;
  float: right;
}

.Jeug-div h3 {
  color: #265977;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 25px;
}

.Jeug-div h4 {
  color: #265977;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 45px;
}

.Jeug-div p {
  font-weight: 500;
}

p.para-bold {
  font-weight: 600;
}

.Jeug-div a {
  color: #265977;
}

.home-banner.contact-form {
  min-height: 80vh;
  padding: 0px;
  background-position: top center;
}

.contact-form form {
  position: relative;
  z-index: 3;
  max-width: 1080px;
  margin: 0 auto;
}

.home-banner.contact-form.inner-page h1 {
  color: white;
}

.home-banner.contact-form::after {
  height: 250px;
  top: 57%;
  transform: translateY(-50%);
  background-color: rgb(72, 146, 188, 0.7);
}

.home-banner.contact-form {
  height: auto;
  padding-top: 160px;
}

.com_schoolsport.view-register .home-banner.contact-form::after {
  height: 100%;
}

.com_users.view-reset .home-banner.contact-form::after,
.com_users.view-login .home-banner.contact-form::after {
  height: 380px;
}

.com_rsform.view-rsform .home-banner.contact-form::after {
  height: 730px;
}

.com_users.view-login .home-banner.contact-form .profilecontact-form,
.com_users.view-login .logoutcontact-form.inner-page {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.form-input {
  max-width: 800px;
}

.form-input h3 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  float: left;
  margin-bottom: 10px;
}

.form-input a {
  float: right;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}

.form-input input {
  height: 35px;
  border-radius: 0px;
  margin: 0px;
}

form .form-input .form-group.row {
  margin-bottom: 5px;
  clear: both;
}

form .form-input .form-check label {
  margin-left: 20px;
  font-size: 14px;
}

form .form-input .form-check input {
  height: 31px;
}

.home-banner.contact-form form .form-btn button.btn-link {
  font-size: 20px;
}

.home-banner.contact-form .form-btn button.btn-link:before {
  border-bottom: 50px solid #ed1c24;
}

.form-input .form-check a {
  padding-top: 5px;
}

.form-input .form-check {
  padding-left: 15px;
}

.form-btn button.btn-link:hover,
.form-btn button.btn-link:focus {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #ed1c24;
  box-shadow: none;
}

/*footer*/
footer {
  background: linear-gradient(to bottom, #009bdd, #004f87);
  padding: 30px 0px 0px;
  z-index: 9;
  position: relative;
}

footer ul li a {
  color: #fff;
  line-height: 25px;
}

footer .footer-link ul {
  float: left;
  margin-right: 45px;
}

footer .footer-link ul.list-inline img {
  width: 25px;
}

footer .footer-link ul.list-inline {
  clear: both;
  text-align: center;
  margin-bottom: 0px;
  width: 450px;
}

footer .footer-link ul li a:hover {
  color: #fff;
}

footer .footer-img .ftr-li img {
  width: 60px;
}

footer .footer-img ul li {
  vertical-align: bottom;
  padding: 0px 5px;
}

.footer-img .ftr-li2 img {
  width: 150px;
}

.footer-img ul {
  margin-bottom: 0px;
  display: flex;
  margin-left: auto;
}

.footer-img {
  display: flex;
  align-items: end;
  padding-right: 0px;
}

.footer-link {
  padding-bottom: 50px;
}

.footer-img ul li.ftr-logo img {
  width: 390px;
}

.footer-img ul li.ftr-li {
  margin-top: 15px;
}

.footer-img li.ftr-li2 {
  margin-top: 45px;
}

/*Added By Waseem*/
.klassement-table {
  width: 100%;
  background: #ffd800;
}

.tableHeader {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d2232a;
  font-size: 1rem;
  font-weight: 400;
  background-image: -webkit-linear-gradient(top, #d2232a, #c2141b);
  background-image: linear-gradient(to bottom, #d2232a, #c2141b);
}

.tableRowSelected {
  background: rgba(255, 255, 255, 0.39);
}

.tableData {
  padding: 5px;
  border: 1px solid #eaeaea;
}

.klassement-table p {
  margin: 0px;
}

.breadcrumbMain .box-grid {
  margin-bottom: -40px;
}

.home-banner.fotos-page {
  background-image: none !important;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  background-size: cover;
  background-color: #f49600;
}

.gallery-div {
  background-size: cover;
  background-position: center;
  height: 800px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-attachment: fixed;
}

.home-banner.fotos-page .wk-gallery-wall.margin {
  text-align: center;
  z-index: 2;
  position: relative;
  /*  height: 75vh;    overflow-x: auto;*/
}

.home-banner.fotos-page .wk-gallery-wall > * {
  float: none;
}

.home-banner.fotos-page::before {
  display: none;
}

.mega-menu ul li a {
  position: relative;
}

.mega-menu ul li a.dropdown-arrow::after {
  content: ">";
  font-size: 1rem;
  position: absolute;
  right: -15px;
  top: 0;
}

.checkLabel {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.fixed-menu.open {
  background: rgb(39, 85, 118, 0.91);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-menu.open .menu-new ul li {
  border: 1px solid #fff;
  text-align: center;
  margin: 0px 15px;
}

.fixed-menu.open .menu-new ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 10px;
  width: 315px;
  display: inline-block;
}

.fixed-menu .cross-btn {
  display: none;
}

.fixed-menu.open .cross-btn {
  display: block;
}

.fixed-menu {
  display: none;
}

.home-banner.contact-form::before {
  top: 49%;
  height: 249px;
}

.home-banner.contact-form.contact-new::before {
  top: 49%;
  height: 397px;
}

.home-banner.contact-form form .form-btn button.btn-link {
  font-size: 20px;
  color: #ed1c24;
  background: #fff;
}

.home-banner.contact-new .form-btn button.btn-link:before {
  border-bottom: 50px solid #ed1c24;
}

.home-banner.contact-form .form-btn button.btn-link:before {
  border-bottom: 50px solid #fff;
}

.form-new div#inp_schooldiv .span6:last-child {
  padding-right: 0px;
  padding-left: 15px;
}

.form-new div#inp_schooldiv .span6 {
  width: 50%;
  float: left;
  padding-right: 15px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 1rem;
}

.form-new div#inp_schooldiv .span6 select {
  margin-top: 2px;
}

.form-new .padding-bottom {
  padding-bottom: 0px;
}

.form-div select:focus {
  outline: none;
}

.form-div select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#filterForm .age::placeholder {
  color: #ed1c24 !important;
  font-weight: 600;
  text-align: right;
}

#filterForm .age {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0px;
  color: #265977;
  font-weight: 600;
  text-align: right;
}

.kies-div form {
  margin-top: 0;
}

.box-div .inner-cont ul li,
.view-article .Zomerpretpas-new ul li {
  position: relative;
  padding-left: 15px;
}

.box-div .inner-cont ul li::before {
  content: "";
  background: #ed1c24;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  top: 11px;
  border-radius: 50%;
}

.view-article .Zomerpretpas-new ul li::before {
  content: "";
  background: #265977;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  top: 11px;
  border-radius: 50%;
}

.view-zpps .home-banner.kies-inner::before {
  background: rgb(107, 173, 46, 0.8);
  height: 230px;
  top: 43%;
}

.view-zpps .home-banner.kies-inner .kies-div h2 {
  color: #fff;
  padding: 0px 15px;
  margin-bottom: 15px;
}

.view-zpps .home-banner.kies-inner {
  padding-top: 130px;
}

.view-article .Zomerpretpas-new img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.view-article .Zomerpretpas-new a {
  color: #265977;
}

.view-article .Zomerpretpas-new p {
  clear: both;
}

.view-article .Zomerpretpas-new .row {
  flex-wrap: wrap;
  /*display: block;*/
}

.view-article .Zomerpretpas-new ul {
  list-style: none;
  margin: 0px 0px 20px;
}

.view-article .Zomerpretpas-new ul li,
.view-article .Zomerpretpas-new ol li {
  width: 100%;
  font-size: 1rem;
  color: #265977;
  font-weight: 600;
  margin-bottom: 5px;
}

.view-article .Zomerpretpas-new ol {
  padding-left: 15px;
}

.view-article .Zomerpretpas-new h2 {
  color: #265977;
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 600;
}

.view-article .Zomerpretpas-new h3 {
  color: #265977;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.view-article .Zomerpretpas-new h4 {
  color: #265977;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.home-banner.fotos-page .wk-gallery-wall.margin::-webkit-scrollbar {
  width: 5px;
}

.home-banner.fotos-page .wk-gallery-wall.margin::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.home-banner.fotos-page .wk-gallery-wall.margin::-webkit-scrollbar-thumb {
  background-color: #eee;
  outline: 1px solid slategrey;
}

.view-kiesjesports .kies-boxes .box-left .info-div p.kies-clr {
  float: left;
  width: 50%;
}

/*Responsive*/

@media (max-width: 1400px) {
  .home-banner.Zomerpretpas-inner h2 {
    font-size: 45px;
  }

  .home-banner.Zomerpretpas-inner .kies-div {
    margin: 118px auto;
  }
}

@media (max-width: 1200px) {
  #mobile-nav {
    height: 70vh;
  }

  .home-cont ul li a {
    font-size: 30px;
  }

  .content-box h2 {
    font-size: 45px;
  }

  .content-img .caption {
    bottom: 5px;
  }

  .content-img .caption h3 {
    font-size: 28px;
  }

  .form-input {
    max-width: 700px;
  }

  .form-input h3 {
    font-size: 26px;
  }

  .home-banner.contact-form::after {
    height: 244px;
  }

  .Zomerpretpas-new ul li {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  .content-box h2 {
    font-size: 40px;
  }

  .home-banner::before {
    top: 46%;
    height: 180px;
  }

  .navbar {
    padding: 50px 40px 0px;
  }

  .mega-menu h3 {
    font-size: 17px;
  }

  .box-div .box-head h3 span:before {
    border-bottom: 63px solid #ed1c24;
  }

  .toggle-div {
    margin-right: 0px;
  }

  .form-input {
    max-width: 510px;
  }

  .form-input h3 {
    font-size: 22px;
  }

  .form-input {
    max-width: 700px;
  }

  .form-input a {
    padding-top: 5px;
  }
}

@media (max-width: 991px) {
  .content-info p {
    font-size: 17px;
    padding: 25px 15px;
  }

  .content-img img {
    height: 216px;
  }

  .home-banner::before {
    top: 46%;
    height: 200px;
  }

  .content-box p {
    max-width: 86%;
  }

  .footer-img li.ftr-li2 {
    margin-top: 50px;
  }

  .navbar {
    padding: 50px 40px 0px;
  }

  .mega-menu {
    padding: 0px 12px 0px 0px;
  }

  .mega-menu h3 {
    font-size: 17px;
  }

  .mega-menu ul li a {
    font-size: 14px;
  }

  .main-menu {
    display: flex;
    flex-wrap: wrap;
  }

  #mobile-nav {
    height: 76vh;
  }

  .box-grid h2 {
    font-size: 32px;
  }

  .box-div .box-head h3 {
    font-size: 21px;
  }

  .box-div .box-head h3 span:before {
    border-bottom: 60px solid #ed1c24;
  }

  .home-banner.inner-page {
    padding: 80px 0px;
  }

  .info-div h3 {
    font-size: 24px;
  }

  .form-btn button.btn-new,
  .form-btn button.btn-link {
    font-size: 20px;
  }

  .form-btn button.btn-link:before {
    border-bottom: 51px solid #ed1c24;
  }

  .box-div .box-head span:before {
    border-bottom: 58px solid #ed1c24;
  }

  .form-input {
    max-width: 520px;
  }

  .home-banner.Zomerpretpas-inner h2 {
    font-size: 40px;
  }

  .home-banner.Zomerpretpas-inner::before {
    height: 75px;
  }

  .home-banner.Zomerpretpas-inner .kies-div {
    margin: 121px auto;
  }

  .Zomerpretpas-new ul li {
    width: 29%;
  }

  .Jeug-div h3 {
    font-size: 35px;
  }

  .Jeug-div h4 {
    font-size: 24px;
  }

  .Zomerpretpas-new {
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  .kies-boxes {
    margin-top: 0;
  }

  .kies-div ul.kies-list li.list-inline-item {
    width: 100%;
  }

  .content-box h2 {
    display: none;
  }

  .home-cont ul li a {
    padding: 16px 40px 21px 20px;
    line-height: 34px;
    margin-bottom: 10px;
    font-size: 42px;
    text-align: left;
  }

  .home-cont ul li {
    width: 100%;
    padding: 0px;
  }

  .content-box .para-mob {
    display: block;
  }

  .home-banner {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    align-items: normal;
  }

  .home-banner::before {
    top: 26.5%;
    height: 130px;
  }

  .content-box p {
    max-width: 100%;
  }

  .content-box {
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
  }

  .home-cnt {
    box-shadow: none;
  }

  .content-img {
    padding-right: 15px;
  }

  footer .footer-link ul.list-inline {
    width: auto;
    margin-top: 20px;
  }

  .logo {
    padding: 0px;
    position: relative;
    left: -56px;
  }

  .content-img .caption {
    bottom: auto;
    top: 0px;
    padding: 15px;
  }

  .content-img img {
    height: 150px;
  }

  .home-cont ul li a img {
    top: -5px;
  }

  .content-img .caption h3 {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .content-info p {
    font-size: 17px;
    padding: 15px 0px;
  }

  .home-cont ul {
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
  }

  .footer-link {
    padding-bottom: 30px;
  }

  footer .footer-img ul li {
    padding: 0px;
  }

  .footer-img li.ftr-li2 {
    margin-top: 42px;
  }

  ul.list-inline.social-link li {
    padding-right: 13px;
  }

  footer .footer-img .ftr-li img {
    width: 70px;
  }

  footer {
    padding: 30px 10px 0px;
  }

  .navbar {
    padding: 20px 20px 0px;
  }

  ul.menu-inline {
    margin-bottom: 20px;
  }

  .mega-menu h3 {
    margin-bottom: 12px;
  }

  ul.menu-inline li a {
    font-size: 15px;
  }

  .home-banner::before {
    display: none;
  }


  #mobile-nav {
    height: 100%;
    position: fixed;
    width: 100%;
    right: -2000px;
    top: auto;
    transition: all 1.5s ease 0s;
  }

  .mega-menu {
    width: 50%;
  }

  .mega-menu img {
    width: 150px;
    height: 90px;
  }

  .cross-btn img {
    width: 25px;
  }

  #mobile-nav.open {
    right: 0;
    opacity: 0.93;
    top: auto;
  }

  .mega-menu ul li {
    margin-bottom: 0;
  }

  .mega-menu h3 {
    font-size: 1rem;
  }

  .home-banner.inner-page {
    padding: 60px 0px;
  }

  .box-grid h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .box-div .box-head h3 {
    font-size: 19px;
  }

  .box-left {
    padding-right: 15px;
  }

  .box-left .info-div {
    height: auto;
  }

  .box-left .caption a {
    font-size: 1rem;
  }

  .box-left .caption a:before {
    border-bottom: 40px solid #009bdd;
  }

  .box-right .w-100.h-100 {
    min-height: 150px;
  }

  .box-div .box-head h3 span {
    display: none;
  }

  .info-div h3 {
    font-size: 26px;
  }

  .info-div p {
    margin-bottom: 0;
    font-size: 19px;
  }

  .box-left .info-div {
    padding: 15px 20px 20px;
  }

  .box-div .box-head h3 {
    padding: 0px 30px 17px 0px;
  }

  .box-inner-cnt p.red-text span {
    width: 120px;
    float: unset;
  }

  .box-div .box-head .box-cnt h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .box-inner-cnt p {
    font-size: 1rem;
  }

  .box-div .box-head span {
    display: none;
  }

  .row.box-para a {
    font-size: 1rem;
  }

  .box-para {
    margin-bottom: 30px;
  }

  .box-img img {
    height: 230px;
  }

  .box-div a.download-link {
    font-size: 1rem;
  }

  .box-div a.download-link:after {
    border-top: 47px solid #265977;
  }

  .box-div .inner-cont p,
  .box-div .inner-cont ul li {
    font-size: 1rem;
  }

  .box-div .box-head .box-cnt a.meer-link {
    font-size: 20px;
  }

  .toggle-div {
    margin-right: 0px;
  }

  form .form-group.row label {
    padding: 5px 15px;
    font-size: 1rem;
    text-align: left;
  }

  form {
    margin-top: 25px;
  }

  form .form-group.row {
    margin-bottom: 0px;
  }

  .form-div {
    padding: 0px;
  }

  form h4 {
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .main-form-div h3 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  form h4.form-head {
    margin-top: 20px;
  }

  form p {
    font-size: 1rem;
  }

  .form-new {
    margin-top: 20px;
  }

  form .form-new input.form-check-input {
    margin: 10px 4px;
    position: relative;
  }

  form .form-group.row label.label-div {
    padding-left: 0px;
  }

  .form-btn .btn-left {
    background: #265977;
    padding: 0px;
    margin: 0px 15px 10px;
  }

  .form-btn button.btn-link {
    font-size: 20px;
  }

  .form-btn button.btn-link:before {
    border-bottom: 50px solid #ed1c24;
  }

  .form-btn button.btn-new {
    font-size: 20px;
  }

  .contact-form form {
    margin: 0px auto;
    padding: 0px 20px;
  }

  .contact-form form .form-group.row label {
    padding: 3px 0px;
    font-size: 14px;
  }

  .form-input h3 {
    font-size: 1rem;
  }

  .form-input a {
    padding-top: 3px;
    font-size: 12px;
  }

  .form-input .form-check a {
    float: left;
  }

  .home-banner.contact-form .form-group.form-btn {
    margin-top: 10px;
  }

  .btn-form {
    padding: 0px;
  }

  .home-banner.contact-form::after {
    height: 275px;
    top: 48%;
  }

  .home-banner.inner-page.contact-form {
    background-size: cover;
    align-items: center;
    background-color: #275576;
    padding: 0px;
    height: 100%;
    padding: 200px 0%;
  }

  .home-banner.inner-page.contact-form .form-div {
    padding: 0px 0px 20px;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .home-banner.Zomerpretpas-inner {
    height: 242px;
    align-items: normal;
    padding-top: 0;
    background-size: cover;
  }

  .kies-boxes.Zomerpretpas-div {
    margin-top: 0;
  }

  .Zomerpretpas-new {
    padding: 25px 10px;
  }

  .home-banner.Zomerpretpas-inner::before {
    background-color: rgb(237, 112, 84, 0.8);
    height: 60px;
    top: 61%;
    display: block;
  }

  .home-banner.Zomerpretpas-inner h2 {
    font-size: 32px;
  }

  .home-banner.Zomerpretpas-inner .kies-div {
    margin: 128px auto;
  }

  .Zomerpretpas-new ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .Jeug-div {
    order: 2;
  }

  .Jeug-img img {
    width: 150px;
    float: none;
    margin: 0 auto 20px;
    display: table;
  }

  .Jeug-div h3 {
    font-size: 30px;
  }

  .Jeug-div h4 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .wk-gallery-wall.margin {
    margin: 0px;
  }

  .home-banner.fotos-page {
    padding-top: 130px;
  }

  .view-rsform .home-banner.contact-form::after {
    height: 403px;
    top: 48%;
  }

  .Zomerpretpas-div .Zomerpretpas-new h1 {
    font-size: 25px;
  }

  .view-article .Zomerpretpas-new h2 {
    font-size: 23px;
  }
}

.resetcontact-form h1 {
  color: white;
}

.chosen-container .chosen-results li {
  width: 100%;
}

table.table thead th {
  vertical-align: top;
}

.tab-content {
  border: 1px solid #dee2e6;
  margin-top: 12px;
  padding: 20px;
  margin-left: -0.625rem;
}

#registerFormSignup .span6,
#registerFormSignup label,
#registerForm .span6,
#registerForm label {
  color: white;
}

#inp_school_chosen a {
  font-size: 1rem !important;
  height: calc(2.25rem + 2px) !important;
  border-radius: 0px !important;
  color: #495057 !important;
  padding-top: 6px !important;
}

.chosen-single div b {
  margin-top: 6px !important;
  height: 100% !important;
}

.uk-float-left {
  float: left;
}

.cta-menu li {
  margin: 15px 15px 0;
  padding: 0;
}

.cta-menu li:last-child {
  margin-right: 30px;
}

.cta-menu li a {
  background: white;
  color: #e30613;
  padding: 5px 24px !important;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 0;
  border: 3px solid white;
}

.cta-menu li a:hover {
  border-color: #e30613;
}

.alert {
  z-index: 10;
}

/* styling download link / image kiesjesport */
.download-button-kjs {
  padding: 5px 10px;
  background: #fff;
  color: #e30613;
  border: 3px solid white;
  text-align: center;
  margin-bottom: 10px;
}

.download-container-kjs {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 20px auto;
  width: 150px;
  height: 100%;
}

.download-button-kjs:hover {
  border-color: #e30613;
}

.download-button-kjs-container {
  position: relative;
}

.download-button-kjs-container img {
  min-width: 150px;
  width: 100%;
  max-width: 150px;
  margin: auto;
}

@media (min-width: 570px) {
  .kies-div-kjs {
    display: flex;
  }

  .kies-div-kjs p {
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .kies-div-kjs {
    padding-right: 20px;
  }

  .download-button-kjs-container img {
    width: 100%;
  }
  .download-container-kjs {
    margin-top: -110px;
  }
}

.kies-boxes-kjs {
  margin-top: 0px !important;
}

.kies-div-kjs {
  padding-bottom: 20px;
}

/* back button tournaments */
.tournament-btn-back {
  margin-bottom: 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  background: white;
  color: #e30613;
  padding: 5px 24px !important;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 0;
  border: 3px solid white;
}

.tournament-btn-back:hover {
  border-color: #e30613;
}

.active-link-overzicht {
  background: #e30613;
  color: #fff;
}
body.view-zpp .home-banner.Zomerpretpas-inner::before {
  display: none;
}
body.view-zpp .home-banner.Zomerpretpas-inner {
  height: 100%;
}

body.view-zpp .home-banner,
body.view-zpps .home-banner {
  background-image: url("/templates/schoolsport/images/zpp/banner.png") !important;
}
.view-zpps.no-layout .breadcrumbMain {
  display: none;
}

/* tournament page logo */
.logo-single-page-tournament img {
  max-height: 60px;
}

@media (min-width: 800px) {
  .logo-single-page-tournament {
    position: absolute;
    top: 10px;
    z-index: 99;
    right: 15px;
  }
}

/* Home styles */

.logo img {
  margin-left: 70px !important;
}

.home-cont {
  /* margin-top: 200px; */
  padding: 30vh 0;
}

.kjs-img-home {
  margin: auto 0 -20px auto;
  max-width: 450px;
}

.kjs-image-container-home {
  display: grid;
  place-items: center;
}

.home-cont .content-box p {
  padding: 10px;
}

.highlight-content {
  background: #fff;
  margin-top: calc(8vh + 20px) !important;
}

.highlight-content .bg-image {
  min-height: 120px;
  display: grid;
  place-items: left end;
}

.highlight-content h2 {
  margin-top: auto;
  font-size: 26px;
  max-width: 260px;
  line-height: 100%;
}

.banner-color-home:before {
  content: "";
  height: 150px;
  width: 100%; 
  background: #009bdd86; 
  /* of rgba(72, 146, 188, 0.7) */
  position: absolute;
  left: 50%;
  top: 30vh; 
  bottom: 30vh;
  transform: translate(-50%, -50%);
  margin-top: 50px;
}

@media (max-width: 430px) {
    .banner-color-home:before {
      height: 200px;
    }
  }

.bg-image-home {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 990px) {
  .home-cont .content-box p {
    text-align: left;
    max-width: 600px;
    margin-left: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
  }

  .logo img {
    margin-left: 0px !important;
  }

  .kjs-image-container-home {
    display: grid;
    place-items: end;
  }

  .bg-image-home {
    display: block;
    background-size: cover;
  }

  .kjs-img-home {
    max-width: 550px;
  }
}

.small-menu li{
    display: block !important;
    padding: 5px 0;
}

.small-menu li a{
    font-size: 18px !important;
}

.kjs-img-home:hover{
  cursor: pointer;
}