body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
body {
  overflow-x: hidden;
  /* background: #383E4C; */
  background-image: url("../img/background-baby-kraampakket-color.webp");
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}
/* lettertype titel H1 in artikel */
h1 {
  font-size: 25px;
  font-weight: 700;
  color: #5c5f60;
}
h2 {
  font-size: 21px;
  font-weight: 700;
  color: #5c5f60;
}
h3 {
  font-size: 19px;
  font-weight: 700;
  color: #5c5f60;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: #5c5f60;
  text-align: left;
}
h5 {
  font-size: 17px;
  font-weight: 700;
  color: #5c5f60;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  margin: 15px 5px 30px 0;
  padding: 1px 8px 1px 12px;
  text-align: left;
  margin-bottom: 15px;
  text-align: left;
}
a:link {
  color: #1743a6;
}
a:visited {
  color: #1743a6;
}
a:active {
  color: #1743a6;
}
a:hover {
  text-decoration: underline;
}
li {
  text-align: left;
  font-size: 15px;
}
ul {
  list-style-image: url("../img/check.webp");
  line-height: 1.6;
  padding: 10px 10px 10px 40px;
  text-align: left;
}
ul li {
  text-align: left;
  margin-bottom: 5px;
}
.boxed {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #bad3d5;
}
/* ### table ### */
.styled-table {
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 1em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 100px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
  background-color: #eb80a4;
  color: #000;
  text-align: left;
}
.styled-table th,
.styled-table td {
  padding: 12px 15px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #faa3c1;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #67223a;
}
/* ruimte tussen boottrap columns */
.box2 {
  box-sizing: border-box;
  border: 15px solid transparent;
  background-clip: padding-box;
}
.green-text { color: #178A27; }
.blue-text { color: #5c5f60; }
.gray-text { color: #1686C1; }
.red-text { color: #4f291e; }
.green-btn { background: #178A27; }
.green-btn:hover { background: #449D44; }
.blue-btn { background: #287c8f; }
.blue-btn:hover { background: #31B0D5; }
.red-btn { background: #852406; }
.red-btn:hover { background: #C9302C; }

h2.blue-text {
  font-size: 18px;
  text-shadow: 1px 1px #e0eaf6;
}
h3.white-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #504a4d;
  display: inline-block;
  padding: 5px 5px 5px 5px;
}
.feature-content {
  background: #F2F2F2;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 5px 5px 5px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  border: 2px solid #839396;
}
.feature-content-title {
    padding: 0 20px;
    text-align: center;    
}
/* maat inhoud artikel  */
.feature-content-description {
	font-family: Arial, Helvetica, sans-serif;
    padding: 0x 15px 15px;
    text-align: center;
    color: #333333;
    margin-top: 5px;
}
/* maat buttons in artikel  */
.feature-content-link {
	font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
  font-weight: 700;
    padding: 8px 26px;
    text-decoration: strong;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.feature-content-link:hover, .feature-content-link:link, .feature-content-link:visited  {
  color: white;
  text-decoration: none;
}
#blog-area {
  margin: 30px 0px;
}
.blog-content {
  padding: 3px 26px;
  background: #f2f2f2;
  padding-bottom: 25px;
  max-width: 555px;
  margin: 0 auto;
}
.blog-content span {
  margin-left: 225px;
}
.blog-content span a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #666666;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: capitalize;
}
/* Start Testimornial CSS */
#testimornial-area{
  margin: 60px 0;
}
h2 {
    color: #666666;
}
h4 {
    color: #666666;
    text-align: center;
}
.testimonial-content {
  background-color: #f2f2f2;
  height: 250px;
  max-width: 260px;
  margin: 0 auto 30px;
  padding: 20px
}
.testimonial-content  p {
    padding: 10px 20px;
    text-align: left;
}
.copy {
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 700;
  background-color: #504a4d;
}
.copy a:link {
  color: #fff;
}
.copy a:visited {
  color: #fff;
}
.copy a:active {
  color: #1743a6;
}
.copy a:hover {
  text-decoration: undeline;
}

/* Scrool To top */
#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}
.about-section {
    height: 100%;
    padding-top: 70px;
}
.tm-box {
  background-color: #F2F2F2;
  max-width: 1140px;
  width: 100%;
}
.tm-box-description {
  padding: 30px;
}
.tm-box-p {
  margin-bottom: 10px;
}
 .navbar-inverse {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #37a9c4;
    border-color: #37a9c4;
}
/* CSS Menu submenu */
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a,
#cssmenu2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu2:after,
#cssmenu2 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu2 #menu-button {
  display: none;
}
#cssmenu2 {
  width: auto;
  border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #444444;
  background: -o-linear-gradient(top, #5e5e5e, #303030);
  background: -ms-linear-gradient(top, #5e5e5e, #303030);
  background: -webkit-linear-gradient(top, #5e5e5e, #303030);
  background: -moz-linear-gradient(top, #5e5e5e, #303030);
  background: linear-gradient(to bottom, #5e5e5e, #303030);
  box-shadow: inset 0 -3px 0 #282828, inset 0 -3px 3px #2b2b2b, inset 0 2px 2px #7a7a7a, inset 1px 0 2px #323232, inset -1px 0 2px #323232, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}
#cssmenu2.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu2.align-center ul ul {
  text-align: left;
}
#cssmenu2.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu2.align-right > ul > li {
  float: right;
}
#cssmenu2.align-right ul ul {
  text-align: right;
}
#cssmenu2 > ul > li {
  float: left;
}
#cssmenu2 > ul > li > a {
  padding: 20px 25px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu2 ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
  z-index: 100;
}
#cssmenu2 > ul > li > ul {
  top: 92px;
  padding-top: 8px;
  border-radius: 5px;
}
#cssmenu2 > ul > li:hover > ul {
  left: auto;
  top: 52px;
  opacity: 1;
}
#cssmenu2.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu2 ul ul ul {
  top: 40px;
}
#cssmenu2 ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu2.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu2 ul ul li a {
  width: 180px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #444444;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu2 ul ul li:hover > a,
#cssmenu2 ul ul li > a:hover,
#cssmenu2 ul ul li.active > a {
  color: #d5a6bd;
}
#cssmenu2 ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #6f6f6f;
}
#cssmenu2 ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 -3px 0 #373737, inset 0 -3px 3px #2b2b2b, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
/* Media Queries
----------------------*/

@media only screen and (max-width: 1024px) {
h1 {  font-size: 20px; }
h2 {  font-size: 19px;
	}
}

@media only screen and (max-width: 991px) {
.boxed img { width: 100%;	}
	}
}

@media only screen and (max-width: 767px) {
  
  header {
    height: 75vh;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  } 
  .feature-content {
    max-width: 360px;
    margin: 0 auto 30px;
	}
  .feature-content-title,
  .feature-content-description {
   text-align: center;
  }
  .blog-content { margin-bottom: 30px; }
  .blog-content p { text-align: center; }
  .blog-content span { margin-left: 0; }
  .navbar-inverse {
    background: none;
    border: none; 
  }
  .container {
    margin-left: 0;
    margin-right: 0;
  }
}
/*eigen*/
@media only screen and (max-width: 767px) {
  .picts img {
    margin-left: 10px;
  }
  .tm-box-description {
    padding: 1px;
  }
  .tm-box-p {
    margin-left: 5px;
    margin-right: 10px;
  }
  .img-responsive {
    display: none;
  }
  body {
    overflow-x: hidden;
    background: #b6bdbe;
  }  /* background-image: url("../img/background-baby-speelgoed-blauw.webp"); */
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .feature-content-link {
    font-size: 18px;
    padding: 5px 20px 5px 20px;
  }
	.boxed {
  margin-bottom: 20px;
  padding: 5px;
	}
}
@media only screen and (max-width: 480px) {
  header { height: 50vh;
	}
}
