/*-- iPhone X Remove Gutters --*/
html {
  padding: env(safe-area-inset);
  height: 100%;
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html,
body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

/*============= NAVIGATION =============*/
.navbar {
  background: #ffffff;
  font-weight: 600;
}
.navbar .nav-item {
  padding-right: 1rem;
}

.navbar {
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}

.navbar-nav .nav-link {
  color: #012345;
  padding-top: 0.8rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #4390bc;
}

/*--- Drop-down Menu --*/

.dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.dropdown-menu,
.dropdown-item {
  font-size: 1rem;
  font-weight: 600 !important;
  background-color: white !important;
  border: 0;
  color: #012345;
}

.dropdown-menu.show {
  margin-top: 0.75rem !important;
  border-radius: 0;
}

.dropdown-menu.no-space-top {
  margin-top: 0 !important;
}

.dropdown-menu:hover,
.dropdown-item:hover,
.dropdown-menu:focus,
.dropdown-item:focus,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #4390bc !important;
}

/*-- Remove Button Outline --*/
.custom-toggler-icon {
  color: #012345;
  font-size: 1.6rem;
}

button:focus,
a:focus,
a.btn:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
}

/*============= Button =============*/
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

/*============= H-tags en paragraphs =============*/
body {
  font-family: sans-serif;
  font-style: normal;
  font-size: 19px;
  color: grey-700;
}

h1 {
  text-transform: uppercase;
  color: #012345;
  font-weight: 750;
  padding-bottom: 15px;
  padding-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 36px;
}

h2 {
  text-transform: uppercase;
  color: #012345;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 30px;
}

h3 {
  color: #777777;
  font-weight: 500;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 25px;
}

p {
  margin-left: 15px;
  margin-right: 15px;
}

ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 40px;
  list-style: outside;
  list-style-image: url('../img/logo/FitmetDylan-favicon-opsomming-20.png');
}

ul li {
  margin: 5px;
}

/*============= DIVIDERS =============*/
hr.solid {
  border-top: 3px solid #777777;
}

.card {
  border: none;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
  #home-section-2 .card-form h1 {
    font-size: 2.3rem;
  }

  #home-section-2 .card-form p {
    line-height: 33.3333px;
    font-size: 30px;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {
  #home-section-2 .card-form h1 {
    font-size: 2rem;
  }

  #home-section-2 .card-form p {
    line-height: 25px;
    font-size: 25px;
  }

  #home-section-2 .card-form .btn-lg {
    padding: 0.6rem 1.1rem;
  }

  h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  body {
    font-size: 20px;
  }
}

/* Devices under 576px (sm) */
@media (max-width: 575.98px) {
  #home-section-2 .card-form h1 {
    font-size: 1.8rem;
  }

  #home-section-2 .card-form p {
    line-height: 20px;
    font-size: 20px;
  }

  #home-section-2 .card-form .btn-lg {
    padding: 0.4rem 0.9rem;
    font-size: 1.1rem;
    padding: 0.8rem;
    margin: 0.5rem;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  body {
    font-size: 20px;
  }
}

@media (pointer: coarse) {
  .container a {
    padding: 0.7em;
  }
}

/*============= FOOTER =============*/
#main-footer p {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#main-footer a:link {
  color: #ffffff;
}
#main-footer a:visited {
  color: #ffffff;
}
#main-footer a:hover {
  color: #ffffff;
}
#main-footer a:active {
  color: #ffffff;
}

#footer-copyright {
  font-size: 1rem;
}
#footer-copyright a:link {
  color: #ffffff;
}
#footer-copyright a:visited {
  color: #ffffff;
}
#footer-copyright a:hover {
  color: #ffffff;
}
#footer-copyright a:active {
  color: #ffffff;
}

/*============= TOP SCROLL =============*/
a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: 0.5;
  z-index: 1000;
  display: none;
}

a.top-scroll:hover {
  opacity: 0.8;
}

.top-scroll .svg-inline--fa {
  background: #5e5e5e;
  color: white;
  font-size: 3rem;
  height: 1.7rem;
}

/*============= COOKIE ALERT =============*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: white;
  background: #012345 !important;
  font-size: 1rem;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

/*============= FORMULIEREN / FORMS =============*/

form p {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

form .radio input {
  margin-right: 5px;
}

/*============= HOME =============*/
#gratis-proefles {
  background: url(../img/bootcamp-heiloo-bootcamp-alkmaar-fitmetdylan-buiten-sport.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#gratis-proefles .home-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

#gratis-proefles .card-form {
  background-color: rgba(0, 0, 0, 0.7);
}

#buitensport-heiloo {
  background: url(../img/privacyverklaring-bootcamp-heiloo-fitmetdylan.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#buitensport-heiloo .home-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

#buitensport-heiloo .card-form {
  background-color: rgba(0, 0, 0, 0.7);
}

#Foto-bootcampers .col-md {
  padding-right: 0px;
  padding-left: 0px;
}

#diensten .pricing-column {
  background-color: white;
  height: 100%;
  padding: 1.6rem;
  border-top: 0.25rem solid #012345;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.075);
  position: relative;
  overflow: hidden;
}

#diensten .pricing-column:hover {
  transform: scale(1.1);
}

#diensten .pricing-column h4 {
  font-size: 1.1rem;
  font-weight: 700;
}

#diensten .pricing-column h3 {
  line-height: 1.7rem;
}

/*============= CONTACT PAGINA  =============*/
#contact-header {
  background: url(../img/Bootcamp-Heiloo-contact-buiten-sport-heiloo-kickboksen-heiloo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

#contact-header .home-inner {
  padding-top: 200px;
  text-shadow: 0.2rem 0.2rem 0.5rem black;
}

/*============= COOKIEVERKLARING PAGINA  =============*/
#cookieverklaring-header {
  background: url(../img/Cookieverklaring-FitmetDylan.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 250px;
}

/*============= PRIVACYVERKLARING  =============*/
#privacyverklaring-header {
  background: url(../img/privacyverklaring-bootcamp-heiloo-fitmetdylan.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 250px;
}

/*============= BACKLINK PAGINA  =============*/
#links-header {
  background: url(../img/handige-links-bootcamp-heiloo.jpg);
  background-repeat: no-repeat;
  background-position-y: 75%;
  background-position-x: 10%;
  background-size: cover;
  min-height: 250px;
}

/*============= PROEFLES PAGINA  =============*/
#proefles-section {
  background: #4390bc;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 50px;
}

#proefles-section .card-form {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*============= TARIEVEN  =============*/

.pricing-column {
  background-color: white;
  height: 100%;
  padding: 1.6rem;
  border-top: 0.25rem solid #012345;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.pricing-column:hover {
  transform: scale(1.1);
}

.pricing-column h4 {
  font-size: 1.1rem;
  font-weight: 700;
}

.pricing-column h3 {
  line-height: 0.5rem;
}

.pricing-column h5 {
  line-height: 0.2rem;
}

.ribbon {
  background-color: #012345;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  height: 2rem;
  width: 10rem;
  padding-top: 0.4rem;
  position: absolute;
  transform: rotate(45deg);
  right: -2.8rem;
  top: 1.5rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
}


/*============= ALLE LESSENPAGINA'S > GRATIS PROEFLES  =============*/

#proefles-bootcamp .wit-blok {
  background-color: white;
  height: 100%;
  padding: 2rem;
  border-top: 0.25rem solid #012345;
  border-bottom: 0.25rem solid #012345;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.075);
  position: relative;
  overflow: hidden;
  text-align: center;
}

#proefles-bootcamp .wit-blok:hover {
  transform: none;
}

#proefles-bootcamp .wit-blok h4 {
  font-size: 1.1rem;
  font-weight: 700;
}

#proefles-bootcamp .wit-blok h3 {
  line-height: 1.7rem;
  text-align: center;
}


/*============= SITEMAP =============*/
#sitemap-header {
  padding-top: 50px;
  padding-bottom: 30px;
}

/*============= RECENSIES PAGINA =============*/
#recensies-header {
  padding-top: 50px;
  padding-bottom: 25px;
}



/*============= FORM SPINNER  =============*/
.spinner-border {
  position: relative;
  display: none;
  float: right;
  color: #ffffff;
  top: -30px;
  right: 10px;
  height: 22px;
  width: 22px;
  pointer-events: none;
}

/*============= Toevoeging David 04-06-21 / Mobiele navigatie fix =============*/
@media only screen and (max-width: 1199px) {
  .navbar a.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar a.navbar-brand img {
    width: 150px !important;
    height: auto !important;
  }
  .navbar .navbar-nav.ml-auto .nav-item {
    margin: 0 !important;
  }
  .navbar .navbar-collapse.collapse.show {
    max-height: calc(100vh - 108px) !important;
    overflow-y: scroll !important;
  }
  .navbar
    .navbar-collapse.collapse.show
    .nav-item.dropdown.show
    .dropdown-menu.show {
    margin-top: 0 !important;
    overflow: hidden !important;
  }
}

/*============= Blauwblok witte letters =============*/
#blauw-blok p{
  color: #ffffff !important;
  text-align: center;
}

#blauw-blok h2{
  color: #ffffff !important;
  text-align: center;
}

#blauw-blok a:link {
  color: #ffffff;
}
#blauw-blok a:visited {
  color: #ffffff;
}
#blauw-blok a:hover {
  color: #ffffff;
}
#blauw-blok a:active {
  color: #ffffff;
}

#blauw-blok article { 
  text-align: center;
}