/* navigatie */
#mainNav {
  
}

#mainNav .navbar-toggler {
  font-size: 120%;
  line-height: 0;
  color: #342e2e;
  padding: 15px;
  margin-top: 16px;
  margin-left: auto;
  z-index: 99;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

@media (min-width: 375px) {
  #mainNav .navbar-toggler {
    padding: 20px;
    margin-top: 19px;
  }
}

@media (min-width: 576px) {
  #mainNav .navbar-toggler {
    padding: 20px;
    margin-top: 30px;
  }
}

#mainNav .navbar-collapse {
  margin: 0;
  background-color: #ffffff;
}

#mainNav .navbar-nav {
  margin-bottom: 10px;
  line-height: 1;
}

#mainNav .dropdown-menu {
  min-width: 21rem;
  font-size: 1rem;
  color: rgba(20, 69, 135, 1);
  background-color: #CCD8E3;
  border: 0px solid rgba(0,0,0,0);
  border-radius: 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, 
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

#mainNav .nav-link {
  font-size: 1rem;
  -webkit-transition: none;
  transition: none;
  padding: .6rem 1rem;
  color: rgba(20, 69, 135, 1);
}
#mainNav .nav-link:hover {
  color: rgba(20, 69, 135, .7);
}
#mainNav .nav-link:active {
  color: rgba(20, 69, 135, .7);
}
#mainNav .nav-link-small {
  display: block;
  font-size: 1rem;
  -webkit-transition: none;
  transition: none;
  padding: 1rem;
  color: rgba(20, 69, 135, 1);
}
#mainNav .nav-link-small:hover {
  color: rgba(20, 69, 135, .7);
}
#mainNav .nav-link-small:active {
  color: rgba(20, 69, 135, .7);
}

@media (min-width: 575px) {
  #mainNav .nav-link {
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-nav {
    margin-bottom: 0;
    line-height: 1;
  }
  #mainNav .dropdown-menu {
    border: 1px solid rgba(0,0,0,0);
  }
  #mainNav .dropdown-menu .nav-link {
    font-size: 1rem;
    color: rgba(20, 69, 135, 1);
    padding: .2rem 1rem;
  }
  #mainNav .dropdown-menu .nav-link:hover {
    color: rgba(20, 69, 135, .75);
  }
  #mainNav .nav-link {
    padding: 1rem .7rem 1rem 0;
  }
  #mainNav .nav-link:hover {
    
  }
  #mainNav .nav-link:active {
    
  }
  #mainNav .nav-link-small {
    padding: 1rem 0 1rem 0.75rem;
  }
  #mainNav .nav-link-small:hover {
    
  }
  #mainNav .nav-link-small:active {
    
  }
}

@media (min-width: 1200px) {
  #mainNav .nav-link {
    padding: 1rem 2rem 1rem 0;
  }
}

/* top */

.top {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

/* logo */

.logo-container {
  position: fixed;
  z-index: 90;
}

.logo {
  padding: 5px 0;
}

.logo img {
  display: block;
  max-height: 50px;
  padding: 5px;
  margin-right: auto;
}

@media (min-width: 375px) {
  .logo img {
    display: block;
    max-height: 60px;
  }
}

@media (min-width: 576px) {
  .logo img {
    max-height: 75px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .logo-container {
    position: relative;
    z-index: 99;
  }
}

/* sticky navbar */

.sticky.navbar {
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sticky.is-sticky {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.sticky.is-sticky.navbar {
  background-color: transparent;
}
.menu {
  position: fixed;
  min-height: 45px;
  z-index: 99;
}

@media (min-width: 992px) {
  .sticky.navbar {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  .sticky.is-sticky.navbar {
    background-color: transparent;
  }
  .menu {
    position: relative;
    min-height: 55px;
  }
}

/* youtube in iframe */

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-top: 30px;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* basic */

.basic-info-section {
  padding: 15px;
  min-height: calc(100vh - 535px);
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .basic-info-section {
    padding: 30px;
    min-height: calc(100vh - 535px);
    margin-bottom: 0px;
  }
}

.basic-info-section ul {
  list-style: none!important;
}

.basic-info-section ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #13458c;
  display: inline-block;
  width: 1em;
  margin-left: -30px;
}

.basic-info-section .marion {
  width: 100%;
  max-width: 300px;
}

.basic-info-section img {
  width: 60%
}

@media (min-width: 992px) {
  .basic-info-section img {
  width: unset;
}

}

/* algemeen */

body {
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #342e2e;
  line-height: 0;
}

@media (min-width: 992px) {
  body {
    background-color: #CCD8E3;
  }
}

.h1, .h2, .h3, h1, h2, h3 {
  color: #13458c;
  line-height: 1.6;
  letter-spacing: .5px;
}

.h1, h1 {
  font-size: 1.5rem;
}

.h2, h2 {
  font-size: 1.2rem;
}

.h3, h3 {
  font-size: 1,1rem;
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: 1.5rem;
    margin: 1rem 0 1rem 0;
  }

  .h2, h2 {
    font-size: 1.2rem;
    margin: 1rem 0 1rem 0;
  }
  
  .h3, h3 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.5rem;
    margin: 1rem 0 1rem 0;
  }

  .h2, h2 {
    font-size: 1.2rem;
    margin: 1rem 0 1rem 0;
  }
  
  .h3, h3 {
    font-size: 1.1rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.6;
  color: #342e2e;
}

a {
  color: rgba(20, 69, 135, 1);
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1.6;
  color: #342e2e;
}

tr td {
  font-size: 1rem;
  line-height: 1.6;
  color: #342e2e;
  border-bottom: 1px dotted #CCD8E3;
}

td.tarieven-omschrijving {
  width: 70%;
}

@media (min-width: 990px) {
  td.tarieven-omschrijving {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  td.tarieven-omschrijving {
    width: 55%;
  }
}

a:focus, a:hover {
  text-decoration: none;
  color: rgba(52, 46, 46, 0.9);
}

.bg-black {
  background-color: #928f8f !important;
}

.bg-black-home {
  background-color: rgba(146, 143, 143, 1) !important;
}

.bg-medium {
  background-color: #bebfbe !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-menu {
  background-color: transparent !important;
}

.bg-light-home {
  background-color: rgba(255, 255, 255, 1) !important;
}

.is-sticky .bg-menu {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  .is-sticky .bg-menu {
    background-color: rgba(255, 255, 255, 1) !important;
  }
}

@media (min-width: 992px) {
  .bg-menu {
    background-color: #ffffff !important;
  }
}

.text-white-75 {
  color: rgba(255,255,255,.75) !important;
}

footer {
  padding: 1rem 0;
  min-height: 70px;
}

footer .footer-payoff {
    text-align: center;
  }
  footer .footer-copyright {
    text-align: center;
  }

@media (min-width: 992px) {
  footer .footer-payoff {
    text-align: left;
  }
  footer .footer-copyright {
    text-align: right;
  }
}

footer.bg-transparant p {
  font-size: .8rem;
  color: rgba(20, 69, 135, 1);
  margin: 0 15px;
}

footer.bg-transparant p.payoff {
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(20, 69, 135, 1);
  margin: 0px 15px;
}

@media (min-width: 992px) {
  footer.bg-transparant p.payoff {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 1);
  margin: -15px 15px;
}
}

footer.bg-transparant a {
  color: rgba(20, 69, 135, 1);
}

footer.bg-transparant a:hover,
footer.bg-transparant a:focus  {
  color: rgba(20, 69, 135, .7);
}

footer.bg-light p {
  font-size: .8rem;
  color: #342e2e;
}

footer.bg-light p.payoff {
  font-size: 1.4rem;
  color: rgba(20, 69, 135, 1);
}

footer.bg-light a {
  color: #342e2e;
}

footer.bg-light a:hover,
footer.bg-light a:focus  {
  color: #707070;
}

footer.bg-black p {
  font-size: .8rem;
  color: #342e2e;
}

footer.bg-black a {
  color: #342e2e;
}

footer.bg-black a:hover,
footer.bg-black a:focus  {
  color: #342e2e;
}
