/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/

/* knop blauw en hover lichtblauw */
    .blauwe-knop {
      display: inline-block;
      padding: 12px 24px;
      background-color: #006fba; /* Blauw */
      color: #fff;
      text-decoration: none;
      border-radius: 18px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 2px;
      transition: background-color 0.8s ease;
    }

    .blauwe-knop:hover {
      background-color: #6bc3e8; /* lichtblauw bij hover */
      color: #000;
      transition: background-color 0.8s ease;
    }

/* Geen uppercase en tekst wit */
h2 {
  color: #006fba;
  font-size: 52px;
  line-height: 62px;
  font-weight: 500;
  text-transform: none;
}

/* tekstleur wit en font weight */
#content-row-5 h2 .item_title_part0 {
  font-weight: 500;
  color: #fff;
}

/* Geen uppercase */
h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  text-transform: none;
  color: #006fba;
}

/* Geen uppercase en tekst dark grey */
h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
  text-transform: none;
  color: #4d4d4d;
}

/* styling h5 */
h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

/* iconen hover lichtblauw */
ul.mod-menu.social li a:hover {
  color: #fff !important;
  border: 1px solid #6bc3e8;
  background: #6bc3e8 !important;
  padding: 0px;
}

/* tekst gecentreerd */
#content-row-6 h3, #content-row-6 h4 {
  color: #fff;
  text-align: center;
}

/* padding boven en onder vlak */
#content-row-6 {
  padding: 50px 0 10px;
}

/* knop op contact blauw */
.btn-primary, .btn-small {
  background: #006fba;
  color: #ffffff;
  border-radius: 18px;
}

/* knop op contact bij hover lichtblauw */
.btn-primary:hover, .btn-small:hover {
  background: #6bc3e8;
  color: #000;
  border-radius: 18px;
}

/* copyright link bij hover naar lichtblauw */
#footer-wrapper a:hover {
  color: #6bc3e8;
}

/* tekst geen uppercase */
#copyright-row {
  color: #333;
  text-align: center;
  text-transform: none;
}

/* padding verkleining kader lichtblauw werken voor verzekeraars */
.body__home #main-content-row {
  padding: 80px 0px 50px;
}

/* Om alleen tekst van deze rij te stylen naar wit */
#content-row-5 h2 {
  font-weight: 500;
  color: #fff;
}

/* om alleen een tekst deel (woord) naar kleur wit */
#content-row-4 h2 .item_title_part0 {
  color: #fff;
}

/* eerste woord stylen naar blauw en gewicht */
#bottom-header-row .item_title_part0 {
  color: #006fba;
  font-weight: 500;
}

/* tekstkleur 'stuur kopie..' zwart */
.muted {
  color: #000;
}
